375 Commits (993803b295175de749a1994b7307c9f1d23d1995)
 

Author SHA1 Message Date
Cizz22 993803b295 fix 4 months ago
Cizz22 dae4b34897 fix header 4 months ago
Cizz22 813ed6f4e2 feat: integrate SlowAPIMiddleware and configure default rate limits. 4 months ago
Cizz22 1a1500fcbe feat: Implement `with_for_update` in simulation and node retrieval to prevent TOCTOU race conditions. 4 months ago
Cizz22 8b2388f5fc feat: Enhance security by logging specific violation details internally and providing generic client error messages, while refining user context in logs. 4 months ago
Cizz22 be3e1e6ae4 fix exception logging 4 months ago
Cizz22 6a3215f7d7 feat: Update security middleware patterns for XSS, SQLi, RCE, and path traversal, add logging for detected threats, and refine HTTP exception logging levels. 4 months ago
Cizz22 64d1fcf4dd feat: Implement comprehensive request validation by adding header and data parameter whitelisting, enhancing JSON body inspection, and standardizing validation error codes to 422. 4 months ago
Cizz22 2797d4c989 build: Remove test deletion step from Dockerfile. 4 months ago
Cizz22 ad897c908a docs: Add a unit testing guide and update pytest configuration to specifically target unit tests. 4 months ago
Cizz22 ed5275c237 feat: Configure Aeros license retrieval from Vault, falling back to environment variables defined in the new `.env.example`. 4 months ago
Cizz22 212a37c7bd feat: Add 'items_per_page' to the set of recognized pagination size query parameters. 4 months ago
Cizz22 ba3bdc778c feat: Integrate Vault for secret management and add comprehensive unit tests for core modules, schemas, and middleware. 4 months ago
Cizz22 1b25412d97 add hvac 4 months ago
alka 19ec01cc6d Update: Change secret mount point from .env to vault 4 months ago
CIzz22 fff11eb527 Merge pull request 'main' (#10) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#10
4 months ago
Cizz22 d9a3c52f69 feat: Add AEROS session timeout and streamline AEROS post request JSON handling and error checking. 4 months ago
Cizz22 34e66858c4 chore: Remove debug print statements for component importance analysis. 4 months ago
Cizz22 a7a1f63f3e feat: Implement user context propagation and enhance error logging with unique IDs and user details. 4 months ago
Cizz22 fadfafc241 Refactor AEROS API integration and dependency management, enhance security middleware, and refine validation rules for query parameters and schema fields. 4 months 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
5 months 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`. 5 months 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
5 months ago
Cizz22 fb63b821be refactor: Improve filename sanitization by removing shell variable patterns and directly stripping invalid characters. 5 months ago
CIzz22 5bba9e9abb Merge pull request 'main' (#7) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#7
5 months ago
Cizz22 ef702047e4 feat: Return the cleaned filename in the import project service response. 5 months ago
Cizz22 42a289ffcb fix: remove command substitution patterns from filenames during sanitization. 5 months 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
5 months ago
Cizz22 e748769012 feat: Update Gitea authentication to use username and password instead of a token and downgrade Python base image to 3.11. 5 months ago
CIzz22 fad39f25cf Merge pull request 'change token id' (#5) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#5
5 months ago
Cizz22 6dc9eb5b02 change token id 5 months 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
5 months ago
Cizz22 5105219a4d refactor: encapsulate Docker build and tag logic within a script block in Jenkinsfile. 5 months 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
5 months ago
Cizz22 421642495e deps: update aiohttp dependency to 3.13.3. 5 months 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
5 months ago
Cizz22 1555cfc325 feat: Update Dockerfile to Python 3.13 and configure Gitea token for Poetry during build via Jenkins. 5 months ago
CIzz22 74687ea827 Merge pull request 'main' (#1) from CIzz22/rbd-app:main into main
Reviewed-on: DigitalTwin/rbd-app#1
5 months 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. 5 months ago
CIzz22 fa76ef629d Update 'Jenkinsfile' 5 months ago
CIzz22 e740b46612 Update 'Jenkinsfile'
digital-twin/RBD-multibranch/pipeline/head This commit looks good Details
5 months 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
5 months ago
Cizz22 3ba2ce1b02 style: Add blank line for improved readability. 5 months ago
Cizz22 1329d5b85d feat: validate uploaded file content type is application/octet-stream 5 months ago
Cizz22 abb7e8d27b feat: Implement JSON logging with request context and centralize logging configuration. 5 months ago
Cizz22 d694dafa8f feat: Enable overhaul schedule CRUD operations by uncommenting Pydantic schemas and API endpoints, and adding placeholder service functions. 5 months ago
Cizz22 56552b6dd9 feat: Add Pydantic field validation with max_length and pattern constraints to various schemas and models. 5 months ago
Cizz22 937a3a95b1 refactor: improve SQLAlchemy error handling, refine column access for query conditions, and use `operator.attrgetter` for model dictionary serialization. 5 months ago
Cizz22 3924954900 feat: Implement filename sanitization for uploaded files and enforce secure default filenames for downloads. 5 months ago
Cizz22 47cacc50d2 feat: integrate ClamAV for virus scanning of uploaded files and update pagination schema alias. 5 months ago