This is an automated email from the git hooks/post-receive script. New change to branch feature/fix_validation in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git discards 6d847e4 Introduce observe application swing validation module and reintroduce his detection test discards 48016c9 Extraction d'un module avec l'api de décoration (de l'application swing) discards a972eb7 On déplace dans le module service-model des choses qui n'ont rien à faire au niveau de l'application swing (et surtout pas dans un paquetage entité...) discards a9ebba3 Extraction d'un module avec les validateurs communs adds 7e14a4a Fix openable validation on openable entities adds e226c92 Remove 'openable' validation at entity level adds 56d9351 Merge branch 'feature/7595_avertissement_activites_non_cloturees' into 'develop' new 2a07b36 Extraction d'un module avec les validateurs communs new c51aece On déplace dans le module service-model des choses qui n'ont rien à faire au niveau de l'application swing (et surtout pas dans un paquetage entité...) new 6cf88b6 Extraction d'un module avec l'api de décoration (de l'application swing) new bc5fe57 Introduce observe application swing validation module and reintroduce his detection test 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 (6d847e4) \ N -- N -- N refs/heads/feature/fix_validation (bc5fe57) 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 4 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 bc5fe57c7d5d9ffa0865fd9c2dfeebff7945e8a6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 26 17:36:29 2016 +0200 Introduce observe application swing validation module and reintroduce his detection test commit 6cf88b6956bbe720f9511c4c8d762d1cebccc258 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 26 17:29:11 2016 +0200 Extraction d'un module avec l'api de décoration (de l'application swing) commit c51aecec055417ca16138831a9d94cf9934404ae Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 26 16:52:14 2016 +0200 On déplace dans le module service-model des choses qui n'ont rien à faire au niveau de l'application swing (et surtout pas dans un paquetage entité...) commit 2a07b3615b31af6ce6b37bcbc212416934a61acd Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 26 16:50:33 2016 +0200 Extraction d'un module avec les validateurs communs Summary of changes: .../validators/OpenableDtoFieldValidator.java | 140 +++++++++++++++++++++ ...ripLonglineDto-n1-update-warning-validation.xml | 12 +- .../RouteDto-n1-update-warning-validation.xml | 6 +- .../TripSeineDto-n1-update-warning-validation.xml | 6 +- .../src/test/resources/validators.xml | 4 +- .../ird/observe/validation/ValidationContext.java | 7 +- .../src/main/resources/validators.xml | 21 ++-- .../TripLongline-n1-update-warning-validation.xml | 9 -- .../seine/Route-n1-update-warning-validation.xml | 5 - .../TripSeine-n1-update-warning-validation.xml | 5 - 10 files changed, 168 insertions(+), 47 deletions(-) create mode 100644 observe-application-swing-validation/src/main/java/fr/ird/observe/application/swing/validation/validators/OpenableDtoFieldValidator.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.