0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00
Commit Graph

1146 Commits

Author SHA1 Message Date
Paolo D'Amico
d44138c2aa
Fix shared dashboard rendering with multiline descriptions (#3885) 2021-04-06 10:30:19 -07:00
Paolo D'Amico
262e28497c
Fix cypress dependencies (#3881) 2021-04-06 09:21:21 -07:00
Kunal
d92a8447d9
adjust placeholder text for tags + descriptions (#3880)
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-06 09:05:14 -07:00
Michael Matloka
04fe6bbed4
Include property key in formatLabel (#3864) 2021-04-06 11:42:29 +02:00
Tim Glaser
d3fd3164ca
Add filters to lifecycle (#3870)
* Add filters to lifecycle

* hide property filters unless there's a previously set property

Co-authored-by: eric <eeoneric@gmail.com>
2021-04-05 23:02:05 -04:00
Michael Matloka
0f8bd06ee0
Clarify "Filter Out ..." settings copy (#3847) 2021-04-05 19:08:48 -07:00
Eric Duong
5cfc7ca500
Release remove-shownas (#3851)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-05 15:46:15 -07:00
Kunal
6703f9b75d
set platform when footer chosen (#3875)
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-05 14:05:14 -07:00
Michael Matloka
7f581d8c9b
Don't render Signup component if logged in (#3874) 2021-04-05 21:10:36 +02:00
Kunal
bb4abb7f6a
Ingestion - framework grid (#3860)
* WIP - new flow wired

* make everything square + add footer back in

* fix types

* logo cleanup + type fix

* store active tab

* delete old img

* rename files

* cleanup

* add a feat flag

* refactor

* cleanup sort

* use PH logo for default

* add flags constant

* add instrumentation

* replace style

Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-04-05 10:51:54 -07:00
Tim Glaser
fbd6844745
Improve formulas UI/input (#3620)
* Improve formulas UI/input

* Improve focus setting

* adjust styling

* fix formatting

Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-05 13:00:29 +02:00
Paolo D'Amico
360445b6e0
Display when actions were last calculated (#3796) 2021-04-02 18:40:09 -05:00
Eric Duong
beb335a8eb
Release trend-legend (#3850)
* remove flag

* update test

* remove snapshot test

Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-02 16:05:37 -04:00
Tim Glaser
e532223435
Fix feature flags insight link (#3865) 2021-04-02 13:07:33 -05:00
Marius Andra
3b72a3acb3
Show toast on API errors (#3561)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-02 12:05:16 -05:00
Paolo D'Amico
e0c079b011
Fix charts in dashboards (#3862) 2021-04-02 07:51:10 -07:00
Paolo D'Amico
1122c97aa0
Minor improvements to persons (#3834) 2021-04-01 20:05:38 -05:00
Paolo D'Amico
bfd9becd31
Fix cached trends on dashboards not loading (#3856) 2021-04-01 20:02:35 -05:00
Michael Matloka
d458e884ad
Improve clarity of main nav hotkeys (#3849) 2021-04-01 19:57:42 -05:00
Eric Duong
da6a955a94
3589 breakdown (#3782)
* initial api update

* make api work

* frontend changes

* hello

* adjust trend payload

* prelim working

* fix bugs

* use offset in filters to_dict

* use different pagination check

* use offset in filters to_dict

* test

* extend range for pg

* update test

* remove print

* update test

* match limits

* add api test

* center button

* nits

* UI adjustment

* update comment

* fix type error

Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-01 13:54:09 -04:00
Michael Matloka
8f4ae2b8f9
Make text-muted half opacity black instead of solid light gray (#3845) 2021-04-01 19:08:45 +02:00
Phil Leggetter
e71803d776
Clarify project settings filter wording (#3839) 2021-04-01 17:00:40 +02:00
Tim Glaser
6ffdffd5be
Add descriptions of insights in menu (#3814)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-03-31 19:08:39 -07:00
Adrien Brault
827b7fda43
Fix API/HTTP instructions json syntax (#3832)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-03-31 18:31:32 -07:00
Paolo D'Amico
74cfc1db0f
Fix 2K0 (#3823)
* remove unnecessary resize event triggers

* Fix 2K0
2021-03-31 09:12:18 +00:00
Paolo D'Amico
e40079c268
Update app favicon (#3778) 2021-03-30 15:47:28 -07:00
Paolo D'Amico
2b5886e2cd
Misc instrumentation & tiny tweaks (#3769) 2021-03-30 15:25:42 -07:00
Paolo D'Amico
db71faa9a9
Allow math filter on $time property (#3821) 2021-03-30 15:20:07 -07:00
Sandeep Guptan
92e444000a
added redirection to posthogs website (#3812) 2021-03-30 14:57:27 -07:00
Karl-Aksel Puulmann
98a1c73549
dont show legend if nothing to show (#3763) 2021-03-30 13:30:10 -04:00
Paolo D'Amico
1607d063dd
Hide login link from signup if instance is not initiated (#3781) 2021-03-30 08:38:55 -07:00
Marius Andra
7ed7c4c649
Custom Data Attributes in the toolbar (#3761)
* add `important_data_attributes`

* fix undefined bug

* important data attributes in setup

* add dashes

* remove dead code

* scarier exampe

* support multiple data attributes in the toolbar

* update to simmer that supports wildcards

* rename "important_data_attributes" -> "data_attributes", store as a json array

* update ts blacklist

* another one

* use a tag select for data attributes

* remove needless string serialization

* implement text feedback

* data attribute setup style improvement

* better default handling

* fix out of sync migration
2021-03-30 10:28:57 +02:00
Paolo D'Amico
723c575b0d
Fix POSTHOG-DW (#3794) 2021-03-30 06:56:03 +00:00
Eric Duong
c40a0716ce
Insight session entities (#3582)
* Fix session tests

* fix sesisons test

* add postgres functionality

* clickhouse logic

* fix test

* fix pg test

* fix type

* add default condition

* change prompt

* make prompt better

* fix test

* add or tag

Co-authored-by: Tim Glaser <tim@glsr.nl>
2021-03-29 16:03:20 -04:00
Tim Glaser
9cbc70989a
Add warning to breakdown that we only show top 20 values (#3779)
* Add warning to breakdown that we only show top 20 values

* proposal

Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-03-29 16:39:59 +02:00
Sandeep Guptan
713b4dcb34
Fix forgot password link on self-hosted (#3777) 2021-03-28 13:35:30 -06:00
Paolo D'Amico
da61c55666
Description & tagging on dashboards (#3756) 2021-03-26 17:38:13 -07:00
Michael Matloka
9b25908d7f
Fix TestAccountFiltersConfig description (#3754) 2021-03-26 14:11:20 +01:00
Yakko Majuri
a71ef7485e
Make events search more prominent (#3587)
* Make events search bar more prominent

* updates
2021-03-26 12:11:13 +02:00
Paolo D'Amico
54976251f8
Hotkeys UI Improvement (#3757) 2021-03-25 19:33:52 -07:00
Eric Duong
3f56d53b62
Null check for persons in PersonHeader (#3750) 2021-03-25 12:07:22 -07:00
Paolo D'Amico
82a0e7c2fb
Fix #3747 (#3748) 2021-03-25 11:05:02 -07:00
Paolo D'Amico
f4a87efa2b
Global hotkey navigation (#3740) 2021-03-25 11:04:33 -07:00
Karl-Aksel Puulmann
a5be4f2c33
Add 'cohorts' tab to Person page (#3744)
* Add a cohort tab to Person page

Closes #3743

* Add E2E test navigating from cohort -> person -> back
2021-03-25 17:24:36 +02:00
Paolo D'Amico
89b71a9959
New login & signup (React) (#3701) 2021-03-25 07:40:20 -07:00
Karl-Aksel Puulmann
cdbd82a0a7
Add some data-attr for plugins (#3742)
The next step for plugins should be getting more adoption, including on
cloud. This PR adds some much-needed instrumentation.
2021-03-25 11:26:40 +02:00
Kunal
20f982f7ac
reduce width so button isn't covered (#3734)
* reduce width so button isn't covered

* accidental checkin

Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
2021-03-23 17:05:26 -07:00
Michael Matloka
68a5d68f15
Clarify test accounts → internal users (#3733)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-03-23 15:40:50 -07:00
Paolo D'Amico
6cc09eaef7
Support custom identifier for person name (#3581) 2021-03-23 15:40:37 -07:00
Paolo D'Amico
136a021d1a
Feature Flags Revamp (UX & Code) (#3675) 2021-03-23 14:34:48 -07:00