-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix: review how to get the id of a dataset #550
Merged
Merged
Conversation
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
FBibonne
approved these changes
Mar 11, 2024
JeromeMBourgeois
pushed a commit
that referenced
this pull request
Mar 13, 2024
* refactor(upgrade spring boot to 3.2) move to jakarta namespace * refactor(upgrade spring boot to 3.2) fix deprecated spring security elements * refactor(upgrade spring boot to 3.2) fix deprecated spring security elements : tests green * refactor(upgrade spring boot to 3.2) remove messaging and notifaction * refactor(upgrade spring boot to 3.2) clean dependencies, openAPI config and main class * refactor(upgrade spring boot to 3.2) clean properties * refactor(upgrade spring boot to 3.2) upgrade security configuration * refactor(upgrade spring boot to 3.2) remove unused controller * refactor(upgrade spring boot to 3.2) test for jwt processing * feat(upgrade spring boot to 3.2) virtual threads * fix(upgrade spring boot to 3.2) freemarker doesn't work with jars * code smells(upgrade spring boot to 3.2) unused imports * refactor(upgrade spring boot to 3.2) move to jakarta namespace * refactor(upgrade spring boot to 3.2) fix deprecated spring security elements * refactor(upgrade spring boot to 3.2) fix deprecated spring security elements : tests green * refactor(upgrade spring boot to 3.2) remove messaging and notifaction * refactor(upgrade spring boot to 3.2) clean dependencies, openAPI config and main class * refactor(upgrade spring boot to 3.2) clean properties * refactor(upgrade spring boot to 3.2) upgrade security configuration * refactor(upgrade spring boot to 3.2) remove unused controller * refactor(upgrade spring boot to 3.2) test for jwt processing * feat(upgrade spring boot to 3.2) virtual threads * fix(upgrade spring boot to 3.2) freemarker doesn't work with jars * code smells(upgrade spring boot to 3.2) unused imports * refactor(properties) clean properties for local use * fix: review how to get the id of a dataset (#550) * fix: missing endpoint for fetching partial codes list (#548) * refactor(remove sugoi and Ldap) clean properties for local use (#552) * Update po3.13.0 m.xml (#547) * fix: do not save date when the string is emty (#545) * fix: do not save date when the string is emty * fix: review * Merge pull request #542 * feat(SeriesResource) check adata authorization in controller for put * fix(test and application starting) all is working * feat: access rights for contributor of codes list * test: put codelist/id for admin * fix: params for put codeList/{id} * tests: for put codelist/{id} * adapt parameters post /codelist/ * tests * refactor(to make tests fail) 😭 * fix(unable to request authenticated endpoints in dev mode) * fix(authentication in dev mode : can customize fake user) * feat: right access for PUT POST and DELETE * tests: access rights for PUT POST and DELETE codeslist * tests: fix * feat: right access for codes list * tests: for series and codes lists access rights * fix: delete a codelist * fix due to rebase * fix: tests codelist * fix: add a test for delete a published codelist * fix: suite à rebase * Fix: tests * Update CodeListsResources.java * fix: delete a codelist * refactor: test name * refactor(authentication impovement) mark StampsRestrictionServiceImpl… * Merge branch '491-6' of https://github.com/InseeFr/Bauhaus-Back-Offic… * fix update pom * Merge branch 'main' into 491-6 * fix: to make tests green * fix(maven ci) upgrade to java 21 * refactor(upgrade spring boot to 3.2) move to jakarta namespace * refactor(upgrade spring boot to 3.2) fix deprecated spring security elements * refactor(upgrade spring boot to 3.2) fix deprecated spring security elements : tests green * refactor(upgrade spring boot to 3.2) remove messaging and notifaction * refactor(upgrade spring boot to 3.2) clean dependencies, openAPI config and main class * refactor(upgrade spring boot to 3.2) clean properties * refactor(upgrade spring boot to 3.2) upgrade security configuration * refactor(upgrade spring boot to 3.2) remove unused controller * refactor(upgrade spring boot to 3.2) test for jwt processing * feat(upgrade spring boot to 3.2) virtual threads * fix(upgrade spring boot to 3.2) freemarker doesn't work with jars * code smells(upgrade spring boot to 3.2) unused imports * refactor(upgrade spring boot to 3.2) move to jakarta namespace * refactor(upgrade spring boot to 3.2) fix deprecated spring security elements * refactor(upgrade spring boot to 3.2) clean dependencies, openAPI config and main class * refactor(upgrade spring boot to 3.2) clean properties * refactor(upgrade spring boot to 3.2) upgrade security configuration * refactor(properties) clean properties for local use * fix(maven ci) upgrade to java 21 * refactor(authent) upgrade to spring security 6 * refactor(code smells) * git(ignore folder .run (intellij)) --------- Co-authored-by: Emmanuel DEMEY <[email protected]> Co-authored-by: Guylène Tandeau De Marsac <[email protected]>
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.