mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-29 03:04:16 +01:00
ac72b61eb0
* stores numeric type for property definitions * writes property definition type for strings * can write dates for simple string cases as property definition type * simplify property definition types * can detect unix timestamps * rewmove a little more from the test duplication * some more timestamp thinking * clearer comment * rename refactor in tests * more test correction * address test failure * another test fix * property type as enum * simplify type detection * apply typing suggestion * allow property definition type and format to be set if property is present but they are null * add more date types for property_type_formats * add more datetime formats that the backend can accept and filter events with * delete conflicting migration * add migration for backend datetime formats * plugin server can auto detect all the types the backend knows about. And the tests are collapsed from twenty five almost identical tests to two different parameterised blocks * iso 8601 strings can have fractional seconds * add link to the RFC 822 regex pattern * capitalise SQL * capitalise the SQL the mock looks for too * remove the under-eager cache change that allowed updating existing property definitions * convert property type formats to enum * fix test * try detecting a property type for existing property definitions but don't keep retrying * use symbols to make cache state clearer * fix idiocy * speculative LRU cache usage with measurement * tag the statsd guages instead of having team id in the name * don't pre-emptively optimise the cache * rename migration * remove spaces from query strings * separate property definition code from the team manager * a little tidying * correct type definition * correct test params setup
11 lines
370 B
Plaintext
11 lines
370 B
Plaintext
admin: 0003_logentry_add_action_flag_choices
|
|
auth: 0012_alter_user_first_name_max_length
|
|
axes: 0006_remove_accesslog_trusted
|
|
contenttypes: 0002_remove_content_type_name
|
|
database: 0002_auto_20190129_2304
|
|
ee: 0005_project_based_permissioning
|
|
posthog: 0196_update_property_types
|
|
rest_hooks: 0002_swappable_hook_model
|
|
sessions: 0001_initial
|
|
social_django: 0010_uid_db_index
|