0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/.github/workflows
Karl-Aksel Puulmann 1adaa8abb7
Chunk session recording events (#3705)
* Chunk session recording events

Closes https://github.com/PostHog/posthog/issues/3632 and replaces https://github.com/PostHog/posthog/pull/3566/files

This should make it possible to ingest large full snapshot events

Base64 is used to compress the data for serialization purposes.

pytest.mock is used for clean patching methods

* Mock time.time for py3.7 compatibility

* Group captured $snapshot events by $session_id

* Don't chunk already chunked payloads
2021-03-23 11:39:13 +01:00
..
auto-image.yml
ci-backend.yml Chunk session recording events (#3705) 2021-03-23 11:39:13 +01:00
ci-frontend.yml
cypress-component.yml
docker-image-publish.yml Build and push dev image in docker-image-publish.yml (#3588) 2021-03-05 15:20:07 +01:00
docker-image-test.yml Lint Dockerfiles (#3663) 2021-03-18 18:03:42 +01:00
e2e.yml
new-pr.yml Fix edge condition in PR description check (#3575) 2021-03-04 08:55:20 +01:00
posthog-foss.yml
prod-container.yml Revert "Use plugin-server container in containerized deploys" (#3516) 2021-03-01 13:43:43 +01:00
version-update.yml