Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 028c7b99 by Tony Chemit at 2021-11-11T04:28:49+01:00 Le chagement manuel de topiaid ne fonctionne pas - Closes #2107 - - - - - 26fc5ce9 by Tony Chemit at 2021-11-11T17:19:17+01:00 use last pom (no more dependencies from him) - - - - - c4aa3c25 by Tony Chemit at 2021-11-11T17:19:17+01:00 remove client-datasource-api module, group all in client-core. - - - - - 83f0f8d0 by Tony Chemit at 2021-11-11T17:19:17+01:00 need public constructor now for application-context - - - - - c37032fa by Tony Chemit at 2021-11-11T21:03:02+01:00 improve validation fixture clean validator - - - - - 326d6565 by Tony Chemit at 2021-11-11T21:03:02+01:00 replace graalvm by rhino (20Mo less in release^^) - - - - - 571a9772 by Tony Chemit at 2021-11-11T22:18:44+01:00 reduce geotools size :) - - - - - ee5e6533 by Tony Chemit at 2021-11-13T10:50:46+01:00 use last pom - - - - - aceaa062 by Tony Chemit at 2021-11-13T16:46:22+01:00 Replace nuiton-version by java-util - - - - - 76027f43 by Tony Chemit at 2021-11-13T16:47:15+01:00 Improve DataManager now one for all data operations : * backup * data synchronization * data export - - - - - 5a662b8c by Tony Chemit at 2021-11-15T09:23:38+01:00 Rename askUser to askToUser (need to remove the other code from jaxx) - - - - - b828773a by Tony Chemit at 2021-11-17T13:10:23+01:00 Les champs homeid ne sont pas toujours éditables sur les UI référentiel - Closes #2112 - - - - - 455fa6e0 by Tony Chemit at 2021-11-17T13:10:23+01:00 do not validate if there is no coefficients - - - - - de530d96 by Tony Chemit at 2021-11-17T13:10:23+01:00 improve scaled image loading (load them once) - - - - - c00b30da by Tony Chemit at 2021-11-17T22:32:23+01:00 fix Person.psSample migration when db is empty - - - - - ed2d8a88 by Tony Chemit at 2021-11-17T23:08:00+01:00 Les champs homeid ne sont pas toujours éditables sur les UI référentiel - See ultreiaio/ird-observe#2112 - - - - - 0acf369c by Tony Chemit at 2021-11-18T00:04:20+01:00 Quelques ajouts au référentiel par la migration V7 -> V8 - See ultreiaio/ird-observe#2111 - - - - - a04fbdbe by Tony Chemit at 2021-11-18T00:13:00+01:00 update pom - - - - - 30 changed files: - client/configuration/pom.xml - client/configuration/src/main/java/fr/ird/observe/client/ObserveClientResourceManager.java - client/configuration/src/main/java/fr/ird/observe/client/configuration/ClientConfig.java - client/configuration/src/main/java/fr/ird/observe/client/configuration/ObserveServiceInitializerConfigClient.java - client/core/pom.xml - client/core/src/main/i18n/getters/java.getter - client/core/src/main/i18n/getters/jaxx.getter - client/datasource/api/src/main/i18n/templates/ConfigurationModel_en_GB.ftl → client/core/src/main/i18n/templates/ConfigurationModel_en_GB.ftl - client/datasource/api/src/main/i18n/templates/ConfigurationModel_es_ES.ftl → client/core/src/main/i18n/templates/ConfigurationModel_es_ES.ftl - client/datasource/api/src/main/i18n/templates/ConfigurationModel_fr_FR.ftl → client/core/src/main/i18n/templates/ConfigurationModel_fr_FR.ftl - client/datasource/api/src/main/i18n/templates/InitStorageModel_en_GB.ftl → client/core/src/main/i18n/templates/InitStorageModel_en_GB.ftl - client/datasource/api/src/main/i18n/templates/InitStorageModel_es_ES.ftl → client/core/src/main/i18n/templates/InitStorageModel_es_ES.ftl - client/datasource/api/src/main/i18n/templates/InitStorageModel_fr_FR.ftl → client/core/src/main/i18n/templates/InitStorageModel_fr_FR.ftl - client/core/src/main/i18n/templates/ObserveSwingDataSource_es_ES.ftl - client/core/src/main/i18n/templates/feedBackOnClosingLocalDataSource_en_GB.ftl - client/core/src/main/i18n/templates/feedBackOnClosingLocalDataSource_es_ES.ftl - client/core/src/main/i18n/templates/feedBackOnClosingLocalDataSource_fr_FR.ftl - client/core/src/main/i18n/templates/feedBackOnOpeningLocalDataSource_en_GB.ftl - client/core/src/main/i18n/templates/feedBackOnOpeningLocalDataSource_es_ES.ftl - client/core/src/main/i18n/templates/feedBackOnOpeningLocalDataSource_fr_FR.ftl - client/core/src/main/i18n/templates/feedBackOnTechnicalError_en_GB.ftl - client/core/src/main/i18n/templates/feedBackOnTechnicalError_es_ES.ftl - client/core/src/main/i18n/templates/feedBackOnTechnicalError_fr_FR.ftl - client/datasource/editor/api/src/main/i18n/templates/showMissingReferential_en_GB.ftl → client/core/src/main/i18n/templates/showMissingReferential_en_GB.ftl - client/datasource/editor/api/src/main/i18n/templates/showMissingReferential_es_ES.ftl → client/core/src/main/i18n/templates/showMissingReferential_es_ES.ftl - client/datasource/editor/api/src/main/i18n/templates/showMissingReferential_fr_FR.ftl → client/core/src/main/i18n/templates/showMissingReferential_fr_FR.ftl - client/core/src/main/java/fr/ird/observe/client/ActionWorkerInMainUIListener.java - client/core/src/main/java/fr/ird/observe/client/ClientUIContext.java - + client/core/src/main/java/fr/ird/observe/client/ClientUIContextApi.java - client/core/src/main/java/fr/ird/observe/client/ErrorHandler.java The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/012813ae026d7fc932f694aa7... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/012813ae026d7fc932f694aa7... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)