Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add limit and offset parameters to routes that fetch lists from db #277

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

fix: black

a94ceb9
Select commit
Loading
Failed to load commit list.
Open

feat: add limit and offset parameters to routes that fetch lists from db #277

fix: black
a94ceb9
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Aug 7, 2023 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- src/app/api/crud/base.py  3
         

Complexity decreasing per file
==============================
+ src/app/api/endpoints/installations.py  -1
+ src/app/api/endpoints/devices.py  -1
+ src/app/api/endpoints/events.py  -1
+ src/app/api/endpoints/users.py  -1
         

Clones added
============
- src/app/api/endpoints/media.py  3
- src/app/api/endpoints/sites.py  2
- src/app/api/endpoints/installations.py  4
- src/app/api/endpoints/devices.py  2
- src/app/api/endpoints/events.py  14
- src/app/api/endpoints/alerts.py  5
- src/app/api/endpoints/users.py  2
         

See the complete overview on Codacy