You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cizz22 4392809e81 refactor: Centralize Aeros file upload logic into a new utility function, update `licaeros` dependency to 0.1.2, and add `__init__.py`. 2 weeks ago
..
aeros_contribution fix 5 months ago
aeros_equipment feat: Integrate `licaeros` library for licensed AEROS API calls, centralizing request logic in `aeros_utils.py` and updating services to use it. 3 weeks ago
aeros_project refactor: Centralize Aeros file upload logic into a new utility function, update `licaeros` dependency to 0.1.2, and add `__init__.py`. 2 weeks ago
aeros_simulation feat: Integrate `licaeros` library for licensed AEROS API calls, centralizing request logic in `aeros_utils.py` and updating services to use it. 3 weeks ago
auth feat: Add Pydantic field validation with max_length and pattern constraints to various schemas and models. 4 weeks ago
dashboard_model update eaf 1 month ago
database feat: Add Pydantic field validation with max_length and pattern constraints to various schemas and models. 4 weeks ago
__init__.py initialCommit 1 year ago
aeros_utils.py refactor: Centralize Aeros file upload logic into a new utility function, update `licaeros` dependency to 0.1.2, and add `__init__.py`. 2 weeks ago
api.py refactor: improve exception handling, introduce structured logging, and refine uvicorn access logging. 4 weeks ago
config.py feat: Integrate `licaeros` library for licensed AEROS API calls, centralizing request logic in `aeros_utils.py` and updating services to use it. 3 weeks ago
context.py feat: Implement JSON logging with request context and centralize logging configuration. 4 weeks ago
enums.py first commit 9 months ago
exceptions.py refactor: improve exception handling, introduce structured logging, and refine uvicorn access logging. 4 weeks ago
logging.py refactor: improve exception handling, introduce structured logging, and refine uvicorn access logging. 4 weeks ago
main.py refactor: improve exception handling, introduce structured logging, and refine uvicorn access logging. 4 weeks ago
metrics.py initialCommit 1 year ago
middleware.py Update 'src/middleware.py' 1 month ago
models.py feat: Add Pydantic field validation with max_length and pattern constraints to various schemas and models. 4 weeks ago
rate_limiter.py add session to scope job 1 year ago
utils.py refactor: Improve filename sanitization by removing shell variable patterns and directly stripping invalid characters. 3 weeks ago