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

2861 Commits

Author SHA1 Message Date
lottiecoxon
b904d827b1
Update README.md 2021-04-20 16:42:55 +01:00
Sam Winslow
ef0dace2aa
update caniuse-lite to 1.0.30001211 (#4040) 2021-04-20 10:46:23 -04:00
Eric Duong
5ad4246806
add sessions link to insight (#4038) 2021-04-20 09:52:17 -04:00
Yakko Majuri
40d8fb7445
Fix all buttons loading on plugin updates (#4032)
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-20 13:10:58 +02:00
Yakko Majuri
48725ffb5c
fix stateful renders in ResizableTable (#4034) 2021-04-20 06:41:44 -04:00
Li Yi Yu
418b2b6b55
fix actions line graph count bug (#4036) 2021-04-19 17:56:04 -04:00
Paolo D'Amico
081ec88318
Fix dev.Dockerfile (following #4007) (#4037) 2021-04-19 14:10:43 -07:00
Paolo D'Amico
7ea9eb692c
Update Django to 3.1.8 (and related) (#4007) 2021-04-19 12:59:10 -07:00
Buddy Williams
c893765973
Docker support on the Apple M1 chip / arm64 (#4024)
* First pass at docker support on the Apple M1 chip

* Added version to libpq-dev so that it passes linter checks; Removed comments
2021-04-19 10:12:02 -04:00
Paolo D'Amico
5820087b00
Release session filters (#4030)
* release filter_by_session_props

* release filter_by_session_props_link
2021-04-19 09:20:43 -04:00
Paolo D'Amico
6b9f60fb2c
Notify Sentry of production releases (#3998)
* notify sentry when we do releases to production

* adjust action
2021-04-19 12:02:11 +02:00
Sam Winslow
6a9b7c44b6
Make new Sessions filter UI responsive (#3988) 2021-04-18 23:53:48 -07:00
Tim Glaser
72ba5429d3
Change wording to be even clearer (#4027)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-18 23:44:10 -07:00
James Greenhill
9639361efc
Defer event fields on team model to make grabbing fields a bit more lazy (#4028)
* Defer event fields on team model to make grabbing fields a bit more lazy

* update testing bin for ee

* remove testing change for ee
2021-04-18 16:22:59 -07:00
posthog-contributions-bot[bot]
319b5934d3
🤖: Add kevinhu as a contributor 🎉 (#4023) 2021-04-18 14:51:54 +02:00
Eric Duong
5f1094c3f9
Patch 3638 (#4022)
* missing format params for actions

* fix test
2021-04-16 20:36:16 -04:00
Eric Duong
d615cba0b1
3638 trailing wau mau (#3929)
* add query and remove unnecessary functions

* add param function for active user querying

* remove unused import

* fix formatting

* add comment

* add test and complete clickhouse implementation

* add preilim postgres query

* implemented postgres query

* add breakdown test

* breakdown for ch

* working breakdown for clickhouse

* ui

* remove line break

* people for clickhouse

* clickhouse only

* add entity math to payload

* move test

* change dau to null

* fix type

* remove unnecessary imports

* add flags
2021-04-16 15:50:12 -04:00
Tim Glaser
6cce6a497a
Use virtual list for property select (#4020) 2021-04-16 14:09:22 -04:00
Paolo D'Amico
5ec9aefaa2
Miscellaneous improvements (#4003)
* fix person header icon

* refactor and simplify WebhookIntegration

* do not show error messages related to /billing endpoint

* fix a bunch of ts errors

* clarify anonymous users

* minor tweaks
2021-04-16 14:07:16 -04:00
Sam Winslow
e4d517b694
Autofocus filter dropdown (#3957)
* autofocus empty value debug

* make partial type

* WIP: controlled focus on select components

* clean up behavior of defaultOpen

* minor cleanup

* bugfix on updated feature flag

* address changes
2021-04-16 18:54:55 +02:00
Paolo D'Amico
917e6b7a7d
User ID convention naming (#3943)
* rename user uuid

* update frontend to use uuid

* Fix

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-16 16:44:54 +02:00
Michael Matloka
4f1b208709
Pin prod docker-compose to Postgres 13 and Redis 6 (#4019) 2021-04-16 16:25:16 +02:00
Paolo D'Amico
6b79a07464
Invite sign up E2E tests (#3591)
* create invite test

* using an invite

* accept invite signup logged in

* fix leaving org

* address feedback

* fix ts

* remove invite signup flaky test

* switch logout form

* fix typo

* another typo?

* nav directly

* undo change

* post-merge fixes

* cleanup & update tests

* make tests less random

* fix tests

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-16 16:05:02 +02:00
posthog-contributions-bot[bot]
026f5e1f13
🤖: Add angelahuang89 as a contributor 🎉 (#4018) 2021-04-16 16:04:37 +02:00
Angela Huang
6bbacbcc95
Set undefined user properties as undefined in webhooks messages (#3685)
* Set undefined user properties as undefined in webhooks messages

* Update webhooks tests for undefined user properties

* Update formatted message test with undefined text
2021-04-16 15:59:10 +02:00
Karl-Aksel Puulmann
89529395a8
Avoid double-stacked <hr /> lines in trends (#4014)
Broken by https://github.com/PostHog/posthog/pull/3961
2021-04-16 16:06:18 +03:00
PostHog bot
2836b1602a
Update plugin server to 0.16.14 (#4017) 2021-04-16 14:09:06 +02:00
Karl-Aksel Puulmann
5a19ed293f
Don't catch all exceptions for migrating clickhouse (#4016)
This is making it hard to wait until clickhouse has been set up for VPC
deployments.

It was introduced in
https://github.com/PostHog/posthog/pull/2034/files#diff-ea7b79cfe0fd591ead9add4372dab5f31aa4f6155f304bc0d63ef667c9e8ac95L16
for an unknown reason
2021-04-16 15:08:01 +03:00
Yakko Majuri
166220a2da
Add plugins to instance status report (#4006)
* Add plugins to instance status report

* remove accidental commit

* fix typos

* fix

* Use select_related

* Use Counter to count number of teams using plugins

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-16 11:59:18 +00:00
Yakko Majuri
e6859d22d7
Use env var for pubsub plugins reload channel (#4015) 2021-04-16 13:32:01 +02:00
Kunal
ed28004359
ingestion grid copy tweaks (#4012)
* small tweaks, align copy closer w/ control for a better test

* tweak tag text

* tweak tag text

* Revert "tweak tag text"

This reverts commit fb369c74c6.

* copy tweak

Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-16 02:00:28 +00:00
Kunal
2838ed7b97
Ingestion grid copy tweaks (#4011)
* small tweaks, align copy closer w/ control for a better test

* tweak tag text

Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-16 01:18:51 +00:00
Eric Duong
0ebd7af059
Add link from cohorts to sessions (#4008)
* add link from cohorts to sessions

* remove condition
2021-04-15 17:47:04 -04:00
Paolo D'Amico
2020c32c66
Add NewRelic to cloud deployment (#4005) 2021-04-15 11:53:19 -07:00
Eric Duong
6c3e3587db
Add actions insights link (#3996)
* add actions insights link

* use param function
2021-04-15 13:28:20 -04:00
PostHog bot
0dee1bd194
Update plugin server to 0.16.13 (#4004) 2021-04-15 19:01:17 +02:00
PostHog bot
0e226b05fc
Update plugin server to 0.16.11 (#3999) 2021-04-15 17:58:29 +02:00
Michael Matloka
d0292cd670
Give plugin server ECS task 16 GB instead of 8 GB (#3995) 2021-04-15 14:15:35 +00:00
Michael Matloka
cf28d88110
Fix optional secret plugin attachments upload UI (#3994) 2021-04-15 16:13:30 +02:00
Tim Glaser
802502e5c5
Allow all members to write projects (#3992) 2021-04-15 06:23:37 -07:00
Sam Winslow
0874d17088
hide scrollbar for ms, moz, and webkit (#3989) 2021-04-15 06:21:23 -07:00
Tim Glaser
a438815997
Revert "Refactor funnel filters & fix flexbox sizing (#3962)" (#3991)
This reverts commit 7353c5e47f.
2021-04-15 08:17:36 +00:00
Li Yi Yu
41995cccf5
Lifecycle toggle (#3961)
* test singular toggle

* allow for multitoggling and clean up code

* remove wip code

* updated styling

* retain lifecycle toggles on filter selections

* convert undefined values to string

* prettier fix

* typescript strict check fix

Co-authored-by: Li Yi Yu <li@posthog.com>
2021-04-14 20:25:26 -04:00
Sam Winslow
7353c5e47f
Refactor funnel filters & fix flexbox sizing (#3962)
* move MathSelector and MathPropertySelector.js into own file

* add buttonStyle to propertyFilters & fix flexbox

* minor: fix PropertyFilters input type

* annotate magic number '24px'
2021-04-14 17:07:15 -04:00
Sam Winslow
2eee07222f
Resizable tables in Events and Persons (#3960)
* events table

* persons table

* tweak events table sizing

* align export button right
2021-04-14 16:37:41 -04:00
Yakko Majuri
c872899d44
Highlight automatic changes to date range filters (#3670)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-14 10:39:42 -07:00
Yakko Majuri
8dedfee525
Bump version to 1.24.0, update changelog (#3983) 2021-04-14 17:24:46 +00:00
Paolo D'Amico
505cfddf9b
Display current billing usage for metered plans (#3973) 2021-04-14 09:39:33 -07:00
Tim Glaser
5cfbc49cc3
Add clickhouse and max users to license (#3918)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-14 08:45:39 -07:00
posthog-contributions-bot[bot]
e25c61a927
🤖: Add daviddanielarch as a contributor 🎉 (#3980) 2021-04-14 15:38:59 +02:00