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

February 2019

  • 1 participants
  • 98 discussions
[Git][ultreiaio/ird-observe][develop] fix site generation
by Tony CHEMIT 04 Feb '19

04 Feb '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 90a63a89 by tchemit at 2019-02-04T13:18:47Z fix site generation - - - - - 1 changed file: - pom.xml Changes: ===================================== pom.xml ===================================== @@ -318,6 +318,110 @@ </configuration> </plugin> + <plugin> + <groupId>io.ultreia.java4all.config</groupId> + <artifactId>config-maven-plugin</artifactId> + <version>${lib.version.java4all.config}</version> + <dependencies> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-runtime-spi</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-runtime</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-runtime-swing-application</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-runtime-swing-session</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-runtime-swing-wizard</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-validator</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-error</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-hidor</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-gis</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-datetime</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-file</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-status</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-select</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-number</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-text</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-about</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-config</artifactId> + <version>${lib.version.java4all.jaxx}</version> + <exclusions> + <exclusion> + <groupId>org.nuiton</groupId> + <artifactId>config-api</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.jaxx</groupId> + <artifactId>jaxx-widgets-temperature</artifactId> + <version>${lib.version.java4all.jaxx}</version> + </dependency> + </dependencies> + </plugin> + </plugins> </pluginManagement> </build> @@ -368,7 +472,6 @@ </reports> </reportSet> </reportSets> - </plugin> <plugin> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/90a63a8979d6ef40d9067c34502… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/90a63a8979d6ef40d9067c34502… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] 3 commits: fix site
by Tony CHEMIT 04 Feb '19

04 Feb '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 85985ca9 by tchemit at 2019-02-04T12:51:31Z fix site - - - - - 76ded479 by tchemit at 2019-02-04T13:02:07Z update third parties - - - - - 12bfeb1a by tchemit at 2019-02-04T13:02:09Z update pom - - - - - 12 changed files: - client-configuration/src/license/THIRD-PARTY.properties - client-core/src/license/THIRD-PARTY.properties - client-runner/src/license/THIRD-PARTY.properties - persistence/src/license/THIRD-PARTY.properties - pom.xml - server-core/src/license/THIRD-PARTY.properties - server-runner/src/license/THIRD-PARTY.properties - services-client/src/license/THIRD-PARTY.properties - services-local/src/license/THIRD-PARTY.properties - services/src/license/THIRD-PARTY.properties - src/site/site_fr.xml - validation/src/license/THIRD-PARTY.properties Changes: ===================================== client-configuration/src/license/THIRD-PARTY.properties ===================================== @@ -4,6 +4,7 @@ # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause New License # - BSD License # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License @@ -12,7 +13,6 @@ # - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception -# - GNU General Public License, version 2 (GPL2), with the classpath exception # - GNU Lesser General Public License, Version 2.1 # - General Public License (GPL) # - Indiana University Extreme! Lab Software License, version 1.1.1 @@ -30,6 +30,5 @@ # Please fill the missing licenses for dependencies : # # -#Fri May 11 14:26:25 CEST 2018 +#Mon Feb 04 13:59:54 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License ===================================== client-core/src/license/THIRD-PARTY.properties ===================================== @@ -1,37 +1,46 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 2-Clause License +# - BSD 3-clause New License # - BSD License # - BSD License for HSQL +# - CDDL 1.1 +# - CDDL+GPL License +# - CDDL/GPLv2+CE +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Dual license consisting of the CDDL v1.1 and GPL v2 # - EPSG database distribution license # - Eclipse Distribution License (EDL), Version 1.0 +# - Eclipse Distribution License - v 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 -# - GNU General Public License - Version 2 with the class path exception +# - Eclipse Publish License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception -# - GNU Lesser General Public License # - GNU Lesser General Public License, Version 2.1 -# - GNU Lesser Public License +# - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - Indiana University Extreme! Lab Software License, version 1.1.1 # - JDL (Java Distribution License) -# - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License # - OGC copyright -# - Public Domain # - Similar to Apache License but with the acknowledgment clause removed +# - The Apache License, Version 2.0 # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License # - The MIT License(MIT) # - The New BSD License # - The PostgreSQL License @@ -40,7 +49,6 @@ # Please fill the missing licenses for dependencies : # # -#Thu Sep 01 13:13:00 CEST 2016 +#Mon Feb 04 14:00:16 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License javax.media--jai_core--1.1.3=JDL (Java Distribution License) ===================================== client-runner/src/license/THIRD-PARTY.properties ===================================== @@ -1,23 +1,29 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 2-Clause License +# - BSD 3-clause New License # - BSD License # - BSD License for HSQL +# - CDDL 1.1 +# - CDDL+GPL License +# - CDDL/GPLv2+CE # - Common Development and Distribution License +# - Dual license consisting of the CDDL v1.1 and GPL v2 # - EPSG database distribution license # - Eclipse Distribution License (EDL), Version 1.0 +# - Eclipse Distribution License - v 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 -# - GNU General Public License - Version 2 with the class path exception +# - Eclipse Publish License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public License # - GNU Lesser General Public License, Version 2.1 -# - GNU Lesser Public License +# - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license # - JDL (Java Distribution License) @@ -25,13 +31,15 @@ # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - MIT License +# - MIT license # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License # - OGC copyright -# - Public Domain # - Similar to Apache License but with the acknowledgment clause removed +# - The Apache License, Version 2.0 # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License # - The MIT License(MIT) # - The New BSD License # - The PostgreSQL License @@ -40,7 +48,6 @@ # Please fill the missing licenses for dependencies : # # -#Thu Sep 01 13:13:00 CEST 2016 +#Sun Feb 03 20:51:50 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License javax.media--jai_core--1.1.3=JDL (Java Distribution License) ===================================== persistence/src/license/THIRD-PARTY.properties ===================================== @@ -1,33 +1,41 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 +# - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 -# - Apache Software License, version 1.1 +# - BSD 3-clause New License # - BSD License +# - CDDL 1.1 +# - CDDL+GPL License +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 +# - Dual license consisting of the CDDL v1.1 and GPL v2 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 +# - Eclipse Public License 1.0 +# - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception +# - GNU Lesser General Public License, Version 2.1 # - GNU Library or Lesser General Public License -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - GPL2 w/ CPE +# - General Public License (GPL) +# - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License -# - Public Domain # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License +# - The PostgreSQL License #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Tue Aug 26 01:19:49 CEST 2014 +#Mon Feb 04 13:56:32 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License ===================================== pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2019.8.4</version> + <version>2019.8.5</version> </parent> <groupId>fr.ird.observe</groupId> @@ -375,25 +375,6 @@ <artifactId>maven-project-info-reports-plugin</artifactId> <version>${plugin.version.projectInfoReports}</version> <inherited>false</inherited> - <reportSets> - <reportSet> - <reports> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-info</report> - <report>dependencies</report> - <report>dependency-convergence</report> - <report>plugin-management</report> - <report>plugins</report> - <report>dependency-management</report> - <report>summary</report> - </reports> - </reportSet> - </reportSets> </plugin> <plugin> ===================================== server-core/src/license/THIRD-PARTY.properties ===================================== @@ -1,47 +1,49 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 # - Apache 2 +# - Apache 2.0 # - Apache License # - Apache License 2.0 # - Apache License, version 2.0 -# - Apache Software License - Version 2.0 +# - BSD 3-clause New License # - BSD License # - BSD licence -# - BSD style # - Bouncy Castle Licence # - CDDL + GPLv2 with classpath exception +# - CDDL 1.1 +# - CDDL+GPL License +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Dual license consisting of the CDDL v1.1 and GPL v2 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 -# - Eclipse Public License - Version 1.0 # - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public License, Version 2.1 -# - GNU Lesser Public License +# - GPL2 w/ CPE # - General Public License (GPL) -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License -# - Public Domain # - Similar to Apache License but with the acknowledgment clause removed # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License # - The New BSD License +# - The PostgreSQL License # - WTFPL #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Mon Sep 07 10:23:15 CEST 2015 +#Mon Feb 04 13:59:51 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License org.antlr--antlr-runtime--3.3=The Apache Software License, Version 2.0 ===================================== server-runner/src/license/THIRD-PARTY.properties ===================================== @@ -1,47 +1,48 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 # - Apache 2 +# - Apache 2.0 # - Apache License # - Apache License 2.0 # - Apache License, version 2.0 -# - Apache Software License - Version 2.0 +# - BSD 3-clause New License # - BSD License # - BSD licence -# - BSD style # - Bouncy Castle Licence -# - CDDL + GPLv2 with classpath exception +# - CDDL 1.1 +# - CDDL+GPL License +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Dual license consisting of the CDDL v1.1 and GPL v2 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 -# - Eclipse Public License - Version 1.0 # - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public License, Version 2.1 -# - GNU Lesser Public License +# - GPL2 w/ CPE # - General Public License (GPL) -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License -# - Public Domain # - Similar to Apache License but with the acknowledgment clause removed # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License # - The New BSD License +# - The PostgreSQL License # - WTFPL #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Mon Sep 07 10:23:15 CEST 2015 +#Mon Feb 04 14:00:38 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License org.antlr--antlr-runtime--3.3=The Apache Software License, Version 2.0 ===================================== services-client/src/license/THIRD-PARTY.properties ===================================== @@ -4,6 +4,7 @@ # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause New License # - BSD License # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License @@ -12,7 +13,6 @@ # - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception -# - GNU General Public License, version 2 (GPL2), with the classpath exception # - GNU Lesser General Public License, Version 2.1 # - General Public License (GPL) # - Indiana University Extreme! Lab Software License, version 1.1.1 @@ -30,6 +30,5 @@ # Please fill the missing licenses for dependencies : # # -#Fri May 11 14:26:07 CEST 2018 +#Mon Feb 04 13:59:43 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License ===================================== services-local/src/license/THIRD-PARTY.properties ===================================== @@ -1,34 +1,40 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 +# - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause New License # - BSD License +# - CDDL 1.1 +# - CDDL+GPL License +# - CDDL/GPLv2+CE # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Dual license consisting of the CDDL v1.1 and GPL v2 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public License, Version 2.1 +# - GPL2 w/ CPE # - General Public License (GPL) -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Indiana University Extreme! Lab Software License, version 1.1.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License -# - Public Domain # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License +# - The PostgreSQL License #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Mon Sep 07 10:23:00 CEST 2015 +#Mon Feb 04 13:56:50 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License ===================================== services/src/license/THIRD-PARTY.properties ===================================== @@ -4,6 +4,7 @@ # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause New License # - BSD License # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License @@ -12,7 +13,6 @@ # - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 # - GNU General Public License, Version 2 with the Classpath Exception -# - GNU General Public License, version 2 (GPL2), with the classpath exception # - GNU Lesser General Public License, Version 2.1 # - General Public License (GPL) # - Indiana University Extreme! Lab Software License, version 1.1.1 @@ -30,6 +30,5 @@ # Please fill the missing licenses for dependencies : # # -#Fri May 11 14:22:56 CEST 2018 +#Mon Feb 04 13:56:01 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License ===================================== src/site/site_fr.xml ===================================== @@ -22,9 +22,9 @@ --> <project name="${project.name}" - xmlns="http://maven.apache.org/DECORATION/1.7.0" + xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> <skin> <groupId>org.apache.maven.skins</groupId> @@ -66,7 +66,7 @@ </links> <breadcrumbs> - <item name="${project.name}" href="${project.url}/index.html"/> + <item name="${project.name}" href="${this.url}/index.html"/> </breadcrumbs> <menu name="Utilisateur"> ===================================== validation/src/license/THIRD-PARTY.properties ===================================== @@ -4,6 +4,7 @@ # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause New License # - BSD License # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License @@ -29,6 +30,5 @@ # Please fill the missing licenses for dependencies : # # -#Thu Jan 10 18:00:37 CET 2019 +#Mon Feb 04 13:56:12 CET 2019 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -dom4j--dom4j--1.6.1=BSD License View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/d5e48b3c0966097cf55ceb6222… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/d5e48b3c0966097cf55ceb6222… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] update changelog
by Tony CHEMIT 03 Feb '19

03 Feb '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: d5e48b3c by tchemit at 2019-02-03T15:05:40Z update changelog - - - - - 7 changed files: - .mvn/gitlab-cache/milestones/674086-issues.json - + .mvn/gitlab-cache/milestones/750347-artifacts.json - .mvn/gitlab-cache/milestones/750347-issues.json - .mvn/gitlab-cache/milestones/750347.json - + .mvn/gitlab-cache/milestones/761666-issues.json - + .mvn/gitlab-cache/milestones/761666.json - CHANGELOG.md Changes: ===================================== .mvn/gitlab-cache/milestones/674086-issues.json ===================================== @@ -1,15 +1,13 @@ [ { - "id": 14713375, - "iid": 1119, + "id": 17565900, + "iid": 1200, "projectId": 2722779, - "title": "Permettre ou faciliter la sélection du quadrant au clavier", - "description": "Permettre ou faciliter la sélection du quadrant au clavier. Il ne semble pas y avoir actuellement de raccourcis clavier vers les 4 boutons.", + "title": "Use Ctrl-Tab instead of Tab to select in a ComboBox", + "description": "Usage of Tab to select a item in a combo box does not work very well.", "labels": [ - "Bas", - "Evolution", - "IRD-2018-01-V8", - "À facturer" + "Anomalie", + "IRD-2018-01-V8" ], "milestone": { "id": 674086, @@ -35,20 +33,20 @@ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" }, "author": { - "_id": 1111318, - "_username": "pcauquil", - "_name": "Pascal Cauquil", + "_id": 166231, + "_username": "tchemit", + "_name": "Tony CHEMIT", "_state": "active", "_darkScheme": false, "_isAdmin": false, "_canCreateGroup": false, "_canCreateProject": false, "_canCreateTeam": false, - "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" + "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" }, - "state": "opened", - "updatedAt": "Oct 15, 2018 1:40:54 AM", - "createdAt": "Oct 5, 2018 12:08:41 PM" + "state": "closed", + "updatedAt": "Jan 22, 2019 5:39:02 PM", + "createdAt": "Jan 22, 2019 3:08:53 PM" }, { "id": 16573198, @@ -145,8 +143,8 @@ "_canCreateTeam": false, "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" }, - "state": "opened", - "updatedAt": "Dec 18, 2018 8:17:09 AM", + "state": "closed", + "updatedAt": "Jan 15, 2019 2:50:45 PM", "createdAt": "Nov 30, 2018 12:34:38 PM" }, { @@ -199,54 +197,6 @@ "updatedAt": "Dec 28, 2018 11:27:24 AM", "createdAt": "Nov 14, 2018 6:20:47 PM" }, - { - "id": 14991298, - "iid": 1152, - "projectId": 2722779, - "title": "S\u0027assurer de la compatibilité de ObServe 8 avec Java 10", - "description": "S\u0027assurer de la compatibilité de ObServe 8 avec Java 10.\n\nEt/ou ajouter les paramètres de démarrage requis dans les scripts de lancement pour que ça marche.\n\nLiens utiles :\n* http://blog.invivoo.com/migration-vers-java-9/\n* https://blog.codefx.org/java/five-command-line-options-hack-java-module-sys…", - "labels": [ - "IRD-2018-01-V8" - ], - "milestone": { - "id": 674086, - "iid": 128, - "projectId": 2722779, - "groupId": 0, - "title": "8.0-alpha-5", - "description": "", - "dueDate": "Nov 4, 2018 1:00:00 AM", - "startDate": "Oct 21, 2018 2:00:00 AM", - "state": "active" - }, - "assignee": { - "_id": 166231, - "_username": "tchemit", - "_name": "Tony CHEMIT", - "_state": "active", - "_darkScheme": false, - "_isAdmin": false, - "_canCreateGroup": false, - "_canCreateProject": false, - "_canCreateTeam": false, - "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" - }, - "author": { - "_id": 1111318, - "_username": "pcauquil", - "_name": "Pascal Cauquil", - "_state": "active", - "_darkScheme": false, - "_isAdmin": false, - "_canCreateGroup": false, - "_canCreateProject": false, - "_canCreateTeam": false, - "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" - }, - "state": "opened", - "updatedAt": "Nov 13, 2018 2:01:54 PM", - "createdAt": "Oct 16, 2018 2:13:53 PM" - }, { "id": 14727820, "iid": 1130, @@ -293,8 +243,8 @@ "_canCreateTeam": false, "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" }, - "state": "opened", - "updatedAt": "Jan 10, 2019 3:07:42 PM", + "state": "closed", + "updatedAt": "Jan 15, 2019 11:29:41 AM", "createdAt": "Oct 5, 2018 9:28:31 PM" }, { @@ -341,8 +291,8 @@ "_canCreateTeam": false, "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" }, - "state": "opened", - "updatedAt": "Dec 4, 2018 1:51:16 PM", + "state": "closed", + "updatedAt": "Jan 22, 2019 3:24:53 PM", "createdAt": "Oct 5, 2018 9:08:48 PM" }, { @@ -352,6 +302,7 @@ "title": "[LL] Fournir le contenu de la table LL Compagnies destinataires des débarquements", "description": "", "labels": [ + "Evolution", "IRD-2018-01-V8" ], "milestone": { @@ -389,59 +340,10 @@ "_canCreateTeam": false, "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" }, - "state": "opened", - "updatedAt": "Jan 8, 2019 3:46:42 PM", + "state": "closed", + "updatedAt": "Jan 16, 2019 4:24:42 PM", "createdAt": "Oct 5, 2018 1:31:54 PM" }, - { - "id": 12729061, - "iid": 1031, - "projectId": 2722779, - "title": "Création de nouvelles icônes de navigation", - "description": "", - "labels": [ - "IRD-2018-01-V8", - "Tâche" - ], - "milestone": { - "id": 674086, - "iid": 128, - "projectId": 2722779, - "groupId": 0, - "title": "8.0-alpha-5", - "description": "", - "dueDate": "Nov 4, 2018 1:00:00 AM", - "startDate": "Oct 21, 2018 2:00:00 AM", - "state": "active" - }, - "assignee": { - "_id": 1111318, - "_username": "pcauquil", - "_name": "Pascal Cauquil", - "_state": "active", - "_darkScheme": false, - "_isAdmin": false, - "_canCreateGroup": false, - "_canCreateProject": false, - "_canCreateTeam": false, - "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" - }, - "author": { - "_id": 166231, - "_username": "tchemit", - "_name": "Tony CHEMIT", - "_state": "active", - "_darkScheme": false, - "_isAdmin": false, - "_canCreateGroup": false, - "_canCreateProject": false, - "_canCreateTeam": false, - "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" - }, - "state": "opened", - "updatedAt": "Oct 15, 2018 1:45:10 AM", - "createdAt": "Jul 13, 2018 2:18:33 PM" - }, { "id": 11953555, "iid": 970, @@ -538,7 +440,7 @@ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" }, "state": "opened", - "updatedAt": "Dec 4, 2018 2:46:10 PM", + "updatedAt": "Jan 27, 2019 7:48:51 AM", "createdAt": "Mar 27, 2018 3:49:17 PM" }, { @@ -586,8 +488,8 @@ "_canCreateTeam": false, "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" }, - "state": "opened", - "updatedAt": "Jan 11, 2019 10:05:19 AM", + "state": "closed", + "updatedAt": "Jan 27, 2019 3:07:52 AM", "createdAt": "Mar 27, 2018 3:13:54 PM" } ] \ No newline at end of file ===================================== .mvn/gitlab-cache/milestones/750347-artifacts.json ===================================== @@ -0,0 +1,12 @@ +[ + { + "name": "Application", + "filename": "observe-7.0.2.zip", + "url": "https://ultreia.io/release/observe-7.0.2-SNAPSHOT.zip" + }, + { + "name": "Serveur", + "filename": "observe-7.0.2-SNAPSHOT.war", + "url": "https://ultreia.io/release/observe-7.0.2-SNAPSHOT.war" + } +] \ No newline at end of file ===================================== .mvn/gitlab-cache/milestones/750347-issues.json ===================================== @@ -1,13 +1,13 @@ [ { - "id": 17290869, - "iid": 1197, + "id": 17818361, + "iid": 1209, "projectId": 2722779, - "title": "Impossible de voir les utilisations de référentiel si connecté en mode referentiel", - "description": "Le service ``fr.ird.observe.services.service.referential.ReferentialService#findAllUsages`` :\n\n```\n@ReadReferentialPermission\n@ReadDataPermission\n\u003cR extends ReferentialDto\u003e ImmutableSetDtoMap\u003cDtoReference\u003e findAllUsages(Class\u003cR\u003e beanType, String id);\n```\n\nrequière un droit de lecture des données, et donc ne fonctionne pas.\n\nIl y a d\u0027autres cas du même style qui empêche le bon fonctionnement du système.\n\nSe pose la question de savoir si on peut modifier des données métier même en étant connecté référentiel. En effet par exemple lors de la suppression d\u0027un référentiel, il se peut qu\u0027on demande d\u0027effectuer un remplacement ce qui impacte des données métiers.\n\nPour le moment je vais autoriser le cas, à voir si on ne pourrait pas être plus fin en interdisant les actions qui vont modifier des données métier lors d\u0027une modification d\u0027un référentiel.\n\nVoir #1196", + "title": "La migration v3 vers v7 ne passe pas (fichier mal localisé)", + "description": "J\u0027ai à migrer une vieille base centrale de l\u0027IEO, v3 vers v7.\n\nLa migration s\u0027arrête car elle ne trouve pas un script :\n```\nCan\u0027t find script /db/migration/3.5/01_migration-PG.sql, nor his common version.\n```\n\nLog client (migration tentée avec le client) : [observe-7.0.1.log](/uploads/84f45a6abc0c4472d41a0b2a98b608d8/observe-7.0.1.log)\n\nSi jamais il était possible de corriger ceci très rapidement, ceci me permettrait d\u0027assurer cette migration auprès de l\u0027IEO.", "labels": [ "Anomalie", - "Contrat AZTI-2017" + "Immédiat" ], "milestone": { "id": 750347, @@ -17,7 +17,7 @@ "title": "7.0.2", "description": "", "startDate": "Jan 3, 2019 1:00:00 AM", - "state": "active" + "state": "closed" }, "assignee": { "_id": 166231, @@ -32,6 +32,42 @@ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" }, "author": { + "_id": 1111318, + "_username": "pcauquil", + "_name": "Pascal Cauquil", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" + }, + "state": "closed", + "updatedAt": "Feb 1, 2019 6:57:08 PM", + "createdAt": "Jan 30, 2019 7:08:06 PM" + }, + { + "id": 17765544, + "iid": 1207, + "projectId": 2722779, + "title": "Le mode plein écran est disponible (?) et pose des problèmes : le retirer", + "description": "Il faut le retirer :\n\n![image](/uploads/80b512382b9fc553f9482b90038c4186/image.png)", + "labels": [ + "Haut", + "Tâche" + ], + "milestone": { + "id": 750347, + "iid": 132, + "projectId": 2722779, + "groupId": 0, + "title": "7.0.2", + "description": "", + "startDate": "Jan 3, 2019 1:00:00 AM", + "state": "closed" + }, + "assignee": { "_id": 166231, "_username": "tchemit", "_name": "Tony CHEMIT", @@ -43,17 +79,33 @@ "_canCreateTeam": false, "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" }, + "author": { + "_id": 1111318, + "_username": "pcauquil", + "_name": "Pascal Cauquil", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" + }, "state": "closed", - "updatedAt": "Jan 14, 2019 12:05:39 PM", - "createdAt": "Jan 12, 2019 4:29:22 PM" + "updatedAt": "Feb 3, 2019 3:56:41 PM", + "createdAt": "Jan 29, 2019 2:07:46 PM" }, { - "id": 17163582, - "iid": 1196, + "id": 17757518, + "iid": 1205, "projectId": 2722779, - "title": "Tentative d\u0027ouverture d\u0027une base avec des droits \"référentiel\" échoue", - "description": "Les comptes de type \"référentiel\" ne permettent que de lire le référentiel/le mettre à jour dans une base locale.\r\n\r\nDonc lorsqu\u0027on tente d\u0027ouvrir une base locale (en mode serveur par exemple) avec un login référentiel, l\u0027arbre doit montrer les 3 entrées de référentiel (commun, longline, seine).\r\n\r\nOr actuellement en 7.0.1, cela ne s\u0027ouvre pas et provoque une exception :\r\n\r\n![image](/uploads/b483bd000b555002ee7f8128c393f1ab/image.png)\r\n\r\nLog serveur :\r\n\r\n```\r\nINFO 2019-01-08T12:23:43,432 [ajp-nio-8009-exec-103] ObserveDataSourceConfigurationInjector : 71 - Inject dataSourceConfiguration: ObserveDataSourceConfigurationRest{label\u003dServeur Distant, serverUrl\u003dhttps://vmot5-proto.ird.fr/observeweb/api/v1, login\u003dreferentielweb, password\u003d***, optionalDatabaseName\u003dnull, modelVersion\u003d7.0}\r\nINFO 2019-01-08T12:23:43,433 [ajp-nio-8009-exec-103] ObserveDtoInjector : 98 - Inject observeDto: ObserveDataSourceConfigurationRest{label\u003dServeur Distant, serverUrl\u003dhttps://vmot5-proto.ird.fr/observeweb/api/v1, login\u003dreferentielweb, password\u003d***, optionalDatabaseName\u003dnull, modelVersion\u003d7.0}\r\nINFO 2019-01-08T12:23:43,435 [ajp-nio-8009-exec-103] ObserveWebSecurityApplicationContext : 171 - Try to find data source configuration for: referentielweb--production\r\nINFO 2019-01-08T12:23:43,436 [ajp-nio-8009-exec-103] ObserveWebSecurityApplicationContext : 183 - Will use database configuration: ObserveDataSourceConfigurationTopiaPG{label\u003dreferentielweb--production, jdbcUrl\u003djdbc:postgresql:observe, username\u003dreferentiel, password\u003d***, useSsl\u003dtrue}\r\nINFO 2019-01-08T12:23:43,436 [ajp-nio-8009-exec-103] ObserveServiceMainFactory : 107 - New service created: fr.ird.observe.services.local.service.DataSourceServiceLocal@774a2135\r\nINFO 2019-01-08T12:23:44,103 [ajp-nio-8009-exec-105] ObserveDataSourceConfigurationInjector : 71 - Inject dataSourceConfiguration: ObserveDataSourceConfigurationRest{label\u003dServeur Distant, serverUrl\u003dhttps://vmot5-proto.ird.fr/observeweb/api/v1, login\u003dreferentielweb, password\u003d***, optionalDatabaseName\u003dnull, modelVersion\u003d7.0}\r\nINFO 2019-01-08T12:23:44,104 [ajp-nio-8009-exec-105] ObserveDtoInjector : 98 - Inject observeDto: ObserveDataSourceConfigurationRest{label\u003dServeur Distant, serverUrl\u003dhttps://vmot5-proto.ird.fr/observeweb/api/v1, login\u003dreferentielweb, password\u003d***, optionalDatabaseName\u003dnull, modelVersion\u003d7.0}\r\nINFO 2019-01-08T12:23:44,105 [ajp-nio-8009-exec-105] ObserveWebSecurityApplicationContext : 171 - Try to find data source configuration for: referentielweb--production\r\nINFO 2019-01-08T12:23:44,105 [ajp-nio-8009-exec-105] ObserveWebSecurityApplicationContext : 183 - Will use database configuration: ObserveDataSourceConfigurationTopiaPG{label\u003dreferentielweb--production, jdbcUrl\u003djdbc:postgresql:observe, username\u003dreferentiel, password\u003d***, useSsl\u003dtrue}\r\nINFO 2019-01-08T12:23:44,105 [ajp-nio-8009-exec-105] ObserveServiceMainFactory : 107 - New service created: fr.ird.observe.services.local.service.DataSourceServiceLocal@1aa5cfa\r\nINFO 2019-01-08T12:23:44,130 [ajp-nio-8009-exec-105] ObserveTopiaApplicationContextFactory : 156 - Create Postgresql topia application context: ObserveDataSourceConfigurationTopiaPG{label\u003dreferentielweb--production, jdbcUrl\u003djdbc:postgresql:observe, username\u003dreferentiel, password\u003d***, useSsl\u003dtrue}\r\nINFO 2019-01-08T12:23:44,131 [ajp-nio-8009-exec-105] TopiaServiceSupportImpl : 99 - instantiated service migration: org.nuiton.topia.service.migration.TopiaMigrationService@3205cea1\r\nINFO 2019-01-08T12:23:44,132 [ajp-nio-8009-exec-105] TopiaServiceSupportImpl : 99 - instantiated service sqlScriptGenerator: org.nuiton.topia.service.script.TopiaSqlScriptGeneratorServiceImpl@6f0fea0a\r\nINFO 2019-01-08T12:23:44,132 [ajp-nio-8009-exec-105] TopiaServiceSupportImpl : 125 - will init service sqlScriptGenerator with configuration {}\r\nINFO 2019-01-08T12:23:44,132 [ajp-nio-8009-exec-105] TopiaServiceSupportImpl : 125 - will init service migration with configuration {}\r\nINFO 2019-01-08T12:23:44,133 [ajp-nio-8009-exec-105] AbstractTopiaApplicationContext : 148 - Schema initialization disabled\r\nINFO 2019-01-08T12:23:44,315 [ajp-nio-8009-exec-105] HibernateProvider : 168 - will start hibernate with configuration {hibernate.hikari.autoCommit\u003dfalse, hibernate.hikari.minimumIdle\u003d2, hibernate.use_sql_comments\u003dfalse, hibernate.connection.driver_class\u003dorg.postgresql.Driver, hibernate.dialect\u003dorg.hibernate.dialect.PostgreSQL9Dialect, hibernate.format_sql\u003dfalse, hibernate.ejb.naming_strategy\u003dorg.hibernate.cfg.ImprovedNamingStrategy, hibernate.connection.username\u003dreferentiel, hibernate.connection.url\u003djdbc:postgresql:observe, hibernate.connection.provider_class\u003dorg.hibernate.hikaricp.internal.HikariCPConnectionProvider, hibernate.connection.password\u003dref8obstuna, hibernate.bytecode.provider\u003dbytebuddy, hibernate.hikari.maximumPoolSize\u003d20}\r\nINFO 2019-01-08T12:23:44,320 [ajp-nio-8009-exec-105] ObserveWebSecurityAuthenticationTokenCache : 75 - Add authenticationToken: 3c9c306e-faa7-4592-b95c-6702d3164e90 for data source configuration: ObserveDataSourceConfigurationTopiaPG{label\u003dreferentielweb--production, jdbcUrl\u003djdbc:postgresql:observe, username\u003dreferentiel, password\u003d***, useSsl\u003dtrue}\r\nINFO 2019-01-08T12:23:44,490 [ajp-nio-8009-exec-106] ObserveDtoInjector : 98 - Inject observeDto: fr.ird.observe.services.service.data.NavigationRequest@a78a445\r\nINFO 2019-01-08T12:23:44,491 [ajp-nio-8009-exec-106] ObserveServiceMainFactory : 107 - New service created: fr.ird.observe.services.local.service.data.NavigationServiceLocal@59d9e2a6\r\nERROR 2019-01-08T12:23:45,233 [ajp-nio-8009-exec-106] ObserveServiceFactoryLocal$ObserveServiceInvocationHandler : 245 - Error in method getNavigation\r\nfr.ird.observe.services.security.UnauthorizedException: null\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invoke(ObserveServiceFactoryLocal.java:218) ~[ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat com.sun.proxy.$Proxy415.getAllTripSeine(Unknown Source) ~[?:?]\r\n\tat fr.ird.observe.services.local.service.data.NavigationServiceLocal.getNavigation(NavigationServiceLocal.java:70) ~[NavigationServiceLocal.class:7.0.1]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invokeMethod(ObserveServiceFactoryLocal.java:242) [ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invokeMethodWithTransaction(ObserveServiceFactoryLocal.java:263) [ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invoke(ObserveServiceFactoryLocal.java:230) [ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat com.sun.proxy.$Proxy405.getNavigation(Unknown Source) [?:?]\r\n\tat fr.ird.observe.server.controller.v1.data.GeneratedNavigationServiceRestApi.getNavigation(GeneratedNavigationServiceRestApi.java:46) [GeneratedNavigationServiceRestApi.class:7.0.1]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) [ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.handle(ExecutorMethodInvokerHandler.java:225) [ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionFilter.doProcess(WebMotionFilter.java:73) [WebMotionFilter.class:?]\r\n\tat org.debux.webmotion.server.WebMotionFilter.doProcess(WebMotionFilter.java:61) [WebMotionFilter.class:?]\r\n\tat fr.ird.observe.server.ObserveWebMotionFilter.inject(ObserveWebMotionFilter.java:68) [ObserveWebMotionFilter.class:7.0.1]\r\n\tat sun.reflect.GeneratedMethodAccessor2370.invoke(Unknown Source) ~[?:?]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processFilter(ExecutorMethodInvokerHandler.java:310) [ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.handle(ExecutorMethodInvokerHandler.java:222) [ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler.handle(ExecutorMethodInvokerHandler.java:120) [ExecutorMethodInvokerHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.chainHandlers(WebMotionMainHandler.java:270) [WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.handleExecutors(WebMotionMainHandler.java:260) [WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.handle(WebMotionMainHandler.java:196) [WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionServer.doAction(WebMotionServer.java:159) [WebMotionServer.class:?]\r\n\tat org.debux.webmotion.server.WebMotionServer.doFilter(WebMotionServer.java:136) [WebMotionServer.class:?]\r\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:136) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:74) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:526) [catalina.jar:8.0.5]\r\n\tat org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:794) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:652) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1575) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1533) [tomcat-coyote.jar:8.0.5]\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_71]\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_71]\r\n\tat java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]\r\nERROR 2019-01-08T12:23:45,237 [ajp-nio-8009-exec-106] WebMotionMainHandler : 256 - Error 500 : Error during invoke method for action fr.ird.observe.server.controller.v1.data.NavigationServiceRestApi on method getNavigation on /observeweb/api/v1/data/NavigationService/getNavigation\r\norg.debux.webmotion.server.WebMotionException: Error during invoke method for action fr.ird.observe.server.controller.v1.data.NavigationServiceRestApi on method getNavigation\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:283) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.handle(ExecutorMethodInvokerHandler.java:225) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionFilter.doProcess(WebMotionFilter.java:73) ~[WebMotionFilter.class:?]\r\n\tat org.debux.webmotion.server.WebMotionFilter.doProcess(WebMotionFilter.java:61) ~[WebMotionFilter.class:?]\r\n\tat fr.ird.observe.server.ObserveWebMotionFilter.inject(ObserveWebMotionFilter.java:68) ~[ObserveWebMotionFilter.class:7.0.1]\r\n\tat sun.reflect.GeneratedMethodAccessor2370.invoke(Unknown Source) ~[?:?]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processFilter(ExecutorMethodInvokerHandler.java:310) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.handle(ExecutorMethodInvokerHandler.java:222) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler.handle(ExecutorMethodInvokerHandler.java:120) ~[ExecutorMethodInvokerHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.chainHandlers(WebMotionMainHandler.java:270) ~[WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.handleExecutors(WebMotionMainHandler.java:260) ~[WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.handle(WebMotionMainHandler.java:196) ~[WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionServer.doAction(WebMotionServer.java:159) ~[WebMotionServer.class:?]\r\n\tat org.debux.webmotion.server.WebMotionServer.doFilter(WebMotionServer.java:136) ~[WebMotionServer.class:?]\r\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) ~[catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) ~[catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219) ~[catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) ~[catalina.jar:8.0.5]\r\n\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503) ~[catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:136) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:74) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:526) [catalina.jar:8.0.5]\r\n\tat org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:794) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:652) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1575) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1533) [tomcat-coyote.jar:8.0.5]\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_71]\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_71]\r\n\tat java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]\r\nCaused by: java.lang.reflect.InvocationTargetException\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\t... 32 more\r\nCaused by: fr.ird.observe.services.security.UnauthorizedException\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invoke(ObserveServiceFactoryLocal.java:218) ~[ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat com.sun.proxy.$Proxy415.getAllTripSeine(Unknown Source) ~[?:?]\r\n\tat fr.ird.observe.services.local.service.data.NavigationServiceLocal.getNavigation(NavigationServiceLocal.java:70) ~[NavigationServiceLocal.class:7.0.1]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invokeMethod(ObserveServiceFactoryLocal.java:242) ~[ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invokeMethodWithTransaction(ObserveServiceFactoryLocal.java:263) ~[ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invoke(ObserveServiceFactoryLocal.java:230) ~[ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat com.sun.proxy.$Proxy405.getNavigation(Unknown Source) ~[?:?]\r\n\tat fr.ird.observe.server.controller.v1.data.GeneratedNavigationServiceRestApi.getNavigation(GeneratedNavigationServiceRestApi.java:46) ~[GeneratedNavigationServiceRestApi.class:7.0.1]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\t... 32 more\r\n```\r\n\r\nL\u0027utilisation de ce même login pour mettre à jour des référentiels locaux, ou pour générer des bases locales vierges, fonctionne très bien par contre.", - "labels": [], + "title": "Bases v5 qu\u0027on ne peut pas ouvrir avec la v7", + "description": "Les cas de bases v5 qu\u0027on ne peut plus ouvrir avec le v7 se font de plus en plus présents.\n\nCi-jointe des bases témoin que l\u0027AZTI ne peut plus ouvrir :\n* [BCSPRI20181124.sql.gz](/uploads/f795065a6807d03fdf199098a7c1a13a/BCSPRI20181124.sql.gz)\n* [20181021__Alboniga_Iker_Urtizberea.sql.gz](/uploads/da26841a6d85dda6cbd2475e4b44314a/20181021__Alboniga_Iker_Urtizberea.sql.gz)\n* [OA_20171206-20180110_TIA-VAN_PEVASA_PLAYADERIS.sql.gz](/uploads/bdb212cc992ed3158524d1db9089c247/OA_20171206-20180110_TIA-VAN_PEVASA_PLAYADERIS.sql.gz)\n\nCes fichiers :\n* s\u0027ouvrent en 5.4\n* ne s\u0027ouvrent pas en 7\n* si on les ouvre en v5.4 et qu\u0027on les sauvegarde à nouveau, ne s\u0027ouvrent toujours pas en v7", + "labels": [ + "Anomalie", + "Contrat AZTI-2017", + "Haut" + ], "milestone": { "id": 750347, "iid": 132, @@ -62,7 +114,19 @@ "title": "7.0.2", "description": "", "startDate": "Jan 3, 2019 1:00:00 AM", - "state": "active" + "state": "closed" + }, + "assignee": { + "_id": 166231, + "_username": "tchemit", + "_name": "Tony CHEMIT", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" }, "author": { "_id": 1111318, @@ -77,15 +141,210 @@ "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" }, "state": "closed", - "updatedAt": "Jan 12, 2019 4:29:22 PM", - "createdAt": "Jan 8, 2019 12:28:18 PM" + "updatedAt": "Feb 3, 2019 1:01:48 PM", + "createdAt": "Jan 29, 2019 11:42:03 AM" + }, + { + "id": 17632879, + "iid": 1201, + "projectId": 2722779, + "title": "[PS] bug calcul des données", + "description": "Pour avoir le type d\u0027objet (when arriving et when leaving) calculé par Observe, j\u0027ai lancé un calcul des données pour certaines marées. C\u0027est passé sans problème pour certaines mais pas pour celle-là par exemple:\n\nDémarrage de la consolidation pour la marée 24 / 99 (fr.ird.observe.entities.seine.TripSeine#1357070309913#0.7510782142839499)\n\n```\nio.ultreia.java4all.http.HResponseErrorException: Could not boot i18n\n at io.ultreia.java4all.http.HResponseBuilder.executeRequest(HResponseBuilder.java:131)\n at fr.ird.observe.services.client.ObserveServiceClientSupport.executeRequest(ObserveServiceClientSupport.java:62)\n at fr.ird.observe.services.client.actions.consolidate.GeneratedConsolidateDataServiceClient.consolidateTripSeine(GeneratedConsolidateDataServiceClient.java:49)\n at fr.ird.observe.client.ui.admin.consolidate.ConsolidateUIHandler.doAction(ConsolidateUIHandler.java:107)\n at org.nuiton.jaxx.runtime.swing.application.ActionWorker.doInBackground(ActionWorker.java:91)\n at javax.swing.SwingWorker$1.call(SwingWorker.java:295)\n at java.util.concurrent.FutureTask.run(FutureTask.java:266)\n at javax.swing.SwingWorker.run(SwingWorker.java:334)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n at java.lang.Thread.run(Thread.java:748)\n\nio.ultreia.java4all.http.HResponseErrorException: Could not boot i18n\n at io.ultreia.java4all.http.HResponseBuilder.executeRequest(HResponseBuilder.java:131)\n at fr.ird.observe.services.client.ObserveServiceClientSupport.executeRequest(ObserveServiceClientSupport.java:62)\n at fr.ird.observe.services.client.actions.consolidate.GeneratedConsolidateDataServiceClient.consolidateTripSeine(GeneratedConsolidateDataServiceClient.java:49)\n at fr.ird.observe.client.ui.admin.consolidate.ConsolidateUIHandler.doAction(ConsolidateUIHandler.java:107)\n at org.nuiton.jaxx.runtime.swing.application.ActionWorker.doInBackground(ActionWorker.java:91)\n at javax.swing.SwingWorker$1.call(SwingWorker.java:295)\n at java.util.concurrent.FutureTask.run(FutureTask.java:266)\n at javax.swing.SwingWorker.run(SwingWorker.java:334)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n at java.lang.Thread.run(Thread.java:748)\n```\n\nPour info, j\u0027ai fait cette opération aujourd\u0027hui donc le 24/01/2019 vers 14h", + "labels": [ + "Anomalie", + "Haut", + "Senne" + ], + "milestone": { + "id": 750347, + "iid": 132, + "projectId": 2722779, + "groupId": 0, + "title": "7.0.2", + "description": "", + "startDate": "Jan 3, 2019 1:00:00 AM", + "state": "closed" + }, + "assignee": { + "_id": 166231, + "_username": "tchemit", + "_name": "Tony CHEMIT", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" + }, + "author": { + "_id": 1111294, + "_username": "psabarros", + "_name": "Philippe Sabarros", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/0d688d854bbc8b3a3a7f97f6730ac563?s\u003d…" + }, + "state": "closed", + "updatedAt": "Jan 28, 2019 4:19:45 PM", + "createdAt": "Jan 24, 2019 2:30:08 PM" + }, + { + "id": 16566007, + "iid": 1184, + "projectId": 2722779, + "title": "Problème d\u0027ouverture d\u0027une sauvegarde 5.4", + "description": "Le fichier suivant : [obstuna-local-reunion-2018-12-06--12-41-46.sql.gz](/uploads/703a31712365a0fbeb084ca9d9708973/obstuna-local-reunion-2018-12-06--12-41-46.sql.gz)\n\nEst une sauvegarde faite en 5.4.\n\nElle s\u0027ouvre correctement en 5.4.\n\nPar contre la V7.0.0 ne peut pas l\u0027ouvrir. Voir log en PJ : [observe-7.0.0.log](/uploads/37e55b18c478a581c1e839ca21357b27/observe-7.0.0.log)\n\nLe scénario suivant échoue également : ouvrir la sauvegarde en 5.4, la re sauver en 5.4, puis tenter d\u0027ouvrir ce nouveau fichier en 7.0.0\n\nDans la successions de messages d\u0027erreur il semblerait que ce soit la migration 6.0 qui échoue.", + "labels": [ + "Anomalie", + "Contrat AZTI-2017", + "Haut" + ], + "milestone": { + "id": 750347, + "iid": 132, + "projectId": 2722779, + "groupId": 0, + "title": "7.0.2", + "description": "", + "startDate": "Jan 3, 2019 1:00:00 AM", + "state": "closed" + }, + "assignee": { + "_id": 166231, + "_username": "tchemit", + "_name": "Tony CHEMIT", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" + }, + "author": { + "_id": 1111318, + "_username": "pcauquil", + "_name": "Pascal Cauquil", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" + }, + "state": "closed", + "updatedAt": "Feb 3, 2019 12:33:35 PM", + "createdAt": "Dec 11, 2018 9:11:56 AM" + }, + { + "id": 17767096, + "iid": 1208, + "projectId": 2722779, + "title": "[PS] libellé Code simplifié -\u003e Type d\u0027objet simplifié (CECOFAD)", + "description": "Dans le formulaire Objet flottant \u003e Carac générales \u003e Valeurs calculées (voir PJ), le libellé \"Code simplifié\" n\u0027est pas assez explicit. Il faudrait le modifier en \"Type d\u0027objet simplifié (CECOFAD)\"\n\n![Capture_d_écran_2019-01-29_à_14.55.31](/uploads/b3642214f44bf5a78f04aacaa782e37d/Capture_d_écran_2019-01-29_à_14.55.31.png)", + "labels": [ + "Normal", + "Senne", + "À Faire" + ], + "milestone": { + "id": 750347, + "iid": 132, + "projectId": 2722779, + "groupId": 0, + "title": "7.0.2", + "description": "", + "startDate": "Jan 3, 2019 1:00:00 AM", + "state": "closed" + }, + "assignee": { + "_id": 1111318, + "_username": "pcauquil", + "_name": "Pascal Cauquil", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" + }, + "author": { + "_id": 1111294, + "_username": "psabarros", + "_name": "Philippe Sabarros", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/0d688d854bbc8b3a3a7f97f6730ac563?s\u003d…" + }, + "state": "closed", + "updatedAt": "Feb 1, 2019 3:13:08 PM", + "createdAt": "Jan 29, 2019 3:03:02 PM" }, { - "id": 17161863, - "iid": 1194, + "id": 17916817, + "iid": 1210, "projectId": 2722779, - "title": "Nommage des fichier de log du serveur 7.0.1", - "description": "Les fichiers de log de la 7.0.1 continuent d\u0027être suffixés 7.0.0.\n\nServeur : \n![image](/uploads/9592cf6049a04c8e664268b7f5603568/image.png)\n\nLogs :\n![image](/uploads/3bf20641945a6a1091fd71adc8531f4c/image.png)\n\nCôté client, ils sont bien suffixés 7.0.1", + "title": "[LL - Observation Capture] L\u0027onglet Brancheline est accessible même si aucune donnée n\u0027est sélectionée", + "description": "", + "labels": [ + "Anomalie", + "IRD-2018-01-V8" + ], + "milestone": { + "id": 750347, + "iid": 132, + "projectId": 2722779, + "groupId": 0, + "title": "7.0.2", + "description": "", + "startDate": "Jan 3, 2019 1:00:00 AM", + "state": "closed" + }, + "assignee": { + "_id": 166231, + "_username": "tchemit", + "_name": "Tony CHEMIT", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" + }, + "author": { + "_id": 166231, + "_username": "tchemit", + "_name": "Tony CHEMIT", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" + }, + "state": "closed", + "updatedAt": "Feb 3, 2019 3:47:10 PM", + "createdAt": "Feb 3, 2019 2:52:16 PM" + }, + { + "id": 17764318, + "iid": 1206, + "projectId": 2722779, + "title": "Bug observe connexion via webservice", + "description": "Depuis hier j\u0027ai un bug lorsque je tente de me connecter à la base via le webservice. Je n\u0027ai ce bug qu\u0027avec mon Linux (ca marche avec mon Mac) bien que je n\u0027ai strictement rien changé. Mon Java est toujours un Java 8.\r\n\r\nopenjdk version \"1.8.0_191\"\r\nOpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-0ubuntu0.18.04.1-b12)\r\nOpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)\r\n\r\nVoici le message d\u0027erreur:\r\n\r\njava.lang.NullPointerException\r\n\tat fr.ird.observe.client.ui.tree.navigation.NavigationTreeModel.findNodeByType(NavigationTreeModel.java:162)\r\n\tat fr.ird.observe.client.ui.tree.navigation.NavigationTree.getRouteNode(NavigationTree.java:652)\r\n\tat fr.ird.observe.client.ui.tree.navigation.NavigationTree.selectInitialNode(NavigationTree.java:313)\r\n\tat fr.ird.observe.client.ui.ObserveMainUIInitializer.loadNavigationUI(ObserveMainUIInitializer.java:548)\r\n\tat fr.ird.observe.client.db.ObserveDataSourcesManager$3.openOnUI(ObserveDataSourcesManager.java:580)\r\n\tat fr.ird.observe.client.db.ObserveDataSourcesManager$3.onOpened(ObserveDataSourcesManager.java:471)\r\n\tat fr.ird.observe.client.db.ObserveSwingDataSource.fireOpened(ObserveSwingDataSource.java:530)\r\n\tat fr.ird.observe.client.db.ObserveSwingDataSource.open(ObserveSwingDataSource.java:229)\r\n\tat fr.ird.observe.client.ui.storage.StorageUIHandler.doChangeStorage(StorageUIHandler.java:599)\r\n\tat fr.ird.observe.client.ui.storage.StorageUILauncher$1.doAction(StorageUILauncher.java:176)\r\n\tat fr.ird.observe.client.ui.storage.StorageUILauncher$1.doAction(StorageUILauncher.java:130)\r\n\tat org.nuiton.jaxx.runtime.swing.wizard.WizardUILancher.lambda$createUI$0(WizardUILancher.java:167)\r\n\tat org.nuiton.jaxx.runtime.swing.application.ActionWorker$RunnableBridge.call(ActionWorker.java:169)\r\n\tat org.nuiton.jaxx.runtime.swing.application.ActionWorker.doInBackground(ActionWorker.java:91)\r\n\tat javax.swing.SwingWorker$1.call(SwingWorker.java:295)\r\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\r\n\tat javax.swing.SwingWorker.run(SwingWorker.java:334)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\r\n\tat java.lang.Thread.run(Thread.java:748)\r\n\r\n[observe-7.0.1.log](/uploads/e5ef02851f61a0f779ad2afe3c26502e/observe-7.0.1.log)", "labels": [ "Anomalie", "Contrat AZTI-2017" @@ -98,7 +357,7 @@ "title": "7.0.2", "description": "", "startDate": "Jan 3, 2019 1:00:00 AM", - "state": "active" + "state": "closed" }, "assignee": { "_id": 166231, @@ -112,6 +371,136 @@ "_canCreateTeam": false, "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" }, + "author": { + "_id": 1111294, + "_username": "psabarros", + "_name": "Philippe Sabarros", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/0d688d854bbc8b3a3a7f97f6730ac563?s\u003d…" + }, + "state": "closed", + "updatedAt": "Feb 3, 2019 3:47:02 PM", + "createdAt": "Jan 29, 2019 1:57:21 PM" + }, + { + "id": 17720198, + "iid": 1202, + "projectId": 2722779, + "title": "[UI] Listes déroulantes : ergonomie", + "description": "Une amélioration avait a priori été réalisée sur les listes déroulantes avec autocompletion : que lorsque, par autocompletion, une seule entrée correspondante est trouvée, il soit possible de la sélectionner avec un simple TAB.\n\nOr actuellement, à nouveau (?), il faut nécessairement la sélectionner avec flêche basse, après quoi on peut faire TAB :\n\n![image](/uploads/ba40e3bcd81883430999313d7b33d8e2/image.png)\n\nL\u0027IEO tient à ce détail d\u0027ergonomie qui accélère pas mal la saisie.", + "labels": [ + "Anomalie" + ], + "milestone": { + "id": 750347, + "iid": 132, + "projectId": 2722779, + "groupId": 0, + "title": "7.0.2", + "description": "", + "startDate": "Jan 3, 2019 1:00:00 AM", + "state": "closed" + }, + "assignee": { + "_id": 166231, + "_username": "tchemit", + "_name": "Tony CHEMIT", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" + }, + "author": { + "_id": 1111318, + "_username": "pcauquil", + "_name": "Pascal Cauquil", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" + }, + "state": "closed", + "updatedAt": "Feb 3, 2019 3:57:01 PM", + "createdAt": "Jan 28, 2019 11:39:00 AM" + }, + { + "id": 17290869, + "iid": 1197, + "projectId": 2722779, + "title": "Impossible de voir les utilisations de référentiel si connecté en mode referentiel", + "description": "Le service ``fr.ird.observe.services.service.referential.ReferentialService#findAllUsages`` :\n\n```\n@ReadReferentialPermission\n@ReadDataPermission\n\u003cR extends ReferentialDto\u003e ImmutableSetDtoMap\u003cDtoReference\u003e findAllUsages(Class\u003cR\u003e beanType, String id);\n```\n\nrequière un droit de lecture des données, et donc ne fonctionne pas.\n\nIl y a d\u0027autres cas du même style qui empêche le bon fonctionnement du système.\n\nSe pose la question de savoir si on peut modifier des données métier même en étant connecté référentiel. En effet par exemple lors de la suppression d\u0027un référentiel, il se peut qu\u0027on demande d\u0027effectuer un remplacement ce qui impacte des données métiers.\n\nPour le moment je vais autoriser le cas, à voir si on ne pourrait pas être plus fin en interdisant les actions qui vont modifier des données métier lors d\u0027une modification d\u0027un référentiel.\n\nVoir #1196", + "labels": [ + "Anomalie", + "Contrat AZTI-2017" + ], + "milestone": { + "id": 750347, + "iid": 132, + "projectId": 2722779, + "groupId": 0, + "title": "7.0.2", + "description": "", + "startDate": "Jan 3, 2019 1:00:00 AM", + "state": "closed" + }, + "assignee": { + "_id": 166231, + "_username": "tchemit", + "_name": "Tony CHEMIT", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" + }, + "author": { + "_id": 166231, + "_username": "tchemit", + "_name": "Tony CHEMIT", + "_state": "active", + "_darkScheme": false, + "_isAdmin": false, + "_canCreateGroup": false, + "_canCreateProject": false, + "_canCreateTeam": false, + "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…" + }, + "state": "closed", + "updatedAt": "Jan 15, 2019 3:50:43 AM", + "createdAt": "Jan 12, 2019 4:29:22 PM" + }, + { + "id": 17163582, + "iid": 1196, + "projectId": 2722779, + "title": "Tentative d\u0027ouverture d\u0027une base avec des droits \"référentiel\" échoue", + "description": "Les comptes de type \"référentiel\" ne permettent que de lire le référentiel/le mettre à jour dans une base locale.\r\n\r\nDonc lorsqu\u0027on tente d\u0027ouvrir une base locale (en mode serveur par exemple) avec un login référentiel, l\u0027arbre doit montrer les 3 entrées de référentiel (commun, longline, seine).\r\n\r\nOr actuellement en 7.0.1, cela ne s\u0027ouvre pas et provoque une exception :\r\n\r\n![image](/uploads/b483bd000b555002ee7f8128c393f1ab/image.png)\r\n\r\nLog serveur :\r\n\r\n```\r\nINFO 2019-01-08T12:23:43,432 [ajp-nio-8009-exec-103] ObserveDataSourceConfigurationInjector : 71 - Inject dataSourceConfiguration: ObserveDataSourceConfigurationRest{label\u003dServeur Distant, serverUrl\u003dhttps://vmot5-proto.ird.fr/observeweb/api/v1, login\u003dreferentielweb, password\u003d***, optionalDatabaseName\u003dnull, modelVersion\u003d7.0}\r\nINFO 2019-01-08T12:23:43,433 [ajp-nio-8009-exec-103] ObserveDtoInjector : 98 - Inject observeDto: ObserveDataSourceConfigurationRest{label\u003dServeur Distant, serverUrl\u003dhttps://vmot5-proto.ird.fr/observeweb/api/v1, login\u003dreferentielweb, password\u003d***, optionalDatabaseName\u003dnull, modelVersion\u003d7.0}\r\nINFO 2019-01-08T12:23:43,435 [ajp-nio-8009-exec-103] ObserveWebSecurityApplicationContext : 171 - Try to find data source configuration for: referentielweb--production\r\nINFO 2019-01-08T12:23:43,436 [ajp-nio-8009-exec-103] ObserveWebSecurityApplicationContext : 183 - Will use database configuration: ObserveDataSourceConfigurationTopiaPG{label\u003dreferentielweb--production, jdbcUrl\u003djdbc:postgresql:observe, username\u003dreferentiel, password\u003d***, useSsl\u003dtrue}\r\nINFO 2019-01-08T12:23:43,436 [ajp-nio-8009-exec-103] ObserveServiceMainFactory : 107 - New service created: fr.ird.observe.services.local.service.DataSourceServiceLocal@774a2135\r\nINFO 2019-01-08T12:23:44,103 [ajp-nio-8009-exec-105] ObserveDataSourceConfigurationInjector : 71 - Inject dataSourceConfiguration: ObserveDataSourceConfigurationRest{label\u003dServeur Distant, serverUrl\u003dhttps://vmot5-proto.ird.fr/observeweb/api/v1, login\u003dreferentielweb, password\u003d***, optionalDatabaseName\u003dnull, modelVersion\u003d7.0}\r\nINFO 2019-01-08T12:23:44,104 [ajp-nio-8009-exec-105] ObserveDtoInjector : 98 - Inject observeDto: ObserveDataSourceConfigurationRest{label\u003dServeur Distant, serverUrl\u003dhttps://vmot5-proto.ird.fr/observeweb/api/v1, login\u003dreferentielweb, password\u003d***, optionalDatabaseName\u003dnull, modelVersion\u003d7.0}\r\nINFO 2019-01-08T12:23:44,105 [ajp-nio-8009-exec-105] ObserveWebSecurityApplicationContext : 171 - Try to find data source configuration for: referentielweb--production\r\nINFO 2019-01-08T12:23:44,105 [ajp-nio-8009-exec-105] ObserveWebSecurityApplicationContext : 183 - Will use database configuration: ObserveDataSourceConfigurationTopiaPG{label\u003dreferentielweb--production, jdbcUrl\u003djdbc:postgresql:observe, username\u003dreferentiel, password\u003d***, useSsl\u003dtrue}\r\nINFO 2019-01-08T12:23:44,105 [ajp-nio-8009-exec-105] ObserveServiceMainFactory : 107 - New service created: fr.ird.observe.services.local.service.DataSourceServiceLocal@1aa5cfa\r\nINFO 2019-01-08T12:23:44,130 [ajp-nio-8009-exec-105] ObserveTopiaApplicationContextFactory : 156 - Create Postgresql topia application context: ObserveDataSourceConfigurationTopiaPG{label\u003dreferentielweb--production, jdbcUrl\u003djdbc:postgresql:observe, username\u003dreferentiel, password\u003d***, useSsl\u003dtrue}\r\nINFO 2019-01-08T12:23:44,131 [ajp-nio-8009-exec-105] TopiaServiceSupportImpl : 99 - instantiated service migration: org.nuiton.topia.service.migration.TopiaMigrationService@3205cea1\r\nINFO 2019-01-08T12:23:44,132 [ajp-nio-8009-exec-105] TopiaServiceSupportImpl : 99 - instantiated service sqlScriptGenerator: org.nuiton.topia.service.script.TopiaSqlScriptGeneratorServiceImpl@6f0fea0a\r\nINFO 2019-01-08T12:23:44,132 [ajp-nio-8009-exec-105] TopiaServiceSupportImpl : 125 - will init service sqlScriptGenerator with configuration {}\r\nINFO 2019-01-08T12:23:44,132 [ajp-nio-8009-exec-105] TopiaServiceSupportImpl : 125 - will init service migration with configuration {}\r\nINFO 2019-01-08T12:23:44,133 [ajp-nio-8009-exec-105] AbstractTopiaApplicationContext : 148 - Schema initialization disabled\r\nINFO 2019-01-08T12:23:44,315 [ajp-nio-8009-exec-105] HibernateProvider : 168 - will start hibernate with configuration {hibernate.hikari.autoCommit\u003dfalse, hibernate.hikari.minimumIdle\u003d2, hibernate.use_sql_comments\u003dfalse, hibernate.connection.driver_class\u003dorg.postgresql.Driver, hibernate.dialect\u003dorg.hibernate.dialect.PostgreSQL9Dialect, hibernate.format_sql\u003dfalse, hibernate.ejb.naming_strategy\u003dorg.hibernate.cfg.ImprovedNamingStrategy, hibernate.connection.username\u003dreferentiel, hibernate.connection.url\u003djdbc:postgresql:observe, hibernate.connection.provider_class\u003dorg.hibernate.hikaricp.internal.HikariCPConnectionProvider, hibernate.connection.password\u003dref8obstuna, hibernate.bytecode.provider\u003dbytebuddy, hibernate.hikari.maximumPoolSize\u003d20}\r\nINFO 2019-01-08T12:23:44,320 [ajp-nio-8009-exec-105] ObserveWebSecurityAuthenticationTokenCache : 75 - Add authenticationToken: 3c9c306e-faa7-4592-b95c-6702d3164e90 for data source configuration: ObserveDataSourceConfigurationTopiaPG{label\u003dreferentielweb--production, jdbcUrl\u003djdbc:postgresql:observe, username\u003dreferentiel, password\u003d***, useSsl\u003dtrue}\r\nINFO 2019-01-08T12:23:44,490 [ajp-nio-8009-exec-106] ObserveDtoInjector : 98 - Inject observeDto: fr.ird.observe.services.service.data.NavigationRequest@a78a445\r\nINFO 2019-01-08T12:23:44,491 [ajp-nio-8009-exec-106] ObserveServiceMainFactory : 107 - New service created: fr.ird.observe.services.local.service.data.NavigationServiceLocal@59d9e2a6\r\nERROR 2019-01-08T12:23:45,233 [ajp-nio-8009-exec-106] ObserveServiceFactoryLocal$ObserveServiceInvocationHandler : 245 - Error in method getNavigation\r\nfr.ird.observe.services.security.UnauthorizedException: null\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invoke(ObserveServiceFactoryLocal.java:218) ~[ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat com.sun.proxy.$Proxy415.getAllTripSeine(Unknown Source) ~[?:?]\r\n\tat fr.ird.observe.services.local.service.data.NavigationServiceLocal.getNavigation(NavigationServiceLocal.java:70) ~[NavigationServiceLocal.class:7.0.1]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invokeMethod(ObserveServiceFactoryLocal.java:242) [ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invokeMethodWithTransaction(ObserveServiceFactoryLocal.java:263) [ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invoke(ObserveServiceFactoryLocal.java:230) [ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat com.sun.proxy.$Proxy405.getNavigation(Unknown Source) [?:?]\r\n\tat fr.ird.observe.server.controller.v1.data.GeneratedNavigationServiceRestApi.getNavigation(GeneratedNavigationServiceRestApi.java:46) [GeneratedNavigationServiceRestApi.class:7.0.1]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) [ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.handle(ExecutorMethodInvokerHandler.java:225) [ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionFilter.doProcess(WebMotionFilter.java:73) [WebMotionFilter.class:?]\r\n\tat org.debux.webmotion.server.WebMotionFilter.doProcess(WebMotionFilter.java:61) [WebMotionFilter.class:?]\r\n\tat fr.ird.observe.server.ObserveWebMotionFilter.inject(ObserveWebMotionFilter.java:68) [ObserveWebMotionFilter.class:7.0.1]\r\n\tat sun.reflect.GeneratedMethodAccessor2370.invoke(Unknown Source) ~[?:?]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processFilter(ExecutorMethodInvokerHandler.java:310) [ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.handle(ExecutorMethodInvokerHandler.java:222) [ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler.handle(ExecutorMethodInvokerHandler.java:120) [ExecutorMethodInvokerHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.chainHandlers(WebMotionMainHandler.java:270) [WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.handleExecutors(WebMotionMainHandler.java:260) [WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.handle(WebMotionMainHandler.java:196) [WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionServer.doAction(WebMotionServer.java:159) [WebMotionServer.class:?]\r\n\tat org.debux.webmotion.server.WebMotionServer.doFilter(WebMotionServer.java:136) [WebMotionServer.class:?]\r\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:136) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:74) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:526) [catalina.jar:8.0.5]\r\n\tat org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:794) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:652) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1575) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1533) [tomcat-coyote.jar:8.0.5]\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_71]\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_71]\r\n\tat java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]\r\nERROR 2019-01-08T12:23:45,237 [ajp-nio-8009-exec-106] WebMotionMainHandler : 256 - Error 500 : Error during invoke method for action fr.ird.observe.server.controller.v1.data.NavigationServiceRestApi on method getNavigation on /observeweb/api/v1/data/NavigationService/getNavigation\r\norg.debux.webmotion.server.WebMotionException: Error during invoke method for action fr.ird.observe.server.controller.v1.data.NavigationServiceRestApi on method getNavigation\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:283) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.handle(ExecutorMethodInvokerHandler.java:225) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionFilter.doProcess(WebMotionFilter.java:73) ~[WebMotionFilter.class:?]\r\n\tat org.debux.webmotion.server.WebMotionFilter.doProcess(WebMotionFilter.java:61) ~[WebMotionFilter.class:?]\r\n\tat fr.ird.observe.server.ObserveWebMotionFilter.inject(ObserveWebMotionFilter.java:68) ~[ObserveWebMotionFilter.class:7.0.1]\r\n\tat sun.reflect.GeneratedMethodAccessor2370.invoke(Unknown Source) ~[?:?]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processFilter(ExecutorMethodInvokerHandler.java:310) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.handle(ExecutorMethodInvokerHandler.java:222) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler.handle(ExecutorMethodInvokerHandler.java:120) ~[ExecutorMethodInvokerHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.chainHandlers(WebMotionMainHandler.java:270) ~[WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.handleExecutors(WebMotionMainHandler.java:260) ~[WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionMainHandler.handle(WebMotionMainHandler.java:196) ~[WebMotionMainHandler.class:?]\r\n\tat org.debux.webmotion.server.WebMotionServer.doAction(WebMotionServer.java:159) ~[WebMotionServer.class:?]\r\n\tat org.debux.webmotion.server.WebMotionServer.doFilter(WebMotionServer.java:136) ~[WebMotionServer.class:?]\r\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239) ~[catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) ~[catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219) ~[catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) ~[catalina.jar:8.0.5]\r\n\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503) ~[catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:136) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:74) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) [catalina.jar:8.0.5]\r\n\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:526) [catalina.jar:8.0.5]\r\n\tat org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:794) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:652) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1575) [tomcat-coyote.jar:8.0.5]\r\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1533) [tomcat-coyote.jar:8.0.5]\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_71]\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_71]\r\n\tat java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]\r\nCaused by: java.lang.reflect.InvocationTargetException\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\t... 32 more\r\nCaused by: fr.ird.observe.services.security.UnauthorizedException\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invoke(ObserveServiceFactoryLocal.java:218) ~[ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat com.sun.proxy.$Proxy415.getAllTripSeine(Unknown Source) ~[?:?]\r\n\tat fr.ird.observe.services.local.service.data.NavigationServiceLocal.getNavigation(NavigationServiceLocal.java:70) ~[NavigationServiceLocal.class:7.0.1]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invokeMethod(ObserveServiceFactoryLocal.java:242) ~[ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invokeMethodWithTransaction(ObserveServiceFactoryLocal.java:263) ~[ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat fr.ird.observe.services.local.ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.invoke(ObserveServiceFactoryLocal.java:230) ~[ObserveServiceFactoryLocal$ObserveServiceInvocationHandler.class:7.0.1]\r\n\tat com.sun.proxy.$Proxy405.getNavigation(Unknown Source) ~[?:?]\r\n\tat fr.ird.observe.server.controller.v1.data.GeneratedNavigationServiceRestApi.getNavigation(GeneratedNavigationServiceRestApi.java:46) ~[GeneratedNavigationServiceRestApi.class:7.0.1]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]\r\n\tat org.debux.webmotion.server.handler.ExecutorMethodInvokerHandler$RunnableHandler.processAction(ExecutorMethodInvokerHandler.java:255) ~[ExecutorMethodInvokerHandler$RunnableHandler.class:?]\r\n\t... 32 more\r\n```\r\n\r\nL\u0027utilisation de ce même login pour mettre à jour des référentiels locaux, ou pour générer des bases locales vierges, fonctionne très bien par contre.", + "labels": [ + "Anomalie" + ], + "milestone": { + "id": 750347, + "iid": 132, + "projectId": 2722779, + "groupId": 0, + "title": "7.0.2", + "description": "", + "startDate": "Jan 3, 2019 1:00:00 AM", + "state": "closed" + }, "author": { "_id": 1111318, "_username": "pcauquil", @@ -124,9 +513,9 @@ "_canCreateTeam": false, "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…" }, - "state": "opened", - "updatedAt": "Jan 10, 2019 7:38:48 AM", - "createdAt": "Jan 8, 2019 11:37:49 AM" + "state": "closed", + "updatedAt": "Feb 3, 2019 3:57:19 PM", + "createdAt": "Jan 8, 2019 12:28:18 PM" }, { "id": 17161807, @@ -146,7 +535,7 @@ "title": "7.0.2", "description": "", "startDate": "Jan 3, 2019 1:00:00 AM", - "state": "active" + "state": "closed" }, "assignee": { "_id": 166231, ===================================== .mvn/gitlab-cache/milestones/750347.json ===================================== @@ -6,5 +6,5 @@ "title": "7.0.2", "description": "", "startDate": "Jan 3, 2019 1:00:00 AM", - "state": "active" + "state": "closed" } \ No newline at end of file ===================================== .mvn/gitlab-cache/milestones/761666-issues.json ===================================== @@ -0,0 +1 @@ +[] \ No newline at end of file ===================================== .mvn/gitlab-cache/milestones/761666.json ===================================== @@ -0,0 +1,11 @@ +{ + "id": 761666, + "iid": 133, + "projectId": 2722779, + "groupId": 0, + "title": "8.0-beta-1", + "description": "", + "dueDate": "Feb 3, 2019 1:00:00 AM", + "startDate": "Jan 21, 2019 1:00:00 AM", + "state": "active" +} \ No newline at end of file ===================================== CHANGELOG.md ===================================== @@ -1,7 +1,7 @@ # ObServe changelog * Author [Tony Chemit](mailto:dev@tchemit.fr) - * Last generated at 2019-01-14 12:20. + * Last generated at 2019-02-03 16:04. ## Version [8.0-alpha-4](https://gitlab.com/ultreiaio/ird-observe/milestones/115) Seconde partie du troisième lot du contrat IRD-2018-01-V8.&#13;&#10;contient fonctionnalités avancées. @@ -113,6 +113,27 @@ Premier lot du contrat IRD-2018-01-V8 * [[Evolution 922]](https://gitlab.com/ultreiaio/ird-observe/issues/922) **Ajoute le référentiel observe_common.DataQuality sur les données existantes** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Evolution 950]](https://gitlab.com/ultreiaio/ird-observe/issues/950) **Renommage de la classe seine.WeightCategory en seine.WeightCategorySeine** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) +## Version [7.0.2](https://gitlab.com/ultreiaio/ird-observe/milestones/132) + +**Closed at *In progress*.** + +### Download +* [Application (observe-7.0.2.zip)](https://ultreia.io/release/observe-7.0.2-SNAPSHOT.zip) +* [Serveur (observe-7.0.2-SNAPSHOT.war)](https://ultreia.io/release/observe-7.0.2-SNAPSHOT.war) + +### Issues + * [[Anomalie 1184]](https://gitlab.com/ultreiaio/ird-observe/issues/1184) **Problème d&#39;ouverture d&#39;une sauvegarde 5.4** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + * [[Anomalie 1193]](https://gitlab.com/ultreiaio/ird-observe/issues/1193) **[UI REFERNETIEL] Personne : impossible d&#39;afficher les éléments liés à une personne** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + * [[Anomalie 1196]](https://gitlab.com/ultreiaio/ird-observe/issues/1196) **Tentative d&#39;ouverture d&#39;une base avec des droits &quot;référentiel&quot; échoue** (Thanks to ) (Reported by Pascal Cauquil) + * [[Anomalie 1197]](https://gitlab.com/ultreiaio/ird-observe/issues/1197) **Impossible de voir les utilisations de référentiel si connecté en mode referentiel** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + * [[Anomalie 1201]](https://gitlab.com/ultreiaio/ird-observe/issues/1201) **[PS] bug calcul des données** (Thanks to Tony CHEMIT) (Reported by Philippe Sabarros) + * [[Anomalie 1202]](https://gitlab.com/ultreiaio/ird-observe/issues/1202) **[UI] Listes déroulantes : ergonomie** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + * [[Anomalie 1205]](https://gitlab.com/ultreiaio/ird-observe/issues/1205) **Bases v5 qu&#39;on ne peut pas ouvrir avec la v7** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + * [[Anomalie 1206]](https://gitlab.com/ultreiaio/ird-observe/issues/1206) **Bug observe connexion via webservice** (Thanks to Tony CHEMIT) (Reported by Philippe Sabarros) + * [[Anomalie 1209]](https://gitlab.com/ultreiaio/ird-observe/issues/1209) **La migration v3 vers v7 ne passe pas (fichier mal localisé)** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + * [[Anomalie 1210]](https://gitlab.com/ultreiaio/ird-observe/issues/1210) **[LL - Observation Capture] L&#39;onglet Brancheline est accessible même si aucune donnée n&#39;est sélectionée** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + * [[Tâche 1207]](https://gitlab.com/ultreiaio/ird-observe/issues/1207) **Le mode plein écran est disponible (?) et pose des problèmes : le retirer** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil) + ## Version [7.0.1](https://gitlab.com/ultreiaio/ird-observe/milestones/131) **Closed at 2019-01-02.** @@ -1175,18 +1196,6 @@ Mise en place web services&#10;&#10;*(from redmine: created on 2014-02-05)* * [[Anomalie 420]](https://gitlab.com/ultreiaio/ird-observe/issues/420) **Problème avec la saisie des positions** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Anomalie 433]](https://gitlab.com/ultreiaio/ird-observe/issues/433) **Souci sur une fonction SQL de la migration 4.0.2 avec PostgreSQL 8** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) -## Version [4.0.2](https://gitlab.com/ultreiaio/ird-observe/milestones/59) -&#10;&#10;*(from redmine: created on 2015-08-11)* - -**Closed at 2015-08-27.** - -### Download -* [Application (observe-4.0.2.zip)](http://repo1.maven.org/maven2/fr/ird/observe/observe/4.…) - -### Issues - * [[Anomalie 428]](https://gitlab.com/ultreiaio/ird-observe/issues/428) **La migration 4.0-&gt;4.0.1.1 plante sur PostgreSQL 8** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) - * [[Tâche 410]](https://gitlab.com/ultreiaio/ird-observe/issues/410) **[PS] Question calculs taille/poids** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) - ## Version [4.0-2](https://gitlab.com/ultreiaio/ird-observe/milestones/31) Contrat &quot;Armateurs&quot;&#10;&#10;*(from redmine: created on 2014-01-30)* @@ -1205,6 +1214,18 @@ Contrat &quot;Armateurs&quot;&#10;&#10;*(from redmine: created on 2014-01-30)* * [[Evolution 118]](https://gitlab.com/ultreiaio/ird-observe/issues/118) **Saisie générique des caractéristiques de l&#39;équipement du bateau &amp; migration senne** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Evolution 133]](https://gitlab.com/ultreiaio/ird-observe/issues/133) **Faire passer le contrôle sur les distances entre activités en warning** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) +## Version [4.0.2](https://gitlab.com/ultreiaio/ird-observe/milestones/59) +&#10;&#10;*(from redmine: created on 2015-08-11)* + +**Closed at 2015-08-27.** + +### Download +* [Application (observe-4.0.2.zip)](http://repo1.maven.org/maven2/fr/ird/observe/observe/4.…) + +### Issues + * [[Anomalie 428]](https://gitlab.com/ultreiaio/ird-observe/issues/428) **La migration 4.0-&gt;4.0.1.1 plante sur PostgreSQL 8** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + * [[Tâche 410]](https://gitlab.com/ultreiaio/ird-observe/issues/410) **[PS] Question calculs taille/poids** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + ## Version [4.0.1.1](https://gitlab.com/ultreiaio/ird-observe/milestones/60) &#10;&#10;*(from redmine: created on 2015-08-14)* View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/d5e48b3c0966097cf55ceb62225… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/d5e48b3c0966097cf55ceb62225… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] [UI] Listes déroulantes : ergonomie - Closes #1202
by Tony CHEMIT 03 Feb '19

03 Feb '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 1f218885 by tchemit at 2019-02-03T14:52:06Z [UI] Listes déroulantes : ergonomie - Closes #1202 - - - - - 1 changed file: - pom.xml Changes: ===================================== pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2019.8.3</version> + <version>2019.8.4</version> </parent> <groupId>fr.ird.observe</groupId> @@ -162,7 +162,7 @@ <!--<lib.version.java4all.topia>1.2-SNAPSHOT</lib.version.java4all.topia>--> <!--<lib.version.java4all.eugene>3.0-alpha-22</lib.version.java4all.eugene>--> - <lib.version.java4all.jaxx>3.0-alpha-49-SNAPSHOT</lib.version.java4all.jaxx> + <!--<lib.version.java4all.jaxx>3.0-alpha-49-SNAPSHOT</lib.version.java4all.jaxx>--> <!--<lib.version.java4all.i18n>4.0-beta-3-SNAPSHOT</lib.version.java4all.i18n>--> <!--<lib.version.java4all.config>1.0.8-SNAPSHOT</lib.version.java4all.config>--> <!--<lib.version.nuiton.topia>3.4.2-SNAPSHOT</lib.version.nuiton.topia>--> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/1f218885de84dbd2ff3e68b7867… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/1f218885de84dbd2ff3e68b7867… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop-7.x] 3 commits: Bug observe connexion via webservice - Closes #1206
by Tony CHEMIT 03 Feb '19

03 Feb '19
Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: a675aea2 by tchemit at 2019-02-03T12:09:31Z Bug observe connexion via webservice - Closes #1206 - - - - - d98cdc09 by tchemit at 2019-02-03T14:24:23Z [UI] Listes déroulantes : ergonomie - Closes #1202 - - - - - 273d1d32 by tchemit at 2019-02-03T14:46:57Z [LL - Observation Capture] L&#39;onglet Brancheline est accessible même si aucune donnée n&#39;est sélectionée - Closes #1210 - - - - - 8 changed files: - client-core/src/main/java/fr/ird/observe/client/ui/actions/main/menu/help/ShowAboutAction.java - client-core/src/main/java/fr/ird/observe/client/ui/content/ContentUIInitializer.java - client-core/src/main/java/fr/ird/observe/client/ui/content/data/longline/CatchLonglineUI.jaxx - client-core/src/main/java/fr/ird/observe/client/ui/content/data/longline/CatchLonglineUI.jcss - client-core/src/main/java/fr/ird/observe/client/ui/content/data/seine/FloatingObjectTransmittingBuoyOperationUI.jaxx - client-core/src/main/java/fr/ird/observe/client/ui/content/data/seine/FloatingObjectTransmittingBuoyOperationUIHandler.java - client-core/src/main/java/fr/ird/observe/client/ui/tree/navigation/NavigationTree.java - pom.xml Changes: ===================================== client-core/src/main/java/fr/ird/observe/client/ui/actions/main/menu/help/ShowAboutAction.java ===================================== @@ -22,9 +22,9 @@ package fr.ird.observe.client.ui.actions.main.menu.help; * #L% */ -import com.vladsch.flexmark.ast.Node; import com.vladsch.flexmark.html.HtmlRenderer; import com.vladsch.flexmark.parser.Parser; +import com.vladsch.flexmark.util.ast.Node; import fr.ird.observe.client.ObserveRunner; import fr.ird.observe.client.ObserveSwingApplicationContext; import fr.ird.observe.client.ObserveTextGenerator; ===================================== client-core/src/main/java/fr/ird/observe/client/ui/content/ContentUIInitializer.java ===================================== @@ -343,7 +343,8 @@ public class ContentUIInitializer<E extends IdDto, UI extends ContentUI<E, UI>> String propertyName = editor.getName(); JLabel label = (JLabel) ui.getObjectById(propertyName + "Label"); Objects.requireNonNull(label, "can't find label for temperatur editor " + editor); - editor.setConfig(new TemperatureEditorConfig(TemperatureFormat.C, getBean(), label.getText(), propertyName)); + editor.setConfig(new TemperatureEditorConfig(TemperatureFormat.C, label.getText(), propertyName)); + editor.setBean(getBean()); editor.init(label); editor.getModel().addPropertyChangeListener("format", e -> { ===================================== client-core/src/main/java/fr/ird/observe/client/ui/content/data/longline/CatchLonglineUI.jaxx ===================================== @@ -401,17 +401,16 @@ <cell anchor='east'> <JCheckBox id='timer'/> </cell> - <cell> - <JLabel id='timeSinceContactLabel'/> - </cell> - <cell> + <cell columns="2"> <TimeEditor id='timeSinceContact' constructorParams='this'/> </cell> </row> <!-- timerTimeOnBoard --> <row> - <cell columns="3"> + <cell> + </cell> + <cell columns="2"> <DateTimeEditor id='timerTimeOnBoard' constructorParams='this'/> </cell> </row> ===================================== client-core/src/main/java/fr/ird/observe/client/ui/content/data/longline/CatchLonglineUI.jcss ===================================== @@ -20,6 +20,10 @@ * #L% */ +JCheckBox { + i18nProperty:""; +} + #model { valid:{validator.isValid() && validatorTable.isValid() && getSizeMeasuresTableModel().isValid() && getWeightMeasuresTableModel().isValid()}; canSaveRow:{validatorTable.isChanged() && validatorTable.isValid() && getSizeMeasuresTableModel().isValid() && getWeightMeasuresTableModel().isValid()}; @@ -279,7 +283,7 @@ /* BRANCHLINE TAB ************************************************************* */ /* ***************************************************************************** */ -#branchlineFormTab { +#branchlineTab { icon:{handler.getErrorIconIfFalse(model.isBranchlineTabValid())}; enabled:{!tableModel.isCreate() && tableEditBean.getBranchline() != null}; } ===================================== client-core/src/main/java/fr/ird/observe/client/ui/content/data/seine/FloatingObjectTransmittingBuoyOperationUI.jaxx ===================================== @@ -95,7 +95,7 @@ <cell anchor='east' weightx="1" fill="both"> <EnumEditor id='typeOperation' genericType='TypeTransmittingBuoyOperation' constructorParams='TypeTransmittingBuoyOperation.class' - onItemStateChanged='if(event.getStateChange()==ItemEvent.SELECTED &amp;&amp; model.isEditing()) { getHandler().changeTypeOperation(typeOperation.getSelectedItem(), true); model.setModified(true); }'/> + onItemStateChanged='if(event.getStateChange()==ItemEvent.SELECTED &amp;&amp; model.isEditing()) { getHandler().changeTypeOperation(typeOperation.getSelectedValue(), true); model.setModified(true); }'/> </cell> </row> </Table> ===================================== client-core/src/main/java/fr/ird/observe/client/ui/content/data/seine/FloatingObjectTransmittingBuoyOperationUIHandler.java ===================================== @@ -42,8 +42,8 @@ import fr.ird.observe.dto.form.Form; import fr.ird.observe.dto.referential.seine.TransmittingBuoyOperationDto; import fr.ird.observe.dto.referential.seine.TransmittingBuoyOperationReference; import fr.ird.observe.dto.result.SaveResultDto; -import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; import org.nuiton.jaxx.runtime.spi.UIHandler; import org.nuiton.validator.NuitonValidatorScope; @@ -141,7 +141,7 @@ public class FloatingObjectTransmittingBuoyOperationUIHandler extends ContentUIH FloatingObjectTransmittingBuoyOperationUI.BINDING_TYPE_OPERATION_SELECTED_ITEM); TypeTransmittingBuoyOperation typeOperation = - getUi().getTypeOperation().getSelectedItem(); + getUi().getTypeOperation().getSelectedValue(); changeTypeOperation(typeOperation, false); getModel().setMode(mode); ===================================== client-core/src/main/java/fr/ird/observe/client/ui/tree/navigation/NavigationTree.java ===================================== @@ -308,25 +308,25 @@ public class NavigationTree extends JXTree { selectedNode = getTripNode(context.getSelectedProgramId(), context.getSelectedTripId()); - if (context.isSelectedRoute()) { + if (selectedNode!=null && context.isSelectedRoute()) { selectedNode = getRouteNode(selectedNode, context.getSelectedRouteId()); - if (context.isSelectedActivitySeine()) { + if (selectedNode != null && context.isSelectedActivitySeine()) { selectedNode = getActivitySeineNode(selectedNode, context.getSelectedActivityId()); - if (context.isSelectedSetSeine()) { + if (selectedNode != null && context.isSelectedSetSeine()) { selectedNode = getSetSeineNode(selectedNode); - } else if (context.isSelectedFloatingObject()) { + } else if (selectedNode != null && context.isSelectedFloatingObject()) { selectedNode = getFloatingObjectNode(selectedNode, context.getSelectedFloatingObjectId()); } } } - if (context.isSelectedActivityLongline()) { + if (selectedNode != null && context.isSelectedActivityLongline()) { selectedNode = getActivityLonglineNode(selectedNode, context.getSelectedActivityId()); - if (context.isSelectedSetLongline()) { + if (selectedNode != null && context.isSelectedSetLongline()) { selectedNode = getSetLonglineNode(selectedNode); } @@ -343,24 +343,24 @@ public class NavigationTree extends JXTree { selectedNode = getTripNode(context.getOpenProgramId(), context.getOpenTripId()); - if (context.isOpenRoute()) { + if (selectedNode != null && context.isOpenRoute()) { selectedNode = getRouteNode(selectedNode, context.getOpenRouteId()); - if (context.isOpenActivity()) { + if (selectedNode != null && context.isOpenActivity()) { selectedNode = getActivitySeineNode(selectedNode, context.getOpenActivityId()); - if (context.isOpenSet()) { + if (selectedNode != null && context.isOpenSet()) { selectedNode = getSetSeineNode(selectedNode); } } } - if (context.isOpenActivityLongline()) { + if (selectedNode != null && context.isOpenActivityLongline()) { selectedNode = getActivityLonglineNode(selectedNode, context.getOpenActivityId()); - if (context.isOpenSet()) { + if (selectedNode != null && context.isOpenSet()) { selectedNode = getSetLonglineNode(selectedNode); } ===================================== pom.xml ===================================== @@ -26,7 +26,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2018.8.10</version> + <version>2019.8.4</version> </parent> <groupId>fr.ird.observe</groupId> @@ -163,6 +163,7 @@ <!--<lib.version.hibernate>5.2.10.Final</lib.version.hibernate>--> <!--can't use 1.4.197 (date has changed + blob also--> <lib.version.h2>1.4.196</lib.version.h2> + <lib.version.java4all.eugene>3.0-alpha-26</lib.version.java4all.eugene> <!--<lib.version.java4all.jaxx>3.0-alpha-47-SNAPSHOT</lib.version.java4all.jaxx>--> <!--<lib.version.java4all.i18n>4.0-beta-8-SNAPSHOT</lib.version.java4all.i18n>--> <lib.version.java4all.topia>1.1.11</lib.version.java4all.topia> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/31fe85c9111db4abe53e438842… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/31fe85c9111db4abe53e438842… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] 9 commits: Use new Jaxx BeanScope mecanism + then clean jaxx files
by Tony CHEMIT 03 Feb '19

03 Feb '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 0dec1997 by tchemit at 2019-02-03T11:53:08Z Use new Jaxx BeanScope mecanism + then clean jaxx files - - - - - 95b13087 by tchemit at 2019-02-03T11:53:10Z fix i18n - - - - - ad744f07 by tchemit at 2019-02-03T11:53:10Z La migration v3 vers v7 ne passe pas (fichier mal localisé) - Closes #1209 - - - - - e0d9fe72 by tchemit at 2019-02-03T11:53:10Z Alignement des anciennes versions de migration - - - - - f7b5f497 by tchemit at 2019-02-03T11:53:10Z Le mode plein écran est disponible (?) et pose des problèmes : le retirer - Closes #1207 - - - - - b2d582a6 by tchemit at 2019-02-03T11:53:10Z [PS] libellé Code simplifié -&gt; Type d&#39;objet simplifié (CECOFAD) - Closes #1208 - - - - - d2e230ef by tchemit at 2019-02-03T11:53:10Z Problème d&#39;ouverture d&#39;une sauvegarde 5.4 - Closes #1184 - - - - - 79015290 by tchemit at 2019-02-03T11:53:10Z add missing i18n key - - - - - d27b6ce5 by tchemit at 2019-02-03T11:53:10Z Add missing header - - - - - 30 changed files: - client-core/src/main/i18n/getters/java.getter - client-core/src/main/i18n/getters/jaxx.getter - client-core/src/main/java/fr/ird/observe/client/ui/ObserveCommon.jcss - client-core/src/main/java/fr/ird/observe/client/ui/ObserveMainUI.jaxx - client-core/src/main/java/fr/ird/observe/client/ui/ObserveMainUI.jcss - client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/AbstractContentUIAction.java - client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/data/edit/DeleteEditDataUIActionSupport.java - client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/data/edit/SaveEditDataUIActionSupport.java - client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/data/open/DeleteOpenDataUIActionSupport.java - client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/data/open/SaveOpenDataUIActionSupport.java - client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/data/simple/SaveSimpleDataUIActionSupport.java - client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/data/table/SaveTableDataUIAction.java - client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/ref/SaveReferentialUIAction.java - client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/ref/ShowReferentialUniqueKeyUIAction.java - client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ll/GenerateTripLonglineHomeIdUIAction.java - client-core/src/main/java/fr/ird/observe/client/ui/content/Common.jcss - client-core/src/main/java/fr/ird/observe/client/ui/content/api/ContentUI.jaxx - client-core/src/main/java/fr/ird/observe/client/ui/content/api/ContentUIHandler.java - client-core/src/main/java/fr/ird/observe/client/ui/content/api/ContentUIInitializer.java - client-core/src/main/java/fr/ird/observe/client/ui/content/api/ContentUIModel.java - client-core/src/main/java/fr/ird/observe/client/ui/content/api/data/edit/ContentEditUIInitializer.java - client-core/src/main/java/fr/ird/observe/client/ui/content/api/data/open/ContentOpenableUIInitializer.java - client-core/src/main/java/fr/ird/observe/client/ui/content/api/data/simple/ContentSimpleUIInitializer.java - client-core/src/main/java/fr/ird/observe/client/ui/content/api/data/table/ContentTableUIInitializer.java - client-core/src/main/java/fr/ird/observe/client/ui/content/api/ref/ContentI18nReferenceUI.jaxx - client-core/src/main/java/fr/ird/observe/client/ui/content/api/ref/ContentI18nReferenceUI.jcss - client-core/src/main/java/fr/ird/observe/client/ui/content/api/ref/ContentReferenceUI.jaxx - client-core/src/main/java/fr/ird/observe/client/ui/content/api/ref/ContentReferenceUIHandler.java - client-core/src/main/java/fr/ird/observe/client/ui/content/api/ref/ContentReferenceUIInitializer.java - client-core/src/main/java/fr/ird/observe/client/ui/content/api/ref/ContentReferenceUIModel.java The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/1579f66fe41505621c7d07e356… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/1579f66fe41505621c7d07e356… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop-7.x] 2 commits: add missing i18n key
by Tony CHEMIT 03 Feb '19

03 Feb '19
Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: 73f3e67b by tchemit at 2019-02-03T11:41:02Z add missing i18n key - - - - - 31fe85c9 by tchemit at 2019-02-03T11:41:09Z update tests - - - - - 4 changed files: - client-core/src/main/i18n/getters/java.getter - test/src/main/resources/db/7.0/dataForTestLongline.sql.gz - test/src/main/resources/db/7.0/dataForTestSeine.sql.gz - test/src/main/resources/db/7.0/referentiel.sql.gz Changes: ===================================== client-core/src/main/i18n/getters/java.getter ===================================== @@ -385,6 +385,7 @@ observe.common.FloatlinesCompositionDto.table.lineType.tip observe.common.FloatlinesCompositionDto.table.proportion observe.common.FloatlinesCompositionDto.table.proportion.tip observe.common.GearUseFeatures.delete +observe.common.GearUseFeaturesLonglineDto.table.comment observe.common.GearUseFeaturesLonglineDto.table.comment.tip observe.common.GearUseFeaturesLonglineDto.table.gear observe.common.GearUseFeaturesLonglineDto.table.gear.tip ===================================== test/src/main/resources/db/7.0/dataForTestLongline.sql.gz ===================================== Binary files a/test/src/main/resources/db/7.0/dataForTestLongline.sql.gz and b/test/src/main/resources/db/7.0/dataForTestLongline.sql.gz differ ===================================== test/src/main/resources/db/7.0/dataForTestSeine.sql.gz ===================================== Binary files a/test/src/main/resources/db/7.0/dataForTestSeine.sql.gz and b/test/src/main/resources/db/7.0/dataForTestSeine.sql.gz differ ===================================== test/src/main/resources/db/7.0/referentiel.sql.gz ===================================== Binary files a/test/src/main/resources/db/7.0/referentiel.sql.gz and b/test/src/main/resources/db/7.0/referentiel.sql.gz differ View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/87b326265baccd784dd1f9a45b… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/87b326265baccd784dd1f9a45b… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop-7.x] Problème d'ouverture d'une sauvegarde 5.4 - Closes #1184
by Tony CHEMIT 03 Feb '19

03 Feb '19
Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: 87b32626 by tchemit at 2019-02-03T11:30:28Z Problème d&#39;ouverture d&#39;une sauvegarde 5.4 - Closes #1184 - - - - - 1 changed file: - persistence/src/main/java/fr/ird/observe/persistence/migration/old/DataSourceMigrationForVersion_6_0.java Changes: ===================================== persistence/src/main/java/fr/ird/observe/persistence/migration/old/DataSourceMigrationForVersion_6_0.java ===================================== @@ -179,6 +179,7 @@ public class DataSourceMigrationForVersion_6_0 extends OldMigrationVersionResour .put("fr.ird.observe.entities.referentiel.SizeMeasureType#1433499470887#0.950930784922093", "INSERT INTO observe_common.sizemeasuretype (topiaid, topiaversion, topiacreatedate, lastupdatedate, code, status, uri, label1, label2, label3, label4, label5, label6, label7, label8, needcomment) VALUES ('fr.ird.observe.entities.referentiel.SizeMeasureType#1433499470887#0.950930784922093', 2, '2015-06-05', '2016-10-18 11:51:54.099140', 'DML', 1, null, 'Dorsal Mantle Length', 'Dorsal Mantle Length', 'Dorsal Mantle Length', null, null, null, null, null, false);") .put("fr.ird.observe.entities.referentiel.SizeMeasureType#1433499471278#0.425988764036447", "INSERT INTO observe_common.sizemeasuretype (topiaid, topiaversion, topiacreatedate, lastupdatedate, code, status, uri, label1, label2, label3, label4, label5, label6, label7, label8, needcomment) VALUES ('fr.ird.observe.entities.referentiel.SizeMeasureType#1433499471278#0.425988764036447', 2, '2015-06-05', '2016-10-18 11:51:54.099140', 'CDML', 1, null, 'Curved Dorsal Mantle Length', 'Curved Dorsal Mantle Length', 'Curved Dorsal Mantle Length', null, null, null, null, null, false);") .put("fr.ird.observe.entities.referentiel.SizeMeasureType#1433499472220#0.885759855154902", "INSERT INTO observe_common.sizemeasuretype (topiaid, topiaversion, topiacreatedate, lastupdatedate, code, status, uri, label1, label2, label3, label4, label5, label6, label7, label8, needcomment) VALUES ('fr.ird.observe.entities.referentiel.SizeMeasureType#1433499472220#0.885759855154902', 2, '2015-06-05', '2016-10-18 11:51:54.099140', 'PFL', 1, null, 'Pectoral-Fork Length', 'Pectoral-Fork Length', 'Pectoral-Fork Length', null, null, null, null, null, false);") + .put("fr.ird.observe.entities.referentiel.SizeMeasureType#1479120383659#0.03964411579456617", "INSERT INTO observe_common.sizemeasuretype (topiaid, topiaversion, topiacreatedate, lastupdatedate, code, status, uri, label1, label2, label3, label4, label5, label6, label7, label8, needcomment) VALUES ('fr.ird.observe.entities.referentiel.SizeMeasureType#1479120383659#0.03964411579456617', 2, '2016-11-14', '2016-12-06 15:54:27.727005', 'SCL', 1, null, 'Straight Carapace Length', 'Straight Carapace Length', 'Straight Carapace Length', null, null, null, null, null, false);") .build(); ImmutableMap<String, String> knownSizeMeasureTypeMapping = ImmutableMap.<String, String>builder() View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/87b326265baccd784dd1f9a45b5… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/87b326265baccd784dd1f9a45b5… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] Problème d'ouverture d'une sauvegarde 5.4 - Closes #1184
by Tony CHEMIT 03 Feb '19

03 Feb '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 1579f66f by tchemit at 2019-02-03T11:28:23Z Problème d&#39;ouverture d&#39;une sauvegarde 5.4 - Closes #1184 - - - - - 1 changed file: - persistence/src/main/java/fr/ird/observe/entities/migration/old/DataSourceMigrationForVersion_6_0.java Changes: ===================================== persistence/src/main/java/fr/ird/observe/entities/migration/old/DataSourceMigrationForVersion_6_0.java ===================================== @@ -179,6 +179,7 @@ public class DataSourceMigrationForVersion_6_0 extends OldMigrationVersionResour .put("fr.ird.observe.entities.referentiel.SizeMeasureType#1433499470887#0.950930784922093", "INSERT INTO observe_common.sizemeasuretype (topiaid, topiaversion, topiacreatedate, lastupdatedate, code, status, uri, label1, label2, label3, label4, label5, label6, label7, label8, needcomment) VALUES ('fr.ird.observe.entities.referentiel.SizeMeasureType#1433499470887#0.950930784922093', 2, '2015-06-05', '2016-10-18 11:51:54.099140', 'DML', 1, null, 'Dorsal Mantle Length', 'Dorsal Mantle Length', 'Dorsal Mantle Length', null, null, null, null, null, false);") .put("fr.ird.observe.entities.referentiel.SizeMeasureType#1433499471278#0.425988764036447", "INSERT INTO observe_common.sizemeasuretype (topiaid, topiaversion, topiacreatedate, lastupdatedate, code, status, uri, label1, label2, label3, label4, label5, label6, label7, label8, needcomment) VALUES ('fr.ird.observe.entities.referentiel.SizeMeasureType#1433499471278#0.425988764036447', 2, '2015-06-05', '2016-10-18 11:51:54.099140', 'CDML', 1, null, 'Curved Dorsal Mantle Length', 'Curved Dorsal Mantle Length', 'Curved Dorsal Mantle Length', null, null, null, null, null, false);") .put("fr.ird.observe.entities.referentiel.SizeMeasureType#1433499472220#0.885759855154902", "INSERT INTO observe_common.sizemeasuretype (topiaid, topiaversion, topiacreatedate, lastupdatedate, code, status, uri, label1, label2, label3, label4, label5, label6, label7, label8, needcomment) VALUES ('fr.ird.observe.entities.referentiel.SizeMeasureType#1433499472220#0.885759855154902', 2, '2015-06-05', '2016-10-18 11:51:54.099140', 'PFL', 1, null, 'Pectoral-Fork Length', 'Pectoral-Fork Length', 'Pectoral-Fork Length', null, null, null, null, null, false);") + .put("fr.ird.observe.entities.referentiel.SizeMeasureType#1479120383659#0.03964411579456617", "INSERT INTO observe_common.sizemeasuretype (topiaid, topiaversion, topiacreatedate, lastupdatedate, code, status, uri, label1, label2, label3, label4, label5, label6, label7, label8, needcomment) VALUES ('fr.ird.observe.entities.referentiel.SizeMeasureType#1479120383659#0.03964411579456617', 2, '2016-11-14', '2016-12-06 15:54:27.727005', 'SCL', 1, null, 'Straight Carapace Length', 'Straight Carapace Length', 'Straight Carapace Length', null, null, null, null, null, false);") .build(); ImmutableMap<String, String> knownSizeMeasureTypeMapping = ImmutableMap.<String, String>builder() @@ -258,7 +259,11 @@ public class DataSourceMigrationForVersion_6_0 extends OldMigrationVersionResour Set<String> missingSizeMeasureTypeIds = knownSizeMeasureTypeMapping.values().stream().filter(id -> !existingSizeMeasureMapping.values().contains(id)).collect(Collectors.toSet()); for (String missingSizeMeasureTypeId : missingSizeMeasureTypeIds) { - executor.writeSql(sqlMappingByCode.get(missingSizeMeasureTypeId)); + String sql = sqlMappingByCode.get(missingSizeMeasureTypeId); + if (sql == null) { + throw new IllegalStateException("Can't fin size measure type with id: " + missingSizeMeasureTypeId); + } + executor.writeSql(sql); } ImmutableMap.Builder<String, String> allSizeMeasureTypeMappingBuilder = ImmutableMap.<String, String>builder().putAll(existingSizeMeasureMapping); View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/1579f66fe41505621c7d07e3569… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/1579f66fe41505621c7d07e3569… You're receiving this email because of your account on gitlab.com.
1 0
0 0
[Git][ultreiaio/ird-observe][develop] [PS] libellé Code simplifié -> Type d'objet simplifié (CECOFAD) - Closes #1208
by Tony CHEMIT 01 Feb '19

01 Feb '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 653bbeaa by tchemit at 2019-02-01T14:13:00Z [PS] libellé Code simplifié -&gt; Type d&#39;objet simplifié (CECOFAD) - Closes #1208 - - - - - 3 changed files: - observe-i18n/src/main/i18n/translations/observe_en_GB.properties - observe-i18n/src/main/i18n/translations/observe_es_ES.properties - observe-i18n/src/main/i18n/translations/observe_fr_FR.properties Changes: ===================================== observe-i18n/src/main/i18n/translations/observe_en_GB.properties ===================================== @@ -977,7 +977,7 @@ observe.common.EncounterTypeDto.types=Encounter types observe.common.FloatingObjectDto.comment=Floating object comment observe.common.FloatingObjectDto.computedBiodegradable=Biodegradable observe.common.FloatingObjectDto.computedNonEntangling=Non Entangling -observe.common.FloatingObjectDto.computedSimplifiedObjectType=Simplified object type +observe.common.FloatingObjectDto.computedSimplifiedObjectType=Simplified object type (CECOFAD) observe.common.FloatingObjectDto.computedValues=Computed values observe.common.FloatingObjectDto.generalTab=General caracteristics observe.common.FloatingObjectDto.is.a.reference=<html><body>Reference <b>%s</b> ===================================== observe-i18n/src/main/i18n/translations/observe_es_ES.properties ===================================== @@ -977,7 +977,7 @@ observe.common.EncounterTypeDto.types=Tipos de encuentro observe.common.FloatingObjectDto.comment=Comentarios de objeto observe.common.FloatingObjectDto.computedBiodegradable=Biodegradable \#TODO observe.common.FloatingObjectDto.computedNonEntangling=Non Entangling \#TODO -observe.common.FloatingObjectDto.computedSimplifiedObjectType=Code simplifié \#TODO +observe.common.FloatingObjectDto.computedSimplifiedObjectType=Tipo de objeto simplificado (CECOFAD) observe.common.FloatingObjectDto.computedValues=Computed values \#TODO observe.common.FloatingObjectDto.generalTab=Características generales observe.common.FloatingObjectDto.is.a.reference=<html><body>Référence <b>%s</b> \#TODO ===================================== observe-i18n/src/main/i18n/translations/observe_fr_FR.properties ===================================== @@ -977,7 +977,7 @@ observe.common.EncounterTypeDto.types=Types de rencontre observe.common.FloatingObjectDto.comment=Commentaire sur l'objet flottant observe.common.FloatingObjectDto.computedBiodegradable=Biodégradable observe.common.FloatingObjectDto.computedNonEntangling=Non maillant -observe.common.FloatingObjectDto.computedSimplifiedObjectType=Code simplifié +observe.common.FloatingObjectDto.computedSimplifiedObjectType=Type d'objet simplifié (CECOFAD observe.common.FloatingObjectDto.computedValues=Valeurs calculées observe.common.FloatingObjectDto.generalTab=Caractéristiques générales observe.common.FloatingObjectDto.is.a.reference=<html><body>Référence <b>%s</b> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/653bbeaacf1c60ceea5caa04654… -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/653bbeaacf1c60ceea5caa04654… You're receiving this email because of your account on gitlab.com.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.