Michael Matloka
9c7e0fac25
Build and push dev image in docker-image-publish.yml ( #3588 )
2021-03-05 15:20:07 +01:00
Tim Glaser
268d9929dc
Fix session tests ( #3580 )
...
* Fix session tests
* fix sesisons test
2021-03-05 12:26:54 +01:00
Eric Duong
859734138a
add missing param to retention payload ( #3585 )
2021-03-04 19:57:57 -05:00
Michael Matloka
8625b6a935
Clean up command palette style ( #3583 )
2021-03-04 23:51:57 +01:00
Marius Andra
a8c2bd0cb1
Add <wbr />
to allow very long strings to split nicely ( #3578 )
2021-03-04 16:12:24 +01:00
Marius Andra
2477ce940d
event property calculation bugfix ( #3579 )
2021-03-04 15:23:14 +01:00
Paolo D'Amico
53041a5057
Fix long person properties UI ( #3570 )
...
* global style
* components adjustment
2021-03-04 15:04:41 +01:00
Marius Andra
9c7556663d
Calculate properties hourly ( #3577 )
...
* re-enable script to calculate event property usage every 60min
* remove .delay from calculation script (works fully in 20sec on cloud)
2021-03-04 12:22:35 +01:00
Yakko Majuri
e933184fda
Plugins secret config fields ( #3341 )
...
* WIP Plugins secret config fields
* add comments
* Polish Secret Plugin Field (#3476 )
* Replace warning with a button
* no matter what the value is -> a secret is a secret
* update text
* secret api changes
* check equality with secret string
* fix type
* add tests
Co-authored-by: Marius Andra <marius.andra@gmail.com>
2021-03-04 12:19:49 +01:00
Michael Matloka
1c296adadb
Fix edge condition in PR description check ( #3575 )
...
* Fix edge condition in PR description check
* Improve regex
* Fix regex
* Add support for more PostHog repos
2021-03-04 08:55:20 +01:00
James Greenhill
9aea95a239
Add docker hub build & push task to github actions ( #3277 )
...
* Add docker hub build & push task to github actions
* Sync Docker image dry and wet run workflows
* Update docker-image-test.yml
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-03-04 08:50:54 +01:00
Yakko Majuri
6eb0a1966f
bump version ( #3571 )
...
* bump version
* add plugin server notice
* update wording
2021-03-03 20:51:13 +00:00
Paolo D'Amico
78bfade0df
Post-release 1694-dashboards ( #3513 )
2021-03-03 07:17:43 -08:00
Eric Duong
fcf7c98311
remove unnecessary group bys in query ( #3562 )
2021-03-03 10:14:09 -05:00
PostHog bot
a2dbdd7a6c
Update plugin server to 0.11.4 ( #3569 )
...
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-03-03 15:08:04 +01:00
Marius Andra
f1d0a5f1ca
remove ioredis debug ( #3568 )
2021-03-03 14:14:16 +01:00
PostHog bot
1df3f7d927
Update posthog-js to 1.9.0 and @posthog/plugin-server to 0.11.3 ( #3565 )
...
* Update posthog-js to 1.9.0
* Update @posthog/plugin-server to 0.11.2
* Update @posthog/plugin-server to 0.11.3
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-03-03 12:27:44 +01:00
dependabot-preview[bot]
a7fb59d1f6
Bump celery-redbeat from 0.13.0 to 2.0.0 ( #3544 )
...
Bumps [celery-redbeat](https://github.com/sibson/redbeat ) from 0.13.0 to 2.0.0.
- [Release notes](https://github.com/sibson/redbeat/releases )
- [Changelog](https://github.com/sibson/redbeat/blob/main/CHANGES.txt )
- [Commits](https://github.com/sibson/redbeat/compare/v0.13.0...v2.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-03 11:52:12 +01:00
Eric Duong
adee71ec60
parse timestamps to local time ( #3522 )
2021-03-03 10:21:50 +00:00
Eric Duong
55a298018b
disable unnecessary chart filters on retention ( #3521 )
2021-03-03 10:21:22 +00:00
Paolo D'Amico
2f90e5aa24
Instrument person properties management ( #3511 )
...
* reportPersonPropertyUpdated event
* report event + adjustments
* report old property type
* remove stale console log
2021-03-03 11:02:04 +01:00
Marius Andra
d4ab38db7c
add $device_type to initial properties to save ( #3564 )
2021-03-03 10:53:06 +01:00
Marius Andra
888b1314da
Add JSON view for events ( #3560 )
...
* Add JSON view for events
* Extract sortedKeys to utils
* Don't wrap EventJSON CodeSnippet in extra div
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-03-03 10:48:44 +01:00
Kunal
1051143ba4
Update tracking for Retention & Paths ( #3563 )
...
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-03-02 21:28:02 -08:00
Kunal
d6093f10b7
Add calculate funnel event ( #3556 )
...
* add calculate funnel event
* update naming scheme
* move analytics to eventUsageLogic
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-03-02 17:57:50 -08:00
PostHog bot
a6335483b1
Update posthog-js to 1.8.10 ( #3558 )
...
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
Co-authored-by: Marius Andra <marius.andra@gmail.com>
2021-03-03 00:09:12 +01:00
Paolo D'Amico
984b5fff98
Fix cloud tests on main repo ( #3559 )
2021-03-02 13:47:56 -08:00
Paolo D'Amico
7e10a4f06c
Release Persons V2 (persons-2353) ( #3461 )
2021-03-02 11:18:04 -08:00
PostHog bot
696201588d
Update posthog-js to 1.8.9 ( #3555 )
...
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-03-02 16:44:40 +01:00
Tim Glaser
5501d2c559
Closes #3520 fix custom date filter dashboards ( #3533 )
...
* Closes #3520 fix custom date filter dashboards
* fix tests
* fix
2021-03-02 12:34:02 +01:00
Michael Matloka
bb6d4b4358
docker-compose.ch(.test).yml files for plugin server ( #3552 )
2021-03-02 11:57:19 +01:00
Michael Matloka
a2ea4d0146
Clean up copyToClipboard ( #3553 )
2021-03-02 11:57:06 +01:00
Yakko Majuri
aced4b98f7
Add ability to add person props on the UI ( #3394 )
...
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-03-01 16:43:07 -08:00
Michael Matloka
dbbb113428
Make PLUGIN_SERVER_INGESTION True by default ( #3485 )
...
* Make PLUGIN_SERVER_INGESTION True by default
* Disable plugin server ingestion in tests by default
This is so that ingestion tests in here, which rely on old ingestion, don't fail. Plugin server ingestion itself is covered well in the plugin server repo.
2021-03-01 22:34:40 +01:00
Michael Matloka
fc12c723c6
Clean up PR bot workflow ( #3546 )
...
* Update .gitignore
* Clean up PR bot workflow
* Revert .gitignore update
2021-03-01 22:07:52 +01:00
Yakko Majuri
b5038bbd60
Fix minor UI issue with funnel loading ( #3519 )
...
* Fix minor UI issue with funnel loading
* remove console.log
2021-03-01 21:58:53 +01:00
Tim Glaser
6215f77291
Soften shame message ( #3541 )
...
* Soften shame message
* Remove is-collaborator step and simplify message
* Rename drill.yml to janitor.yml
* Better handle pull request body
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-03-01 21:28:53 +01:00
Tim Glaser
c153753d04
Fix bin/tests ( #3540 )
2021-03-01 20:34:39 +01:00
dependabot-preview[bot]
0a0a8bd349
Bump parso from 0.6.1 to 0.8.1 ( #3542 )
...
Bumps [parso](https://github.com/davidhalter/parso ) from 0.6.1 to 0.8.1.
- [Release notes](https://github.com/davidhalter/parso/releases )
- [Changelog](https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/davidhalter/parso/compare/v0.6.1...v0.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 20:11:36 +01:00
dependabot-preview[bot]
89691d74c5
Bump fakeredis from 1.4.4 to 1.4.5 ( #3539 )
...
Bumps [fakeredis](https://github.com/jamesls/fakeredis ) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/jamesls/fakeredis/releases )
- [Commits](https://github.com/jamesls/fakeredis/compare/1.4.4...1.4.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 20:11:15 +01:00
dependabot-preview[bot]
bf164b216a
Bump whitenoise from 5.0.1 to 5.2.0 ( #3538 )
...
Bumps [whitenoise](https://github.com/evansd/whitenoise ) from 5.0.1 to 5.2.0.
- [Release notes](https://github.com/evansd/whitenoise/releases )
- [Changelog](https://github.com/evansd/whitenoise/blob/master/docs/changelog.rst )
- [Commits](https://github.com/evansd/whitenoise/compare/v5.0.1...v5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 20:11:07 +01:00
dependabot-preview[bot]
f2d7a962e5
Bump django-deprecate-fields from 0.1.0 to 0.1.1 ( #3536 )
...
Bumps [django-deprecate-fields](https://github.com/3YOURMIND/django-deprecate-fields ) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/3YOURMIND/django-deprecate-fields/releases )
- [Commits](https://github.com/3YOURMIND/django-deprecate-fields/compare/0.1.0...0.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 20:02:30 +01:00
dependabot-preview[bot]
8ef31567db
Bump asgiref from 3.2.7 to 3.3.1 ( #3535 )
...
Bumps [asgiref](https://github.com/django/asgiref ) from 3.2.7 to 3.3.1.
- [Release notes](https://github.com/django/asgiref/releases )
- [Changelog](https://github.com/django/asgiref/blob/master/CHANGELOG.txt )
- [Commits](https://github.com/django/asgiref/compare/3.2.7...3.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 20:02:25 +01:00
dependabot-preview[bot]
b13bd73e85
Bump psycopg2-binary from 2.8.4 to 2.8.6 ( #3543 )
...
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2 ) from 2.8.4 to 2.8.6.
- [Release notes](https://github.com/psycopg/psycopg2/releases )
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS )
- [Commits](https://github.com/psycopg/psycopg2/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 20:01:36 +01:00
dependabot-preview[bot]
5ae87afecd
Bump pytz from 2019.3 to 2021.1 ( #3545 )
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2019.3 to 2021.1.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2019.3...release_2021.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 20:01:13 +01:00
Paul Ungureanu
20ea346f66
Closes #3524 filters do not reset ( #3532 )
...
Before this, the events table did not update when the last filter
was deleted.
2021-03-01 19:13:15 +01:00
Paolo D'Amico
b025ada381
Random fixes Mar 1 ( #3530 )
...
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-03-01 09:35:30 -08:00
Yakko Majuri
01774c0746
fix plugin invalid config error ( #3529 )
2021-03-01 17:52:25 +01:00
Michael Matloka
38331e696f
Add explanation for clipboard not working on remote HTTP ( #3528 )
...
* Add explanation for clipboard not working on remote HTTP
* Fix toast
2021-03-01 17:30:45 +01:00
Michael Matloka
5bcb7eba36
Add no-PR-description-shaming workflow ( #3517 )
...
* Add no-PR-description-shaming workflow
* Fix shame-worthiness check
* Clean up regex
2021-03-01 17:10:00 +01:00