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 984e593 use immutable list and not set + remove todo new c280091 fix log level to show batch tree new efbe375 delete no more used test (db associated was lost...) new 1b320da fix marine litter pb new 90d909e add engin_id + fix computed flag (they must be nullable) new 5642b0d fix tests + update test data new edacc60 reformat + imporve gear rank order import-export new 44f5de5 check engin + rank oder are in cruise new e55d5ea fix header name new bb4050a gear rank order can be null (if no gear) new f063f8d operation parameters were not saved The 10 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 f063f8d237e8e90d170a7ca053d2399e99384c4a Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 21:07:17 2015 +0100 operation parameters were not saved commit bb4050ab09b85442aa38e50dfc006020cc4d189b Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 20:54:21 2015 +0100 gear rank order can be null (if no gear) commit e55d5eab3876c35d555d1317e8e46cc68a677a77 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 20:53:39 2015 +0100 fix header name commit 44f5de587d0c5378f514a85fcdb419bd81b6bfce Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 20:53:30 2015 +0100 check engin + rank oder are in cruise commit edacc6097dd598dd7e434b6234a42ae0bd9dd33e Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 20:37:05 2015 +0100 reformat + imporve gear rank order import-export commit 5642b0da72cd9b741b784b31dab4b8815aebebd0 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 20:36:06 2015 +0100 fix tests + update test data commit 90d909e5629265923f8c04e88187b90acce59b97 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 20:35:49 2015 +0100 add engin_id + fix computed flag (they must be nullable) commit 1b320dae8f1ecf068c63af4b7cdcf338981f5fb8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 20:33:49 2015 +0100 fix marine litter pb commit efbe375821593fac1634e2f347a2432869069374 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 20:24:52 2015 +0100 delete no more used test (db associated was lost...) commit c280091730ebeb1cc2ae8731b1c9bcad36215ee6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 19:44:44 2015 +0100 fix log level to show batch tree Summary of changes: .../persistence/service/util/BatchTreeHelper.java | 4 +- .../GenericFormatImportOperationContext.java | 10 +- .../GenericformatImportPersitenceHelper.java | 29 ++- .../consumer/CsvConsumerForOperation.java | 29 ++- .../genericformat/csv/AccidentalCatchModel.java | 5 +- .../service/genericformat/csv/CatchModel.java | 3 +- .../tutti/service/genericformat/csv/CatchRow.java | 4 +- .../csv/IndividualObservationModel.java | 3 +- .../genericformat/csv/MarineLitterModel.java | 3 +- .../service/genericformat/csv/OperationModel.java | 7 +- .../service/genericformat/csv/OperationRow.java | 54 ++--- .../csv/RowWithCruiseContextSupport.java | 2 +- .../csv/RowWithOperationContextSupport.java | 15 ++ .../genericformat/csv/SampleCategoryRow.java | 2 +- .../service/genericformat/csv/SurveyModel.java | 2 +- .../GenericFormatExportService2Test.java | 240 --------------------- .../GenericFormatExportServiceTest.java | 30 +-- .../resources/genericFormat/empty/operation.csv | 6 +- .../src/main/filtered-resources/log4j.properties | 3 +- 19 files changed, 127 insertions(+), 324 deletions(-) delete mode 100644 tutti-service/src/test/java/fr/ifremer/tutti/service/genericformat/GenericFormatExportService2Test.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.