This is an automated email from the git hooks/post-receive script. New change to branch feature/refonte-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 2376d098 Ajout d'un nouvel attribut au sondage (image d'illustration) new 347a8728 Hack to fix #332 : Really not clean, but working new d553060d fixes #333 - Cannot create poll : Unrecognized field 'choiceAddAllowed' new acd2b46b Lint new 10ac4d81 release 3.3.7 success [skip ci] new 2a3d401b fixes #334 - How this feature could have been so badly tested new 9926ec38 fixes #335 : Wrong poll displayed - There was a useless refresh too soon messing up new 4934720f Better debugging new 6fc6f8b3 Next development version new 6ae6aa23 Fix tests if no questions in poll coming from services (should happen only during tests) new a46ce552 release 3.3.8 success [skip ci] new bde4bdc0 Next development version new 31025a5d fixes #339 : Vote restreint - impossible de voter authentifié new b7d4ef37 refs #339 fix tests new 99ba5626 Add some rest api tests new a7936eb8 fixes #337 : La liste des participants n'a pas d'ordre déterministe : Ordre sur les noms (mais É... se retrouve après Y...)... Ordre déterministe après enregistrement. Pas avant par contre (odre de saisie) new 5d7948ff Corrections suite à revue The 16 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 5d7948ff5e36b3b303333c37a517889bef765728 Author: Cécilia Bossard <bossard@codelutin.com> Date: Thu Jul 2 10:21:19 2020 +0200 Corrections suite à revue commit a7936eb88c80edfcc9dcb25eb47aeb0f43acec70 Author: jcouteau <couteau@codelutin.com> Date: Wed May 27 10:18:00 2020 +0200 fixes #337 : La liste des participants n'a pas d'ordre déterministe : Ordre sur les noms (mais É... se retrouve après Y...)... Ordre déterministe après enregistrement. Pas avant par contre (odre de saisie) commit 99ba56268224be03a1e964d6c245c3f299507d21 Author: jcouteau <couteau@codelutin.com> Date: Wed May 27 08:26:04 2020 +0200 Add some rest api tests commit b7d4ef37f76282fdfc81221d393d659f45da929e Author: jcouteau <couteau@codelutin.com> Date: Wed May 27 08:22:31 2020 +0200 refs #339 fix tests commit 31025a5d5d5ced40b274b16b30c4f5710e956177 Author: jcouteau <couteau@codelutin.com> Date: Wed May 27 07:36:21 2020 +0200 fixes #339 : Vote restreint - impossible de voter authentifié commit bde4bdc0e5390dcab3de253e8046c567e5428f24 Author: jcouteau <couteau@codelutin.com> Date: Wed May 13 11:39:11 2020 +0200 Next development version commit a46ce55226afbb574a2213ba0c6602cc3d3beb32 Author: Maven Release <maven-release@codelutin.com> Date: Wed May 13 08:17:19 2020 +0000 release 3.3.8 success [skip ci] commit 6ae6aa2383b0d76ce4af130b40603213940ae449 Author: jcouteau <couteau@codelutin.com> Date: Wed May 13 10:03:05 2020 +0200 Fix tests if no questions in poll coming from services (should happen only during tests) commit 6fc6f8b34ad90694ae034bfc31171821bdfe4643 Author: jcouteau <couteau@codelutin.com> Date: Wed May 13 09:26:03 2020 +0200 Next development version commit 4934720f9747a48f03ec1eb0cac6a2c75eaccf2e Author: jcouteau <couteau@codelutin.com> Date: Wed May 13 09:15:01 2020 +0200 Better debugging commit 9926ec381f05fdbc56ec69fbb1d185227ecf8164 Author: jcouteau <couteau@codelutin.com> Date: Wed May 13 09:14:30 2020 +0200 fixes #335 : Wrong poll displayed - There was a useless refresh too soon messing up commit 2a3d401b93a04a1b203ae8bed639674068471fc9 Author: jcouteau <couteau@codelutin.com> Date: Wed May 13 09:02:37 2020 +0200 fixes #334 - How this feature could have been so badly tested commit 10ac4d81d7af1fc0c4483cf51024f74eca2a8040 Author: Maven Release <maven-release@codelutin.com> Date: Tue May 12 08:17:11 2020 +0000 release 3.3.7 success [skip ci] commit acd2b46b2ae4970bfda789a0a53a17fbcfad8d15 Author: jcouteau <couteau@codelutin.com> Date: Tue May 12 10:04:22 2020 +0200 Lint commit d553060dae2a8194efbdd28725989a7ac326dc7e Author: jcouteau <couteau@codelutin.com> Date: Tue May 12 09:40:50 2020 +0200 fixes #333 - Cannot create poll : Unrecognized field 'choiceAddAllowed' commit 347a87280a2bab916b9138ae7eee985f46de1272 Author: jcouteau <couteau@codelutin.com> Date: Tue May 12 08:59:09 2020 +0200 Hack to fix #332 : Really not clean, but working Summary of changes: CHANGELOG | 13 ++ pollen-persistence/pom.xml | 2 +- .../pollen/persistence/entity/PollTopiaDao.java | 20 +++ pollen-rest-api/pom.xml | 2 +- .../org/chorem/pollen/rest/api/v1/PollApi.java | 3 +- .../pollen/rest/api/AbstractPollenRestApiTest.java | 49 ++++++- .../org/chorem/pollen/rest/api/AuthApiTest.java | 2 +- .../org/chorem/pollen/rest/api/PollApiTest.java | 5 +- .../chorem/pollen/rest/api/PollenUserApiTest.java | 52 +------ .../chorem/pollen/rest/api/RestApiFixtures.java | 5 + pollen-services/pom.xml | 2 +- .../pollen/services/service/FixturesService.java | 87 +++++++----- .../pollen/services/service/PollService.java | 58 ++++++-- .../pollen/services/service/QuestionService.java | 13 +- .../pollen/services/service/VoteService.java | 24 ++-- .../pollen/services/service/VoterListService.java | 7 +- .../test/FakePollenApplicationContext.java | 21 +-- pollen-services/src/main/resources/fixtures.yaml | 59 -------- .../src/main/resources/restricted-fixtures.yaml | 55 ++++++++ .../src/main/resources/user-fixtures.yaml | 58 ++++++++ .../services/service/FavoriteListServiceTest.java | 4 +- .../pollen/services/service/PollServiceTest.java | 4 +- .../services/service/PollenUserServiceTest.java | 4 +- .../services/service/VoteCountingServiceTest.java | 4 +- .../pollen/services/service/VoteServiceTest.java | 153 +++++++++++++++++++-- .../services/service/VoterListServiceTest.java | 4 +- pollen-ui-riot-js/package-lock.json | 2 +- pollen-ui-riot-js/package.json | 2 +- pollen-ui-riot-js/pom.xml | 2 +- .../src/main/web/tag/poll/Poll.tag.html | 59 +++++--- .../src/main/web/tag/poll/Settings.tag.html | 2 +- .../src/main/web/tag/poll/Summary.tag.html | 6 +- .../src/main/web/tag/poll/Votes.tag.html | 2 +- pollen-ui-riot-js/webpack.config.js | 5 +- pollen-votecounting-aggregator/pom.xml | 2 +- pollen-votecounting-api/pom.xml | 2 +- pollen-votecounting-borda/pom.xml | 2 +- pollen-votecounting-condorcet/pom.xml | 2 +- pollen-votecounting-coombs/pom.xml | 2 +- pollen-votecounting-cumulative/pom.xml | 2 +- pollen-votecounting-instant-runoff/pom.xml | 2 +- pollen-votecounting-majority-judgment/pom.xml | 2 +- pollen-votecounting-normal/pom.xml | 2 +- pollen-votecounting-number/pom.xml | 2 +- pom.xml | 2 +- 45 files changed, 576 insertions(+), 236 deletions(-) create mode 100644 pollen-services/src/main/resources/restricted-fixtures.yaml create mode 100644 pollen-services/src/main/resources/user-fixtures.yaml -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.