0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/posthog
Raquel Smith 8c101a478b
fix: actually skip verification if social signup (#15604)
* skip verification if social signup

* add test
2023-05-19 15:11:43 +00:00
..
api fix: actually skip verification if social signup (#15604) 2023-05-19 15:11:43 +00:00
async_migrations feat: bump clickhouse version to 23.4 for really exciting features (#15574) 2023-05-17 11:00:08 -07:00
caching fix(insights): Refresh stale insight results on shared dashboards (#15153) 2023-05-01 11:57:23 +02:00
clickhouse feat: bump clickhouse version to 23.4 for really exciting features (#15574) 2023-05-17 11:00:08 -07:00
demo chore(demo): Remove usage of Graphile Worker-based event buffer (#14665) 2023-03-09 22:35:43 +01:00
helpers fix(feature-flags): add breakdown_type to the dashboard template for feature flags (#15363) 2023-05-04 16:48:53 +02:00
hogql chore(tests): run poe tests on v2 rather than v1 (#15511) 2023-05-16 19:55:32 +00:00
idl
kafka_client feat: write recording summary events (#15245) 2023-05-09 14:41:16 +00:00
logging
management chore(mgmt): fix logger level in mgmt commands (#15624) 2023-05-19 14:32:23 +00:00
migrations fix(breakdown): fix breakdown edge cases (#15391) 2023-05-10 17:27:42 +02:00
models fix(dashboard): override compare when date range is set to all time (#15563) 2023-05-19 17:04:08 +02:00
plugins
queries fix(early-access): Make truthy matching string insensitive (#15595) 2023-05-18 08:46:33 +00:00
session_recordings chore: bucket recordings chunks lengths into a prom histogram (#15611) 2023-05-19 13:46:26 +01:00
settings chore(tests): run poe tests on v2 rather than v1 (#15511) 2023-05-16 19:55:32 +00:00
storage feat: read snapshots from s3 (#15328) 2023-05-02 16:33:40 +02:00
tasks fix: protect schema and port in exporter urls (#15537) 2023-05-16 11:13:45 +02:00
templates chore: Use new service error page for 500 errors (#15360) 2023-05-09 18:56:37 +00:00
templatetags
temporal fix: Return early after we are done squashing (#15597) 2023-05-17 21:02:44 +02:00
test fix(early-access): Make truthy matching string insensitive (#15595) 2023-05-18 08:46:33 +00:00
year_in_posthog
__init__.py
admin.py feat(admin): show PluginAttachment in PluginConfig pages (#15029) 2023-04-11 14:25:47 +00:00
apps.py fix: eagerly load flags so we don't block decide (#15201) 2023-04-24 11:54:19 +01:00
auth.py fix(insights): Refresh stale insight results on shared dashboards (#15153) 2023-05-01 11:57:23 +02:00
cache_utils.py
celery.py fix(ch): stop running delete jobs while clickhouse is on an older version (#15239) 2023-04-26 10:10:48 -03:00
client.py
cloud_utils.py
conftest.py
constants.py feat(insights): funnel on sessions (#15317) 2023-05-05 10:32:24 +02:00
datetime.py
dbrouter.py feat: Add dbrouter for read replica (#15158) 2023-04-21 11:15:46 +01:00
decorators.py fix(insights): Invalidate persons cache when insight is refreshed (#14953) 2023-04-06 13:02:30 +00:00
email.py
errors.py
event_usage.py feat: verify email addresses on signup (#13632) 2023-02-24 09:19:35 -08:00
exceptions.py
filters.py
gitsha.py
gzip_middleware.py feat: gzip the query endpoint responses (#14726) 2023-03-14 09:00:12 +01:00
health.py feat(flags): Make decide role check conditional on services (#15016) 2023-04-12 10:22:16 +01:00
jwt.py style: Fix "Posthog" capitalization (#15426) 2023-05-09 18:31:34 +02:00
metrics.py feat: monitor errors that are recurring on clickhouse (#14389) 2023-03-01 16:35:50 -07:00
middleware.py fix(decide): Switch to a more performant throttle (#15523) 2023-05-12 14:27:11 +01:00
mixins.py
permissions.py chore(instance-settings): remove ch_analyze_query (#15434) 2023-05-09 22:34:05 +00:00
rate_limit.py fix(decide): Switch to a more performant throttle (#15523) 2023-05-12 14:27:11 +01:00
redis.py feat: Migrate flake8 -> ruff (#14838) 2023-03-20 23:00:54 -06:00
schema.py fix(data-exploration): refactor taxonomic breakdown filter (3/3) (#15427) 2023-05-11 10:11:32 +00:00
types.py
urls.py chore: Use new service error page for 500 errors (#15360) 2023-05-09 18:56:37 +00:00
user_permissions.py
utils.py fix: protect schema and port in exporter urls (#15537) 2023-05-16 11:13:45 +02:00
version_requirement.py
version.py
views.py
wsgi.py