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

3044 Commits

Author SHA1 Message Date
Tim Glaser
8b4b8163b9
Merge pull request #51 from PostHog/fix-test-ordering-issues
Fix database ordering issues on Heroku
2020-02-09 16:03:14 -08:00
Tim Glaser
2e04fbfcd1 Fix database ordering issues on Heroku 2020-02-09 16:01:27 -08:00
James Hawkins
928045fd6a
Update README.md
fixed typo
2020-02-09 15:33:27 -08:00
Tim Glaser
3fb46a1478 Merge pull request #46 from PostHog/More-tweaks-to-readme
Update README.md
2020-02-09 15:32:45 -08:00
Tim Glaser
b9d70ea0b9
Merge pull request #44 from PostHog/dependabot/pip/djangorestframework-3.11.0
Bump djangorestframework from 3.10.3 to 3.11.0
2020-02-09 15:32:20 -08:00
James Hawkins
a14c26b125
Update README.md 2020-02-09 15:31:43 -08:00
Tim Glaser
e043ceb02e
Merge pull request #41 from PostHog/dependabot/pip/django-2.2.8
[Security] Bump django from 2.2.7 to 2.2.8
2020-02-09 15:30:17 -08:00
Tim Glaser
a33799ec35
Merge pull request #40 from PostHog/dependabot/pip/pygments-2.5.2
Bump pygments from 2.4.2 to 2.5.2
2020-02-09 15:30:06 -08:00
dependabot-preview[bot]
4bb9235feb Bump djangorestframework from 3.10.3 to 3.11.0
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.3 to 3.11.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.10.3...3.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-09 23:29:45 +00:00
dependabot-preview[bot]
5e039878bb
[Security] Bump django from 2.2.7 to 2.2.8
Bumps [django](https://github.com/django/django) from 2.2.7 to 2.2.8. **This update includes a security fix.**
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.7...2.2.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-09 23:28:42 +00:00
Tim Glaser
4ccbb508e2
Merge pull request #38 from PostHog/dependabot/pip/jedi-0.16.0
Bump jedi from 0.15.1 to 0.16.0
2020-02-09 15:25:49 -08:00
dependabot-preview[bot]
ac26e7f7f2
Bump pygments from 2.4.2 to 2.5.2
Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.5.2.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.4.2...2.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-09 23:25:46 +00:00
Tim Glaser
3c1d0efd65
Merge pull request #37 from PostHog/dependabot/pip/wcwidth-0.1.8
Bump wcwidth from 0.1.7 to 0.1.8
2020-02-09 15:25:24 -08:00
dependabot-preview[bot]
7eb22e0682
Bump jedi from 0.15.1 to 0.16.0
Bumps [jedi](https://github.com/davidhalter/jedi) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/davidhalter/jedi/releases)
- [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/davidhalter/jedi/compare/v0.15.1...v0.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-09 23:25:01 +00:00
dependabot-preview[bot]
37e0a5ee7e Bump wcwidth from 0.1.7 to 0.1.8
Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.1.7 to 0.1.8.
- [Release notes](https://github.com/jquast/wcwidth/releases)
- [Commits](https://github.com/jquast/wcwidth/compare/0.1.7...0.1.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-09 23:24:40 +00:00
Tim Glaser
d4ff184e50 Reduce preview docker image size 2020-02-09 15:20:11 -08:00
Tim Glaser
7561597d8c Improve readme with production installation instructions 2020-02-09 14:39:05 -08:00
Tim Glaser
57e40b5c59 Create preview and production dockerfiles and add LICENSE 2020-02-09 13:54:14 -08:00
Tim Glaser
395d79f434 Faster dockerfile, with useful (and prettywelcome message 2020-02-09 12:21:06 -08:00
Tim Glaser
6e5895fcff Merge pull request #36 from timgl/tweak-to-readme
Update README.md
2020-02-09 12:09:03 -08:00
James Hawkins
eeb849a9c8
Update README.md 2020-02-09 11:37:38 -08:00
Tim Glaser
0d1384808f Add demo data management command 2020-02-09 10:19:33 -08:00
Tim Glaser
7bd0f9bee3 Extend app.json 2020-02-08 22:46:52 -08:00
Tim Glaser
3ff6da53c6 Add delete functionality to funnels 2020-02-08 22:33:10 -08:00
Tim Glaser
3cfe1e44d1 #30 Much nicer editor interface + bug fixes 2020-02-08 21:50:38 -08:00
Tim Glaser
c93e2c93bb #27 Can't unselect actions 2020-02-08 16:44:58 -08:00
Tim Glaser
f72df730c7 Wording change of autocapture events 2020-02-08 16:17:09 -08:00
Tim Glaser
bbd67289d9 Nicer way of displaying elements 2020-02-08 16:00:17 -08:00
Tim Glaser
e6db934cf4 Optimize size of image 2020-02-08 11:59:20 -08:00
Tim Glaser
ad0895cd52 Optimize dockerfile for size 2020-02-08 11:45:38 -08:00
Tim Glaser
f164148fb4 Preview docker image 2020-02-08 11:06:46 -08:00
Tim Glaser
cfabe665cb Add alias functionality 2020-02-07 21:37:02 -08:00
Tim Glaser
d4761fce83 Merge branch 'master' of github.com:timgl/posthog 2020-02-07 21:07:27 -08:00
Tim Glaser
02444d3846 Funnel deletion and drag & drop 2020-02-07 21:07:18 -08:00
Tim Glaser
6fb0dd6715
Merge pull request #26 from timgl/demo
created video playback in the demo
2020-02-07 19:06:21 -08:00
James Hawkins
631019d9f2 created video playback in the demo 2020-02-07 18:01:23 -08:00
Tim Glaser
fc74fcf13c Fix tr.js not working on old snippet 2020-02-07 17:59:45 -08:00
Tim Glaser
2a0665372a New tr.js file 2020-02-07 17:43:28 -08:00
Tim Glaser
b1e16c4d0a New array.js function and rationalise event names 2020-02-07 17:38:01 -08:00
Tim Glaser
52ae473830 Change funnel colours 2020-02-07 14:13:16 -08:00
Tim Glaser
4d7e9f69ca Fix actions not loading 2020-02-07 10:52:30 -08:00
Tim Glaser
9859b8be86 Add funnel graph 2020-02-06 20:26:50 -08:00
Tim Glaser
60c1b314e5 Add dashboard functionality and advanced action filtering 2020-02-06 17:08:29 -08:00
Tim Glaser
faf90a027f Improve property filtering and push all params to url 2020-02-06 10:57:49 -08:00
Tim Glaser
4e5955534e Fix capturing classes 2020-02-06 09:53:30 -08:00
Tim Glaser
2dee06eb91 Allow users to restrict signups to certain domains 2020-02-05 13:40:19 -08:00
Tim Glaser
a9e412c49d Add docker files 2020-02-05 09:51:41 -08:00
Tim Glaser
c05330eb40 make secret key configurable 2020-02-04 16:43:12 -08:00
Tim Glaser
49c72dd9c3 Add property filters 2020-02-04 16:38:05 -08:00
Tim Glaser
cab41728da Add fly.dev to allowed hosts 2020-02-04 14:52:20 -08:00