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 01403aa From scmwebeditor -- dfg new 38abb5d Improve the perfomance on search duplicate cell (ref #8165) new c8c858c Improve the perfomance on search duplicate cell (ref #8165) new efcf1a2 Improve the perfomance on search duplicate cell (ref #8165) 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 efcf1a2f1bfb34f8c08084e7bf7fc7d90cc2dc00 Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Mon Jun 27 16:31:28 2016 +0200 Improve the perfomance on search duplicate cell (ref #8165) commit c8c858c8a3df31f012e5cd419630e7b2d6d9cb5e Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Mon Jun 27 16:23:19 2016 +0200 Improve the perfomance on search duplicate cell (ref #8165) commit 38abb5d4c05b8ffc51961fa1699d973eb73691ec Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Mon Jun 27 16:22:50 2016 +0200 Improve the perfomance on search duplicate cell (ref #8165) Summary of changes: .../echobase/entities/data/CellTopiaDao.java | 54 ++++++++++++++++++++++ .../WorkingDbMigrationCallBackForVersion3_906.java | 33 +++++++++++++ .../migration/workingDb/3.906-0-add-indexes.sql | 1 + .../services/service/UserDbPersistenceService.java | 2 +- .../src/test/resources/log4j.properties | 1 + 5 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 echobase-domain/src/main/java/fr/ifremer/echobase/persistence/migration/workingDb/WorkingDbMigrationCallBackForVersion3_906.java create mode 100644 echobase-domain/src/main/resources/migration/workingDb/3.906-0-add-indexes.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.