plane/apiserver/plane/settings
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
..
__init__.py build: merge frontend and backend into a single repo 2022-11-30 02:47:42 +05:30
common.py feat: user timezones (#2009) 2023-08-30 12:18:18 +05:30
local.py dev: Docker Compose for Local Dev Environment Setup (#2409) 2023-10-13 12:16:08 +05:30
production.py chore: database configuration (#2497) 2023-10-27 15:34:01 +05:30
redis.py fix: connection error when signing in with code 2023-04-12 19:55:31 +05:30
selfhosted.py dev: configuration endpoint for frontend client (#2355) 2023-10-04 19:06:38 +05:30
staging.py dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
test.py build: merge frontend and backend into a single repo 2022-11-30 02:47:42 +05:30