-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update master to 2.1.1 #77
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
…n processus administrateur
Merge de la branche refacto des Sources dans develop See merge request !43
feat(init): no stop of service if source or resource dir is empty
* feature(admin): add route to get service configuration * feat(admin): add explicit error status on getting service configuration * feat(admin): only add service id in response when getting all of services * fix(admin): fix error message to get right service from request parameters * feat(test): add cucumber test for /services/:service route * feat(admin): update get service configuration according review * fix(admin): function getServicesConfigurations do not need request parameters * creation and use of serviceRequest, and form changes --------- Co-authored-by: Loic <loic.grondin@ign.fr>
* [feat] init admin without services * [fix] update changelog * [doc] précision dans la doc dev
* feat(admin): add route to restart service * feat(test): add cucumber test for route to restart service * feat(admin): use promises to wait for service completely stopped * feat(admin): use async/await and promises to wait for servers completely started/stopped * wip: update api responses, promise use, changelog and tests * [fix] api doc and wait for newProcess * [test] update itest and utest for async functions * [feat] check the conf before asking a restart --------- Co-authored-by: Loic <loic.grondin@ign.fr>
* [fix] handle cases wo attributes * wip: handling request and response * [fix] error in the doc * wip: ajout de rtest * fix doc: delete name
…isochrone_web_test feat(test web): add definition of user resource for isochrone
…tions feat(projection): add route to get projection from service
fix(ci) use x.y.z versionning
feat(version): update to 2.1.0
…_demo feat(demo): add service url in isochrone test
* [ci] move docker and doc deployment on master * [doc] update doc for developers
azarz
approved these changes
May 4, 2023
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.
The branch master was far away from develop for a lot of reasons. The idea is to have the next releases on master and not on develop.