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 09a0e916 fixes #9689 : menus fantomes (Struts 2 pb) new d3f35f41 refs #9685 : - Add species check for biotic atlantos export icesExport muste be true to export data for this species - do not export data for NA values 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 d3f35f41b01e58fada1eba9450459dab22accb0e Author: Jean Couteau <jean.couteau@gmail.com> Date: Thu Feb 8 14:09:54 2018 +0100 refs #9685 : - Add species check for biotic atlantos export icesExport muste be true to export data for this species - do not export data for NA values Summary of changes: .../WorkingDbMigrationCallBackForVersion3_913.java | 26 ++++++++++++ .../workingDb/3.913-0-atlantos-species.sql | 2 + .../workingDb/h2/3.913-0-atlantos-species.sql | 2 + .../workingDb/pg/3.913-0-atlantos-species.sql | 2 + echobase-domain/src/main/xmi/echobase.properties | 2 +- echobase-domain/src/main/xmi/echobase.zargo | Bin 100351 -> 100538 bytes .../service/atlantos/xml/XmlAccousticExport.java | 27 ++++++------- .../service/atlantos/xml/XmlBioticExport.java | 45 ++++++++++++--------- 8 files changed, 72 insertions(+), 34 deletions(-) create mode 100644 echobase-domain/src/main/java/fr/ifremer/echobase/persistence/migration/workingDb/WorkingDbMigrationCallBackForVersion3_913.java create mode 100644 echobase-domain/src/main/resources/migration/workingDb/3.913-0-atlantos-species.sql create mode 100644 echobase-domain/src/main/resources/migration/workingDb/h2/3.913-0-atlantos-species.sql create mode 100644 echobase-domain/src/main/resources/migration/workingDb/pg/3.913-0-atlantos-species.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.