0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
Commit Graph

158 Commits

Author SHA1 Message Date
Karl-Aksel Puulmann
211c6e762f
Add migration for distinct_id column on clickhouse person table (#5276)
* Add migration for `distinct_id` column on clickhouse

Note that code under ee/clickhouse/models/person.py does not work
anymore since it does not populate the column correctly. That is fine -
will be handled when doing the actual migration, rather than for this
experiment.

* Update plugin server to 1.1.8

Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-07-22 14:30:12 +03:00
PostHog bot
24b78ef1ff
Update plugin server to 1.1.7 (#5221) 2021-07-20 14:03:28 +01:00
Karl-Aksel Puulmann
fc5c6476a0
Revert "Revert "Add is_deleted column to person_distinct_id"" (#5194)
* Revert "Revert "Add is_deleted column to person_distinct_id (#5151)" (#5193)"

This reverts commit 401268bdba.

* A tweak for docker-compose builds

Co-authored-by: James Greenhill <fuziontech@gmail.com>
2021-07-19 19:47:41 -07:00
Karl-Aksel Puulmann
401268bdba
Revert "Add is_deleted column to person_distinct_id (#5151)" (#5193)
This reverts commit b1c11ba7dc.
2021-07-19 12:57:42 +03:00
Karl-Aksel Puulmann
b1c11ba7dc
Add is_deleted column to person_distinct_id (#5151)
* Update PERSONS_ACTIVE_USER_SQL query

* Remove dead import

* Update lifecycle queries

* Update BREAKDOWN_ACTIVE_USER_INNER_SQL to use new persons query

* Update STICKINESS_SQL

* Update STICKINESS_PEOPLE_SQL

* Update STICKINESS_ACTIONS_SQL

* Update paths query

* Update events query

* Update CALCULATE_COHORT_PEOPLE_SQL

* Update retention queries

* Update TOP_PERSON_PROPS_ARRAY_OF_KEY_SQL

* Update EVENT_JOIN_PERSON_SQL

* Update GET_PERSON_ID_BY_ENTITY_COUNT_SQL

* Remove remaining references to old get latest person query

* Update GET_DISTINCT_IDS_BY_PROPERTY_SQL

* Fix code style issue

* Update table engine for person_distinct_id table

* don't select team_id

* Make person deletion work

* Use replacingmergetree over collapsing with is_deleted

Replacing an existing engine is hard, let's not do it

* Update query in test

* add migration

* set database on materialized views

* Update plugin server to 1.1.6

Co-authored-by: James Greenhill <fuziontech@gmail.com>
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-07-19 12:43:44 +03:00
PostHog bot
0afed20e60
Update plugin server to 1.1.5 (#5109)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-07-16 23:07:18 +02:00
PostHog bot
75b86cae6a
Update plugin server to 1.1.4 (#5090)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-07-12 23:06:28 +02:00
PostHog bot
82a887bdd4
Update plugin server to 1.1.3 (#5089)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-07-12 20:26:17 +02:00
PostHog bot
378b91f19e
Update plugin server to 1.1.2 (#5034) 2021-07-07 21:07:37 +01:00
PostHog bot
fcd08f92ea
Update plugin server to 1.1.1 (#5033)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-07-07 21:44:28 +02:00
PostHog bot
53a2fafd1d
Update plugin server to 1.1.0 (#5008) 2021-07-06 15:58:19 +01:00
PostHog bot
c7d9803434
Update plugin server to 1.0.3 (#5005) 2021-07-06 13:19:10 +01:00
PostHog bot
1764e2ca93
Update plugin server to 1.0.2 (#5002) 2021-07-06 10:01:17 +01:00
PostHog bot
3d6b20cb0b
Update plugin server to 1.0.1 (#4889) 2021-06-28 13:28:25 +01:00
PostHog bot
d5c7655ddb
Update plugin server to 1.0.0 (#4836)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-06-21 23:28:02 +02:00
PostHog bot
3d0eeb05f3
Update plugin server to 0.21.27 (#4830) 2021-06-21 15:15:37 +01:00
PostHog bot
27144478f5
Update plugin server to 0.21.26 (#4809) 2021-06-19 02:40:49 +02:00
PostHog bot
a039ffa2f1
Update plugin server to 0.21.25 (#4803) 2021-06-18 16:31:55 +02:00
PostHog bot
cea0121349
Update plugin server to 0.21.24 (#4737) 2021-06-14 15:02:57 +02:00
PostHog bot
68d4298ccd
Update plugin server to 0.21.23 (#4735) 2021-06-14 14:07:55 +02:00
PostHog bot
805d08f7ee
Update plugin server to 0.21.22 (#4732) 2021-06-14 12:57:09 +02:00
PostHog bot
3d44cdcb69
Update plugin server to 0.21.21 (#4719) 2021-06-11 23:14:02 +02:00
PostHog bot
5cf45a5c69
Update plugin server to 0.21.20 (#4701) 2021-06-10 22:58:47 +02:00
PostHog bot
0158ef0e54
Update plugin server to 0.21.19 (#4693) 2021-06-10 17:03:27 +02:00
PostHog bot
f27d0fc4b2
Update plugin server to 0.21.18 (#4663) 2021-06-09 15:00:07 +02:00
PostHog bot
be447b0811
Update plugin server to 0.21.17 (#4660) 2021-06-09 13:06:41 +02:00
PostHog bot
57a9ebef34
Update plugin server to 0.21.16 (#4657) 2021-06-09 11:38:16 +02:00
PostHog bot
660951be0e
Update plugin server to 0.21.15 (#4599) 2021-06-04 15:35:47 +02:00
PostHog bot
3ab0439d2b
Update plugin server to 0.21.14 (#4583) 2021-06-03 15:24:39 +02:00
PostHog bot
ebcd179494
Update plugin server to 0.21.13 (#4580) 2021-06-03 14:01:13 +02:00
PostHog bot
2dfccc3dc4
Update plugin server to 0.21.12 (#4523) 2021-05-27 12:26:24 +02:00
PostHog bot
c93ab8ace2
Update plugin server to 0.21.11 (#4522) 2021-05-27 10:35:34 +02:00
Marius Andra
c09df94924
Revert "Update plugin server to 0.21.10 (#4520)" (#4521)
This reverts commit 177be4e13f.
2021-05-27 07:45:23 +00:00
PostHog bot
177be4e13f
Update plugin server to 0.21.10 (#4520) 2021-05-27 09:10:57 +02:00
PostHog bot
3eb57f7fba
Update plugin server to 0.21.9 (#4508) 2021-05-26 17:48:06 +02:00
dependabot[bot]
85cfa83280
Bump browserslist from 4.16.3 to 4.16.6 in /plugins (#4467)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 15:45:12 +02:00
PostHog bot
4e97504592
Update plugin server to 0.21.8 (#4476) 2021-05-25 16:45:49 +02:00
PostHog bot
1f9d5d44cd
Update plugin server to 0.21.7 (#4473) 2021-05-25 15:11:05 +02:00
PostHog bot
2adccd653d
Update plugin server to 0.21.6 (#4437) 2021-05-21 11:03:25 +02:00
PostHog bot
06d63b40b7
Update plugin server to 0.21.5 (#4407) 2021-05-19 22:45:33 +02:00
PostHog bot
bfcd4bed6a
Update plugin server to 0.21.4 (#4404) 2021-05-19 21:56:28 +02:00
PostHog bot
c2d7126d19
Update plugin server to 0.21.3 (#4368) 2021-05-17 14:57:22 +02:00
PostHog bot
0ab0ecdd0d
Update plugin server to 0.21.2 (#4356) 2021-05-14 16:06:18 +02:00
PostHog bot
e33fb2c149
Update plugin server to 0.21.1 (#4337) 2021-05-13 19:58:45 +02:00
PostHog bot
4f70c85087
Update plugin server to 0.21.0 (#4324) 2021-05-13 12:52:02 +02:00
PostHog bot
68dc4d2730
Update plugin server to 0.20.5 (#4323) 2021-05-13 11:48:59 +02:00
PostHog bot
a09ceaf976
Update plugin server to 0.20.4 (#4302) 2021-05-11 18:21:29 +02:00
PostHog bot
9742ee9580
Update plugin server to 0.20.3 (#4291) 2021-05-10 18:22:08 +02:00
PostHog bot
ce56028738
Update plugin server to 0.20.2 (#4288) 2021-05-10 18:07:32 +02:00
PostHog bot
d423a9e49c
Update plugin server to 0.20.1 (#4255) 2021-05-07 13:02:41 +02:00