This is an automated email from the git hooks/post-receive script. New change to branch feature/41_mentions_legales in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git omits e6a580bb Supprime le tag concernant les mentions légales. omits 6a9b3a11 Spécifie les mentions légales omits 2457bbad Renomme le composant 'Privacy' en 'LegalNotices' adds 9913fcb0 update gitlab ci for release adds d9f7d087 update gitlab ci for release adds 9366dcba update gitlab ci for release adds 26842f63 update gitlab ci for release adds 92897a30 update gitlab ci for release adds edaa1be6 fixes #150 bouchage des trous de secu new 9352965d Renomme le composant 'Privacy' en 'LegalNotices' new 86edd712 Spécifie les mentions légales new 5a778c5b Supprime le tag concernant les mentions légales. This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (e6a580bb) \ N -- N -- N refs/heads/feature/41_mentions_legales (5a778c5b) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. The 3 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 5a778c5be35559657dde275a761cf1200310565d Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Tue Sep 26 16:12:17 2017 +0200 Supprime le tag concernant les mentions légales. Celles-ci ont été extraites dans une projet séparé et déployé en tant que gitlab pages. fixes #41 commit 86edd71258f67f6ab8e00297da60960129053819 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Tue Sep 26 11:51:25 2017 +0200 Spécifie les mentions légales commit 9352965d2ed767029b0a28e1b2afc209a5503315 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Tue Sep 26 10:55:34 2017 +0200 Renomme le composant 'Privacy' en 'LegalNotices' Summary of changes: .gitlab-ci.yml | 55 ++++++++++++++++ .../persistence/entity/UserCredentialTopiaDao.java | 6 +- .../pollen/rest/api/v1/PollenResourceApi.java | 16 ----- .../chorem/pollen/rest/api/v1/PollenUserApi.java | 19 +++--- .../chorem/pollen/rest/api/v1/VoterListApi.java | 13 ---- .../pollen/services/service/ChoiceService.java | 1 + .../services/service/FavoriteListService.java | 77 ++++++++-------------- .../chorem/pollen/services/service/GtuService.java | 7 +- .../pollen/services/service/PollService.java | 16 ++--- .../services/service/PollenResourceService.java | 19 +----- .../services/service/PollenServiceSupport.java | 5 ++ .../pollen/services/service/PollenUserService.java | 16 ++--- .../pollen/services/service/SocialAuthService.java | 26 ++------ .../services/service/VoteCountingService.java | 1 + .../pollen/services/service/PollServiceTest.java | 2 +- pollen-ui-riot-js/src/main/web/js/AuthService.js | 2 +- pollen-ui-riot-js/src/main/web/js/UserService.js | 27 ++++---- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 2 +- .../src/main/web/tag/UserProfile.tag.html | 4 +- 19 files changed, 142 insertions(+), 172 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.