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 9999f750 J'aime pas les gros commits comme ça, mais tout est imbriqué :( new 5b96a582 #refs 10217 : fix numbersAtLength new 391ecd01 refs #10217 : fix Stratum vocabulary new 1fe4581f Update doc new de09f794 Clean code new 80f2e5eb Fix pg migrations new 1cddf9e1 Fix dataAcquisition link during acoustic import new 134e610a refs #10216 : Fix Atlantos acoustic export (still issue on echotype vocabulary) The 7 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 134e610ab7f9fc7be1922cb1bab9250eded1a97b Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 30 16:01:36 2020 +0100 refs #10216 : Fix Atlantos acoustic export (still issue on echotype vocabulary) commit 1cddf9e1bcf1bce60cd09a879038e1cbaf5fefb8 Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 30 15:59:46 2020 +0100 Fix dataAcquisition link during acoustic import commit 80f2e5eb629d4bce6bd6dbda34d50a19520a6851 Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 30 15:59:07 2020 +0100 Fix pg migrations commit de09f794d3dbbd7a283573a5e81dc42fcc4158fc Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 30 15:58:37 2020 +0100 Clean code commit 1fe4581f7b306d9af96e6fa2e51ea63e0a95c449 Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 30 15:53:49 2020 +0100 Update doc commit 391ecd01c6cd64b086bbc2af30de42d61ba92058 Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 30 13:58:33 2020 +0100 refs #10217 : fix Stratum vocabulary commit 5b96a582c38d4be65d7b3cbbd2dac297ab5d7a65 Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 30 13:56:46 2020 +0100 #refs 10217 : fix numbersAtLength Summary of changes: .../echobase/entities/data/TransitImpl.java | 10 +- .../ifremer/echobase/entities/data/VoyageImpl.java | 11 +- .../workingDb/pg/3.914-1-importlog-importtext.sql | 2 +- .../migration/workingDb/pg/3.915-1-echotypeId.sql | 2 +- .../echobase/services/csv/CellValueParser.java | 5 +- .../service/atlantos/ExportAtlantosService.java | 25 +- .../service/atlantos/xml/VocabularyExport.java | 16 +- .../service/atlantos/xml/XmlAccousticExport.java | 32 +-- .../service/atlantos/xml/XmlBioticExport.java | 201 ++++++++------- .../actions/ImportAcousticsActionSupport.java | 2 +- .../services/service/spatial/LizmapRepository.java | 28 +- .../fr/ifremer/echobase/services/FixCellsIT.java | 283 --------------------- .../atlantos/ExportAtlantosServiceTest.java | 40 ++- .../service/importdb/ImportDbServiceTest.java | 2 +- .../resources/echobase-importDb-referentiel.zip | Bin 51131 -> 50973 bytes .../echobase/ui/EchoBaseStaticContentLoader.java | 3 +- .../src/main/webapp/WEB-INF/includes/footer.jsp | 3 +- pom.xml | 24 ++ src/site/en/rst/importData.rst | 10 +- src/site/rst/importData.rst | 42 +-- 20 files changed, 248 insertions(+), 493 deletions(-) delete mode 100644 echobase-services/src/test/java/fr/ifremer/echobase/services/FixCellsIT.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.