Open
Conversation
* fix: disable test compilation for docker build * feat: improve CI * fix: solve unit test * fix: unit tests * fix: unit tests * feat: add ddi3 to ddi4 converters * fix: solve unit test * fix: solve sonar issues
* fix: disable test compilation for docker build * feat: improve CI * fix: solve unit test * fix: unit tests * fix: unit tests * refactor: rename all queries class
…GraphDB - Add OrganisationOption model with stamp and label fields - Create OrganisationRepository server-side port - Implement OrganisationGraphDBRepository using SPARQL queries via FreeMarker - Add /v2/stamps endpoint to StampResources returning full organization data - Add comprehensive unit and integration tests using Testcontainers
fix: refactor how to get roles from claim
* fix: ObjectMapper should not failed for extra properties * fix: use TEXT_PLAIN for POST collections
|
|
||
| @Override | ||
| public void updatePhysicalInstance(String agencyId, String id, UpdatePhysicalInstanceRequest request) { | ||
| logger.info("Updating physical instance {}/{} with PATCH (preserving variables)", agencyId, id); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
Comment on lines
796
to
798
| logger.info("Successfully updated physical instance {}/{} preserving {} variables", | ||
| agencyId, id, | ||
| currentInstance.variable() != null ? currentInstance.variable().size() : 0); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
|
* update proxy * refactor: tests are executed two times
* update proxy * fix: remove test
* update proxy * feat: display Not Application when exporting a SIMS * fix: review XSLTTeest * fix: review XSLTTeest * fix: review XSLTTeest * fix: review XSLTTeest * test: simplify use case data (duplicate data) * test: simplify test case (duplicate data) * test: simplify test case (duplicate data) (continued) * test: simplify test case - continued * test: simplify test case - continued and end * test: sonar String multiline concatenation should be replaced with Text Blocks * test: more readable tests * test: unuseful throws --------- Co-authored-by: Tandeau De Marsac Guylène <C3JGPV@ad.insee.intra>
Add Elastic APM Java agent to Dockerfile
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




No description provided.