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

1276 Commits

Author SHA1 Message Date
Li Yi Yu
b2180412ba
Revert dashboard item view (#4286)
* lint fix

* revert update

* revert everything
2021-05-10 14:11:35 -04:00
Sam Winslow
eb5400a794
Customizability for ResizableTable && styling fixes
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-05-10 13:01:11 -04:00
Sam Winslow
5c09c820fb
Change event target criteria for outside click (#4290) 2021-05-10 12:34:58 -04:00
Kunal
f9043c2d68
speed up autoplay, scroll more slides (#4261) 2021-05-07 17:50:46 +02:00
Michael Matloka
69669adbb9
Enhance PropertyKeyInfo (#4235)
* Enhance PropertyKeyInfo

* Prepend "Initial " to $initial labels

* Add Brooklyn example for $geoip_ props

* Try improving E2E test quality
2021-05-07 02:26:42 +00:00
Paolo D'Amico
3dac5f5157
Fixes lifecycle & stickiness selecting action/events (#4249) 2021-05-06 19:06:40 -07:00
Marius Andra
c4f8abbdfc
Remove wrap on plugin logs table (#4246)
* remove wrap on plugin logs table

* Implement a real fix by checking if ResizableTableProps.expandable is set

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-05-07 03:46:21 +02:00
Paolo D'Amico
da040fc024
Fix date range component in insights (#4248) 2021-05-06 18:38:29 -07:00
Sam Winslow
209431c6f6
Horizontal UI mobile tweaks (#4245)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-05-06 18:13:25 -07:00
Sam Winslow
2c7891933d
New Insights query UI, Option B (#4233)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-05-06 17:01:18 -07:00
Tiina
d71e52cbd1
Closes #4218 fix loading overlay blocking chart interactions (#4241) 2021-05-06 16:50:17 -07:00
Paolo D'Amico
79a64bae8e
New querying horizontal UI - continuation (#4239) 2021-05-06 16:32:20 -07:00
Buddy Williams
95bb02de7b
Add commas to large numbers so that they are readable (#4231)
* Add commas to large numbers so that they are readable

* Format numbers in TrendLegend with commas for large numbers so that they are readable
2021-05-06 13:16:37 -04:00
Kunal
5377600dcf
Tally up counts of filters on events and actions (#4214)
* tally up counts of filters + actions

* update comment

Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-05-06 14:58:22 +00:00
Michael Matloka
e96f95ef5a
Plugin log entries (#3482)
* Add Postgres model PluginLogEntry

* Add equivalent PluginLogEntry to Kafka+ClickHouse

* Add migration

* Add PluginLogEntry.Type.LOG & make PluginLogEntry.message a TextField

* Update 0130_pluginlogentry.py

* Add PluginLogEntry.instance_id

* Update migration

* Update migration

* Add plugin log entries API

* Test plugin log entries DB fetching

* Add PluginLogs component prototype

* Fix API

* Improve PluginLogs component

* Remove almost unused plugin Feedback button

* Update migration

* Fixed typing

* Fix org permission error test asserts

* Fix plugin log entry tests

* Fix CH plugin log entry timestamp string

* Update CH test_plugin_log_entry.py

* Fix plugin log entry tests across PG/CH

* Satisfy mypy

* Add search and limit to plugin log entry API

* Send team_id in plugin config API

* Rework plugin logs UI

* Add plugin config team ID in tests

* Add plugin config team ID in tests actually

* Fix code quality

* Make logs plugin config-based

* Fix CH queries

* Fix typing

* Improve UX and fix things

* Polish plugin logs logic

* Update migration

* Add Celery task to delete old plugin logs

* Fix UX bug with loading more plugin logs

* Fix missing import

* Remove OrganizationMemberPermissions message change

* Make mypy happy

* Add PluginLogEntry.is_system

* Optimize CH plugin_log_entires PARTITION/ORDER

* Increment migration

* Adjust plugin logs drawer display

* Fix plugin_log_factory_ch

* Fix plugin_log_factory_ch fix

* Replace PluginLogEntry.is_system with source

* Adjust PluginLogEntrySerializer

* Update CH fetch_plugin_log_entries

* Make kea-typegen happy
2021-05-06 10:54:32 +03:00
Sam Winslow
ed9dc434a7
Horizontal query UI top-level elements (4050) (#4217) 2021-05-05 20:15:03 -04:00
Neil Kakkar
1e2a942b4a
Fix Broken Link to Integrations (#4220)
I noted that we redirect `docs/integrations/*` to `docs/libraries/*`, but found this specific one to be broken. Not sure if I should be fixing it like this, or by adding to a redirect rule.
2021-05-05 23:30:09 +02:00
Tim Glaser
1feac44d3b
Fix stickiness issue (#4219) 2021-05-05 21:15:54 +02:00
Li Yi Yu
19d30428ce
Dashboard item page view (#4142)
* add dashboard item information to insights page

(cherry picked from commit 63cec8e6c9416a3d89a0420894c9184dec36256d)

* update all dashboard item links

* add logic to include dashboard name on insights dashboard item

* add back to dashboards link and update all dashboard item links

* style clean up

* typescript fixes

* add comments for posterity

* update dashboard item design and componentize item header

* remove dashboardName variable

* refactor displayMap

* update dashboard item logic and props

* span fix

* clean up insight dashboard item view url

* fix weird state bug with trends

* update dashboard item view for paths

* clean up params for dashboardItemHeader

* maintain update dashboard item functionality

* bandaid fix retention insight history bug

* remove stale comment

* typing tweak

* feedback updates

* url namespace update for clarity

* update e2e

Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-05-05 13:58:09 -04:00
Paolo D'Amico
3bd18a7b71
Fix PersonHeader name rendering (#4215) 2021-05-05 08:20:01 -03:00
Li Yi Yu
4d5d2455c5
Use alternative way of color corresponding lifecycle toggles (#4212)
* use alternative way of color corresponding lifecycle toggles

* use checkboxes for lifecycle toggles
2021-05-04 19:43:26 -04:00
Sam Winslow
386f308783
Reorganize files in frontend/src/scenes/insights/ (#4207) 2021-05-04 20:28:54 +02:00
Tim Glaser
aed52b9c67
Fix moving from person sessions to global sessions (#4201) 2021-05-04 11:28:26 -04:00
Tim Glaser
8f8d182141
Cut off long props/events in table (#4179) 2021-05-04 14:13:30 +02:00
Sam Winslow
f5a385c026
Debounce action filter Fuse lookup (#4184)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-05-03 14:19:28 -04:00
Yakko Majuri
46a91f07c0
Fix toolbar modal URLs (#4178) 2021-05-03 12:49:22 +02:00
Karl-Aksel Puulmann
f512028bff
Fix organization membership changing (#4177)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-30 18:21:23 -07:00
Paolo D'Amico
c57d29869a
Removes deprecated code from shown-as migration (#4173)
Co-authored-by: eric <eeoneric@gmail.com>
2021-04-30 15:40:08 -07:00
Michael Matloka
dedaaf991e
Fix authenticated org-less invite signup (#4176) 2021-04-30 12:52:30 -07:00
Yakko Majuri
7578c43a26
Fix typo on project settings page (#4182) 2021-04-30 17:02:24 +00:00
Sam Winslow
965deb2cb2
Convert regex filter select to input with autocomplete (#4170) 2021-04-30 11:27:20 -04:00
Paolo D'Amico
a52a9e460c
Lifecycle hover fix (#4174) 2021-04-30 06:11:35 -07:00
Paolo D'Amico
3de5252fa6
SITE_URL config warning (#4172) 2021-04-29 17:28:49 -07:00
Li Yi Yu
5a6c92cd71
Lifecycle Toggles: Add tooltips and refactor color imports (#4152)
Co-authored-by: Sam Winslow <sammywinslow@gmail.com>
2021-04-29 19:30:29 -04:00
Michael Matloka
39ae79f59e
Use gradient favicon (#4163) 2021-04-29 16:11:01 -07:00
Eric Duong
0f6c83fea4
fix collapsing section (#4167) 2021-04-29 13:54:21 -04:00
Eric Duong
3b06eec925
Virtualize action filter (#4143)
* single list

* working virtualized list

* fix sessions data

* add search
2021-04-29 11:56:20 -04:00
Michael Matloka
1575dace50
Improve SVG icons (#4144)
* Minify safari-pinned-tab

* Make sure favicon.svg has a rectangular frame

* Remove old icons
2021-04-29 16:40:02 +02:00
Kunal
d39405bcc7
Feat/ph home updates (#4157)
* close style

* update text css

Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-29 06:33:03 +00:00
Kunal
0e5e9b7f9a
Project Home (#4086)
* PH home

* let data load

* cleanup

* add a feature flag

* add feature flag

* cleanup

* css cleanup

* cleanup

* copy edits

* update footer

* copy edits + open community links in new tab

* add instrumentation

* default hasData to false

* edit rocket css

* copy edits

* very minor tweaks

* update eventUsage sig

* change order of default onclick

* move invite modal inline

* add utm param to slack

* move project home seen call to effect

* make map inline

* load data local to component

* move lessons map inline

* add insight type to recent analysis event

* add lesson images to proj

* move types to type file

* update rel if opening in new tab

* remove unmount

* fix file names, rename modules

* cleanup css

* switch to ant breakpoints

* use proper keys

* update lessons breakpoints

* final tweaks

* remove unnecessary extra loads

* move lesson thumbs to public

* test if adding to pub root works

* fix file name

* fix for slick-carousel arrow bug throwing errors

* move images back to scenes subdir

* use a component instead of a util

* update questions

* update a word

Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-28 22:41:15 -07:00
Sam Winslow
1564ed6260
Tweak sessions filter UI and use PropertyKeyInfo (#4151) 2021-04-28 23:41:44 +00:00
Yakko Majuri
c257ecdef8
fix toolbar links (#4127)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-28 15:07:53 -07:00
Sam Winslow
aaaa8afe33
Reorder EventsTable selector and filter; copy change (#4148)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-28 16:48:19 -04:00
Sam Winslow
7648881a26
Fix math selector width (#4147) 2021-04-28 15:11:29 -04:00
Yakko Majuri
b8f209bf3b
Allow webhook removal (#4131)
* Allow webhook removal

* better placeholder

* Allow webhook removal extra (#4140)

* Fix Webhook Integration jumping due to TestAccountFilterConfig

* Update text on inputs

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-28 17:52:13 +02:00
Michael Matloka
bd32a7753a
Update favicon to minimalist version (#4138)
* Update favicon to minimalist version

* Fix safari-pinned-tab color

* Add SVG favicon

* Better fit SVG favicon size
2021-04-28 11:01:41 +00:00
Sam Winslow
252f537713
Convert ActionFilter to TypeScript (#4108)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-27 15:21:48 -04:00
Eric Duong
e246f2812c
Widen cohort dropdown (#4130) 2021-04-27 18:32:20 +00:00
Yakko Majuri
90e4419d41
Fix Cohort Select width (#4129) 2021-04-27 14:12:09 -04:00
Eric Duong
aa803163a6
Only call load when filters change (#4123)
* only call load when filters change

* adjust how check is done
2021-04-27 12:03:14 -04:00