-
Notifications
You must be signed in to change notification settings - Fork 16
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
[BRMO-379] [BRMO-332] [BRMO-381] Aanpassingen aan BRK datamodel en BAG/BRK combinatieviews #2282
Conversation
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.
helaas zitten er syntax en logische fouten in waardoor de build en CI procedures falen, zie de status van de jobs, onder andere:
- https://github.com/B3Partners/brmo/actions/runs/11458219583/job/31880143111?pr=2282#step:11:508 (de lijst met views in
public void testBasisMViews() throws SQLException { - https://github.com/B3Partners/brmo/actions/runs/11458219571/job/31880142286?pr=2282#step:9:252
- https://github.com/B3Partners/brmo/actions/runs/11458219568/job/31880142436?pr=2282#step:8:61728
- ...
En mogelijk nog meer; graag zorgen dat de check op het pull request allemaal groene vinkjes heeft, daarna opnieuw voor review aanbieden
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2282 +/- ##
========================================
+ Coverage 38% 38% +1%
Complexity 806 806
========================================
Files 371 371
Lines 18863 18863
Branches 1777 1777
========================================
+ Hits 7153 7155 +2
+ Misses 11138 11136 -2
Partials 572 572 |
Ten behoeve van performance van (materialized) views zijn onderstaande indexes aangemaakt
FK Constraints in Recht tabel verwijderd nav https://b3partners.atlassian.net/browse/BRMO-332
Verwijderde views koppelden BRK 1.0 aan BAG 2.0. BRK 1.0 is outdated en wordt niet meer geleverd
Verwijderde views koppelden BRK1.0 aan BAG 2.0. BRK 1.0 wordt niet meer ondersteund
…taanuit en recht.isbetrokkenbij
497af1c
to
b695e9d
Compare
Aanpassingen aan BRK datamodel en BAG/BRK combinatieviews.
Resolves: