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 903b37d fix i18n new d4b1000 introduce a import configuration object new c1635ba fix get linked species code new e0a945a improve test API new 25823e4 improve how to lanche generic format import test new be49961 fix NPE when no test descirption register new 5791b0d fix referential entity id parser new ed69b29 add gears and vessels temporary entities to import new fe19de0 test involution when importing temporary referentials The 8 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 fe19de09cc87488fa8c72c2d6a47ec095ca1d06b Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 23 19:33:58 2015 +0100 test involution when importing temporary referentials commit ed69b29b1befaf2359cc501f703256d20d46addf Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 23 19:33:36 2015 +0100 add gears and vessels temporary entities to import commit 5791b0dccd1c0437bc8251f5cc6396bc37e13bcd Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 23 19:33:09 2015 +0100 fix referential entity id parser commit be49961a797145d42a0846538912d378d8117762 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 23 19:32:46 2015 +0100 fix NPE when no test descirption register commit 25823e4455aab5be221d42fd652ac5adea584f13 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 23 19:13:48 2015 +0100 improve how to lanche generic format import test commit e0a945a07da0851b45eb473527f6dfbb222cb01e Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 23 19:12:42 2015 +0100 improve test API commit c1635ba4e9deb9b1cfcab30d3526528880fdee26 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 23 16:21:36 2015 +0100 fix get linked species code commit d4b1000705a0e45d1c9564d0c7fbfab3576ebf7a Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 23 12:06:47 2015 +0100 introduce a import configuration object Summary of changes: .../referential/SpeciesPersistenceServiceImpl.java | 6 +- .../tutti/persistence/test/CleanResourcesRule.java | 89 ++++++++++++++++++++++ .../tutti/persistence/test/DatabaseResource.java | 57 ++++++++------ .../tutti/persistence/test/TuttiRunListener.java | 31 ++++++++ .../tutti/persistence/test/TuttiTestSupport.java | 27 +++++++ .../GenericFormatImportConfiguration.java | 62 +++++++++++++++ .../genericformat/GenericFormatImportRequest.java | 20 ++++- .../genericformat/GenericFormatImportService.java | 61 ++++++++++----- .../csv/TemporaryReferentialEntityIdParser.java | 6 -- .../ifremer/tutti/service/ServiceDbResource.java | 10 +-- .../GenericFormatExportServiceTest.java | 3 +- .../GenericFormatImportServiceTest.java | 80 ++++++++++++++++++- .../GenericFormatImportServiceTestSupport.java | 57 ++++++-------- .../genericFormat/empty/accidentalCatch.csv | 1 + .../test/resources/genericFormat/empty/catch.csv | 1 + .../genericFormat/empty/gearCaracteristics.csv | 1 + .../genericFormat/empty/individualObservation.csv | 1 + .../resources/genericFormat/empty/marineLitter.csv | 1 + .../genericFormat/{default => empty}/operation.csv | 2 - .../resources/genericFormat/empty/parameter.csv | 1 + .../genericFormat/{default => empty}/survey.csv | 1 - .../genericFormat/empty/temporaryVessels.csv | 1 - .../{empty => protocol}/protocol.tuttiProtocol | 0 .../{default => technical}/sampleCategory.csv | 0 .../genericFormat/technical/temporaryGears.csv | 5 ++ .../{empty => technical}/temporaryPersons.csv | 0 .../{empty => technical}/temporarySpecies.csv | 0 .../genericFormat/technical/temporaryVessels.csv | 5 ++ .../ImportGenericFormatProgramCruisesAction.java | 12 ++- 29 files changed, 436 insertions(+), 105 deletions(-) create mode 100644 tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/test/CleanResourcesRule.java create mode 100644 tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/test/TuttiTestSupport.java create mode 100644 tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/GenericFormatImportConfiguration.java create mode 100644 tutti-service/src/test/resources/genericFormat/empty/accidentalCatch.csv create mode 100644 tutti-service/src/test/resources/genericFormat/empty/catch.csv create mode 100644 tutti-service/src/test/resources/genericFormat/empty/gearCaracteristics.csv create mode 100644 tutti-service/src/test/resources/genericFormat/empty/individualObservation.csv create mode 100644 tutti-service/src/test/resources/genericFormat/empty/marineLitter.csv copy tutti-service/src/test/resources/genericFormat/{default => empty}/operation.csv (70%) create mode 100644 tutti-service/src/test/resources/genericFormat/empty/parameter.csv copy tutti-service/src/test/resources/genericFormat/{default => empty}/survey.csv (51%) delete mode 100644 tutti-service/src/test/resources/genericFormat/empty/temporaryVessels.csv rename tutti-service/src/test/resources/genericFormat/{empty => protocol}/protocol.tuttiProtocol (100%) rename tutti-service/src/test/resources/genericFormat/{default => technical}/sampleCategory.csv (100%) create mode 100644 tutti-service/src/test/resources/genericFormat/technical/temporaryGears.csv rename tutti-service/src/test/resources/genericFormat/{empty => technical}/temporaryPersons.csv (100%) rename tutti-service/src/test/resources/genericFormat/{empty => technical}/temporarySpecies.csv (100%) create mode 100644 tutti-service/src/test/resources/genericFormat/technical/temporaryVessels.csv -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.