plane/apiserver
Nikhil 7249f84e18
dev: code improvements and minor performance upgrades (#2201)
* dev: remove len for empty comparison

* dev: using in instead of multiple ors

* dev: assign expression to empty variables

* dev: use f-string

* dev: remove list comprehension and use generators

* dev: remove assert from paginator

* dev: use is for identity comparison with singleton

* dev: remove unnecessary else statements

* dev: fix does not exists error for both project and workspace

* dev: remove reimports

* dev: iterate a dictionary

* dev: remove unused commented code

* dev: remove redefinition

* dev: remove unused imports

* dev: remove unused imports

* dev: remove unnecessary f strings

* dev: remove unused variables

* dev: use literal structure to create the data structure

* dev: add empty lines at the end of the file

* dev: remove user middleware

* dev: remove unnecessary default None
2023-11-01 20:35:06 +05:30
..
bin dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
plane dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
requirements [FEATURE] Enabled User @mentions and @mention-filters in core editor package (#2544) 2023-11-01 16:36:37 +05:30
templates feat: issue export csv (#1781) 2023-08-07 11:59:04 +05:30
.env.example dev: configuration endpoint for frontend client (#2355) 2023-10-04 19:06:38 +05:30
back_migration.py chore: start date for issues (#1075) 2023-05-19 12:36:12 +05:30
Dockerfile.api feat: beat worker for configuration (#1571) 2023-07-19 15:25:33 +05:30
Dockerfile.dev dev: Docker Compose for Local Dev Environment Setup (#2409) 2023-10-13 12:16:08 +05:30
gunicorn.config.py dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
manage.py build: merge frontend and backend into a single repo 2022-11-30 02:47:42 +05:30
Procfile dev: remove gunicorn config (#1999) 2023-08-29 13:45:25 +05:30
requirements.txt build: merge frontend and backend into a single repo 2022-11-30 02:47:42 +05:30
runtime.txt chore: api endpoints (#2407) 2023-10-16 19:18:45 +05:30