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 eb9f117 Services : modification des liste de votants, le context d'UI dans le header de la requĂȘte et le context de service new 8e0592b refs #11 add service and api to assign a poll to a connected user new d5899da refs #11 add form to link poll to user's account in the created poll page The 2 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 d5899da99d4de79456f2240f0624ffd6e8f1bba7 Author: Kevin Morin <morin@codelutin.com> Date: Mon Apr 24 16:45:57 2017 +0200 refs #11 add form to link poll to user's account in the created poll page commit 8e0592b8a8b1b66ecf574996db724a3e05b0a195 Author: Kevin Morin <morin@codelutin.com> Date: Mon Apr 24 16:45:18 2017 +0200 refs #11 add service and api to assign a poll to a connected user Summary of changes: .../org/chorem/pollen/rest/api/v1/PollApi.java | 4 + pollen-rest-api/src/main/resources/mapping | 33 +++--- .../org/chorem/pollen/rest/api/PollApiTest.java | 15 +++ .../pollen/services/service/PollService.java | 51 +++++++--- .../pollen/services/service/PollServiceTest.java | 46 +++++++++ pollen-ui-riot-js/src/main/web/i18n.json | 8 ++ pollen-ui-riot-js/src/main/web/js/PollService.js | 8 ++ .../src/main/web/tag/poll/Polls.tag.html | 112 ++++++++++++++++++++- 8 files changed, 244 insertions(+), 33 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.