branch feature/bug-on-save updated (921096f2 -> d1cb817f)
This is an automated email from the git hooks/post-receive script. New change to branch feature/bug-on-save in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git omits 921096f2 refs #249 [ISO] formattage omits 146c6b7f refs #249 [ISO] retrait d'un console.log omits 7c6e4325 refs #249 make sure the alert is displayed over other infos omits 27263fd9 refs #249 update TU omits 247025bd refs #249 fix issue on empty list check omits 8933f082 refs #249 add poolType as saveVoters parameters to as current pooltype change and not previous one. List validation review to fix validation not working omits 5d88fdf4 refs #248 improve space omits 84f61c61 refs #248 improve readable omits 78c3b2fe refs #248 update gitlab-ci configuration remove commented block omits 758c34fa refs #248 update gitlab-ci configuration on docker:feature, update artifact name omits f1186876 refs #248 update gitlab-ci configuration sur docker:feature omits 44ac4e8f refs #248 update gitlab-ci configuration omits d56fd5ef refs #248 update gitlab-ci configuration omits 1dab892e refs #248 correction sur passage des paramètres de configuration d'un vote omits b85d2454 refs #248 ajout de construction du docker-feature pour demo omits 00185c56 refs #248 correction conf artifact omits 10774059 refs #248 add docker feature omits dca84312 refs #248 fix call unexisting function getConfig() omits 10af43d3 refs #248 avoid error in console JS when navigate from tab o tab omits 0b83b318 refs #248 fix call unexisting function getConfig() omits 2c3775f4 refs #248 fix to avoid js error omits ad98d35f refs #248 add voteCountingConfig to PollBean as it it send into the Json query and request failed if not present omits 22af8ac9 refs #248 remove deprecated code omits 65a9f01d refs #248 remove unvolontary commit file omits e1e7b4a8 refs #248 fix choices Adding/Removing process omits a96af348 refs #248 wip modification des choix adds 2b41f4bb Validate pollen configaration at start adds 6c446cb3 Remove pollen devMode configuration (that no longer exists) from default configuration files adds 0340a8f3 Delete wrong documentation merge all details in the root README file adds 8e391d67 French adds 93e550c9 Fix indentation adds 043f20b8 Fix 'Unrecognized field "voteCountingConfig" (class org.chorem.pollen.services.bean.PollBean), not marked as ignorable' bug adds d35b1638 Introduce methods in EditVote models adds e1b1e905 Do not ask to validate GTU if already accepted by anonymous user adds 4b677a1c Merge branch 'feature/230_do_not_ask_for_gtu_validation_twice' into 'develop' adds a6c6d634 Fix purgeOldVotes cron adds f01fcc0c Prevent error on loading pollen while disconnected adds e05d92c3 Indent component adds 08e27066 Fix "resolve" instead of "reject" in f01fcc0c53748358392ffdb658c659746d1846a2 adds 8b09a9c0 Some code fix after review adds eb04271a refs #248 wip modification des choix adds 2f36a5c1 refs #248 fix choices Adding/Removing process adds 2291474c refs #248 remove unvolontary commit file adds 5e82dc52 refs #248 remove deprecated code adds 544159ce refs #248 add voteCountingConfig to PollBean as it it send into the Json query and request failed if not present adds 3343ddc4 refs #248 fix to avoid js error adds 6ba0afc9 refs #248 fix call unexisting function getConfig() adds 7d4699d1 refs #248 avoid error in console JS when navigate from tab o tab adds 7bb7865c refs #248 fix call unexisting function getConfig() adds 3a1f06e4 refs #248 add docker feature adds a47b1f47 refs #248 correction conf artifact adds fb035a16 refs #248 ajout de construction du docker-feature pour demo adds 80c41f9d refs #248 correction sur passage des paramètres de configuration d'un vote adds 0132abb1 refs #248 update gitlab-ci configuration adds 1297d917 refs #248 update gitlab-ci configuration adds a0f1ae6a refs #248 update gitlab-ci configuration sur docker:feature adds 8fb228b3 refs #248 update gitlab-ci configuration on docker:feature, update artifact name adds 2e3f7d6d refs #248 update gitlab-ci configuration remove commented block adds 6ff308b7 refs #248 improve readable adds 2e6800f4 refs #248 improve space adds 3b860723 refs #249 add poolType as saveVoters parameters to as current pooltype change and not previous one. List validation review to fix validation not working adds 66a910ed refs #249 fix issue on empty list check adds 30875a1e refs #249 update TU adds e6e2bfdd refs #249 make sure the alert is displayed over other infos adds 0e60f455 refs #249 [ISO] retrait d'un console.log adds d1cb817f refs #249 [ISO] formattage 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 (921096f2) \ N -- N -- N refs/heads/feature/bug-on-save (d1cb817f) 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. No new revisions were added by this update. Summary of changes: README.md | 4 + .../pollen/persistence/entity/VoteTopiaDao.java | 19 +-- pollen-rest-api/README.md | 15 --- .../test/resources/pollen-rest-api-test.properties | 1 - .../services/config/PollenServicesConfig.java | 18 +++ .../pollen/services/service/VoteService.java | 10 +- .../pollen/services/service/VoteServiceTest.java | 30 +++-- .../src/test/resources/pollen-services.properties | 1 - .../src/main/web/customData/home-fr.html | 2 +- pollen-ui-riot-js/src/main/web/js/Session.js | 3 +- .../src/main/web/tag/poll/EditVote.tag.html | 85 +++++++------ .../src/main/web/tag/poll/EditVoteOrder.tag.html | 31 +++-- .../src/main/web/tag/poll/Settings.tag.html | 8 +- .../web/tag/voteCountingType/BordaConfig.tag.html | 136 ++++++++++----------- 14 files changed, 197 insertions(+), 166 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm