-
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.
* Pass in exact createdAt value where available [5d4a69c6] * Use rpki-commons implementation of object time parsing [12750355] * add PrivateAsnsUsedException [4d64424c] * Skip stacktrace for two more error situations [79fe45f5] * Do not log stacktrace for EntityTagDoesNotMatch and PreconditionRequired exceptions [eee53915] * Fix sonar nit by using Object::toString [f810f7e8] * Fix broken tests [ec4e8129] * Address some code smells [5e3997ef] * Prevent controller from running certain operations. [5c832754] * This is to change RSNG resource-service monitoring URL [ff2a902d] * Minimal fix to avoid "wrong button" click in the Ustream CA UI [0e92676f] * Don't recalculate current time [03f91b3c] * Update plugin org.springframework.boot to v2.7.18 [1fcdb70d] * Exclude ncipher/thales from public repositories. [f6e1ce9f] * Fix location of thymeleaf templates in local profile [47bee4ca] * Make error message a bit better [9f5eef99] * Fix tests [17eef53d] * Fixing more code smells [e67b420f] * Fix tests [0814b06c] * Try to cater for sonarcube [c0db3caa] * Use existing ROA configuration instead of existing ROA objects to validate [c39fea0c] * Fix server crash when submitting duplicate ROAs. [f6d982bd] * Code smell [b5733066] * Remove some code smells. [0c8ab8b4] * Fix test name [5be56abf] * Add validation to "stage", fix broken test. [8fd13940] * Add a comment [711f3089] * Add validation to "api/publish" REST call [057f3f38] * Add Utils.validateNoIdenticalROAs [c18156df] * rename variable and log ASPA when reissuing [aa795c4e] * Only force configuration check on nonhosted CAs [b9769f23] * Fix sonarqube warning [cfb6933e] * Move some validation of updates to command handler [1d5a7593] * Junit5 API in test case [33aff947] * Ignore a test [f06fa879] * Do not issue for AspaConfigurations without providers [3d6f7dac] * Do not create AspaEntities without providers [8047d022] * Add failing test for AspaEntity with empty provider AS [2e94165f] * ASPAs where the ASN was no longer on the certificate were not correctly deleted. [0259e1a3] * Correctly re-issue ASPAs when they are not parseable [9eadd9e6] * Copy the providers in the migrations [c721b259] * Make riswhois dump work in local development [f65e5283] * Reissue ASPA files when a new profile version is present [8b449b19] * Support "no providers" ASPA in the API [b0063b70] * Update for new profile [24e54137] * With ProviderAS explicitly [ec45854f] * fix two nits in PublisherRepositoriesService [c9077c8b]
- Loading branch information
RPKI Team at RIPE NCC
committed
Jan 16, 2024
1 parent
3afa85c
commit f4db4ad
Showing
48 changed files
with
805 additions
and
451 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ext { | ||
rpki_commons_version = '1.34' | ||
rpki_commons_version = '1.36' | ||
spring_boot_version = '2.7.16' | ||
} |
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
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.