This is an automated email from the git hooks/post-receive script. New change to branch feature/6688 in repository tutti. See http://git.codelutin.com/tutti.git from 97dfac1 suppression de l'engin dans les fichiers non requis new fcb325d improve errors messages for referential imports new 841732a improve file result api and add a file result for any files (protocol included) new 91e36e3 continue import validation + add more tests on it The 3 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 91e36e3cfece8094fceaefe7e55ca551e9392b9c Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Mar 2 08:51:33 2015 +0100 continue import validation + add more tests on it commit 841732ae1099f9b4d075c6cc3e5d68d9ecc917eb Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Mar 2 08:51:04 2015 +0100 improve file result api and add a file result for any files (protocol included) commit fcb325df4c87aca6b196c7885c65dca26f6cb938 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Mar 2 08:49:33 2015 +0100 improve errors messages for referential imports Summary of changes: .../genericformat/GenericFormatArchive.java | 15 - .../genericformat/GenericFormatCsvFileResult.java | 42 +++ .../genericformat/GenericFormatFileResult.java | 61 +++-- .../genericformat/GenericFormatImportContext.java | 101 ++++--- .../genericformat/GenericFormatImportService.java | 235 +++++++++++----- .../GenericFormatReferentialImportResult.java | 6 +- .../genericformat/GenericFormatResultSupport.java | 82 +++--- .../consumer/CsvConsumerForTemporaryGear.java | 4 +- .../consumer/CsvConsumerForTemporaryPerson.java | 4 +- .../consumer/CsvConsumerForTemporarySpecies.java | 4 +- .../consumer/CsvConsumerForTemporaryVessel.java | 4 +- .../ftl/genericFormatValidateReport_fr.ftl | 247 +++++++++++------ .../resources/i18n/tutti-service_fr_FR.properties | 11 +- .../GenericFormatImportServiceValidTest.java | 303 +++++++++++++++++---- .../protocol.tuttiProtocol | 16 +- .../protocol.tuttiProtocol | 18 +- .../genericFormat/badSurveyFormat/survey.csv | 2 + .../{default => badSurveyImport}/survey.csv | 2 +- .../temporaryPersons.csv | 4 + .../temporaryPersons.csv | 6 + .../temporarySpecies.csv | 2 +- .../temporarySpecies.csv | 6 +- .../temporaryVessels.csv | 2 +- .../temporaryVessels.csv | 6 +- 24 files changed, 838 insertions(+), 345 deletions(-) create mode 100644 tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/GenericFormatCsvFileResult.java copy tutti-service/src/test/resources/genericFormat/{protocol => badProtocolFormat}/protocol.tuttiProtocol (88%) copy tutti-service/src/test/resources/genericFormat/{protocol => badProtocolImport}/protocol.tuttiProtocol (87%) create mode 100644 tutti-service/src/test/resources/genericFormat/badSurveyFormat/survey.csv copy tutti-service/src/test/resources/genericFormat/{default => badSurveyImport}/survey.csv (83%) create mode 100644 tutti-service/src/test/resources/genericFormat/badTemporaryReferentialPersonFormat/temporaryPersons.csv create mode 100644 tutti-service/src/test/resources/genericFormat/badTemporaryReferentialPersonImport/temporaryPersons.csv copy tutti-service/src/test/resources/genericFormat/{referentials => badTemporaryReferentialSpeciesFormat}/temporarySpecies.csv (72%) copy tutti-service/src/test/resources/genericFormat/{referentials => badTemporaryReferentialSpeciesImport}/temporarySpecies.csv (67%) copy tutti-service/src/test/resources/genericFormat/{referentials => badTemporaryReferentialVesselFormat}/temporaryVessels.csv (77%) copy tutti-service/src/test/resources/genericFormat/{referentials => badTemporaryReferentialVesselImport}/temporaryVessels.csv (59%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.