0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
Commit Graph

2788 Commits

Author SHA1 Message Date
Sam Winslow
49f7d841ce
bump cryptography==3.4.7 and add macosx_arm64 install script (#3935) 2021-04-10 00:53:19 +02:00
posthog-contributions-bot[bot]
c4eb6a5559
🤖: Add jeduden as a contributor 🎉 (#3938) 2021-04-09 23:21:58 +02:00
Paolo D'Amico
ce3e1fcde3
Fix feature flags default rollout (#3745) 2021-04-09 14:14:41 -07:00
Paolo D'Amico
2143e5fe7a
Less dancing in dashboards (#3824) 2021-04-09 12:03:19 -07:00
Tim Glaser
6b09a7cc6a
Always show event stats and add warnings (#3908) 2021-04-09 19:14:38 +02:00
PostHog bot
db58485366
Update plugin server to 0.16.2 (#3932) 2021-04-09 10:49:37 +02:00
Marius Andra
1d2f9bf971
Minimum PostHog version in plugins (#3916)
* add "put_json_into_zip_archive" util

* add semantic version package

* compare posthog version requirement string in plugin.json if present

* Clarify posthogVersion error messages

* Don't check posthogVersion on Cloud

* Clarify error messages better

* Split test_create_plugin_version_ranges into multiple tests

* Add Cloud test and fix the rest

* Make mypy happy

* Update ci-backend.yml

* Fix typing

* Remove broad restore-keys

* Revert "Remove broad restore-keys"

This reverts commit b720e1e1cf.

* Attempt to make cached pip actually work

* Always run package installs even if cache hit just to be sure

* Avoid pytest from PATH

* Avoid PATH in Python CI altogether

* Roll back general CI changes

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-09 09:04:53 +02:00
Paolo D'Amico
2f4ced3255
Renames Active users to Unique users (#3930)
Co-authored-by: Ibrahim Ahmed <atbe@users.noreply.github.com>
2021-04-08 17:20:17 -07:00
Tim Glaser
41ae1325c7
Fix action with same name (#3909)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
Co-authored-by: Tim Glaser <tim.glaser@hiberly.com>
2021-04-08 16:54:32 -07:00
Paolo D'Amico
b1d74ebe9f
Fix navigation to insights from dashboards (#3928) 2021-04-08 15:57:12 -07:00
Paolo D'Amico
ae6b8eef90
User V2 Part II - Frontend changes (#3866) 2021-04-08 13:40:29 -07:00
Kunal
4dba399346
update autocapture label to be more descriptive (#3925) 2021-04-08 21:57:52 +02:00
James Greenhill
e23133e4aa
Log to sentry when migrations are out of date (#3924) 2021-04-08 12:48:52 -07:00
Michael Matloka
e30681bade
Revert "Increase Element model varchar limits (#3912)" (#3923) 2021-04-08 21:24:03 +02:00
PostHog bot
70b626f06d
Update plugin server to 0.16.1 (#3920) 2021-04-08 20:40:44 +02:00
Marius Andra
f1517bafa1
Are migrations safe to run on cloud? (#3917) 2021-04-08 18:32:36 +00:00
Michael Matloka
3732b80c65
Run Automerge as posthog-bot (#3919) 2021-04-08 20:22:39 +02:00
Michael Matloka
305e5f7210
Increase Element model varchar limits (#3912) 2021-04-08 20:17:29 +02:00
Michael Matloka
a2ff10ab52
Fix Cypress tests on forks (#3892)
* Replace README contents with a single link to Never Gonna Give You Up

* Assert event name

* Add some clicks

* Remove a sessions Cy test because of insufficient demo data

* Reenable Apply table filter test

* Revert "Replace README contents with a single link to Never Gonna Give You Up"

This reverts commit 1b2fe76304.
2021-04-08 19:51:37 +02:00
Eric Duong
5b77823938
Add cypress dependency installation (#3914)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-08 10:14:06 -07:00
posthog-contributions-bot[bot]
d955b744bc
🤖: Add jeduden as a contributor 🎉 (#3915) 2021-04-08 16:14:51 +00:00
Tim Glaser
913f819c44
Fix commandpallet test (#3911) 2021-04-08 15:18:32 +00:00
posthog-contributions-bot[bot]
9cc99b33e3
🤖: Add rethab as a contributor 🎉 (#3910) 2021-04-08 13:24:32 +00:00
posthog-contributions-bot[bot]
64825f41c8
🤖: Add Twixes as a contributor 🎉 (#3907) 2021-04-08 12:34:31 +00:00
posthog-contributions-bot[bot]
a45d7ae59a
🤖: Add gempain as a contributor 🎉 (#3906) 2021-04-08 12:28:10 +00:00
posthog-contributions-bot[bot]
0afeef0369
🤖: Add jeduden as a contributor 🎉 (#3905) 2021-04-08 12:13:10 +00:00
posthog-contributions-bot[bot]
6c2b074f06
🤖: Add well-balanced as a contributor 🎉 (#3841)
* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: posthog-contributions-bot[bot] <80958034+posthog-contributions-bot[bot]@users.noreply.github.com>
Co-authored-by: Yakko Majuri <38760734+yakkomajuri@users.noreply.github.com>
2021-04-08 10:59:28 +00:00
posthog-contributions-bot[bot]
5060b1d184
🤖: Add adrienbrault as a contributor 🎉 (#3904)
* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: posthog-contributions-bot[bot] <80958034+posthog-contributions-bot[bot]@users.noreply.github.com>
2021-04-08 10:40:09 +00:00
Tim Glaser
4d711b9314
Fix events with spaces and only add URL for pageviews (#3902)
* Fix events with spaces and only add URL for pageviews

* fix jest
2021-04-08 11:58:36 +02:00
PostHog bot
739b23dc9f
Update plugin server to 0.16.0 (#3903)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-04-08 10:47:06 +02:00
Michael Matloka
90ffb9962e
Fix Continent Name property description (#3900) 2021-04-08 09:53:17 +02:00
Adrien Brault
fa40811ff0
Fix property popover arrow placement on cohorts page (#3893) 2021-04-07 17:44:52 -07:00
Sam Winslow
052894292e
Resolves #3801 - Test users filters (#3854)
* fix property filter state; read from value not payload

* use fixed Col span instead of flex

* fix shadow variable

* PropertyFilters flexbox min and max widths

* explicitly reset property value input on change

* add title property to select options and recreate antd component

* tweak css

* eslint and ts fixes

* redo custom select component as modified Tag

* typing operatorvalueselect

Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-07 13:12:06 -04:00
Michael Matloka
61feb50865
Enable plugins for everyone (#3557)
* Put Team.plugins_opt_in out of use

* Put Plugins out of BETA

* Add attention-grabbing blip for Plugins in nav

* Add end of Plugins beta banner

* Refactor MenuItem highlighting

* Update Plugins page copy

* Prettier

* Add User.flags field and use it instead of posthog.persistence

* Fix User.flags API

* Update migration

* Update Plugins.tsx

* Roll back extraneous additions

* Roll back more

* Update code ordering
2021-04-07 16:43:41 +02:00
Michael Matloka
c7ca412fc3
Support GeoLite2 City event properties in UI (#3894)
* Support GeoLite2 City event properties in UI

* Improve property value examples

* Prepend geoip_ to added event property keys

* Improve wording
2021-04-07 16:30:09 +02:00
Marius Andra
e0685688b4
Round table rows in system status (#3883)
* round table sizes in system status

* fix typing

* Use compact_number/compactNumber across the board

* Update compact_number docstring

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-07 15:22:58 +02:00
Adrien Brault
864dd60a18
Make docker apt version pinning less strict (#3889)
* Make docker apt version pinning less strict

* Single quote versioned apt-get install packages

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-07 12:51:34 +02:00
posthog-contributions-bot[bot]
6a7e513143
🤖: Add imgbot[bot] as a contributor 🎉 (#3890)
* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: posthog-contributions-bot[bot] <80958034+posthog-contributions-bot[bot]@users.noreply.github.com>
2021-04-07 10:36:01 +00:00
Paolo D'Amico
d44138c2aa
Fix shared dashboard rendering with multiline descriptions (#3885) 2021-04-06 10:30:19 -07:00
Paolo D'Amico
262e28497c
Fix cypress dependencies (#3881) 2021-04-06 09:21:21 -07:00
Kunal
d92a8447d9
adjust placeholder text for tags + descriptions (#3880)
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-06 09:05:14 -07:00
Tim Glaser
1918675f93
Default set debug=1 to bin/start (#3807)
* Default set debug=1 to bin/start

* Export DEBUG

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-06 15:50:48 +02:00
Michael Matloka
04fe6bbed4
Include property key in formatLabel (#3864) 2021-04-06 11:42:29 +02:00
Michael Matloka
446094d3dd
Get rid of DATABASE_URL and REDIS_URL construction in bin/plugin-server (#3873) 2021-04-06 11:39:30 +02:00
PostHog bot
16db0a7300
Update plugin server to 0.15.5 (#3884)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-04-06 11:38:48 +02:00
Tim Glaser
d3fd3164ca
Add filters to lifecycle (#3870)
* Add filters to lifecycle

* hide property filters unless there's a previously set property

Co-authored-by: eric <eeoneric@gmail.com>
2021-04-05 23:02:05 -04:00
Michael Matloka
0f8bd06ee0
Clarify "Filter Out ..." settings copy (#3847) 2021-04-05 19:08:48 -07:00
Eric Duong
5cfc7ca500
Release remove-shownas (#3851)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-05 15:46:15 -07:00
Paolo D'Amico
e438ea3bda
Fix 0143 migration unique index (#3876) 2021-04-05 14:32:10 -07:00
Kunal
6703f9b75d
set platform when footer chosen (#3875)
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-05 14:05:14 -07:00