Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(person-on-events): Person on events trends #9645

Merged
merged 70 commits into from
May 23, 2022
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
9dec8ec
add constance setting
EDsCODE May 4, 2022
e0a5519
add minimum viable code
EDsCODE May 4, 2022
19250ba
update journeys_for
EDsCODE May 4, 2022
1b8616a
working test case
EDsCODE May 4, 2022
e50541b
chore: remove eventserializer in unnecessary places
EDsCODE May 5, 2022
b6501f0
change execution
EDsCODE May 5, 2022
de8179f
change imports
EDsCODE May 5, 2022
87a62ad
fix typing and tests
EDsCODE May 10, 2022
dfcb658
change format
EDsCODE May 10, 2022
59e7cbc
adjust
EDsCODE May 10, 2022
9f9ac5d
reset
EDsCODE May 10, 2022
347dcbb
Merge branch 'refactor-eventserializer' into person-on-events-trends
EDsCODE May 10, 2022
602c967
Merge branch 'master' into refactor-eventserializer
EDsCODE May 10, 2022
7d8d518
Merge branch 'refactor-eventserializer' into person-on-events-trends
EDsCODE May 10, 2022
9f2fb9a
split group path in trend breakdown
EDsCODE May 10, 2022
1126c78
fix: typing
EDsCODE May 10, 2022
83b2ac6
fix test
EDsCODE May 11, 2022
992e887
fix test, rename
neilkakkar May 16, 2022
e93f3e5
automatically add persons to events in tests on flush
neilkakkar May 16, 2022
0c7fb10
test CI with person-on-events
neilkakkar May 17, 2022
33a6235
wip
neilkakkar May 17, 2022
1d70928
fix
neilkakkar May 17, 2022
a7aeef4
fix ci
neilkakkar May 17, 2022
6b4a263
merge master
neilkakkar May 17, 2022
a209368
add comma
neilkakkar May 17, 2022
79a06a3
reduce test explosion
neilkakkar May 17, 2022
f17b33b
fix CH server image version #9743
neilkakkar May 17, 2022
6155027
update conditional
neilkakkar May 17, 2022
a38c21c
split person on events
neilkakkar May 17, 2022
1bfbf41
split person on events
neilkakkar May 17, 2022
fe6b5cd
split properly
neilkakkar May 17, 2022
c0b9375
fix test deps
neilkakkar May 17, 2022
110b832
add persons on events for tests
neilkakkar May 17, 2022
a6da68f
rm eventserializer changes
neilkakkar May 17, 2022
89accdf
upd
neilkakkar May 17, 2022
37a1a9c
Merge branch 'master' of github.com:PostHog/posthog into person-event…
neilkakkar May 17, 2022
72db871
fix tests
neilkakkar May 17, 2022
4a76432
streamline person on event tests
neilkakkar May 17, 2022
d4af83f
remove cache dependence, even after dematerialization deletion
neilkakkar May 17, 2022
e44e4d3
disregard snapshot tests
neilkakkar May 18, 2022
aa6a840
no casting for matrix variables
neilkakkar May 18, 2022
5513b73
resolve conflicts
neilkakkar May 18, 2022
f86fde9
fix actions problems
neilkakkar May 18, 2022
8358c0f
try to limit blast radius
neilkakkar May 18, 2022
0d67875
Update snapshots
github-actions[bot] May 18, 2022
342affa
why are these tests passing?
neilkakkar May 18, 2022
784ce42
Merge branch 'person-on-events-trends' of github.com:PostHog/posthog …
neilkakkar May 18, 2022
ff27e6d
stoopid
neilkakkar May 18, 2022
7c7223d
fix trend tests
neilkakkar May 18, 2022
4373cec
fix more trend tests, add test for old query regression
neilkakkar May 19, 2022
0cff27c
resolve conflicts
neilkakkar May 19, 2022
64f2848
Update snapshots
github-actions[bot] May 19, 2022
eb8611a
optimise persons
neilkakkar May 19, 2022
05a5116
Update snapshots
github-actions[bot] May 19, 2022
3675134
Update snapshots
github-actions[bot] May 19, 2022
1875429
add all snapshots automatically
neilkakkar May 19, 2022
0d8ab9b
Merge branch 'person-on-events-trends' of github.com:PostHog/posthog …
neilkakkar May 19, 2022
85a8298
fix ci
neilkakkar May 19, 2022
cd2595d
save
neilkakkar May 19, 2022
cdce931
Update snapshots
github-actions[bot] May 19, 2022
c3be243
resolve conflicts
neilkakkar May 20, 2022
fa1a258
Update snapshots
github-actions[bot] May 20, 2022
448dcbb
Update snapshots
github-actions[bot] May 20, 2022
4b09692
Update snapshots
github-actions[bot] May 20, 2022
e5305cc
Update snapshots
github-actions[bot] May 20, 2022
9027ee3
address comments
neilkakkar May 20, 2022
34f9962
Update snapshots
github-actions[bot] May 20, 2022
d4ea909
fix(person-on-events): trigger test
EDsCODE May 20, 2022
c3ad9ba
Merge branch 'person-on-events-trends' of github.com:PostHog/posthog …
EDsCODE May 20, 2022
d053860
Merge branch 'master' into person-on-events-trends
EDsCODE May 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
neilkakkar committed May 17, 2022
commit 1d70928af802a94d720f50a93beba58c87c585ab
5 changes: 4 additions & 1 deletion .github/actions/run-backend-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,16 @@ runs:

- name: Get value for person on event querying
id: person-on-events
shell: bash
run: |
if ${{ inputs.person-on-events == 'true' }}
if [$REF == 'true']
then
echo "::set-output name=enabled::all"
else
echo "::set-output name=enabled::none"
fi
env:
REF: ${{ inputs.person-on-events }}
- name: Run FOSS tests
if: ${{ inputs.foss == 'true' }}
shell: bash
Expand Down