Tony CHEMIT pushed to branch master at ultreiaio / ird-observe Commits: aa306a27 by Tony Chemit at 2021-03-15T16:18:14+01:00 [jgitflow-maven-plugin]updating poms for 8.0.9-SNAPSHOT development[skip ci] - - - - - 6cee2dbd by Tony Chemit at 2021-03-18T12:18:45+01:00 Remove BranchlineService - Closes #1811 - - - - - 3e744355 by Tony Chemit at 2021-03-18T12:21:32+01:00 Improve node tests (do not any longer hard code node count, but compute it from business modules) - - - - - 5f4598ff by Tony Chemit at 2021-03-20T12:39:03+01:00 Petits ajustements sur le gestionnaire de connection - Closes #1816 - - - - - 6bac92ed by Tony Chemit at 2021-03-20T12:39:03+01:00 update pom - - - - - a487621a by Tony Chemit at 2021-03-20T12:39:03+01:00 Fix referenceProperty on Simple Data - - - - - 80231181 by Tony Chemit at 2021-03-20T12:39:03+01:00 Réduire la taille de l'archive d'un retour d'expérience - Closes #1818 - - - - - 252f8fe8 by Tony Chemit at 2021-03-20T12:39:03+01:00 fix i18n getter - - - - - 5a6fb06a by Tony Chemit at 2021-03-20T13:17:33+01:00 update CHANGELOG [skip ci] - - - - - 3381e95b by Tony Chemit at 2021-03-20T13:19:00+01:00 Fix bad merge from develop-9 - - - - - 43fec27f by Tony Chemit at 2021-03-20T14:01:47+01:00 FIX installCreateNewOpenableAction NPE - - - - - f4bdfee4 by Tony Chemit at 2021-03-20T14:01:50+01:00 FIX ListUI title - - - - - 324f44c1 by Tony Chemit at 2021-03-20T18:22:37+01:00 Génération des nœuds des référentiels - See #1819 - - - - - 9957c389 by Tony Chemit at 2021-03-20T23:45:47+01:00 Realign code to Open UI - - - - - dabdc097 by Tony Chemit at 2021-03-20T23:49:25+01:00 Improve EditableDataServiceLocalSupport (manage now single or multiple association type) - - - - - d15f5af2 by Tony Chemit at 2021-03-23T09:08:53+01:00 update pom - - - - - 9c774cfd by Tony Chemit at 2021-03-23T09:08:53+01:00 Fix and improve StorageUIModel templates - - - - - ae0b8c3e by Tony Chemit at 2021-03-24T09:03:02+01:00 Poblème de chargement de la carte - Closes #1821 - - - - - 34ad2a19 by Tony Chemit at 2021-03-24T09:03:02+01:00 Améliorer du démarrage si la base locale n'a pas pu être ouverte - Closes #1820 - - - - - 1576b356 by Tony Chemit at 2021-03-24T09:03:02+01:00 update toolkit - - - - - 2f8cd4b5 by Tony Chemit at 2021-03-24T09:11:26+01:00 update CHANGELOG [skip ci] - - - - - 9c728821 by Tony Chemit at 2021-03-24T09:18:56+01:00 [jgitflow-maven-plugin]updating poms for 8.0.9 branch with snapshot versions[skip ci] - - - - - 11a11b15 by Tony Chemit at 2021-03-24T09:22:34+01:00 [jgitflow-maven-plugin]updating poms for branch'release/8.0.9' with non-snapshot versions[skip ci] - - - - - 8a17f6a8 by Tony Chemit at 2021-03-24T09:39:37+01:00 Merge branch 'release/8.0.9' Conflicts: client/configuration/pom.xml client/core/pom.xml client/datasource/actions/pom.xml client/datasource/api/pom.xml client/datasource/editor/api-test/pom.xml client/datasource/editor/api/pom.xml client/datasource/editor/common/pom.xml client/datasource/editor/ll/pom.xml client/datasource/editor/pom.xml client/datasource/editor/ps/pom.xml client/datasource/editor/spi/pom.xml client/datasource/pom.xml client/i18n/pom.xml client/pom.xml client/runner/pom.xml models/dto/definition/pom.xml models/dto/java/pom.xml models/dto/pom.xml models/persistence/definition/pom.xml models/persistence/java/pom.xml models/persistence/migration/pom.xml models/persistence/pom.xml models/pom.xml observe/pom.xml pom.xml server/configuration/pom.xml server/core/pom.xml server/i18n/pom.xml server/pom.xml server/runner/pom.xml services/api-test/pom.xml services/api/pom.xml services/client-impl/pom.xml services/client-test/pom.xml services/i18n/pom.xml services/local-impl/pom.xml services/local-test/pom.xml services/pom.xml services/provider/pom.xml services/validation-spi/pom.xml services/validation/pom.xml tests/pom.xml tests/test-config/pom.xml tests/test/pom.xml - - - - - 30 changed files: - CHANGELOG.md - client/configuration/pom.xml - client/configuration/src/main/resources/log4j2.xml → client/configuration/src/main/filtered-resources/log4j2.xml - client/configuration/src/main/resources/observe-log4j2.xml → client/configuration/src/main/filtered-resources/observe-log4j2.xml - client/core/pom.xml - client/core/src/main/java/fr/ird/observe/client/action/api/ActionWithSteps.java - client/core/src/main/java/fr/ird/observe/client/action/api/FeedBackBuilder.java - client/core/src/main/java/fr/ird/observe/client/datasource/api/ObserveSwingDataSource.java - client/core/src/main/java/fr/ird/observe/client/datasource/h2/backup/BackupsManager.java - client/core/src/main/java/fr/ird/observe/client/util/init/DefaultUIInitializerContext.java - client/datasource/actions/pom.xml - client/datasource/actions/src/main/i18n/getters/jaxx.getter - client/datasource/actions/src/main/java/fr/ird/observe/client/datasource/actions/AdminUIBodyContent.java - client/datasource/api/pom.xml - client/datasource/api/src/main/i18n/templates/InitStorageModel_en_GB.ftl - client/datasource/api/src/main/i18n/templates/InitStorageModel_es_ES.ftl - client/datasource/api/src/main/i18n/templates/InitStorageModel_fr_FR.ftl - client/datasource/api/src/main/java/fr/ird/observe/client/datasource/api/h2/backup/InitStorageModel.java → client/datasource/api/src/main/java/fr/ird/observe/client/datasource/api/InitStorageModel.java - client/datasource/editor/api-test/pom.xml - client/datasource/editor/api-test/src/main/java/fr/ird/observe/client/datasource/editor/api/NavigationModelNodeTestSupport.java - client/datasource/editor/api/pom.xml - client/datasource/editor/api/src/main/i18n/getters/java.getter - client/datasource/editor/api/src/main/i18n/templates/StorageUIModel_en_GB.ftl - client/datasource/editor/api/src/main/i18n/templates/StorageUIModel_es_ES.ftl - client/datasource/editor/api/src/main/i18n/templates/StorageUIModel_fr_FR.ftl - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/DataSourceEditorBodyContent.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/DataSourceEditorHandler.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/DataSourceEditorHelper.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/ObserveKeyStrokesEditorApi.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ContentUI.jaxx The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/f0f19737de69e7c939537d36f... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/f0f19737de69e7c939537d36f... You're receiving this email because of your account on gitlab.com.