This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 526aa06 ref #8173, create all data structures new a7f7032 ref #8173, plug export with concatenation The 1 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 a7f703218b166e29b749f5f64ea46d08d0180fcc Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Mon Oct 3 16:58:35 2016 +0200 ref #8173, plug export with concatenation Summary of changes: .../service/atlantos/ExportAtlantosService.java | 197 ++++++++++++++++++++- .../service/atlantos/model/BiologyExportModel.java | 3 +- .../service/atlantos/model/CatchExportModel.java | 3 +- .../service/atlantos/model/DataExportModel.java | 12 +- .../service/atlantos/model/HaulExportModel.java | 3 +- .../service/atlantos/row/CatchExportRow.java | 2 +- .../service/atlantos/row/DataExportRow.java | 2 +- .../atlantos/row/DataProcessingExportRow.java | 16 +- .../service/atlantos/row/InstrumentExportRow.java | 12 +- .../echobase/services/ImportDataFixtures.java | 11 ++ .../atlantos/ExportAtlantosServiceTest.java | 22 ++- .../import-data/echobase-atlantos.h2.db.gz | Bin 0 -> 1238097 bytes 12 files changed, 251 insertions(+), 32 deletions(-) create mode 100644 echobase-services/src/test/resources/import-data/echobase-atlantos.h2.db.gz -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.