mailman.cloud.codelutin.com
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Observe-commits

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2013 -----
  • December
  • November
  • October
  • September
observe-commits@list.forge.codelutin.com

April 2018

  • 1 participants
  • 53 discussions
[Git][ultreiaio/ird-observe] Pushed new tag v7.0-RC-11
by Tony CHEMIT 20 Apr '18

20 Apr '18
Tony CHEMIT pushed new tag v7.0-RC-11 at ultreiaio / ird-observe --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/tree/v7.0-RC-11 You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][release/7.0-RC-11] 2 commits: [jgitflow-maven-plugin]updating poms for branch'release/7.0-RC-11' with…
by Tony CHEMIT 20 Apr '18

20 Apr '18
Tony CHEMIT pushed to branch release/7.0-RC-11 at ultreiaio / ird-observe Commits: 6076350b by Tony CHEMIT at 2018-04-20T14:53:41Z [jgitflow-maven-plugin]updating poms for branch&#39;release/7.0-RC-11&#39; with non-snapshot versions[skip ci] - - - - - 0f99775d by Tony CHEMIT at 2018-04-20T14:57:18Z fix dependencies - - - - - 13 changed files: - client-configuration/pom.xml - client/pom.xml - dto/pom.xml - observe/pom.xml - persistence/pom.xml - pom.xml - server-configuration/pom.xml - server/pom.xml - services-client/pom.xml - services-local/pom.xml - services/pom.xml - test/pom.xml - validation/pom.xml Changes: ===================================== client-configuration/pom.xml ===================================== --- a/client-configuration/pom.xml +++ b/client-configuration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>client-configuration</artifactId> ===================================== client/pom.xml ===================================== --- a/client/pom.xml +++ b/client/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>client</artifactId> ===================================== dto/pom.xml ===================================== --- a/dto/pom.xml +++ b/dto/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>dto</artifactId> @@ -70,6 +70,10 @@ </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-runtime</artifactId> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-select</artifactId> </dependency> ===================================== observe/pom.xml ===================================== --- a/observe/pom.xml +++ b/observe/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>observe</artifactId> ===================================== persistence/pom.xml ===================================== --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>persistence</artifactId> ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> <packaging>pom</packaging> <name>ObServe :: Pom</name> ===================================== server-configuration/pom.xml ===================================== --- a/server-configuration/pom.xml +++ b/server-configuration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>server-configuration</artifactId> ===================================== server/pom.xml ===================================== --- a/server/pom.xml +++ b/server/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>server</artifactId> ===================================== services-client/pom.xml ===================================== --- a/services-client/pom.xml +++ b/services-client/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>services-client</artifactId> ===================================== services-local/pom.xml ===================================== --- a/services-local/pom.xml +++ b/services-local/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>services-local</artifactId> ===================================== services/pom.xml ===================================== --- a/services/pom.xml +++ b/services/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>services</artifactId> ===================================== test/pom.xml ===================================== --- a/test/pom.xml +++ b/test/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>test</artifactId> ===================================== validation/pom.xml ===================================== --- a/validation/pom.xml +++ b/validation/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-11</version> </parent> <artifactId>validation</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/225af08d784360f6fd5089dfc3… --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/225af08d784360f6fd5089dfc3… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][master] 11 commits: [jgitflow-maven-plugin]updating poms for 7.0-RC-11-SNAPSHOT development[skip ci]
by Tony CHEMIT 20 Apr '18

20 Apr '18
Tony CHEMIT pushed to branch master at ultreiaio / ird-observe Commits: 1fe2aab4 by Tony CHEMIT at 2018-04-09T18:53:34Z [jgitflow-maven-plugin]updating poms for 7.0-RC-11-SNAPSHOT development[skip ci] - - - - - 1cf122b5 by Tony CHEMIT at 2018-04-09T19:03:11Z [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci] - - - - - 4f921d71 by Tony CHEMIT at 2018-04-09T19:03:11Z [jgitflow-maven-plugin]merging &#39;master&#39; into &#39;develop&#39; - - - - - 8412a82c by Tony CHEMIT at 2018-04-09T19:03:12Z [jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci] - - - - - 7888cd6b by Tony CHEMIT at 2018-04-09T19:38:07Z Update changelog after release 7.0-RC-10 [skip ci] - - - - - b4bd22ae by Tony CHEMIT at 2018-04-20T14:51:13Z Améliorations sur le formulaire relâche d&#39;espèce sensible (closes #926) - - - - - baa329c3 by Tony CHEMIT at 2018-04-20T14:51:15Z fix docker generation - - - - - 225af08d by Tony CHEMIT at 2018-04-20T14:51:15Z update dependencies - - - - - 6076350b by Tony CHEMIT at 2018-04-20T14:53:41Z [jgitflow-maven-plugin]updating poms for branch&#39;release/7.0-RC-11&#39; with non-snapshot versions[skip ci] - - - - - 0f99775d by Tony CHEMIT at 2018-04-20T14:57:18Z fix dependencies - - - - - 1e830c34 by Tony CHEMIT at 2018-04-20T15:07:29Z [jgitflow-maven-plugin]merging &#39;release/7.0-RC-11&#39; into &#39;master&#39; - - - - - 30 changed files: - .gitlab-ci.yml - CHANGELOG.md - client-configuration/pom.xml - client-configuration/src/main/java/fr/ird/observe/client/configuration/ClientConfig.java - client-configuration/src/main/resources/log4j.properties - client-configuration/src/main/resources/observe-log4j.properties - client/pom.xml - client/src/main/java/fr/ird/observe/client/ui/ObserveCommon.jcss - client/src/main/java/fr/ird/observe/client/ui/ObserveMainUIModel.java - client/src/main/java/fr/ird/observe/client/ui/actions/main/menu/config/ShowConfigAction.java - client/src/main/java/fr/ird/observe/client/ui/content/ContentUIInitializer.java - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUI.jaxx - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUI.jcss - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUIHandler.java - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUIModel.java - + client/src/main/java/fr/ird/observe/client/ui/content/ref/seine/NonTargetCatchReleaseStatusUI.jaxx - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseStatusesUI.java → client/src/main/java/fr/ird/observe/client/ui/content/ref/seine/NonTargetCatchReleaseStatusUIHandler.java - + client/src/main/java/fr/ird/observe/client/ui/content/ref/seine/NonTargetCatchReleaseStatusUIModel.java - client/src/main/resources/i18n/client_en_GB.properties - client/src/main/resources/i18n/client_es_ES.properties - client/src/main/resources/i18n/client_fr_FR.properties - client/src/test/java/fr/ird/observe/client/ui/content/simple/longline/LonglineDetailCompositionValidatorServiceTest.java - dto/pom.xml - + dto/src/main/java/fr/ird/observe/binder/referential/seine/NonTargetCatchReleaseStatusDtoReferenceBinder.java - + dto/src/main/java/fr/ird/observe/dto/data/seine/NonTargetCatchReleaseDto.java - dto/src/main/java/fr/ird/observe/dto/decoration/DecoratorService.java - dto/src/main/java/fr/ird/observe/spi/DtoModelClasses.java - dto/src/main/models/Observe.model - dto/src/main/resources/i18n/dto_en_GB.properties - dto/src/main/resources/i18n/dto_es_ES.properties The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/15dea28a57b2b1d965126380fd… --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/15dea28a57b2b1d965126380fd… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] 6 commits: [jgitflow-maven-plugin]updating poms for branch'release/7.0-RC-11' with…
by Tony CHEMIT 20 Apr '18

20 Apr '18
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 6076350b by Tony CHEMIT at 2018-04-20T14:53:41Z [jgitflow-maven-plugin]updating poms for branch&#39;release/7.0-RC-11&#39; with non-snapshot versions[skip ci] - - - - - 0f99775d by Tony CHEMIT at 2018-04-20T14:57:18Z fix dependencies - - - - - 1e830c34 by Tony CHEMIT at 2018-04-20T15:07:29Z [jgitflow-maven-plugin]merging &#39;release/7.0-RC-11&#39; into &#39;master&#39; - - - - - 6a951170 by Tony CHEMIT at 2018-04-20T15:07:35Z [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci] - - - - - de7865f6 by Tony CHEMIT at 2018-04-20T15:07:35Z [jgitflow-maven-plugin]merging &#39;master&#39; into &#39;develop&#39; - - - - - 1588af05 by Tony CHEMIT at 2018-04-20T15:07:36Z [jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci] - - - - - 1 changed file: - dto/pom.xml Changes: ===================================== dto/pom.xml ===================================== --- a/dto/pom.xml +++ b/dto/pom.xml @@ -70,6 +70,10 @@ </dependency> <dependency> <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-runtime</artifactId> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> <artifactId>jaxx-widgets-select</artifactId> </dependency> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/b2ff2d12e65285e81abdcdedff… --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/b2ff2d12e65285e81abdcdedff… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] [jgitflow-maven-plugin]updating poms for 7.0-RC-12-SNAPSHOT development[skip ci]
by Tony CHEMIT 20 Apr '18

20 Apr '18
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: b2ff2d12 by Tony CHEMIT at 2018-04-20T14:52:59Z [jgitflow-maven-plugin]updating poms for 7.0-RC-12-SNAPSHOT development[skip ci] - - - - - 13 changed files: - client-configuration/pom.xml - client/pom.xml - dto/pom.xml - observe/pom.xml - persistence/pom.xml - pom.xml - server-configuration/pom.xml - server/pom.xml - services-client/pom.xml - services-local/pom.xml - services/pom.xml - test/pom.xml - validation/pom.xml Changes: ===================================== client-configuration/pom.xml ===================================== --- a/client-configuration/pom.xml +++ b/client-configuration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>client-configuration</artifactId> ===================================== client/pom.xml ===================================== --- a/client/pom.xml +++ b/client/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>client</artifactId> ===================================== dto/pom.xml ===================================== --- a/dto/pom.xml +++ b/dto/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>dto</artifactId> ===================================== observe/pom.xml ===================================== --- a/observe/pom.xml +++ b/observe/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>observe</artifactId> ===================================== persistence/pom.xml ===================================== --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>persistence</artifactId> ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> <packaging>pom</packaging> <name>ObServe :: Pom</name> ===================================== server-configuration/pom.xml ===================================== --- a/server-configuration/pom.xml +++ b/server-configuration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>server-configuration</artifactId> ===================================== server/pom.xml ===================================== --- a/server/pom.xml +++ b/server/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>server</artifactId> ===================================== services-client/pom.xml ===================================== --- a/services-client/pom.xml +++ b/services-client/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>services-client</artifactId> ===================================== services-local/pom.xml ===================================== --- a/services-local/pom.xml +++ b/services-local/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>services-local</artifactId> ===================================== services/pom.xml ===================================== --- a/services/pom.xml +++ b/services/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>services</artifactId> ===================================== test/pom.xml ===================================== --- a/test/pom.xml +++ b/test/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>test</artifactId> ===================================== validation/pom.xml ===================================== --- a/validation/pom.xml +++ b/validation/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> - <version>7.0-RC-11-SNAPSHOT</version> + <version>7.0-RC-12-SNAPSHOT</version> </parent> <artifactId>validation</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/b2ff2d12e65285e81abdcdedff3… --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/b2ff2d12e65285e81abdcdedff3… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe] Pushed new branch release/7.0-RC-11
by Tony CHEMIT 20 Apr '18

20 Apr '18
Tony CHEMIT pushed new branch release/7.0-RC-11 at ultreiaio / ird-observe --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/tree/release/7.0-RC-11 You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] 3 commits: Améliorations sur le formulaire relâche d'espèce sensible (closes #926)
by Tony CHEMIT 20 Apr '18

20 Apr '18
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: b4bd22ae by Tony CHEMIT at 2018-04-20T14:51:13Z Améliorations sur le formulaire relâche d&#39;espèce sensible (closes #926) - - - - - baa329c3 by Tony CHEMIT at 2018-04-20T14:51:15Z fix docker generation - - - - - 225af08d by Tony CHEMIT at 2018-04-20T14:51:15Z update dependencies - - - - - 30 changed files: - .gitlab-ci.yml - client-configuration/pom.xml - client-configuration/src/main/java/fr/ird/observe/client/configuration/ClientConfig.java - client-configuration/src/main/resources/log4j.properties - client-configuration/src/main/resources/observe-log4j.properties - client/pom.xml - client/src/main/java/fr/ird/observe/client/ui/ObserveCommon.jcss - client/src/main/java/fr/ird/observe/client/ui/ObserveMainUIModel.java - client/src/main/java/fr/ird/observe/client/ui/actions/main/menu/config/ShowConfigAction.java - client/src/main/java/fr/ird/observe/client/ui/content/ContentUIInitializer.java - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUI.jaxx - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUI.jcss - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUIHandler.java - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUIModel.java - + client/src/main/java/fr/ird/observe/client/ui/content/ref/seine/NonTargetCatchReleaseStatusUI.jaxx - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseStatusesUI.java → client/src/main/java/fr/ird/observe/client/ui/content/ref/seine/NonTargetCatchReleaseStatusUIHandler.java - + client/src/main/java/fr/ird/observe/client/ui/content/ref/seine/NonTargetCatchReleaseStatusUIModel.java - client/src/main/resources/i18n/client_en_GB.properties - client/src/main/resources/i18n/client_es_ES.properties - client/src/main/resources/i18n/client_fr_FR.properties - client/src/test/java/fr/ird/observe/client/ui/content/simple/longline/LonglineDetailCompositionValidatorServiceTest.java - + dto/src/main/java/fr/ird/observe/binder/referential/seine/NonTargetCatchReleaseStatusDtoReferenceBinder.java - + dto/src/main/java/fr/ird/observe/dto/data/seine/NonTargetCatchReleaseDto.java - dto/src/main/java/fr/ird/observe/dto/decoration/DecoratorService.java - dto/src/main/java/fr/ird/observe/spi/DtoModelClasses.java - dto/src/main/models/Observe.model - dto/src/main/resources/i18n/dto_en_GB.properties - dto/src/main/resources/i18n/dto_es_ES.properties - dto/src/main/resources/i18n/dto_fr_FR.properties - persistence/src/main/java/fr/ird/observe/binder/data/seine/NonTargetCatchReleaseEntityDtoBinder.java The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/47750ae797bb59f7a0aa454e29… --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/47750ae797bb59f7a0aa454e29… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] 3 commits: fix docker generation
by Tony CHEMIT 19 Apr '18

19 Apr '18
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 5c4092f2 by Tony CHEMIT at 2018-04-19T11:49:17Z fix docker generation - - - - - 51ca500e by Tony CHEMIT at 2018-04-19T14:18:56Z use last jaxx - - - - - 47750ae7 by Tony CHEMIT at 2018-04-19T16:29:46Z use last toolkit - - - - - 2 changed files: - .gitlab-ci.yml - pom.xml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ image: registry.gitlab.com/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}/docker:lat .create-docker: &create-docker environment: name: docker - image: registry.gitlab.com/ultreiaio/docker/docker:latest + image: registry.gitlab.com/ultreiaio-infra/docker/docker:latest services: - docker:dind script: ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -152,9 +152,9 @@ <maven.build.timestamp.format>dd/MM/yyyy HH:mm z</maven.build.timestamp.format> <buildDate>${maven.build.timestamp}</buildDate> - <observeToolkitVersion>3.1-SNAPSHOT</observeToolkitVersion> + <observeToolkitVersion>3.1</observeToolkitVersion> - <lib.version.java4all.jaxx>3.0-alpha-30-SNAPSHOT</lib.version.java4all.jaxx> + <lib.version.java4all.jaxx>3.0-alpha-30</lib.version.java4all.jaxx> <lib.version.nuiton.topia>3.3.1</lib.version.nuiton.topia> <lib.version.nuiton.validation>3.1</lib.version.nuiton.validation> <xworkVersion>2.3.34</xworkVersion> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/660e62a968f287258ea603498b… --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/660e62a968f287258ea603498b… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] Améliorations sur le formulaire relâche d'espèce sensible (closes #926)
by Tony CHEMIT 19 Apr '18

19 Apr '18
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 660e62a9 by Tony CHEMIT at 2018-04-19T11:32:30Z Améliorations sur le formulaire relâche d&#39;espèce sensible (closes #926) - - - - - 30 changed files: - client-configuration/pom.xml - client-configuration/src/main/java/fr/ird/observe/client/configuration/ClientConfig.java - client-configuration/src/main/resources/log4j.properties - client-configuration/src/main/resources/observe-log4j.properties - client/pom.xml - client/src/main/java/fr/ird/observe/client/ui/ObserveCommon.jcss - client/src/main/java/fr/ird/observe/client/ui/ObserveMainUIModel.java - client/src/main/java/fr/ird/observe/client/ui/actions/main/menu/config/ShowConfigAction.java - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUI.jaxx - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUI.jcss - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUIHandler.java - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseUIModel.java - + client/src/main/java/fr/ird/observe/client/ui/content/ref/seine/NonTargetCatchReleaseStatusUI.jaxx - client/src/main/java/fr/ird/observe/client/ui/content/data/seine/NonTargetCatchReleaseStatusesUI.java → client/src/main/java/fr/ird/observe/client/ui/content/ref/seine/NonTargetCatchReleaseStatusUIHandler.java - + client/src/main/java/fr/ird/observe/client/ui/content/ref/seine/NonTargetCatchReleaseStatusUIModel.java - client/src/main/resources/i18n/client_en_GB.properties - client/src/main/resources/i18n/client_es_ES.properties - client/src/main/resources/i18n/client_fr_FR.properties - client/src/test/java/fr/ird/observe/client/ui/content/simple/longline/LonglineDetailCompositionValidatorServiceTest.java - + dto/src/main/java/fr/ird/observe/binder/referential/seine/NonTargetCatchReleaseStatusDtoReferenceBinder.java - dto/src/main/java/fr/ird/observe/dto/decoration/DecoratorService.java - dto/src/main/java/fr/ird/observe/spi/DtoModelClasses.java - dto/src/main/models/Observe.model - dto/src/main/resources/i18n/dto_en_GB.properties - dto/src/main/resources/i18n/dto_es_ES.properties - dto/src/main/resources/i18n/dto_fr_FR.properties - persistence/src/main/java/fr/ird/observe/binder/data/seine/NonTargetCatchReleaseEntityDtoBinder.java - + persistence/src/main/java/fr/ird/observe/binder/referential/seine/NonTargetCatchReleaseStatusEntityDtoBinder.java - + persistence/src/main/java/fr/ird/observe/binder/referential/seine/NonTargetCatchReleaseStatusEntityReferenceBinder.java - persistence/src/main/java/fr/ird/observe/persistence/Entities.java The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/660e62a968f287258ea603498b2… --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/660e62a968f287258ea603498b2… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] Update changelog after release 7.0-RC-10 [skip ci]
by Tony CHEMIT 09 Apr '18

09 Apr '18
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 7888cd6b by Tony CHEMIT at 2018-04-09T19:38:07Z Update changelog after release 7.0-RC-10 [skip ci] - - - - - 1 changed file: - CHANGELOG.md Changes: ===================================== CHANGELOG.md ===================================== --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,44 @@ # ObServe changelog * Author [Tony Chemit](mailto:dev@tchemit.fr) - * Last generated at 2017-09-11 13:51. + * Last generated at 2018-04-09 21:13. + +## Version [7.0-RC-10](https://gitlab.com/ultreiaio/ird-observe/milestones/107) + +**Closed at 2018-04-10.** + + +### Issues + * [[Anomalie 877]](https://gitlab.com/ultreiaio/ird-observe/issues/877) **La migration RC9 plante** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + * [[Anomalie 881]](https://gitlab.com/ultreiaio/ird-observe/issues/881) **[PS] Libellés des formulaires sous Calée à mettre à jour** (Thanks to Tony CHEMIT) (Reported by Philippe Sabarros) + * [[Anomalie 884]](https://gitlab.com/ultreiaio/ird-observe/issues/884) **[PS] Sasie d&#39;un échantillon - présélection du type de mesure par défaut** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + * [[Evolution 883]](https://gitlab.com/ultreiaio/ird-observe/issues/883) **[PS] Tableaux de captures et échantillons** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + * [[Tâche 881]](https://gitlab.com/ultreiaio/ird-observe/issues/881) **[PS] Libellés des formulaires sous Calée à mettre à jour** (Thanks to Tony CHEMIT) (Reported by Philippe Sabarros) + +### Download +* [Application (observe-7.0-RC-10.zip)](https://ultreia.io/release/observe-7.0-RC-10.zip) +* [Serveur (observe-7.0-RC-10.war)](https://ultreia.io/release/observe-7.0-RC-10.war) + +## Version [7.0-RC-9](https://gitlab.com/ultreiaio/ird-observe/milestones/106) + +**Closed at *In progress*.** + + +### Issues + * [[Anomalie 586]](https://gitlab.com/ultreiaio/ird-observe/issues/586) **[LL] Commentaire marée : contrôle d&#39;UI et taille du champ en base sont incohérents** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + * [[Anomalie 835]](https://gitlab.com/ultreiaio/ird-observe/issues/835) **[PS][Echantillons][Faune accessoires] Report du type de mensuration standard** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + * [[Anomalie 863]](https://gitlab.com/ultreiaio/ird-observe/issues/863) **Connexion distante impossible après changement de paramètre &quot;Version REST&quot; dans la configuration** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + * [[Evolution 873]](https://gitlab.com/ultreiaio/ird-observe/issues/873) **Renommage de certaines tables du modèle palangre en les suffixant par Obs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + * [[Evolution 874]](https://gitlab.com/ultreiaio/ird-observe/issues/874) **Déplacer le référentiel Wind dans le schema commun** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + * [[Evolution 875]](https://gitlab.com/ultreiaio/ird-observe/issues/875) **Tranductions du référentiel Wind** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) ## Version [7.0-RC-8](https://gitlab.com/ultreiaio/ird-observe/milestones/105) **Closed at 2017-09-11.** ### Download -* [Application (observe-7.0-RC-8.zip)](https://observe.ultreia.io/release/observe-7.0-RC-8.zip) -* [Serveur (observe-7.0-RC-8.war)](https://observe.ultreia.io/release/observe-7.0-RC-8.war) - +* [Application (observe-7.0-RC-8.zip)](https://ultreia.io/release/observe-7.0-RC-8.zip) +* [Serveur (observe-7.0-RC-8.war)](https://ultreia.io/release/observe-7.0-RC-8.war) ### Issues * [[Anomalie 867]](https://gitlab.com/ultreiaio/ird-observe/issues/867) **Problème affichage navire et observateur dans arbre de navigation** (Thanks to Tony CHEMIT) (Reported by Philippe Sabarros) @@ -30,11 +58,9 @@ ### Issues * [[Anomalie 157]](https://gitlab.com/ultreiaio/ird-observe/issues/157) **Problèmes d&#39;affichage UNICODE des erreurs de tentative de connection sous Windows** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT) - * [[Anomalie 835]](https://gitlab.com/ultreiaio/ird-observe/issues/835) **[PS][Echantillons][Faune accessoires] Report du type de mensuration standard** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) * [[Anomalie 856]](https://gitlab.com/ultreiaio/ird-observe/issues/856) **Impossible de recopier les valeurs des matérials via les actions en bas** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Anomalie 857]](https://gitlab.com/ultreiaio/ird-observe/issues/857) **Lors de la création d&#39;un dcp, les matériaux ne sont pas validés si on y touche pas** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Anomalie 858]](https://gitlab.com/ultreiaio/ird-observe/issues/858) **Impossible d&#39;accéder au menu configuration lorsqu&#39;une base est chargée** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) - * [[Anomalie 863]](https://gitlab.com/ultreiaio/ird-observe/issues/863) **Connexion distante impossible après changement de paramètre &quot;Version REST&quot; dans la configuration** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) * [[Anomalie 864]](https://gitlab.com/ultreiaio/ird-observe/issues/864) **L&#39;assistant de migration de la RC6 ne démarre pas** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) * [[Evolution 859]](https://gitlab.com/ultreiaio/ird-observe/issues/859) **Ajout du zoom +/- sur les cartes** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Evolution 860]](https://gitlab.com/ultreiaio/ird-observe/issues/860) **Ajout d&#39;un nouvel éditeur de température qui permet les conversions °C/°F** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) @@ -138,7 +164,7 @@ * [[Evolution 395]](https://gitlab.com/ultreiaio/ird-observe/issues/395) **TMA** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Evolution 445]](https://gitlab.com/ultreiaio/ird-observe/issues/445) **[PS] Supprimer le champ calee/nom du supply** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT) * [[Evolution 642]](https://gitlab.com/ultreiaio/ird-observe/issues/642) **Limiter le Zoom- de la carte** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) - * [[Evolution 703]](https://gitlab.com/ultreiaio/ird-observe/issues/703) **Vérifier la parfaite adéquation version serveur / version client** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT) + * [[Evolution 703]](https://gitlab.com/ultreiaio/ird-observe/issues/703) **Vérifier la parfaite adéquation version serveur / version client** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Evolution 786]](https://gitlab.com/ultreiaio/ird-observe/issues/786) **Utilisation d&#39;un modèle textuel pour le developpement** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Evolution 787]](https://gitlab.com/ultreiaio/ird-observe/issues/787) **Gestion des objets flottants de référence** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT) * [[Evolution 788]](https://gitlab.com/ultreiaio/ird-observe/issues/788) **Ajout d&#39;un traducteur dans l&#39;application** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/7888cd6b3078e44aa95bef3e050… --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/7888cd6b3078e44aa95bef3e050… You're receiving this email because of your account on gitlab.com.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.