Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Git Commit Description
Commit Message:
WIP: Compliance API testing
Description:
This commit introduces significant updates to the project with a focus on the Compliance API, incorporating advanced testing, refactoring, and enhanced infrastructure support. Below is a detailed breakdown of the changes:
Files Added
Testing Enhancements:
ComplianceCheckAdvanced.test.js
ComplianceCheckBasic.test.js
ComplianceCheckMethods.test.js
ComplianceCheckValidation.test.js
FinancialController_Comprehensive2.test.js
setup/dbHandler.js
test_minio.js
DAGs (Data Pipelines):
dags/check_minio.py
dags/sparkIntegration.test.py
dags/test_dag.py
dags/test_minio.js
dags/test_minio.py
Docker and Deployment:
Dockerfile
andDockerfile.prod
for containerization.docker-compose.yml
anddocker-compose.prod.yml
for orchestrating services.Reports:
reports/junit/jest-junit.xml
Files Removed
ComplianceCheckModel.test.js
Refactored Files
routes/Company.js
→routes/companyRoutes.js
Summary of Changes