This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 3e2687fe migration d'API REST vers Resteasy new dc13f8c6 retour vers la premiers version de l'api, correction des fil Atom, vérification des dépendances The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit dc13f8c67eaebe696db5d789e9744c69b923c00c Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Jul 17 09:52:09 2017 +0200 retour vers la premiers version de l'api, correction des fil Atom, vérification des dépendances Summary of changes: pollen-persistence/pom.xml | 5 ++ pollen-rest-api/pom.xml | 32 +++++++-- .../rest/api/PollenRestApiRequestFilter.java | 2 +- .../org/chorem/pollen/rest/api/v1/ApiUtils.java | 7 -- .../org/chorem/pollen/rest/api/v1/ChoiceApi.java | 16 +++-- .../org/chorem/pollen/rest/api/v1/CommentApi.java | 18 ++--- .../java/org/chorem/pollen/rest/api/v1/DocApi.java | 3 +- .../chorem/pollen/rest/api/v1/FavoriteListApi.java | 42 +++++------ .../org/chorem/pollen/rest/api/v1/PollApi.java | 45 ++++++------ .../pollen/rest/api/v1/PollenResourceApi.java | 15 ++-- .../chorem/pollen/rest/api/v1/PollenUserApi.java | 24 ++++--- .../org/chorem/pollen/rest/api/v1/VoteApi.java | 12 ++-- .../chorem/pollen/rest/api/v1/VoteCountingApi.java | 5 +- .../pollen/rest/api/v1/VoteCountingTypeApi.java | 5 +- .../chorem/pollen/rest/api/v1/VoterListApi.java | 29 ++++---- pollen-services/pom.xml | 25 +------ .../pollen/services/service/FeedService.java | 9 +++ pollen-ui-riot-js/src/main/web/js/ChoiceService.js | 57 ++++++--------- .../src/main/web/js/CommentService.js | 68 +++++++----------- .../src/main/web/js/FavoriteListService.js | 8 +-- pollen-ui-riot-js/src/main/web/js/FetchService.js | 47 ++++++++----- pollen-ui-riot-js/src/main/web/js/PollService.js | 82 ++++++++++------------ .../src/main/web/js/ResourceService.js | 24 +++++-- pollen-ui-riot-js/src/main/web/js/ResultService.js | 12 ++-- pollen-ui-riot-js/src/main/web/js/UserService.js | 36 ++++++---- .../src/main/web/js/VoteCountingTypeService.js | 14 +++- pollen-ui-riot-js/src/main/web/js/VoteService.js | 43 +++++------- .../src/main/web/js/VoterListService.js | 31 +++++--- pom.xml | 37 ++++++++-- 29 files changed, 407 insertions(+), 346 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.