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 03f7d78 fix list parser when empty value (gave a empty entry) new a262617 do not test start date to compare fishing operations new f4a020e add caracteristic type in fishing operation parameters import/export new 8f74ae4 import of fishing operation parameters is done 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 8f74ae45a73d685f23033ab72ed9fc16462f9b5d Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 19 22:06:59 2015 +0100 import of fishing operation parameters is done commit f4a020edc4a5b45537ea6711a5d02c026ad71b63 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 19 22:06:43 2015 +0100 add caracteristic type in fishing operation parameters import/export commit a262617bfca1cb6f3e50aa05c14e3e05b0f801c1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 19 22:06:01 2015 +0100 do not test start date to compare fishing operations Summary of changes: .../entities/data/FishingOperations.java | 11 +- .../genericformat/GenericFormatImportService.java | 2 + .../GenericFormatReferentialImportResult.java | 9 +- .../GenericformatImportPersitenceHelper.java | 20 +++ .../consumer/CsvConsumerForParameter.java | 87 +++++++++++- ...FishingOperationNotFoundInCruiseException.java} | 8 +- .../consumer/GearNotFoundInCruiseException.java | 2 +- .../service/genericformat/csv/ParameterModel.java | 4 + .../service/genericformat/csv/ParameterRow.java | 54 +++++++- .../producer/CsvProducerForParameter.java | 11 +- .../resources/i18n/tutti-service_en_GB.properties | 1 + .../resources/i18n/tutti-service_fr_FR.properties | 3 +- .../resources/genericFormat/empty/operation.csv | 154 --------------------- .../resources/genericFormat/empty/parameter.csv | 13 +- 14 files changed, 201 insertions(+), 178 deletions(-) copy tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/consumer/{FishingOperationAlreadyImportedException.java => FishingOperationNotFoundInCruiseException.java} (61%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.