This is an automated email from the git hooks/post-receive script. New change to branch feature/8228 in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git omits b615d8b Ne pas utiliser d'optional à tout bout de champ (maturityColumnId) + meilleure gestion generics omits 826db36 Ne pas utiliser d'optional à tout bout de champ omits 0ce26f4 Ne pas utiliser d'optional à tout bout de champ zone omits e3ed1d7 Ne pas utiliser d'optional à tout bout de champ maturityQualitativeValue omits 7eed651 Ne pas utiliser d'optional à tout bout de champ (IndividualObservationUICache#samplingCache) omits 9199b1e Ne pas tenir compte de l'algorithme si 1/n vaut 0 ou à sexer mais observation sans sexe (See #8228) adds dd3e083 bien remplir le benthos avec le... benthos (See #8234) + nettoyage code adds 3227fb7 Livrable #8234 Merge branch 'feature/8234' into develop adds 0c1b909 Ajout toString to Caracteristic adds 26cc892 Bien conserver l'ordre sur les caractéristiques (see #8233) adds a700d11 Mettre à jour l'ordre des caractéristiques sur les actions ↑ et ↓ (See #8233) adds c21a13e Livrable #8233 Merge branch 'feature/8233' into develop adds 2ced35f Vérifier qu'on peut quitter l'écran des mensurations si on tente de quitter l'opération en cours (uniquement sur les actions de changement d'opération) (see #8221) adds 9a32cf3 Livrable #8221 Merge branch 'feature/8221' into develop adds e2b48fc Suppression du veto sur le changement de screen (cela n'intervient pas au bon moment et il y a déjà une API pour gérer ça) (See #8190) adds a22c103 Livrable #8190 Merge branch 'feature/8190' into develop new 1d55529 Ne pas tenir compte de l'algorithme si 1/n vaut 0 ou à sexer mais observation sans sexe (See #8228) new e2a1d8a Ne pas utiliser d'optional à tout bout de champ (IndividualObservationUICache#samplingCache) new 8776b3b Ne pas utiliser d'optional à tout bout de champ maturityQualitativeValue new 347a4fa Ne pas utiliser d'optional à tout bout de champ zone new b7e2fc7 Ne pas utiliser d'optional à tout bout de champ new 31626fa Ne pas utiliser d'optional à tout bout de champ (maturityColumnId) + meilleure gestion generics 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 (b615d8b) \ N -- N -- N refs/heads/feature/8228 (31626fa) 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 6 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 31626fad429660297ac14697db091aa3a3ee3a36 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Apr 12 03:31:02 2016 +0200 Ne pas utiliser d'optional à tout bout de champ (maturityColumnId) + meilleure gestion generics commit b7e2fc78af4dc9412470fd7dde8f57201b212915 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Apr 12 03:22:14 2016 +0200 Ne pas utiliser d'optional à tout bout de champ commit 347a4faabe72a31bde5fa33b67f2b7582036d6a8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Apr 12 03:15:53 2016 +0200 Ne pas utiliser d'optional à tout bout de champ zone commit 8776b3b4321823a63670ba0580206b86e424d14e Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Apr 12 03:04:02 2016 +0200 Ne pas utiliser d'optional à tout bout de champ maturityQualitativeValue commit e2a1d8ad4c5c9e5fa8ea8ae9b6c3b4933356f6a6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Apr 12 02:52:11 2016 +0200 Ne pas utiliser d'optional à tout bout de champ (IndividualObservationUICache#samplingCache) commit 1d555292a11f47709e3af0cc1f50f0a97162318e Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Apr 12 02:47:53 2016 +0200 Ne pas tenir compte de l'algorithme si 1/n vaut 0 ou à sexer mais observation sans sexe (See #8228) Summary of changes: .../entities/referential/CaracteristicBean.java | 21 ++++++++ .../fr/ifremer/tutti/ui/swing/TuttiUIContext.java | 23 ++------- .../tutti/ui/swing/content/MainUIHandler.java | 56 ++++++++++------------ .../catches/actions/ComputeBatchWeightsAction.java | 35 +------------- .../frequency/SpeciesFrequencyUIHandler.java | 22 +-------- .../actions/EditFishingOperationAction.java | 31 ++++++++++++ .../content/protocol/EditProtocolUIHandler.java | 11 +++++ .../content/protocol/EditProtocolUIModel.java | 6 +-- .../MoveDownCaracteristicMappingAction.java | 8 ++-- .../actions/MoveUpCaracteristicMappingAction.java | 8 ++-- 10 files changed, 108 insertions(+), 113 deletions(-) create mode 100644 tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/entities/referential/CaracteristicBean.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.