0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00
posthog/posthog
2024-11-20 14:40:34 -08:00
..
admin feat(admin): add django admin for dashboard templates (#26093) 2024-11-09 10:24:40 +01:00
api feat: Split-up batch exports into sync and async (#26294) 2024-11-20 18:18:10 +00:00
async_migrations chore: upgrade python to 3.11 (#23206) 2024-06-27 14:16:27 -07:00
batch_exports feat: Split-up batch exports into sync and async (#26294) 2024-11-20 18:18:10 +00:00
caching fix: warming and filter (#25674) 2024-10-18 09:45:18 -07:00
cdp feat(cdp): adjust zapier destination description (#26313) 2024-11-20 17:13:19 +01:00
clickhouse fix(insights): prevent race condition (#26265) 2024-11-20 11:05:02 -05:00
demo feat(max): Summarize insight results (#26172) 2024-11-18 11:05:54 +01:00
heatmaps fix: hogql tests should run through the query cleaning code to avoid flaps (#25900) 2024-10-31 11:27:08 +00:00
helpers chore: flakey tests (#26023) 2024-11-06 12:31:28 +01:00
hogql chore(data-warehouse): Saving as view shouldn't require aliasing every field (#26219) 2024-11-18 14:12:02 +00:00
hogql_queries fix: reduce perms from 3 to 2 for test perf (#26322) 2024-11-20 14:40:34 -08:00
idl
kafka_client chore: create ClickHouse override tables (#25681) 2024-10-29 16:16:59 +00:00
logging
management feat: Split-up batch exports into sync and async (#26294) 2024-11-20 18:18:10 +00:00
migrations chore: alter column type (#26272) 2024-11-20 10:21:15 +00:00
models feat: create events table to store last 7 days of data (#26239) 2024-11-20 12:33:08 +01:00
pagerduty feat: lightweight deletes, metrics, and pagerduty for async delete task (#24035) 2024-07-27 03:59:45 +00:00
plugins fix: Fix UUID typing issues (#24815) 2024-09-05 15:52:01 +00:00
queries feat: Support marking materialized columns as disabled and dropping them (#26068) 2024-11-13 10:57:27 -08:00
session_recordings feat(replay): event based recording trigger (#26168) 2024-11-13 21:15:24 +00:00
settings feat: Make max concurrent workflow tasks configurable (#26111) 2024-11-11 10:18:56 -05:00
storage feat: sample message too large to s3 (#23374) 2024-07-02 12:43:24 +01:00
tasks feat(surveys): Allow user to edit survey response adaptive limits (#26223) 2024-11-18 20:53:59 +00:00
templates fix: alerts getting stuck when celery task crashes (#26190) 2024-11-15 11:55:29 +01:00
templatetags
temporal feat: Split-up batch exports into sync and async (#26294) 2024-11-20 18:18:10 +00:00
test feat(replay): event based recording trigger (#26168) 2024-11-13 21:15:24 +00:00
user_scripts fix: exclusion logic in udfs (#25890) 2024-10-31 22:29:42 +00:00
warehouse chore(data-warehouse): Saving as view shouldn't require aliasing every field (#26219) 2024-11-18 14:12:02 +00:00
year_in_posthog chore: add crossOrigin='anonymous' to snippet script (#25645) 2024-10-17 14:30:21 +01:00
__init__.py
apps.py chore: upgrade posthoganalytics, enable autocapture exceptions (#24877) 2024-09-10 12:09:28 +01:00
asgi.py
auth.py chore: Revert "chore(deps): Upgrade to Django 5" (#24668) 2024-08-29 10:51:36 +00:00
cache_utils.py refactor: Support type checking from cache_for decorator (#26052) 2024-11-11 12:05:26 -08:00
celery.py feat(product-assistant): enhanced trends generation (#25484) 2024-10-25 14:19:45 +02:00
client.py
cloud_utils.py feat: versioned deployments for UDFs (#25121) 2024-09-26 11:30:26 -07:00
conftest.py chore: create ClickHouse override tables (#25681) 2024-10-29 16:16:59 +00:00
constants.py feat: add new alerts feature for product_analytics (#26320) 2024-11-20 17:51:04 -03:00
database_healthcheck.py
date_util.py feat: versioned deployments for UDFs (#25121) 2024-09-26 11:30:26 -07:00
dbrouter.py
decorators.py chore: upgrade python to 3.11 (#23206) 2024-06-27 14:16:27 -07:00
email.py
errors.py chore(hogql): Allow exposing of parsing UUID clickhouse error (#25302) 2024-10-01 13:32:52 +00:00
event_usage.py feat: move tracking of important events (#25152) 2024-10-02 14:06:22 -07:00
exceptions.py fix(feature-flags): stop alerting to sentry on issues that aren't actually bugs, but just bad data (#24172) 2024-08-05 18:05:34 -04:00
filters.py
geoip.py fix(flags): our geoip service wasn't actually returning $geoip_city_name correctly, so properties weren't being overridden as expected (#25747) 2024-10-23 14:35:00 -04:00
git.py
gzip_middleware.py
health.py
jwt.py chore: upgrade python to 3.11 (#23206) 2024-06-27 14:16:27 -07:00
metrics.py chore(ruff): Add ruff rules for exception handling (#23251) 2024-06-27 12:39:21 +01:00
middleware.py feat: Fully block app based on geoip (#25259) 2024-10-03 15:15:36 +00:00
permissions.py feat: rbac initial set up (#25745) 2024-10-29 17:17:27 -04:00
ph_client.py
rate_limit.py fix: Use higher rate limits for non-hogql queries (#25070) 2024-09-19 14:05:55 +00:00
redis.py
renderers.py
schema_helpers.py fix: rolling retention (#24926) 2024-09-12 09:50:43 -07:00
schema.py chore(experiments HogQL): migrate set experiments UI (#26024) 2024-11-18 14:39:44 +00:00
types.py chore: allow log entry properties (#24487) 2024-08-22 17:42:38 +01:00
udf_versioner.py fix: exclusion logic in udfs (#25890) 2024-10-31 22:29:42 +00:00
urls.py fix: Public templates api (#25200) 2024-09-25 16:21:30 +02:00
user_permissions.py chore(environments): Make team.project_id officially non-null (#25597) 2024-10-18 15:43:17 +00:00
utils_cors.py fix: even more zipkin (#26125) 2024-11-11 19:03:51 +00:00
utils.py feat(alerts): Relative alerts (#25423) 2024-10-17 10:17:32 +00:00
version_requirement.py
views.py feat(data-warehouse): add salesforce integration (#23212) 2024-08-13 17:30:15 -04:00
wsgi.py