Skip to content

Commit

Permalink
Merge pull request #866 from DalgoT4D/setup-ninja-router
Browse files Browse the repository at this point in the history
ninja router ; proper api docs and removed redundant exception handlers
  • Loading branch information
Ishankoradia authored Sep 29, 2024
2 parents 5b63619 + 7067ee6 commit 8d56bd1
Show file tree
Hide file tree
Showing 22 changed files with 312 additions and 680 deletions.
8 changes: 0 additions & 8 deletions .coveragerc

This file was deleted.

3 changes: 2 additions & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ name = "python"

[analyzers.meta]
runtime_version = "3.x.x"
max_line_length = 120
max_line_length = 200
cyclomatic_complexity_threshold = "high"
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ repos:
# rev: v1.2.3
# hooks:
# - id: flake8
- repo: https://github.com/PyCQA/pylint
rev: v3.3.1
hooks:
- id: pylint
files: 'ddpui\/.*\.pyi?$'
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ Django application for the DDP platform's management backend. Exposes API endpoi

### Ninja api docs

- [Dashboard](https://api.dalgo.in/api/dashboard/docs)
- [Airbyte](https://api.dalgo.in/api/airbyte/docs)
- [Flows](https://api.dalgo.in/api/prefect/docs)
- [Dbt](https://api.dalgo.in/api/dbt/docs)
- [Celery tasks](https://api.dalgo.in/api/tasks/docs)
- [User & Org](https://api.dalgo.in/api/docs)
- All api docs are at `http://localhost:8002/api/docs`

### Code style

Expand Down
Loading

0 comments on commit 8d56bd1

Please sign in to comment.