Tim Glaser
c6ad90eca9
Skip migration 0141 if partitioned
...
Closes #3993
2021-04-19 10:24:52 +02:00
Tim Glaser
04dcf6048d
Change wording to be even clearer
2021-04-18 21:51:59 +02:00
Sam Winslow
e4d517b694
Autofocus filter dropdown ( #3957 )
...
* autofocus empty value debug
* make partial type
* WIP: controlled focus on select components
* clean up behavior of defaultOpen
* minor cleanup
* bugfix on updated feature flag
* address changes
2021-04-16 18:54:55 +02:00
Paolo D'Amico
917e6b7a7d
User ID convention naming ( #3943 )
...
* rename user uuid
* update frontend to use uuid
* Fix
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-16 16:44:54 +02:00
Michael Matloka
4f1b208709
Pin prod docker-compose to Postgres 13 and Redis 6 ( #4019 )
2021-04-16 16:25:16 +02:00
Paolo D'Amico
6b79a07464
Invite sign up E2E tests ( #3591 )
...
* create invite test
* using an invite
* accept invite signup logged in
* fix leaving org
* address feedback
* fix ts
* remove invite signup flaky test
* switch logout form
* fix typo
* another typo?
* nav directly
* undo change
* post-merge fixes
* cleanup & update tests
* make tests less random
* fix tests
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-16 16:05:02 +02:00
posthog-contributions-bot[bot]
026f5e1f13
🤖 : Add angelahuang89 as a contributor 🎉 ( #4018 )
2021-04-16 16:04:37 +02:00
Angela Huang
6bbacbcc95
Set undefined user properties as undefined in webhooks messages ( #3685 )
...
* Set undefined user properties as undefined in webhooks messages
* Update webhooks tests for undefined user properties
* Update formatted message test with undefined text
2021-04-16 15:59:10 +02:00
Karl-Aksel Puulmann
89529395a8
Avoid double-stacked <hr /> lines in trends ( #4014 )
...
Broken by https://github.com/PostHog/posthog/pull/3961
2021-04-16 16:06:18 +03:00
PostHog bot
2836b1602a
Update plugin server to 0.16.14 ( #4017 )
2021-04-16 14:09:06 +02:00
Karl-Aksel Puulmann
5a19ed293f
Don't catch all exceptions for migrating clickhouse ( #4016 )
...
This is making it hard to wait until clickhouse has been set up for VPC
deployments.
It was introduced in
https://github.com/PostHog/posthog/pull/2034/files#diff-ea7b79cfe0fd591ead9add4372dab5f31aa4f6155f304bc0d63ef667c9e8ac95L16
for an unknown reason
2021-04-16 15:08:01 +03:00
Yakko Majuri
166220a2da
Add plugins to instance status report ( #4006 )
...
* Add plugins to instance status report
* remove accidental commit
* fix typos
* fix
* Use select_related
* Use Counter to count number of teams using plugins
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-16 11:59:18 +00:00
Yakko Majuri
e6859d22d7
Use env var for pubsub plugins reload channel ( #4015 )
2021-04-16 13:32:01 +02:00
Kunal
ed28004359
ingestion grid copy tweaks ( #4012 )
...
* small tweaks, align copy closer w/ control for a better test
* tweak tag text
* tweak tag text
* Revert "tweak tag text"
This reverts commit fb369c74c6
.
* copy tweak
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-16 02:00:28 +00:00
Kunal
2838ed7b97
Ingestion grid copy tweaks ( #4011 )
...
* small tweaks, align copy closer w/ control for a better test
* tweak tag text
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-16 01:18:51 +00:00
Eric Duong
0ebd7af059
Add link from cohorts to sessions ( #4008 )
...
* add link from cohorts to sessions
* remove condition
2021-04-15 17:47:04 -04:00
Paolo D'Amico
2020c32c66
Add NewRelic to cloud deployment ( #4005 )
2021-04-15 11:53:19 -07:00
Eric Duong
6c3e3587db
Add actions insights link ( #3996 )
...
* add actions insights link
* use param function
2021-04-15 13:28:20 -04:00
PostHog bot
0dee1bd194
Update plugin server to 0.16.13 ( #4004 )
2021-04-15 19:01:17 +02:00
PostHog bot
0e226b05fc
Update plugin server to 0.16.11 ( #3999 )
2021-04-15 17:58:29 +02:00
Michael Matloka
d0292cd670
Give plugin server ECS task 16 GB instead of 8 GB ( #3995 )
2021-04-15 14:15:35 +00:00
Michael Matloka
cf28d88110
Fix optional secret plugin attachments upload UI ( #3994 )
2021-04-15 16:13:30 +02:00
Tim Glaser
802502e5c5
Allow all members to write projects ( #3992 )
2021-04-15 06:23:37 -07:00
Sam Winslow
0874d17088
hide scrollbar for ms, moz, and webkit ( #3989 )
2021-04-15 06:21:23 -07:00
Tim Glaser
a438815997
Revert "Refactor funnel filters & fix flexbox sizing ( #3962 )" ( #3991 )
...
This reverts commit 7353c5e47f
.
2021-04-15 08:17:36 +00:00
Li Yi Yu
41995cccf5
Lifecycle toggle ( #3961 )
...
* test singular toggle
* allow for multitoggling and clean up code
* remove wip code
* updated styling
* retain lifecycle toggles on filter selections
* convert undefined values to string
* prettier fix
* typescript strict check fix
Co-authored-by: Li Yi Yu <li@posthog.com>
2021-04-14 20:25:26 -04:00
Sam Winslow
7353c5e47f
Refactor funnel filters & fix flexbox sizing ( #3962 )
...
* move MathSelector and MathPropertySelector.js into own file
* add buttonStyle to propertyFilters & fix flexbox
* minor: fix PropertyFilters input type
* annotate magic number '24px'
2021-04-14 17:07:15 -04:00
Sam Winslow
2eee07222f
Resizable tables in Events and Persons ( #3960 )
...
* events table
* persons table
* tweak events table sizing
* align export button right
2021-04-14 16:37:41 -04:00
Yakko Majuri
c872899d44
Highlight automatic changes to date range filters ( #3670 )
...
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-14 10:39:42 -07:00
Yakko Majuri
8dedfee525
Bump version to 1.24.0, update changelog ( #3983 )
2021-04-14 17:24:46 +00:00
Paolo D'Amico
505cfddf9b
Display current billing usage for metered plans ( #3973 )
2021-04-14 09:39:33 -07:00
Tim Glaser
5cfbc49cc3
Add clickhouse and max users to license ( #3918 )
...
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-14 08:45:39 -07:00
posthog-contributions-bot[bot]
e25c61a927
🤖 : Add daviddanielarch as a contributor 🎉 ( #3980 )
2021-04-14 15:38:59 +02:00
Yakko Majuri
cb175019d8
suppress antd change::: error ( #3969 )
...
* suppress antd change::: error
* Fix TS error, bump and dedupe rc-trigger
2021-04-14 14:53:56 +02:00
Michael Matloka
8dfff650e0
Fix ResizableTable always on scollbar ( #3979 )
2021-04-14 12:51:26 +00:00
Michael Matloka
40868c547c
Make ResizableTable generic ( #3978 )
2021-04-14 07:58:31 -04:00
posthog-contributions-bot[bot]
17a3a80f10
🤖 : Add leggetter as a contributor 🎉 ( #3977 )
2021-04-14 11:32:37 +02:00
Paolo D'Amico
0100e50cd8
Remove fixed typescript errors ( #3956 )
...
* Remove fixed typescript errors
* remove more errors
* more errors be gone
* and some more
* double digits errors
2021-04-14 10:33:27 +02:00
PostHog bot
aa17d8359e
Update plugin server to 0.16.10 ( #3976 )
2021-04-14 10:05:03 +02:00
Marius Andra
005decbfa6
Rename redefined variables ( #3975 )
2021-04-14 10:00:41 +02:00
Yakko Majuri
5f61b61f02
Fix persons search ( #3971 )
...
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-13 17:51:28 -07:00
Michael Matloka
6bea74bb50
Three small UX fixes ( #3972 )
...
* PostHog cloud → PostHog Cloud
* "/project" → "/project/settings"
* "Create action from event" z-index 9999 → 1
2021-04-13 14:56:17 +02:00
Marius Andra
3445a77aff
fix plugin error seconds ( #3965 )
2021-04-13 14:56:08 +02:00
PostHog bot
73a1ee3987
Update plugin server to 0.16.9 ( #3970 )
2021-04-13 13:25:51 +02:00
Kunal
4646dd303e
Revert "update autocapture label to be more descriptive ( #3925 )" ( #3964 )
...
This reverts commit 4dba399346
.
2021-04-13 00:08:49 +00:00
PostHog bot
cb7984a642
Update plugin server to 0.16.8 ( #3959 )
2021-04-12 20:52:57 +02:00
PostHog bot
a40896204c
Update plugin server to 0.16.7 ( #3958 )
2021-04-12 20:23:23 +02:00
PostHog bot
63087620f3
Update posthog-js to 1.9.7 ( #3933 )
2021-04-12 19:44:06 +02:00
Kunal
2a03460ba5
allow default axes on line graphs ( #3940 )
...
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-12 09:48:37 -07:00
PostHog bot
27864c709c
Update plugin server to 0.16.6 ( #3955 )
2021-04-12 18:23:28 +02:00