This is an automated email from the git hooks/post-receive script. New change to branch feature/2246 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 883d892 Ne pas pouvoir effectuer plusieurs imports du même type new ea54a1e Début de check pour les Sub-Sample mais il me manque des confirmations, à revoir avec Mathieu new 0896dd7 Catch more exception while importing + ajout meilleur TODO new 6bcfd28 i18n new a23905d Ne pas autoriser de réimporter les données acoustiques déjà existantes (See #2246) 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 a23905dde41b2fbd383cb388072f791e13eedc01 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu May 12 15:39:59 2016 +0200 Ne pas autoriser de réimporter les données acoustiques déjà existantes (See #2246) commit 6bcfd28ac5a7a8547b4881f45a94f8015143e0d3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu May 12 09:10:22 2016 +0200 i18n commit 0896dd7e73ceaab18a32924bbe995f719a7d4956 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu May 12 09:09:06 2016 +0200 Catch more exception while importing + ajout meilleur TODO commit ea54a1e9f532ce63c96c8b723871a609649c4e9a Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue May 10 10:50:51 2016 +0200 Début de check pour les Sub-Sample mais il me manque des confirmations, à revoir avec Mathieu Summary of changes: .../services/service/UserDbPersistenceService.java | 13 +++++++++++++ ...ion.java => DuplicatedElementaryCellException.java} | 8 ++++---- ...Exception.java => DuplicatedEsduCellException.java} | 8 ++++---- ...xception.java => DuplicatedSubSampleException.java} | 10 +++++++--- .../importdata/actions/ImportDataActionSupport.java | 8 ++++---- .../actions/VoyageAcousticsImportAction.java | 18 +++++++++++++++++- .../actions/VoyageCatchesSubSampleImportAction.java | 11 +++++++++++ .../resources/i18n/echobase-services_en_GB.properties | 3 +++ .../resources/i18n/echobase-services_fr_FR.properties | 3 +++ 9 files changed, 66 insertions(+), 16 deletions(-) copy echobase-services/src/main/java/fr/ifremer/echobase/services/service/importdata/{MoreThanOnceVoyageToImportException.java => DuplicatedElementaryCellException.java} (78%) copy echobase-services/src/main/java/fr/ifremer/echobase/services/service/importdata/{DuplicatedTransectException.java => DuplicatedEsduCellException.java} (80%) copy echobase-services/src/main/java/fr/ifremer/echobase/services/service/importdata/{DuplicatedOperationException.java => DuplicatedSubSampleException.java} (73%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.