-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Setup correct java version in github actions build [af515edf3] * Add more tests for prefix merge [159dad3d8] * Apply 1 suggestion(s) to 1 file(s) [e07999561] * Add tests for updatedAt field for ROA prefix and actually update the fields [da4244588] * Comments, prettify [ca453a1bb] * Cleanup [99d725cb6] * More tests and fixes [ca1641e69] * Another fix for list-prefixes speed, cleanup [7a91977f7] * Fix extremely slow list-prefixes [454a8b971] * Use immutable logic [b42523495] * Revert to natural primary key, use native SQL, refactor [d2fc9982a] * Fix ROA prefix deletion [d6299c724] * Refactor ROA prefixes and fix tests. [ac2d37d35] * Try to fix detached entity exception [5f0a9408e] * Fix tests involving ROA prefixes [b63e5813d] * WIP [273762897] * Use composite primary keys for RoaConfigurationPrefix [61323b9a6] * model the primary key as a int [573c53a22] * Fix and test the comparator [d8f2bd9ee] * Use documentation ASNs and prefixes in roa prefix tests [b3cdb7103] * equals/hashCode were not considering updatedAt [16376aae8] * Make RoaConfiguration retain updatedAt and prevent duplicates [41e5ccf24] * Also ensure time is accounted for [77a66cf30] * Add failing test case: Most specific ROA should be preserved on add [2191404f3] * updatedAt is read only [acfdd88a0] * Add setter for updatedAt [859672a18] * Insert into updatedAt [e1e63d94d] * Add stream utility to filter by unique attributes [6fd264596] * Refactor for sonarqube [131ba9d20] * Cleanup imports [05921fe64] * Use a thread pool of fixed size [07792b642] * Revert ignored test [98b4d1a71] * Cleanup [bcf628a11] * Renaming [f8a7cd934] * Revert disabled security [6851ad6db] * Fix date JSON serialisation [d384c74dd] * Ignore breaking test [ceb2fec2f] * Compilation fixes [a49d64757] * Add lastUpdate timestamp [4fddb3a55] * Comment out security again [e3b488303] * Revert security [9974c3e12] * Remove security again [e8e1f0625] * Cleanup [c2f9a024d] * Revert disabled security [e88bd86f8] * Fix DTO for Krill API [1ee65a5b0] * Fix non-existent publishers [02cf721a7] * Update dependency org.wiremock:wiremock-jetty12 to v3.9.0 [352ecbfdf] * Update actions/checkout action to v4 [96f3f3063]
- Loading branch information
RPKI Team at RIPE NCC
committed
Aug 12, 2024
1 parent
edbf194
commit 751a106
Showing
24 changed files
with
575 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.