Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: f4eb68ac by Tony Chemit at 2024-08-20T11:33:29+02:00 Add andThen nice method to chain consumers (with possible null on first one) - - - - - 4cf662c1 by Tony Chemit at 2024-08-20T12:23:06+02:00 Review SPI code to improve save mechanism (only override the onSave method, and no more the saveEntity one) - - - - - 7769ecd4 by Tony Chemit at 2024-08-20T12:26:38+02:00 update spi to use new save API - - - - - 1f371c0a by Tony Chemit at 2024-08-20T12:55:55+02:00 Improve tests log level - - - - - a890eba2 by Tony Chemit at 2024-08-20T13:26:51+02:00 Update pom - - - - - 180eb3f8 by Tony Chemit at 2024-08-20T13:35:02+02:00 Introduce WithEndDateEntityAware - - - - - 33ecab53 by Tony Chemit at 2024-08-20T13:40:56+02:00 use WithEndDateEntityAware in TripEntityAware and update Trip spi - - - - - cfce789d by Tony Chemit at 2024-08-20T13:40:56+02:00 use WithEndDateEntityAware on entities - - - - - 411a997d by Tony Chemit at 2024-08-20T13:40:56+02:00 update spi to use new save API and TripEntityAware onSaveUpdateTripIfEndDateChanged method - - - - - 5d5b1fa3 by Tony Chemit at 2024-08-20T14:00:25+02:00 Merge branch 'feature/issue_2903' into develop LL observations / logbook : mise à jour auto de la date de fin de marée en fonction des dates activités (comme en PS) - Closes #2903 - - - - - 1ee55e18 by Tony Chemit at 2024-08-25T16:41:53+02:00 update pom - - - - - cc41ff1f by Tony Chemit at 2024-08-25T16:44:57+02:00 KeepBeanPropertyOrder in presets storage - - - - - a81b9d25 by Tony Chemit at 2024-08-25T16:45:58+02:00 Add fileName property in FloatingObjectPreset (to be able to use it later) - - - - - c390674c by Tony Chemit at 2024-08-25T16:46:54+02:00 Improve FloatingObjectPresetStorage and load filename when reading storage, but never store it at write time - - - - - 9e76b0ae by Tony Chemit at 2024-08-25T16:47:48+02:00 Improve FloatingObjectPresetsStorage and add store method to be able to rewrite all the presets from the presetsMap parameter. - - - - - f7f5ba15 by Tony Chemit at 2024-08-25T16:48:39+02:00 Replace # by -- in presets (otherwise it is a comment and is never loaded - - - - - 72e036cf by Tony Chemit at 2024-08-25T16:49:32+02:00 Introduce method reloadDefaultDcpPresets to be able to reload embedded presets - - - - - afcdd7c8 by Tony Chemit at 2024-08-25T16:50:12+02:00 Introduce method setMainI18nLanguage to be able to apply it in presets ui - - - - - 68ecaefd by Tony Chemit at 2024-08-25T16:51:27+02:00 Improve FloatingObjectPresetUIInitializer to use it form preset managers also - - - - - ee4d42c1 by Tony Chemit at 2024-08-25T16:51:58+02:00 Open buildMaterialsList method to be used by presets manager - - - - - 0181e9c9 by Tony Chemit at 2024-08-25T16:54:24+02:00 Remove unnecessary brace to one jaxx expression - - - - - 986bbcb4 by Tony Chemit at 2024-08-25T16:54:36+02:00 Add presets manager UI - - - - - 6eb25afe by Tony Chemit at 2024-08-25T16:54:36+02:00 Add new content body to display presets manager - - - - - 8bebf241 by Tony Chemit at 2024-08-25T16:54:36+02:00 Remove unnecessary brace to one jaxx expression - - - - - fe0672b2 by Tony Chemit at 2024-08-25T16:55:10+02:00 Merge branch 'feature/issue_2826' into develop Permettre le renommage, la suppression, éventuellement l'édition des présélections de FOB - Closes #2826 - - - - - 30 changed files: - client/configuration/src/main/dcp-presets/ps/common/01-standard-fad-deployment-preset.yml - client/configuration/src/main/dcp-presets/ps/common/02-standard-fad-removal-preset.yml - client/configuration/src/main/dcp-presets/ps/common/03-standard-fad-update-preset.yml - client/configuration/src/main/dcp-presets/ps/common/04-standard-fad-abandonned-preset.yml - client/configuration/src/main/dcp-presets/ps/common/05-standard-fad-endOfUse-preset.yml - client/configuration/src/main/java/fr/ird/observe/client/configuration/ClientConfig.java - client/core/src/main/java/fr/ird/observe/client/main/ObserveMainUI.jaxx - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/referential/ContentReferentialUIOpenExecutor.java - client/datasource/editor/ps/src/main/i18n/getters/java.getter - client/datasource/editor/ps/src/main/i18n/getters/jaxx.getter - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/actions/ShowFloatingObjectPresetsUI.java - client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectBuoyPresetUI.jaxx - client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetUIHandler.java - client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetUIInitializer.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsTabUI.jaxx - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsTabUI.jcss - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsTabUIHandler.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsTabUIModel.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUI.jaxx - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIBodyContent.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIHandler.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIModel.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/actions/CancelEdit.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/actions/Delete.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/actions/FloatingObjectPresetsTabUIActionSupport.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/actions/GoDown.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/actions/GoUp.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/actions/Quit.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/actions/ReloadDefaultConfiguration.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/actions/SaveEdit.java The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/7829610395af07dfcefda724b... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/7829610395af07dfcefda724b... You're receiving this email because of your account on gitlab.com.