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

814 Commits

Author SHA1 Message Date
dependabot-preview[bot]
56c26b4df3
Bump django from 3.0.3 to 3.0.5 (#484)
Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.5.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.3...3.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-08 18:43:04 +01:00
dependabot-preview[bot]
441edd7d68
Bump django-stubs from 1.4.0 to 1.5.0 (#485)
Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Changelog](https://github.com/typeddjango/django-stubs/blob/master/release.xsh)
- [Commits](https://github.com/typeddjango/django-stubs/compare/1.4.0...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-08 18:42:22 +01:00
dependabot-preview[bot]
0a01fe4d67
Bump asgiref from 3.2.3 to 3.2.7 (#503)
Bumps [asgiref](https://github.com/django/asgiref) from 3.2.3 to 3.2.7.
- [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.3...3.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-08 18:42:02 +01:00
Tim Glaser
3376f7f430 Version 1.0.11 2020-04-08 14:58:19 +01:00
Aaron
f3a052f5d3
Changelog updated for 1.0.11 (#501)
* Changelog updated for 1.0.11

* updates from comments
2020-04-08 14:57:31 +01:00
Marius Andra
4fd38dd305
kill all start-* scripts on CTRL+C (#502) 2020-04-08 14:38:28 +01:00
Marius Andra
66780ceef7
Make workers optional for now, add a warning if they are offline (#494)
* add warning script to settings and docker-worker in case REDIS_URL is not found

* test celery heartbeat

* save celery heartbeat in redis

* /_stats/ with worker heartbeat

* refactor top content

* show worker stats

* heartbeat delay to 90sec

* update worker error message

* remove line

* add redbeat schdeduler

* add redbeat for local development
2020-04-08 13:52:29 +01:00
Tim Glaser
f0585ae3ed
Fix possible bug with trends if name is set in action step (#493) 2020-04-08 13:29:37 +01:00
James Hawkins
6b5632a055
Updated docs link in SendEventsOverlay.js (#500) 2020-04-08 13:15:13 +01:00
Tim Glaser
96e8f65309
Speed up event names loading (#492) 2020-04-08 13:14:52 +01:00
Tim Glaser
c701db2635
Fix storing Events and Actions in the demo (#498) 2020-04-08 13:13:28 +01:00
Tim Glaser
39471d2a7f
Fix new funnel not loading (#495) 2020-04-08 10:36:48 +01:00
Eric Duong
27e080e83b
Filter by events (#442)
* first commit with event model

* minor fixes

* remove console log

* ready styling

* remove array.js

* tab component with inline styles for now

* initial refactor of actionselectbox

* made actionselecttabs a hook

* replaced funnel component with new components

* action filter consolidation

* more refactoring on actionfilter

* add action working now

* refactored actionfilter with kea logic module

* filter math

* small bug

* more cleanup

* parse event

* pipe through event filters

* fixed an error in the funnel with new component

* conslidating action.py functions for more reusability

* conslidating action.py functions for more reusability

* ui fixes

* actionfilterlogic cleanup

* returned filters to original form

* squashing bugz

* type safety and more debugging

* people endpoint working for both actions and events

* edge case

* tightening up people endpoint and data handling

* condensed code

* condensed code

* stickiness for events

* original tests working

* updated tests

* typechecking

* patched type issue
2020-04-07 23:01:45 +01:00
Tim Glaser
91263b23c2
Fix migration 0039 existing twice (#488) 2020-04-07 19:11:12 +01:00
dependabot-preview[bot]
580509a467
Bump posthoganalytics from 1.0.9 to 1.0.10 (#482)
Bumps [posthoganalytics](https://github.com/posthog/posthog-python) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/posthog/posthog-python/releases)
- [Commits](https://github.com/posthog/posthog-python/compare/1.0.9...1.0.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-07 18:16:59 +01:00
Tim Glaser
df2ca0f94e
Merge pull request #463 from PostHog/439-cohort-page-hangs
Adds to #439 try to fix cohort page hangs
2020-04-07 18:15:06 +01:00
Tim Glaser
6768af5ad3
Merge pull request #467 from PostHog/fea/email-opt-in
426-email-opt-in
2020-04-07 18:11:08 +01:00
Tim Glaser
8ddcc180f6
Merge pull request #473 from PostHog/455-celery
Celery background workers
2020-04-07 17:20:33 +01:00
Tim Glaser
1c530bc563
Merge pull request #478 from PostHog/tidy-templates
Update issue templates
2020-04-07 17:15:13 +01:00
Marius Andra
d8683a66d8 add link to docs for REDIS_URL error 2020-04-07 16:00:56 +02:00
James Hawkins
9aac4c6643
Update feature_request.md 2020-04-07 14:04:08 +01:00
James Hawkins
0451d73a6a
Update bug_report.md 2020-04-07 14:03:36 +01:00
Marius Andra
b747b19c6c add redis container name to dockerfile 2020-04-07 14:54:09 +02:00
Marius Andra
036bb504e3 add scripts to docker ignore 2020-04-07 14:50:10 +02:00
tmunayyer
89eca6a335 adjust title wording 2020-04-07 08:47:36 -04:00
Marius Andra
643db5d505 add formation to review apps to trigger worker deployments 2020-04-07 14:24:36 +02:00
Marius Andra
7918a9d425 add REDIS_URL to mypy test 2020-04-07 14:02:09 +02:00
Marius Andra
221df7e60a start worker in background for docker 2020-04-07 14:02:09 +02:00
Marius Andra
3ec4db5ce7 ignore celery for mypy 2020-04-07 14:02:09 +02:00
Marius Andra
12c9f180ad add redis to dockerfile 2020-04-07 14:02:09 +02:00
Marius Andra
edc3dc3632 require (at least) one worker in app.json 2020-04-07 14:01:33 +02:00
Marius Andra
e075838933 scripts to run background, worker and frontend simultaneously 2020-04-07 14:01:33 +02:00
Marius Andra
8798ad8d4e celery/redis workers in preview.Dockerfile 2020-04-07 14:01:33 +02:00
Marius Andra
306a57244d add celery 2020-04-07 14:01:33 +02:00
James Hawkins
75182dfdbe Update issue templates
* Changed wording order
* Added default tags
2020-04-07 13:01:19 +01:00
Tim Glaser
c20bc743e6
Merge pull request #474 from PostHog/remove-yarn-cache-in-production
Remove yarn cache in production image
2020-04-07 11:05:35 +01:00
Tim Glaser
ccdfe26a40 Remove yarn cache in production image 2020-04-07 11:05:15 +01:00
Tim Glaser
e41cb84a4e
Merge pull request #468 from PostHog/reset-password-form
Add reset password form
2020-04-07 10:47:13 +01:00
Tim Glaser
da8352c710
Merge pull request #472 from PostHog/clean-docker-yarn-cache
Test clean docker yarn cache
2020-04-07 10:42:14 +01:00
Tim Glaser
9d7f981dc7 Test clean docker yarn cache 2020-04-07 10:41:46 +01:00
Tim Glaser
3df296bfa0
Merge pull request #466 from 14MR/fix/postgres_credentials
Set default password for postgres in docker-compose.yml
2020-04-07 10:35:31 +01:00
Tim Glaser
dc2f08c836
Merge pull request #469 from PostHog/fea/logout-button
Logout button
2020-04-07 10:22:35 +01:00
Tim Glaser
17430e8e94 Add reset password form 2020-04-07 10:20:01 +01:00
tmunayyer
a605281ff4 convert name to dropdown, add logout link 2020-04-06 19:54:28 -04:00
tmunayyer
29b71c75c0 capturing email opt in on login and on toggle, working implementation 2020-04-06 17:18:44 -04:00
Timur
5c418598e7 set password for postgres in docker-compose 2020-04-06 22:40:22 +02:00
Tim Glaser
a1a50d016c
Merge pull request #465 from PostHog/speed-up-database-inserts
Speed up event insert by only loading actions that are really necessary
2020-04-06 20:28:13 +01:00
Tim Glaser
9011234b2b Speed up event insert by only loading actions that are really necessary 2020-04-06 19:48:03 +01:00
Tim Glaser
b1184a950b
Merge pull request #464 from PostHog/446-migrate-to-ip-field
446 migrate to ip field
2020-04-06 18:49:26 +01:00
Tim Glaser
3a0b688b5e Adds to #439 try to fix cohort page hangs 2020-04-06 18:46:44 +01:00