Skip to content
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

498 migrer toutes les requetes sparql vers des fichiers freemarker #714

Conversation

GtanSndil
Copy link
Contributor

all requests are not migrated
it is a first part

for POST /concepts/concept
for GET/concepts/concept/{id}/links
(List of linked concepts)
for GET concepts/concept/{id} but also for
GET /concept/export/{id}
GET /export/{id}/{type}                                                                                                                                            GET concepts/export-zip/{id}/{type}
GET concepts-collections/concept/export-zip/{id}/{type}
for
- GET concepts/concept/
-GET concepts//concept/export/{id}
-GET concepts-collectinos/export/{id}/{type}
used by the following end-points :
GET concepts/concept/{id}/notes/{conceptVersion},
GET concepts/concept/export/{id},
GET concepts-collections/export/{id}/{type},
GET concepts-collections/export-zip/{id}/{type}                                                                                                                 GET concepts//concept/export-zip/{id}/{type}
to verify (stampsRestrictionsService.isConceptsOrCollectionsOwner)
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@EmmanuelDemey EmmanuelDemey merged commit 099b3fc into main Aug 23, 2024
1 of 2 checks passed
@EmmanuelDemey EmmanuelDemey deleted the 498-migrer-toutes-les-requetes-sparql-vers-des-fichiers-freemarker branch August 23, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrer toutes les requetes SparQL vers des fichiers FreeMarker 1st part
3 participants