Tony CHEMIT pushed to branch master at ultreiaio / ird-observe Commits: eebcdbda by Tony Chemit at 2022-06-12T11:27:42+02:00 [jgitflow-maven-plugin]updating poms for 9.0.6-SNAPSHOT development[skip ci] - - - - - 393e7e9b by Tony Chemit at 2022-06-12T11:59:18+02:00 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci] - - - - - 07cee8f5 by Tony Chemit at 2022-06-12T11:59:18+02:00 [jgitflow-maven-plugin]merging 'master' into 'develop' - - - - - 452d6679 by Tony Chemit at 2022-06-12T11:59:20+02:00 [jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci] - - - - - 7ace902f by Tony Chemit at 2022-06-12T12:55:48+02:00 Toujours un petit problème d'accessibilité de l'action Enregistrer sur les formulaires de type tableau - Closes #2400 - - - - - e9a8a665 by Tony Chemit at 2022-06-14T18:19:34+02:00 INDEX en doublons ? - Closes #2404 - - - - - 2407db18 by Tony Chemit at 2022-06-15T00:27:30+02:00 Add drop object on unique key in generated hibernate mapping Closes ultreiaio/topia-extension#138 - - - - - 19c2cf91 by Tony Chemit at 2022-06-16T12:29:27+02:00 Add a new sql request to use a generated schema from class-path - See ultreiaio/topia-extension#139 - - - - - 65ad9eb1 by Tony Chemit at 2022-06-18T13:40:02+02:00 update pom - - - - - 194f9420 by Tony Chemit at 2022-06-18T13:40:02+02:00 Préfixes des statistiques dans l'arbre - Closes #2406 - - - - - 56438ec9 by Tony Chemit at 2022-06-18T13:40:02+02:00 Introduce TopiaApplicationContextFactory - Closes ultreiaio/topia-extension#142 - - - - - de53b8a4 by Tony Chemit at 2022-06-18T13:40:02+02:00 Revue et correction du cache de contextes de persistance - Closes ultreiaio/ird-observe#2407 - - - - - b8c46fdd by Tony Chemit at 2022-06-18T13:40:02+02:00 Erreur en quittant le gestionnaire de connexions - Closes #2403 - - - - - 42170948 by Tony Chemit at 2022-06-18T13:40:02+02:00 update fixme in pom - - - - - e91ed431 by Tony Chemit at 2022-06-20T12:10:00+02:00 Avec java 17 les erreurs sont mal remontée depuis le serveur - See ultreiaio/ird-observe#2408 - - - - - accd87cd by Tony Chemit at 2022-06-20T12:10:00+02:00 Add missing try-close + add fixme - - - - - ddf8597f by Tony Chemit at 2022-06-20T12:10:00+02:00 Expose ConcurrentModificationException - - - - - 6970d0b8 by Tony Chemit at 2022-06-20T13:37:04+02:00 tidy pom - - - - - 4bd0f42f by Tony Chemit at 2022-06-20T15:41:49+02:00 update pom - - - - - 9ecf45f5 by Tony Chemit at 2022-06-20T15:51:40+02:00 move back toolkit to ObServe project (nobody else use it) - - - - - 03b6afde by Tony Chemit at 2022-06-20T17:12:11+02:00 Erreur en quittant le gestionnaire de connexions - Closes #2403 - - - - - d4d6d01a by Tony Chemit at 2022-06-20T17:25:35+02:00 clean toolkit - - - - - 9602b5e2 by Tony Chemit at 2022-06-20T17:26:27+02:00 move back toolkit to ObServe project (nobody else use it) - - - - - 66badc06 by Tony Chemit at 2022-06-20T18:06:57+02:00 Update changelog for v.9.0.6 [skip CI] - - - - - 9790a883 by Tony Chemit at 2022-06-20T18:06:57+02:00 Nom du fichier de log constant sur le serveur quelque soit la version installée - Closes 2283 - - - - - 0fef1188 by Tony Chemit at 2022-06-20T18:08:46+02:00 [jgitflow-maven-plugin]updating poms for 9.0.6 branch with snapshot versions[skip ci] - - - - - b4bc48e3 by Tony Chemit at 2022-06-20T18:09:35+02:00 [jgitflow-maven-plugin]updating poms for branch'release/9.0.6' with non-snapshot versions[skip ci] - - - - - 6eba1a3c by Tony Chemit at 2022-06-20T19:25:42+02:00 [jgitflow-maven-plugin]merging 'release/9.0.6' into 'master' - - - - - 30 changed files: - .gitignore - CHANGELOG.md - client/configuration/pom.xml - client/core/pom.xml - client/core/src/main/java/fr/ird/observe/client/ErrorHandler.java - client/core/src/main/java/fr/ird/observe/client/datasource/api/ObserveSwingDataSource.java - client/core/src/main/java/fr/ird/observe/client/main/body/MainUIBodyContent.java - client/core/src/main/java/fr/ird/observe/client/main/body/MainUIBodyContentManager.java - client/datasource/actions/pom.xml - client/datasource/actions/src/main/java/fr/ird/observe/client/datasource/actions/save/actions/Start.java - client/datasource/editor/api-test/pom.xml - client/datasource/editor/api/pom.xml - 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/RunObserveListener.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/actions/move/MoveAction.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/actions/move/MoveExecutor.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/actions/save/SaveAction.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/actions/save/SaveConsumer.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/data/table/ContentTableUI.jcss - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/referential/ContentReferentialUIHandler.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/navigation/actions/ReloadStorage.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/wizard/DataSourceHelper.java - client/datasource/editor/common/pom.xml - client/datasource/editor/ll/pom.xml - client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/logbook/ActivitySampleUIHandler.java - client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/logbook/SampleListUIHandler.java - client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/logbook/SampleUIHandler.java - client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/observation/SetCatchUIHandler.java - client/datasource/editor/pom.xml - client/datasource/editor/ps/pom.xml The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/f3a8d8a95199ea5d4d4d91180... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/f3a8d8a95199ea5d4d4d91180... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)