bb-plane-fork/apiserver/plane/api/serializers
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
..
integration dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
__init__.py chore: api endpoints (#2407) 2023-10-16 19:18:45 +05:30
analytic.py dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
api_token.py fix: make api token only view once (#382) 2023-03-08 01:00:10 +05:30
asset.py build: merge frontend and backend into a single repo 2022-11-30 02:47:42 +05:30
base.py chore: api endpoints (#2407) 2023-10-16 19:18:45 +05:30
cycle.py dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
estimate.py feat: return workspace and project details in estimate endpoints (#1009) 2023-05-05 15:12:22 +05:30
exporter.py fix: export issues in CSV, JSON and XLSX (#1794) 2023-08-11 20:09:52 +05:30
importer.py feat: workspace detail for imports (#1011) 2023-05-05 15:11:45 +05:30
inbox.py dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
issue.py dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
module.py dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
notification.py fix: created_by notifications (#1534) 2023-07-17 16:09:30 +05:30
page.py fix: changed assignees and labels in pages and modules (#2553) 2023-10-31 13:06:57 +05:30
project.py refactor: exception handling (#2454) 2023-10-17 14:38:06 +05:30
state.py chore: update API endpoints for analytics (#574) 2023-03-30 01:25:32 +05:30
user.py chore: user settings endpoint (#2557) 2023-10-31 13:08:13 +05:30
view.py dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30
workspace.py dev: code improvements and minor performance upgrades (#2201) 2023-11-01 20:35:06 +05:30