Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Connection #18

Merged
merged 4 commits into from
Jun 13, 2024
Merged

DB Connection #18

merged 4 commits into from
Jun 13, 2024

Conversation

CatOrLeader
Copy link
Collaborator

Create a connection to the database with the automatic migrations into the Postgres, included in the docker compose pipeline
Add integration and unit tests
Adjusted new contract

Create the database schema and initial skeleton for the further investigation; if the tests will passed successfully, wil open the merge request
Create the enhanced set of unit and integration tests for the database
Create the enhanced set of unit and integration tests for the database
@CatOrLeader CatOrLeader added backend Issues related to backend feature New functionality, improvement labels Jun 13, 2024
@CatOrLeader CatOrLeader added this to the Sprint №2 milestone Jun 13, 2024
@CatOrLeader CatOrLeader self-assigned this Jun 13, 2024
Create the enhanced set of unit and integration tests for the database
Copy link

Code Coverage

Overall Project 66.95% -22.22% 🍏
Files changed 69.11% 🍏

File Coverage
NotFoundException.java 100% 🍏
PostProcessReportRequest.java 100% 🍏
DateTimeConverter.java 100% 🍏
JpaDatabaseAccessConfiguration.java 100% 🍏
JpaReportService.java 91.45% -8.55% 🍏
DateTimeUtils.java 84% -16% 🍏
Report.java 42.86% -57.14% 🍏
AdminPanelController.java 41.18% -23.53%
ReportController.java 30.43% -17.39%
GetReportResponse.java 0% 🍏

@CatOrLeader CatOrLeader merged commit ddf337a into api-server Jun 13, 2024
3 checks passed
@CatOrLeader CatOrLeader deleted the feature/db-connection branch June 13, 2024 19:49
@CatOrLeader CatOrLeader mentioned this pull request Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issues related to backend feature New functionality, improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant