This is an automated email from the git hooks/post-receive script. New change to branch feature/8124-VerifAdmin in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git from 163d742 correction de création de base PG vide (see #8124). new 562c622 Ajout d'un script de migration pour supprimer les doublons dans la table OBSERVE_SEINE.ACTIVITY_OBSERVEDSYSTEM (see #8124). new 3919be7 correction pour la création d'une base distante (see #8124). The 2 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 3919be71727117e827939b45db9daaaf14f5d8b1 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Mar 30 10:20:37 2016 +0200 correction pour la création d'une base distante (see #8124). commit 562c622515a1e6906e56540bc0eab00935eb95a5 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Mar 29 10:58:23 2016 +0200 Ajout d'un script de migration pour supprimer les doublons dans la table OBSERVE_SEINE.ACTIVITY_OBSERVEDSYSTEM (see #8124). Summary of changes: .../fr/ird/observe/db/ObserveSwingDataSource.java | 4 +- .../ird/observe/ui/storage/ObstunaAdminAction.java | 20 +- .../ird/observe/ui/storage/RemoteUILauncher.java | 1 - .../ird/observe/ui/storage/StorageUIHandler.java | 240 +-------------------- .../ird/observe/ui/storage/StorageUILauncher.java | 47 +++- .../fr/ird/observe/ui/storage/StorageUIModel.java | 111 +++++++--- .../ird/observe/ui/storage/tabs/ConfigDataUI.jaxx | 34 +++ .../ird/observe/ui/storage/tabs/ConfigDataUI.jcss | 34 ++- .../ui/storage/tabs/ConfigReferentielUI.jaxx | 36 ++++ .../ui/storage/tabs/ConfigReferentielUI.jcss | 34 ++- .../ui/storage/tabs/StorageTabUIHandler.java | 44 ++-- .../ftl/dataSourceConnectionReport_fr.ftl | 20 +- .../observe-application-swing_en_GB.properties | 9 + .../observe-application-swing_es_ES.properties | 9 + .../observe-application-swing_fr_FR.properties | 9 + .../controller/v1/DataSourceServiceController.java | 4 +- .../observe/ObserveTopiaApplicationContext.java | 40 ++-- .../DataSourceMigrationForVersion_4_903.java | 2 +- .../V4_903_03_remove_duplicate_rows-H2.sql | 21 ++ .../V4_903_03_remove_duplicate_rows-PG.sql | 21 ++ .../services/service/DataSourceService.java | 4 +- .../services/service/DataSourceServiceTopia.java | 139 ++++++++++-- 22 files changed, 530 insertions(+), 353 deletions(-) create mode 100644 observe-entities/src/main/resources/db/migration/V4_903_03_remove_duplicate_rows-H2.sql create mode 100644 observe-entities/src/main/resources/db/migration/V4_903_03_remove_duplicate_rows-PG.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.