0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
Commit Graph

2444 Commits

Author SHA1 Message Date
Michael Matloka
06cf919b4a
Reuse Postgres connections in Celery (#3379) 2021-02-22 09:18:13 +01:00
Michael Matloka
52cc8b3124
Fix "Finish setup" button (#3416) 2021-02-22 09:11:37 +01:00
Yakko Majuri
4783b80841
Finish the purge on curly-less if statements (#3414) 2021-02-22 08:36:08 +01:00
Paolo D'Amico
e35ef9df80
Migrate team invite signup to React - Part II (Front-end) (#3300)
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-02-19 16:53:01 -06:00
Karl-Aksel Puulmann
e50980c06a
Improve reordering funnel steps (#3412)
You can now drag the whole "row" not just by the handle

distance now needs to be set not to interact badly with dropdown menus -
by default it would eat all the clicks.

Fixes #3410
2021-02-19 16:20:54 -05:00
Paolo D'Amico
b25a72d0cf
Support client-side compact number formatting & instrumentation (#3360) 2021-02-19 11:58:00 -06:00
Yakko Majuri
33c989721f
Add created by tag to individual dashboards (#3367)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-02-19 05:50:18 -06:00
Michael Matloka
cb3127ea3b
Fix tooltips over property type icons (#3404)
* Fix lack of rowKey on EventsTable

* Fix tooltips over property type icons
2021-02-19 13:41:30 +02:00
Karl-Aksel Puulmann
279ab4dd8a
Fix breaking down by "all" cohorts when no other cohorts (#3374)
Fixes https://sentry.io/organizations/posthog/issues/2213824556/?project=1899813&query=is%3Aunassigned+is%3Aunresolved
2021-02-19 09:36:41 +02:00
Karl-Aksel Puulmann
07d6974d08
Add some missing team_id filters (#3372)
Tested out a solution for #3085 - result is super noisy but helped me
find some bad queries.
2021-02-19 08:49:09 +02:00
Marius Andra
8ef54b3a51
plugin server 0.9.14 (#3403) 2021-02-19 02:27:31 +01:00
Marius Andra
d82226cae7
plugin server 0.9.12 (#3401) 2021-02-19 01:28:04 +01:00
Michael Matloka
acdea023fa
Update plugin server to 0.9.11 (#3400)
Co-authored-by: mariusandra <mariusandra@users.noreply.github.com>
2021-02-19 00:40:08 +01:00
Tim Glaser
1770520a10
Order distinct ids by anonymous (#3392)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-02-18 17:22:52 -06:00
Tim Glaser
ed919918b3
Fix unselecting fields in action (#3352)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-02-18 17:09:56 -06:00
Michael Matloka
44441226a4
Update plugin server to 0.9.7 (#3398)
Co-authored-by: mariusandra <mariusandra@users.noreply.github.com>
2021-02-18 23:50:58 +01:00
Marius Andra
091402ae7f
10% to plugin server (#3397) 2021-02-18 23:02:39 +01:00
Michael Matloka
7842a83df1
Update plugin server to 0.9.6 (#3396)
Co-authored-by: mariusandra <mariusandra@users.noreply.github.com>
2021-02-18 22:47:02 +01:00
Marius Andra
c988433237
plugin server 0.9.5 (#3395) 2021-02-18 21:55:55 +01:00
Michael Matloka
0cf8e5cd07
Add plugin server version to System Status (#3380)
* Add plugin server version to System Status

* Fix function name

* Cast to str in get_plugin_server_version

* Decode bytes instead of casting them
2021-02-18 21:46:59 +01:00
Michael Matloka
7b3a56a385
Update plugin server to 0.9.4 (#3393)
* Update plugin server to 0.9.4

* prettier

* 3% to plugin server

Co-authored-by: mariusandra <mariusandra@users.noreply.github.com>
Co-authored-by: Marius Andra <marius.andra@gmail.com>
2021-02-18 20:48:50 +01:00
Paolo D'Amico
d7aa259d7e
Fix loading billing plans on self-hosted (#3389)
* only load plans on cloud

* move plans endpoints to /api/plans
2021-02-18 19:39:02 +01:00
Marius Andra
4b2d3c831e
update plugin server to 0.9.3 (#3388) 2021-02-18 17:51:28 +01:00
Marius Andra
17f6f2c104
change 10% to 1% (#3385) 2021-02-18 17:18:33 +01:00
Marius Andra
000dd045d0
ingest 10% of events via plugin server (#3382) 2021-02-18 16:49:44 +01:00
Marius Andra
9c707766bd
str (#3383) 2021-02-18 16:27:32 +01:00
Marius Andra
33951f0256
Plugin server ingestion again (#3381)
* re-enable cloud ingestion for specific orgs

* update plugin server to 0.9.2

* correctly process the negative if

* enable ingestion in the task
2021-02-18 16:03:22 +01:00
Karl-Aksel Puulmann
4ad6a28e60
Auto log in for e2e tests and review apps (#3377)
* Add AUTO_LOG_IN environment variable

This will be used when running tests on CI, setting up demo instances
and with cypress vcr

* Auto log in in review apps, e2e tests

This will speed up tests/reviewing significantly

* Rename AUTO_LOG_IN to AUTO_LOGIN

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-02-18 13:59:09 +01:00
Marius Andra
b48f70a741
Plugin server 0.9.1 (#3376)
* upgrade plugin server to 0.9.1

* remove KAFKA_BATCH_PARALELL_PROCESSING from ecs that had a typo and is now true by default
2021-02-18 11:28:03 +01:00
Yakko Majuri
9608427c91
Bump version (#3371)
* bump version 1.21.0

* update changelog
2021-02-17 20:03:41 +00:00
Paolo D'Amico
85e6873803
Fix path for demo data generation (#3369) 2021-02-17 13:48:56 -06:00
Michael Matloka
33838a188c
Prefilter post_event_to_webhook_ee more (#3368) 2021-02-17 19:59:28 +01:00
Eric Duong
f1de2e9002
add properties to filter cleaner for retention logic (#3359) 2021-02-17 19:43:23 +02:00
Eric Duong
c6049e8d02
3293 retention hourly bug (#3358)
* change trunc_func to dynamic

* adjust tests
2021-02-17 09:45:51 -05:00
Yakko Majuri
98b7b85af4
Fix hidden plugin config field (#3364)
* Fix hidden plugin config field

* remove console.log
2021-02-17 15:20:15 +01:00
Yakko Majuri
8e3559a4c2
Update launch toolbar CTA for new nav (#3347) 2021-02-17 13:43:45 +00:00
Tim Glaser
68d335ca22
Fix filtering on elements clickhouse (#3354)
* Fix filtering on elements clickhouse

* fix typing

* fix
2021-02-17 13:48:45 +01:00
Tim Glaser
7eeb71ea28
Bump rrweb 0.9.14 (#3361)
* Bump rrweb 0.9.14

* Bump posthog-react-rrweb-player too
2021-02-17 13:04:59 +01:00
Eric Duong
66641546d7
Trend component test (#3278)
* temp changes

* more tests

* initial trend tests

* merge master

* remove creepover

* remove stubs

* remove unnecessary check

* remove flaky test

* change fixture

* remove console

* focus tests

* update names

* make test more specific

* remove unecessary check

* fix insights file

* checkout insight file
2021-02-17 13:50:41 +02:00
Yakko Majuri
f3d89e8973
Fix /demo feature flags loading issue (#3350)
* Fix /demo feature flags loading issue

* Update demo.html

* fix the fix
2021-02-17 08:55:12 +00:00
Karl-Aksel Puulmann
3a6ffad2be
Fix/replace setTimeout in logics (#3337)
* Update kea to 2.3.2

* Clear timeout before unmount

https://sentry.io/organizations/posthog/issues/2212704003/?project=1899813&query=is%3Aunassigned+is%3Aunresolved&statsPeriod=14d

* Fix old kea ts compatibility issue
2021-02-16 12:44:23 +01:00
Karl-Aksel Puulmann
1bd0e84131
Remove statsd logspam (#3299)
https://github.com/PostHog/posthog/pull/3209 introduced statsd.Gauge in
every sync_execute, causing horrible log spam whenever running tests.
This silences the spam.
2021-02-16 13:10:24 +02:00
Michael Matloka
77b01bd9cb
Add Invite Team Member to top bar user dropdown (#3343)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-02-15 12:25:06 -06:00
Tim Glaser
983e8952c7
Fix formula query parsing (#3336) 2021-02-15 15:34:43 +02:00
Tim Glaser
5c8314ba09
Fix funnel people not showing (#3335)
* Fix funnel people not showing

* funnel viz
2021-02-15 09:50:13 +01:00
Karl-Aksel Puulmann
1a405253ce
Fix breaking down by property with no value(s) (#3322)
* Dont silence errors during test

This causes real exceptions to slip through

* Add an explicit array cast to breakdown array value

This would blow up and cause errors since [] has type Nothing for
clickhouse.

Sentry error: https://sentry.io/organizations/posthog/issues/2213824556/?project=1899813&query=is%3Aunassigned+is%3Aunresolved
Related PR: https://github.com/PostHog/posthog/pull/3320/files

* Add another hacky shortcut for breaking down by no props

This smells really bad, but fixes the test.

* Remove unneeded code
2021-02-15 09:40:03 +02:00
Eric Duong
1bb5efde82
add try catch (#3332) 2021-02-12 14:39:40 -05:00
Eric Duong
637f86d42e
Fix first time retention people query (#3331)
* fix bug and add test

* reuse logic
2021-02-12 14:08:20 -05:00
Tim Glaser
aa2295467a
Refreshing insights (#3301)
* Refreshing insights

* Fix dashboarditem

* put exceptionhog back

* Fix ts issues

* fix tests

* Fix tests

* Remove printers

* fix type errors

* fix test

* Fix flickering

* Fix issues switching between views

* Use result for backwards compatability

* Fix tests

* Refreshing insights part 2

* Get rid of last refresh

* Add breakpoint

* more breakpoints

* Remove loadFunnel function. TODO issue with refreshing funnel in dashboard

* fix refreshing issue

* fix trends loading

* Fix funnel loading
2021-02-12 16:39:49 +01:00
Marius Andra
3ee153075e
bump plugin server to 0.8.3 (#3329) 2021-02-12 16:04:55 +01:00