Tim Glaser
f5552cb017
Add specific team_id to query ( #1967 )
...
* Fix capture event query
* Add specific team_id to query
2020-10-21 21:26:44 +02:00
Tim Glaser
a046407b1e
Fix capture event query ( #1965 )
2020-10-21 21:13:57 +02:00
James Greenhill
8a529bf20b
Turn off pg consumption on app.posthog ( #1964 )
2020-10-21 20:53:19 +02:00
James Greenhill
b74d06a96a
Create a write ahead log for cloud event processing ( #1962 )
...
* Create a write ahead log for cloud event processing
* mypy fix
* if we are on app (ee) don't log to postgres
* don't disable writing to postgres
2020-10-21 20:35:07 +02:00
Tim Glaser
94f44bdf46
Revert "Use postgres to grab person ( #1957 )" ( #1963 )
...
This reverts commit 6d9f4d7f77
.
2020-10-21 20:34:49 +02:00
Tim Glaser
a518c3985f
Hardcode ids to ignore postgres ( #1961 )
2020-10-21 19:35:09 +02:00
Tim Glaser
711326e81a
Add usage button to feature flags ( #1947 )
...
* Make log output locally less noisy
* Add usage button to feature flags
* convert backTo logic to kea
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2020-10-21 18:54:33 +02:00
Tim Glaser
6d9f4d7f77
Use postgres to grab person ( #1957 )
...
* Use postgres to grab person
* Fix type
2020-10-21 17:11:55 +02:00
Eric Duong
2a7cd8c477
Fix negation operators ( #1941 )
...
* fixed negation operators for person and cohorts
* add person negation test
* fix tests
* add leakeage tests
* add space
* add debug statements
* match distinct_id
2020-10-21 07:12:05 -04:00
Tim Glaser
88e20220d1
Update test runner ( #1952 )
...
* Remove cypress from package.json
* Update test runner
* correct dommand
* Use npx
2020-10-21 11:42:17 +02:00
Karl-Aksel Puulmann
6eda8b860b
Update posthog-js to latest beta ( #1951 )
...
This will have $session_id set for events
2020-10-21 12:08:01 +03:00
Tim Glaser
ba1d8414cc
Remove cypress from package.json ( #1950 )
2020-10-21 11:06:03 +02:00
Tim Glaser
00153764ef
Simplify clickhouse query ( #1948 )
2020-10-21 09:48:08 +02:00
Michael Matloka
9aa4405c0f
Bring Papercups back ( #1925 )
2020-10-20 17:31:54 +02:00
Michael Matloka
2e39923ad8
gitignore __pycache__ directories ( #1945 )
2020-10-20 17:29:28 +02:00
Michael Matloka
a31b7adaa6
Self-capture events in review instances ( #1857 )
...
* Self-capture events in review instances
* Make SELF_CAPTURE smarter
* Update head.html
* Rename variables back
2020-10-20 17:25:26 +02:00
Tim Glaser
21622d6838
Make log output locally less noisy ( #1943 )
2020-10-20 16:47:35 +03:00
Marius Andra
c517c5a511
add redis & postgres version, redis client count ; improve table design ( #1939 )
2020-10-20 10:51:36 +02:00
Tim Glaser
484f33b951
Use todate to speed up ordering ( #1908 )
...
* Clickhouse use elements chain
* Fix stuff
* Add action tests and start regex
* Progress
* Progress part deux
* Fix everything
* Add tag name filtering
* Fix funnels
* Fix tag name regex
* Fix ordering
* Fix type issues
* Fix empty nth-child
* Remove commented code
* Split with semicolon and escaped quotes
* Specify all select columns
* Use toDate to speed up ordering
* Add another check
* Try debugging test
* Bla
* aaaaa
* cba
* Only return 100 results
* not even sure
* order by desc both
* Add proper test
Co-authored-by: Eric <eeoneric@gmail.com>
2020-10-20 10:37:42 +02:00
Eric Duong
44b9ea6b45
Reorganize trends ( #1931 )
...
* reorganized trends.py
* reorder functions
* prune unused imports
2020-10-20 04:24:18 -04:00
Tim Glaser
7967e6ce45
Remove weekly email ( #1934 )
2020-10-19 18:20:06 +02:00
Michael Matloka
f3ce6fc2ed
Friendlier feedback command and flow navigation ( #1905 )
...
* Rework share feedback command
* Add backwards navigation of command flows with Esc
2020-10-19 15:05:09 +02:00
Yakko Majuri
d4bf674a8f
changed tone of nested sidebar ( #1930 )
2020-10-19 14:40:36 +02:00
Tim Glaser
58ca5539ea
Feature flags larger pages and rename sidebar item ( #1927 )
...
* Feature flags larger pages and rename sidebar item
* Flag icon instead
2020-10-19 12:45:01 +01:00
Eric Duong
8e5347b4e1
Implement property filtering operators ( #1886 )
...
* change parsing to include operators'
* make properties test into factory
* add clickhouse test implementation and fix another test
* add custom test to clickhouse filter tests
* all tests besides json filtering
* add json test
* fix tests
* fix type errors
2020-10-19 06:01:01 -04:00
Yakko Majuri
5785fe726e
Fix events overlay ( #1922 )
...
* fix events overlay
* removed image and overlay
* remove comment
2020-10-19 10:52:49 +01:00
Yakko Majuri
36a5d97389
Fix responsive sidebar overlay ( #1924 )
2020-10-19 10:39:15 +01:00
Karl-Aksel Puulmann
2b81946f3b
Avoid throwing uncaught error when creating cohorts ( #1880 )
...
Sentry error: https://sentry.io/organizations/posthog/issues/1665112291/?project=1899813&query=is%3Aunresolved+frontend&sort=user&statsPeriod=14d
This was introduced in commit 8e6b4f56b5
when moving from classes to functional components.
A lot of the Cohorts/People UX is weird, creating a separate issue on
this.
2020-10-19 11:57:57 +03:00
Karl-Aksel Puulmann
f8788287db
Don't fail when network fails during verification panel step ( #1906 )
...
Closes #1904
2020-10-19 10:55:38 +02:00
Marius Andra
d1715b757e
upgrade react-shadow ( #1923 )
2020-10-18 11:53:24 +01:00
Yakko Majuri
b48156f37d
fixed webpack on docker-compose.dev ( #1921 )
...
Co-authored-by: Yakko <yakko@yakkos-mbp.home>
2020-10-18 12:30:46 +02:00
Marius Andra
4e27575fb7
Hogflix demo dashboard rename & delete ( #1919 )
...
* delete hogflix dashboard, name it something other than "default"
* reload dashboards list to get it out of the sidebar
* fix name for consistency
Co-authored-by: Yakko Majuri <yakko.majuri@gmail.com>
2020-10-18 10:13:25 +01:00
Tim Glaser
cff8cb2134
Fix issues with elements matching ( #1918 )
...
* Fix issues with elements matching
* Add correct regex
2020-10-17 16:10:42 +02:00
James Greenhill
ab62e82b42
Reenable celery heartbeat for dev because _preflight depends on it ( #1915 )
2020-10-16 22:32:43 +02:00
Eric Duong
1c7db177b7
prune unused action code ( #1914 )
2020-10-16 21:55:43 +02:00
Tim Glaser
80d20e385b
Clickhouse use elements chain ( #1849 )
...
* Clickhouse use elements chain
* Fix stuff
* Add action tests and start regex
* Progress
* Progress part deux
* Fix everything
* Add tag name filtering
* Fix funnels
* Fix tag name regex
* Fix ordering
* Fix type issues
* Fix empty nth-child
* Remove commented code
* Split with semicolon and escaped quotes
* Specify all select columns
2020-10-16 14:07:03 +02:00
Shashwat
c97f1fbf91
Fix docker-compose.dev version tags ( #1901 )
2020-10-16 08:47:47 +01:00
Yakko Majuri
8b15c6ffd3
Minor changelog updates ( #1899 )
2020-10-15 20:52:38 +01:00
Paolo D'Amico
c5ea8220e7
bump drf-exceptions-hog ( #1897 )
2020-10-15 17:17:32 +02:00
Yakko Majuri
20f8934d89
Update changelog & bump version to 1.15.0 ( #1894 )
...
* update changelog, bump version
* update images
2020-10-15 14:45:59 +01:00
Yakko Majuri
157fca8d11
Bump version 1.15.0 ( #1895 )
2020-10-15 14:38:01 +01:00
Michael Matloka
79e4714f11
Palette smartphone adjustments ( #1865 )
...
* Adjust palette styling for even the smallest devices
* Scroll palette results into view
* Polish command logic and typing
* Fix scroll into view
* Capture isMobile() in palette usage events
* Adjust responsive palette styling
* Hide palette on `executor === true` execution
2020-10-15 14:20:29 +02:00
Marius Andra
4e62aed502
show CMD+K as "⌘K" instead of "⌘ + K" ( #1893 )
2020-10-15 14:02:31 +02:00
Tim Glaser
8d84eda545
Add property filters to sessions ( #1835 )
...
* Add property filters to sessions
* Fix backwards+forwards and use debounce
* Renamed filters to properties
2020-10-15 13:43:36 +02:00
Tim Glaser
0708e3a1b1
Fix sentry error in select box ( #1891 )
2020-10-15 13:39:00 +02:00
Karl-Aksel Puulmann
a635751150
Send PII data to sentry ( #1813 )
...
Inspired by docs: https://docs.sentry.io/platforms/python/guides/django/
This will include stuff like user identities
2020-10-15 13:06:28 +02:00
Michael Matloka
1f8195cab0
Update celery.py ( #1879 )
2020-10-15 12:45:17 +02:00
Paolo D'Amico
3f2119e58b
Fix: Clearing custom webhook message would save empty string ( #1692 ) ( #1892 )
...
Co-authored-by: Jonathan Lloyd <jonathan@thisisjonathan.com>
2020-10-15 12:44:24 +02:00
Ahti Kitsik
3e1f06fe58
System Status page and API ( #1812 ). ( #1875 )
...
* System Status page and API (#1812 ).
* More resilient to Redis outage. Ensure the table gets loaded.
* Bugfix and reworded.
* Using kea-typegen now and removed a " ".
2020-10-15 12:34:32 +02:00
Marius Andra
32592b36bb
Remove Toolbar Beta Toggle ( #1853 )
2020-10-15 11:42:42 +02:00