0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/apiserver
Nikhil 7249f84e18
dev: code improvements and minor performance upgrades ()
* 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 () 2023-11-01 20:35:06 +05:30
plane dev: code improvements and minor performance upgrades () 2023-11-01 20:35:06 +05:30
requirements [FEATURE] Enabled User @mentions and @mention-filters in core editor package () 2023-11-01 16:36:37 +05:30
templates feat: issue export csv () 2023-08-07 11:59:04 +05:30
.env.example dev: configuration endpoint for frontend client () 2023-10-04 19:06:38 +05:30
back_migration.py chore: start date for issues () 2023-05-19 12:36:12 +05:30
Dockerfile.api feat: beat worker for configuration () 2023-07-19 15:25:33 +05:30
Dockerfile.dev dev: Docker Compose for Local Dev Environment Setup () 2023-10-13 12:16:08 +05:30
gunicorn.config.py dev: code improvements and minor performance upgrades () 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 () 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 () 2023-10-16 19:18:45 +05:30