-
Notifications
You must be signed in to change notification settings - Fork 3
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
EK-3 | EK-5 | EK-16: API for creating and manipulating drawings #1151
base: main
Are you sure you want to change the base?
Conversation
mprins
commented
Feb 14, 2025
•
edited
Loading
edited
- EK-3: initial API for creating and manipulating drawings
- EK-5: Update CI compose stack to use a Postgis image so we can store drawing elements as proper geometry
- EK-16: Flyway migration script to generate data schema and tables and cleanup unneeded extensions and schemas from base image
- API implementation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #1151 +/- ##
========================================
- Coverage 76% 4% -71%
Complexity 87 87
========================================
Files 118 118
Lines 5657 5657
Branches 493 493
========================================
- Hits 4250 222 -4028
- Misses 1140 5417 +4277
+ Partials 267 18 -249 |
00044a0
to
ea635e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (2)
- src/main/resources/openapi/viewer-api.yaml: Language not supported
- src/main/resources/openapi/viewer-schemas.yaml: Language not supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (2)
- src/main/resources/openapi/viewer-api.yaml: Language not supported
- src/main/resources/openapi/viewer-schemas.yaml: Language not supported
ea635e4
to
8b4fabd
Compare
a6ac32e
to
15114fd
Compare
…drawing elements as proper geometry
15cfcef
to
253c5a9
Compare
… cleanup unneeded extensions and schemas from base image
253c5a9
to
6675b67
Compare