Cizz22
|
ed5275c237
|
feat: Configure Aeros license retrieval from Vault, falling back to environment variables defined in the new `.env.example`.
|
2 weeks ago |
Cizz22
|
212a37c7bd
|
feat: Add 'items_per_page' to the set of recognized pagination size query parameters.
|
2 weeks ago |
Cizz22
|
ba3bdc778c
|
feat: Integrate Vault for secret management and add comprehensive unit tests for core modules, schemas, and middleware.
|
2 weeks ago |
Cizz22
|
1b25412d97
|
add hvac
|
2 weeks ago |
alka
|
19ec01cc6d
|
Update: Change secret mount point from .env to vault
|
2 weeks ago |
CIzz22
|
fff11eb527
|
Merge pull request 'main' (#10) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#10
|
2 weeks ago |
Cizz22
|
d9a3c52f69
|
feat: Add AEROS session timeout and streamline AEROS post request JSON handling and error checking.
|
2 weeks ago |
Cizz22
|
34e66858c4
|
chore: Remove debug print statements for component importance analysis.
|
2 weeks ago |
Cizz22
|
a7a1f63f3e
|
feat: Implement user context propagation and enhance error logging with unique IDs and user details.
|
2 weeks ago |
Cizz22
|
fadfafc241
|
Refactor AEROS API integration and dependency management, enhance security middleware, and refine validation rules for query parameters and schema fields.
|
2 weeks ago |
CIzz22
|
951a2e492c
|
Merge pull request 'refactor: Centralize Aeros file upload logic into a new utility function, update `licaeros` dependency to 0.1.2, and add `__init__.py`.' (#9) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#9
|
2 weeks ago |
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 |
CIzz22
|
999f17dfc8
|
Merge pull request 'refactor: Improve filename sanitization by removing shell variable patterns and directly stripping invalid characters.' (#8) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#8
|
3 weeks ago |
Cizz22
|
fb63b821be
|
refactor: Improve filename sanitization by removing shell variable patterns and directly stripping invalid characters.
|
3 weeks ago |
CIzz22
|
5bba9e9abb
|
Merge pull request 'main' (#7) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#7
|
3 weeks ago |
Cizz22
|
ef702047e4
|
feat: Return the cleaned filename in the import project service response.
|
3 weeks ago |
Cizz22
|
42a289ffcb
|
fix: remove command substitution patterns from filenames during sanitization.
|
3 weeks ago |
CIzz22
|
e87edd4d6e
|
Merge pull request 'feat: Update Gitea authentication to use username and password instead of a token and downgrade Python base image to 3.11.' (#6) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#6
|
3 weeks ago |
Cizz22
|
e748769012
|
feat: Update Gitea authentication to use username and password instead of a token and downgrade Python base image to 3.11.
|
3 weeks ago |
CIzz22
|
fad39f25cf
|
Merge pull request 'change token id' (#5) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#5
|
3 weeks ago |
Cizz22
|
6dc9eb5b02
|
change token id
|
3 weeks ago |
CIzz22
|
8ababde763
|
Merge pull request 'refactor: encapsulate Docker build and tag logic within a script block in Jenkinsfile.' (#4) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#4
|
3 weeks ago |
Cizz22
|
5105219a4d
|
refactor: encapsulate Docker build and tag logic within a script block in Jenkinsfile.
|
3 weeks ago |
CIzz22
|
83f681d922
|
Merge pull request 'deps: update aiohttp dependency to 3.13.3.' (#3) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#3
|
3 weeks ago |
Cizz22
|
421642495e
|
deps: update aiohttp dependency to 3.13.3.
|
3 weeks ago |
CIzz22
|
809325987a
|
Merge pull request 'feat: Update Dockerfile to Python 3.13 and configure Gitea token for Poetry during build via Jenkins.' (#2) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#2
|
3 weeks ago |
Cizz22
|
1555cfc325
|
feat: Update Dockerfile to Python 3.13 and configure Gitea token for Poetry during build via Jenkins.
|
3 weeks ago |
CIzz22
|
74687ea827
|
Merge pull request 'main' (#1) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#1
|
3 weeks ago |
Cizz22
|
d6d6ab3631
|
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 |
CIzz22
|
fa76ef629d
|
Update 'Jenkinsfile'
|
3 weeks ago |
CIzz22
|
e740b46612
|
Update 'Jenkinsfile'
digital-twin/RBD-multibranch/pipeline/head This commit looks good
Details
|
3 weeks ago |
Cizz22
|
05e03db903
|
refactor: improve exception handling, introduce structured logging, and refine uvicorn access logging.
digital-twin/RBD-multibranch/pipeline/head There was a failure building this commit
Details
|
4 weeks ago |
Cizz22
|
3ba2ce1b02
|
style: Add blank line for improved readability.
|
4 weeks ago |
Cizz22
|
1329d5b85d
|
feat: validate uploaded file content type is application/octet-stream
|
4 weeks ago |
Cizz22
|
abb7e8d27b
|
feat: Implement JSON logging with request context and centralize logging configuration.
|
4 weeks ago |
Cizz22
|
d694dafa8f
|
feat: Enable overhaul schedule CRUD operations by uncommenting Pydantic schemas and API endpoints, and adding placeholder service functions.
|
4 weeks ago |
Cizz22
|
56552b6dd9
|
feat: Add Pydantic field validation with max_length and pattern constraints to various schemas and models.
|
4 weeks ago |
Cizz22
|
937a3a95b1
|
refactor: improve SQLAlchemy error handling, refine column access for query conditions, and use `operator.attrgetter` for model dictionary serialization.
|
1 month ago |
Cizz22
|
3924954900
|
feat: Implement filename sanitization for uploaded files and enforce secure default filenames for downloads.
|
1 month ago |
Cizz22
|
47cacc50d2
|
feat: integrate ClamAV for virus scanning of uploaded files and update pagination schema alias.
|
1 month ago |
CIzz22
|
4d5257986d
|
Update 'src/middleware.py'
|
1 month ago |
Cizz22
|
5ccb44ff46
|
update eaf
|
1 month ago |
Cizz22
|
9b8034088e
|
fix bug
|
2 months ago |
Cizz22
|
0de7bc9bbe
|
add validation
|
2 months ago |
Cizz22
|
3f940b9a4f
|
fix mtbf
|
2 months ago |
Cizz22
|
0068450284
|
fix
|
2 months ago |
Cizz22
|
a09a357c4f
|
fix minor
|
2 months ago |
Cizz22
|
be44837cc3
|
fix base rbd
|
2 months ago |
Cizz22
|
bbce2082e9
|
fix
|
2 months ago |
Cizz22
|
6deb8749b0
|
add lock timeout
|
2 months ago |