mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
96e4ee8512
* Nest endpoints under /project/ with StructuredViewSetMixin * Rewrite URLs * isort * Update utils.py * Fix errors * Fix almoast all the errors Last left to do: shared dashboards and permission classes. * isort * Adjust for master * Add compatbility with shared dashboards * Debug ClickHouse * Remove some # type: ignores * Simplify CursorPagination * Move test base from posthog.api.test to posthog.test * Improve API structure * Bring back legacy endpoints * Fix legacy compatibility * Fix bugs and typing * isort * Fix hooks test * Try fixing errors * Fix oversight * isort * Fix problems * isort * Be more tolerant * Fix naming and remove redundant code * Fix imports * Update deleteWithUndo * Roll back * Roll back more * Update .gitignore * Rollll back * Rollllllll * back * Betterify * Address feedback
33 lines
403 B
Plaintext
33 lines
403 B
Plaintext
venv
|
|
env
|
|
.venv
|
|
*.pyc
|
|
__pycache__/
|
|
staticfiles
|
|
.env
|
|
settings.yml
|
|
.DS_Store
|
|
debug.log
|
|
*.swp
|
|
*.swo
|
|
impliu/static/CACHE/*
|
|
node_modules/*
|
|
*.code-workspace
|
|
node_modules
|
|
.vscode/*
|
|
frontend/.cache/
|
|
.mypy_cache
|
|
frontend/dist/*
|
|
frontend/types/*
|
|
frontend/yarn-error.log
|
|
.idea
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
yarn-error.log
|
|
.yalc
|
|
yalc.lock
|
|
cypress/screenshots/*
|
|
docker-compose.prod.yml
|
|
.python-version
|
|
*.isorted
|