0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/ee/clickhouse/models/test
Paul D'Ambra 1974cbb3d2
Remove hard-coded DateTime knowledge from Property Filter UI (#7892)
* wip

* display known unix timestamps as date strings in property filter select box

* show selected unix timestamp property as a datetime string in the property filter

* remove console.log

* update test to construct property definition correctly

* correct another test

* dates have different operators

* format property filter values for display in Select boxes and the PropertyValue component

* fix typescript error

* it _is_ a type, I don't need to say it is

* don't have before and after for unmatched types of operators

* separate the current applicable operators and the operator to display mapping, and add cypress tests for before and after operator visibility

* correct cypress test

* remove unused method

* remove dangling comment

* why does test fail in CI but not locally

* why does test fail in CI but not locally

* why does test fail in CI but not locally

* log values of operator options, why does this fail in CI but not locally

* why does test fail in CI but not locally

* intercept more decide calls to try and set feature flags from cypress test

* why does test fail in CI but not locally

* Remove cypress install

* add a readme for how to test feature flags so it isn't lost if there are no tests currently testing feature flags
2022-01-13 20:10:39 +00:00
..
__snapshots__ Read from and write to person_distinct_id2 if async migration is done (#7846) 2022-01-05 13:11:33 +02:00
utils
__init__.py
test_action.py
test_cohort.py Read from and write to person_distinct_id2 if async migration is done (#7846) 2022-01-05 13:11:33 +02:00
test_dead_letter_queue.py
test_element.py
test_filters.py Fix error too deep recursion (#7445) 2021-12-02 12:12:14 +01:00
test_plugin_log_entry.py
test_property.py Remove hard-coded DateTime knowledge from Property Filter UI (#7892) 2022-01-13 20:10:39 +00:00
test_team.py Remove hooks for person/person_distinct_id deletion (#7671) 2021-12-15 15:45:10 +02:00