Observe-commits
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
June 2019
- 1 participants
- 64 discussions
Tony CHEMIT deleted branch release/8.0-RC-2 at ultreiaio / ird-observe
--
You're receiving this email because of your account on gitlab.com.
1
0
Tony CHEMIT pushed new tag v8.0-RC-2 at ultreiaio / ird-observe
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/tree/v8.0-RC-2
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][release/8.0-RC-2] 2 commits: [jgitflow-maven-plugin]updating poms for branch'release/8.0-RC-2' with...
by Tony CHEMIT 09 Jun '19
by Tony CHEMIT 09 Jun '19
09 Jun '19
Tony CHEMIT pushed to branch release/8.0-RC-2 at ultreiaio / ird-observe
Commits:
df10d7e3 by tchemit at 2019-06-09T16:01:10Z
[jgitflow-maven-plugin]updating poms for branch'release/8.0-RC-2' with non-snapshot versions[skip ci]
- - - - -
e9debdba by tchemit at 2019-06-09T16:41:56Z
fix ##1266
- - - - -
28 changed files:
- client-configuration/pom.xml
- − client-core/.mvn/i18n/parse-validation-messages
- client-core/pom.xml
- − client-core/src/main/i18n/getters/validation-fields.getter
- − client-core/src/main/i18n/getters/validation-messages.getter
- client-core/src/main/java/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUIModel.java
- client-runner/pom.xml
- dto/pom.xml
- + dto/src/main/java/fr/ird/observe/dto/data/ll/observation/SetLonglineObsDetailCompositionUIDto.java
- observe-i18n/pom.xml
- 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
- observe/pom.xml
- persistence/pom.xml
- pom.xml
- server-configuration/pom.xml
- server-core/pom.xml
- server-runner/pom.xml
- services-client/pom.xml
- services-local/pom.xml
- services-validation/pom.xml
- services/pom.xml
- test/pom.xml
- validation/pom.xml
- validation/src/main/i18n/getters/validation-fields.getter
- validation/src/main/i18n/getters/validation-messages.getter
- client-core/src/main/resources/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUIModel-update-error-validation.xml → validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetLonglineObsDetailCompositionUIDto-update-error-validation.xml
Changes:
=====================================
client-configuration/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>client-configuration</artifactId>
=====================================
client-core/.mvn/i18n/parse-validation-messages deleted
=====================================
=====================================
client-core/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>client-core</artifactId>
@@ -770,53 +770,6 @@
</dependencies>
</plugin>
- <plugin>
- <groupId>fr.ird.observe.toolkit</groupId>
- <artifactId>toolbox-maven-plugin</artifactId>
- <version>${observeToolkitVersion}</version>
- <executions>
- <execution>
- <id>generate-i18n-validator-fields</id>
- <goals>
- <goal>generate-i18n-validator-fields</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-validators-descriptor</id>
- <goals>
- <goal>generate-validators-descriptor</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>client-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>fr.ird.observe.toolkit</groupId>
- <artifactId>common-validation</artifactId>
- <version>${observeToolkitVersion}</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-temperature</artifactId>
- <version>${lib.version.java4all.jaxx}</version>
- </dependency>
- <dependency>
- <groupId>org.javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>${lib.version.javassist}</version>
- </dependency>
- </dependencies>
- </plugin>
-
</plugins>
</build>
=====================================
client-core/src/main/i18n/getters/validation-fields.getter deleted
=====================================
@@ -1 +0,0 @@
-observe.common.LonglineDetailCompositionObsUIModelDto.generateTabValid
=====================================
client-core/src/main/i18n/getters/validation-messages.getter deleted
=====================================
@@ -1 +0,0 @@
-observe.validation.setLonglineObsDetailComposition.invalid.templates
=====================================
client-core/src/main/java/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUIModel.java
=====================================
@@ -24,6 +24,7 @@ package fr.ird.observe.client.ui.content.data.ll.observation;
import fr.ird.observe.client.ui.content.api.data.simple.ContentSimpleUIModel;
import fr.ird.observe.dto.data.ll.observation.SetLonglineObsDetailCompositionDto;
+import fr.ird.observe.dto.data.ll.observation.SetLonglineObsDetailCompositionUIDto;
import io.ultreia.java4all.bean.JavaBean;
import io.ultreia.java4all.bean.definition.JavaBeanDefinition;
import io.ultreia.java4all.bean.spi.GenerateJavaBeanDefinition;
@@ -36,7 +37,7 @@ import io.ultreia.java4all.bean.spi.GenerateJavaBeanDefinition;
*/
@SuppressWarnings("WeakerAccess")
@GenerateJavaBeanDefinition
-public class LonglineDetailCompositionObsUIModel extends ContentSimpleUIModel<SetLonglineObsDetailCompositionDto> implements JavaBean {
+public class LonglineDetailCompositionObsUIModel extends ContentSimpleUIModel<SetLonglineObsDetailCompositionDto> implements JavaBean, SetLonglineObsDetailCompositionUIDto {
public static final String PROPERTY_CAN_GENERATE = "canGenerate";
@@ -125,10 +126,12 @@ public class LonglineDetailCompositionObsUIModel extends ContentSimpleUIModel<Se
firePropertyChange(PROPERTY_COMPOSITION_TAB_VALID, null, compositionTabValid);
}
+ @Override
public boolean isGenerateTabValid() {
return generateTabValid;
}
+ @Override
public void setGenerateTabValid(boolean generateTabValid) {
this.generateTabValid = generateTabValid;
firePropertyChange(PROPERTY_GENERATE_TAB_VALID, null, generateTabValid);
=====================================
client-runner/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>client-runner</artifactId>
=====================================
dto/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>dto</artifactId>
=====================================
dto/src/main/java/fr/ird/observe/dto/data/ll/observation/SetLonglineObsDetailCompositionUIDto.java
=====================================
@@ -0,0 +1,38 @@
+package fr.ird.observe.dto.data.ll.observation;
+
+/*-
+ * #%L
+ * ObServe :: Dto
+ * %%
+ * Copyright (C) 2008 - 2019 IRD, Code Lutin, Ultreia.io
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+
+import io.ultreia.java4all.bean.JavaBean;
+
+/**
+ * Created on 09/06/19.
+ *
+ * @author Tony Chemit - dev(a)tchemit.fr
+ * @since ?
+ */
+public interface SetLonglineObsDetailCompositionUIDto extends JavaBean {
+
+ boolean isGenerateTabValid();
+
+ void setGenerateTabValid(boolean generateTabValid);
+}
=====================================
observe-i18n/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>observe-i18n</artifactId>
=====================================
observe-i18n/src/main/i18n/translations/observe_en_GB.properties
=====================================
@@ -1446,7 +1446,6 @@ observe.common.LonglineDetailCompositionObsDto.sectionsTable.template=Template
observe.common.LonglineDetailCompositionObsDto.sectionsTable.template.tip=Template used to generate baskets floatline lengths
observe.common.LonglineDetailCompositionObsDto.title=Detailed composition
observe.common.LonglineDetailCompositionObsDto.title.section.cant.use.firstTemplate=Can't use the first template while generating
-observe.common.LonglineDetailCompositionObsUIModelDto.generateTabValid=Templates
observe.common.LonglineGlobalCompositionDto.message.updating=Updating global composition
observe.common.LonglineGlobalCompositionLogbookDto.message.updating=Updating global composition
observe.common.LonglineGlobalCompositionObsDto.message.updating=Updating global composition
@@ -1958,6 +1957,7 @@ observe.common.SetLonglineObsDetailCompositionDto.branchlineDetailTab=Branchline
observe.common.SetLonglineObsDetailCompositionDto.canGenerate=Can generate
observe.common.SetLonglineObsDetailCompositionDto.compositionTab=Composition
observe.common.SetLonglineObsDetailCompositionDto.generateTab=generation
+observe.common.SetLonglineObsDetailCompositionUIDto.generateTabValid=Templates
observe.common.SetLonglineObsDto.action.reset.homeId.tip=Reset home id
observe.common.SetLonglineObsDto.basketsPerSectionCount=Baskets per section count
observe.common.SetLonglineObsDto.branchlinesPerBasketCount=Hooks per basket count
=====================================
observe-i18n/src/main/i18n/translations/observe_es_ES.properties
=====================================
@@ -1446,7 +1446,6 @@ observe.common.LonglineDetailCompositionObsDto.sectionsTable.template=Template
observe.common.LonglineDetailCompositionObsDto.sectionsTable.template.tip=Template
observe.common.LonglineDetailCompositionObsDto.title=Esquema del palangre
observe.common.LonglineDetailCompositionObsDto.title.section.cant.use.firstTemplate=Impossible de utilizar el primer modelo durante la generación
-observe.common.LonglineDetailCompositionObsUIModelDto.generateTabValid=Templates \#TODO
observe.common.LonglineGlobalCompositionDto.message.updating=Composición global del palangre en proceso de modificación
observe.common.LonglineGlobalCompositionLogbookDto.message.updating=Composición global del palangre en proceso de modificación
observe.common.LonglineGlobalCompositionObsDto.message.updating=Composición global del palangre en proceso de modificación
@@ -1958,6 +1957,7 @@ observe.common.SetLonglineObsDetailCompositionDto.branchlineDetailTab=Detalle de
observe.common.SetLonglineObsDetailCompositionDto.canGenerate=Autorizar la generación
observe.common.SetLonglineObsDetailCompositionDto.compositionTab=Composición
observe.common.SetLonglineObsDetailCompositionDto.generateTab=Definición de los modelos
+observe.common.SetLonglineObsDetailCompositionUIDto.generateTabValid=Templates \#TODO
observe.common.SetLonglineObsDto.action.reset.homeId.tip=Reiniciar el id de negocio
observe.common.SetLonglineObsDto.basketsPerSectionCount=Número de cestas por sección
observe.common.SetLonglineObsDto.branchlinesPerBasketCount=Número de anzuelos por cesta
=====================================
observe-i18n/src/main/i18n/translations/observe_fr_FR.properties
=====================================
@@ -1446,7 +1446,6 @@ observe.common.LonglineDetailCompositionObsDto.sectionsTable.template=Patron
observe.common.LonglineDetailCompositionObsDto.sectionsTable.template.tip=Patron
observe.common.LonglineDetailCompositionObsDto.title=Schéma de palangre
observe.common.LonglineDetailCompositionObsDto.title.section.cant.use.firstTemplate=Impossible d'utiliser le premier modèle lors de la génération
-observe.common.LonglineDetailCompositionObsUIModelDto.generateTabValid=Templates
observe.common.LonglineGlobalCompositionDto.message.updating=Composition globale de la palangre en cours de modification
observe.common.LonglineGlobalCompositionLogbookDto.message.updating=Composition globale de la palangre en cours de modification
observe.common.LonglineGlobalCompositionObsDto.message.updating=Composition globale de la palangre en cours de modification
@@ -1958,6 +1957,7 @@ observe.common.SetLonglineObsDetailCompositionDto.branchlineDetailTab=Détail av
observe.common.SetLonglineObsDetailCompositionDto.canGenerate=Autoriser la génération
observe.common.SetLonglineObsDetailCompositionDto.compositionTab=Composition
observe.common.SetLonglineObsDetailCompositionDto.generateTab=Définition des modèles
+observe.common.SetLonglineObsDetailCompositionUIDto.generateTabValid=Templates
observe.common.SetLonglineObsDto.action.reset.homeId.tip=Réinitialiser l'id métier
observe.common.SetLonglineObsDto.basketsPerSectionCount=Nombre de paniers par section
observe.common.SetLonglineObsDto.branchlinesPerBasketCount=Nombre d'hameçons par panier
=====================================
observe/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>observe</artifactId>
=====================================
persistence/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>persistence</artifactId>
=====================================
pom.xml
=====================================
@@ -31,7 +31,7 @@
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
<packaging>pom</packaging>
<name>ObServe :: Pom</name>
=====================================
server-configuration/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>server-configuration</artifactId>
=====================================
server-core/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>server-core</artifactId>
=====================================
server-runner/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>server-runner</artifactId>
=====================================
services-client/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>services-client</artifactId>
=====================================
services-local/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>services-local</artifactId>
=====================================
services-validation/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>services-validation</artifactId>
=====================================
services/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>services</artifactId>
=====================================
test/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>test</artifactId>
=====================================
validation/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-2</version>
</parent>
<artifactId>validation</artifactId>
=====================================
validation/src/main/i18n/getters/validation-fields.getter
=====================================
@@ -241,6 +241,7 @@ observe.common.SetLonglineLogbookGlobalCompositionDto.floatlinesComposition
observe.common.SetLonglineLogbookGlobalCompositionDto.floatlinesCompositionProportionSum
observe.common.SetLonglineLogbookGlobalCompositionDto.hooksComposition
observe.common.SetLonglineLogbookGlobalCompositionDto.hooksCompositionProportionSum
+observe.common.SetLonglineObsDetailCompositionUIDto.generateTabValid
observe.common.SetLonglineObsDto.basketsPerSectionCount
observe.common.SetLonglineObsDto.branchlinesPerBasketCount
observe.common.SetLonglineObsDto.haulingBreaks
=====================================
validation/src/main/i18n/getters/validation-messages.getter
=====================================
@@ -77,6 +77,7 @@ observe.validation.setLongline.haulingStartTimeStamp.before.haulingEndTimeStamp
observe.validation.setLongline.hooksComposition.uniqueKey
observe.validation.setLongline.settingEndTimeStamp.before.haulingStartTimeStamp
observe.validation.setLongline.settingStartTimeStamp.before.settingEndTimeStamp
+observe.validation.setLonglineObsDetailComposition.invalid.templates
observe.validation.species.length.bound
observe.validation.species.weight.bound
observe.validation.targetCatch.uniqueKey
=====================================
client-core/src/main/resources/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUIModel-update-error-validation.xml → validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetLonglineObsDetailCompositionUIDto-update-error-validation.xml
=====================================
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
- ObServe :: Client core
+ ObServe :: Validation
%%
Copyright (C) 2008 - 2019 IRD, Code Lutin, Ultreia.io
%%
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/772a3b817db3f6e8ab1e1695f2…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/772a3b817db3f6e8ab1e1695f2…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][master] 28 commits: [jgitflow-maven-plugin]updating poms for 8.0-RC-2-SNAPSHOT development[skip ci]
by Tony CHEMIT 09 Jun '19
by Tony CHEMIT 09 Jun '19
09 Jun '19
Tony CHEMIT pushed to branch master at ultreiaio / ird-observe
Commits:
18bb4ccf by tchemit at 2019-06-04T08:06:18Z
[jgitflow-maven-plugin]updating poms for 8.0-RC-2-SNAPSHOT development[skip ci]
- - - - -
9cdac82e by tchemit at 2019-06-04T08:18:23Z
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci]
- - - - -
3bef5941 by tchemit at 2019-06-04T08:18:23Z
[jgitflow-maven-plugin]merging 'master' into 'develop'
- - - - -
c8c8d149 by tchemit at 2019-06-04T08:18:24Z
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
- - - - -
2f77685b by tchemit at 2019-06-07T11:51:42Z
update pom
- - - - -
d1c1fd1b by tchemit at 2019-06-07T12:55:11Z
[LL] Certains formulaires ont des onglets avec le raccourci clavier écrit deux fois - closes #1312
- - - - -
5ff975a9 by tchemit at 2019-06-07T13:06:37Z
Les objets en édition ne sont pas bien restitués lors d'un redémarrage de l'application - Closes #1311
- - - - -
a8554805 by tchemit at 2019-06-07T16:08:12Z
Raccourci clavier F6 ne semble pas fonctionner pour la suppression des référentiels - Closes #1308
- - - - -
f5e0d99e by tchemit at 2019-06-07T16:09:06Z
Revue de certains raccourcis clavier - Closes #1313
- - - - -
2ff555d9 by tchemit at 2019-06-08T11:51:06Z
[SYNCHRO AVANCEE] Trier les référentiels dans ordre alphabétique dans les arbres - Closes #1314
- - - - -
a1bf1fe0 by tchemit at 2019-06-08T12:27:33Z
L'asssitant connexion propose des raccourcis sur des touches qui n'existent pas - Closes #1302
- - - - -
f6992669 by tchemit at 2019-06-08T13:01:26Z
Déplacement de groupes de données - Closes #918
- - - - -
66ecf076 by tchemit at 2019-06-08T14:13:49Z
Nouveau logo - Closes #1238
- - - - -
ce2492d7 by tchemit at 2019-06-08T14:32:55Z
Improve navigation icons + only let access to navigation menus if only possible
- - - - -
3985d911 by tchemit at 2019-06-08T16:38:34Z
Rafraichissement de la page 'A propos' - See #1237
- - - - -
97924bcb by tchemit at 2019-06-09T12:09:27Z
[LL Composition détaillée] Sur le formulaire Brancheline deux champs non conditionnés - Closes #1316
- - - - -
93c515a0 by tchemit at 2019-06-09T12:10:43Z
[LL Composition détaillé] Sur l'écran Brancheline le label Temps depuis déclanchement dupliqué - Closes #1317
- - - - -
ddfde1c8 by tchemit at 2019-06-09T12:11:32Z
fix BranchelineUIModel javaBean definition
- - - - -
e490d101 by tchemit at 2019-06-09T12:12:18Z
[LL] Patron de génération du schéma détaillé - Closes #1266
- - - - -
5dbc81cd by tchemit at 2019-06-09T13:22:30Z
[LL Composition détaillée] Validateur en erreur sur le formulaire Brancheline - Closes #1318
- - - - -
9d4a7867 by tchemit at 2019-06-09T13:25:56Z
update gitlab issues [skip ci]
- - - - -
2cc16312 by tchemit at 2019-06-09T14:40:19Z
[LL Composition détaillée] Quelques améliorations d'ergonomies - Closes #1319
- - - - -
0868dd83 by tchemit at 2019-06-09T15:54:00Z
Pas de vérification de vitesses entre 2 activités - Closes #1285
- - - - -
035fd8f0 by tchemit at 2019-06-09T15:54:20Z
[PS Route] Lors de la sauvegarde d'une route le nœud Marée n'est pas mis à jour - Closes #1320
- - - - -
772a3b81 by tchemit at 2019-06-09T15:59:24Z
update changelog [skip ci]
- - - - -
df10d7e3 by tchemit at 2019-06-09T16:01:10Z
[jgitflow-maven-plugin]updating poms for branch'release/8.0-RC-2' with non-snapshot versions[skip ci]
- - - - -
e9debdba by tchemit at 2019-06-09T16:41:56Z
fix ##1266
- - - - -
49468472 by tchemit at 2019-06-09T18:25:31Z
[jgitflow-maven-plugin]merging 'release/8.0-RC-2' into 'master'
- - - - -
30 changed files:
- .gitlab/issue_templates/Contrat-SFA-2017-Anomalie.md
- .gitlab/issue_templates/Contrat-SFA-2017-Evolution.md
- + .mvn/gitlab-cache/milestones/893806-artifacts.json
- .mvn/gitlab-cache/milestones/893806-issues.json
- .mvn/gitlab-cache/milestones/893806.json
- + .mvn/gitlab-cache/milestones/898778-issues.json
- + .mvn/gitlab-cache/milestones/898778.json
- CHANGELOG.md
- client-configuration/pom.xml
- client-configuration/src/main/java/fr/ird/observe/client/configuration/NavigationTreeConfigBean.java
- client-core/pom.xml
- client-core/src/main/i18n/getters/java.getter
- client-core/src/main/java/fr/ird/observe/client/ui/ObserveKeyStrokes.java
- client-core/src/main/java/fr/ird/observe/client/ui/ObserveMainUIInitializer.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/UIActionSupport.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/ResetEditUIAction.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/data/list/CreateOpenDataFromListUIAction.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/data/open/CreateOpenDataUIAction.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/table/DeleteTableEntryUIAction.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/api/data/table/NewTableEntryUIAction.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/data/ll/LonglineDetailCompositionDeleteAllSectionsAction.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ll/LonglineDetailCompositionGenerateAllSectionsAction.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ll/delete/DeleteActivityLonglineLogbookUIAction.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ll/delete/DeleteActivityLonglineObsUIAction.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ll/delete/DeleteTripLonglineLandingUIAction.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ll/delete/DeleteTripLonglineSampleLogbookUIAction.java
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ll/delete/DeleteTripLonglineUIAction.java
The diff was not included because it is too large.
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/f4e1373ddc37a435e3289e01c9…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/f4e1373ddc37a435e3289e01c9…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop] 6 commits: [jgitflow-maven-plugin]updating poms for branch'release/8.0-RC-2' with...
by Tony CHEMIT 09 Jun '19
by Tony CHEMIT 09 Jun '19
09 Jun '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
df10d7e3 by tchemit at 2019-06-09T16:01:10Z
[jgitflow-maven-plugin]updating poms for branch'release/8.0-RC-2' with non-snapshot versions[skip ci]
- - - - -
e9debdba by tchemit at 2019-06-09T16:41:56Z
fix ##1266
- - - - -
49468472 by tchemit at 2019-06-09T18:25:31Z
[jgitflow-maven-plugin]merging 'release/8.0-RC-2' into 'master'
- - - - -
66e69b1d by tchemit at 2019-06-09T18:25:34Z
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci]
- - - - -
13ed0778 by tchemit at 2019-06-09T18:25:35Z
[jgitflow-maven-plugin]merging 'master' into 'develop'
- - - - -
c4e7974e by tchemit at 2019-06-09T18:25:36Z
[jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci]
- - - - -
12 changed files:
- − client-core/.mvn/i18n/parse-validation-messages
- client-core/pom.xml
- − client-core/src/main/i18n/getters/validation-fields.getter
- − client-core/src/main/i18n/getters/validation-messages.getter
- client-core/src/main/java/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUIModel.java
- + dto/src/main/java/fr/ird/observe/dto/data/ll/observation/SetLonglineObsDetailCompositionUIDto.java
- 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
- validation/src/main/i18n/getters/validation-fields.getter
- validation/src/main/i18n/getters/validation-messages.getter
- client-core/src/main/resources/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUIModel-update-error-validation.xml → validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetLonglineObsDetailCompositionUIDto-update-error-validation.xml
Changes:
=====================================
client-core/.mvn/i18n/parse-validation-messages deleted
=====================================
=====================================
client-core/pom.xml
=====================================
@@ -770,53 +770,6 @@
</dependencies>
</plugin>
- <plugin>
- <groupId>fr.ird.observe.toolkit</groupId>
- <artifactId>toolbox-maven-plugin</artifactId>
- <version>${observeToolkitVersion}</version>
- <executions>
- <execution>
- <id>generate-i18n-validator-fields</id>
- <goals>
- <goal>generate-i18n-validator-fields</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-validators-descriptor</id>
- <goals>
- <goal>generate-validators-descriptor</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>client-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>fr.ird.observe.toolkit</groupId>
- <artifactId>common-validation</artifactId>
- <version>${observeToolkitVersion}</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-temperature</artifactId>
- <version>${lib.version.java4all.jaxx}</version>
- </dependency>
- <dependency>
- <groupId>org.javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>${lib.version.javassist}</version>
- </dependency>
- </dependencies>
- </plugin>
-
</plugins>
</build>
=====================================
client-core/src/main/i18n/getters/validation-fields.getter deleted
=====================================
@@ -1 +0,0 @@
-observe.common.LonglineDetailCompositionObsUIModelDto.generateTabValid
=====================================
client-core/src/main/i18n/getters/validation-messages.getter deleted
=====================================
@@ -1 +0,0 @@
-observe.validation.setLonglineObsDetailComposition.invalid.templates
=====================================
client-core/src/main/java/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUIModel.java
=====================================
@@ -24,6 +24,7 @@ package fr.ird.observe.client.ui.content.data.ll.observation;
import fr.ird.observe.client.ui.content.api.data.simple.ContentSimpleUIModel;
import fr.ird.observe.dto.data.ll.observation.SetLonglineObsDetailCompositionDto;
+import fr.ird.observe.dto.data.ll.observation.SetLonglineObsDetailCompositionUIDto;
import io.ultreia.java4all.bean.JavaBean;
import io.ultreia.java4all.bean.definition.JavaBeanDefinition;
import io.ultreia.java4all.bean.spi.GenerateJavaBeanDefinition;
@@ -36,7 +37,7 @@ import io.ultreia.java4all.bean.spi.GenerateJavaBeanDefinition;
*/
@SuppressWarnings("WeakerAccess")
@GenerateJavaBeanDefinition
-public class LonglineDetailCompositionObsUIModel extends ContentSimpleUIModel<SetLonglineObsDetailCompositionDto> implements JavaBean {
+public class LonglineDetailCompositionObsUIModel extends ContentSimpleUIModel<SetLonglineObsDetailCompositionDto> implements JavaBean, SetLonglineObsDetailCompositionUIDto {
public static final String PROPERTY_CAN_GENERATE = "canGenerate";
@@ -125,10 +126,12 @@ public class LonglineDetailCompositionObsUIModel extends ContentSimpleUIModel<Se
firePropertyChange(PROPERTY_COMPOSITION_TAB_VALID, null, compositionTabValid);
}
+ @Override
public boolean isGenerateTabValid() {
return generateTabValid;
}
+ @Override
public void setGenerateTabValid(boolean generateTabValid) {
this.generateTabValid = generateTabValid;
firePropertyChange(PROPERTY_GENERATE_TAB_VALID, null, generateTabValid);
=====================================
dto/src/main/java/fr/ird/observe/dto/data/ll/observation/SetLonglineObsDetailCompositionUIDto.java
=====================================
@@ -0,0 +1,38 @@
+package fr.ird.observe.dto.data.ll.observation;
+
+/*-
+ * #%L
+ * ObServe :: Dto
+ * %%
+ * Copyright (C) 2008 - 2019 IRD, Code Lutin, Ultreia.io
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+
+import io.ultreia.java4all.bean.JavaBean;
+
+/**
+ * Created on 09/06/19.
+ *
+ * @author Tony Chemit - dev(a)tchemit.fr
+ * @since ?
+ */
+public interface SetLonglineObsDetailCompositionUIDto extends JavaBean {
+
+ boolean isGenerateTabValid();
+
+ void setGenerateTabValid(boolean generateTabValid);
+}
=====================================
observe-i18n/src/main/i18n/translations/observe_en_GB.properties
=====================================
@@ -1446,7 +1446,6 @@ observe.common.LonglineDetailCompositionObsDto.sectionsTable.template=Template
observe.common.LonglineDetailCompositionObsDto.sectionsTable.template.tip=Template used to generate baskets floatline lengths
observe.common.LonglineDetailCompositionObsDto.title=Detailed composition
observe.common.LonglineDetailCompositionObsDto.title.section.cant.use.firstTemplate=Can't use the first template while generating
-observe.common.LonglineDetailCompositionObsUIModelDto.generateTabValid=Templates
observe.common.LonglineGlobalCompositionDto.message.updating=Updating global composition
observe.common.LonglineGlobalCompositionLogbookDto.message.updating=Updating global composition
observe.common.LonglineGlobalCompositionObsDto.message.updating=Updating global composition
@@ -1958,6 +1957,7 @@ observe.common.SetLonglineObsDetailCompositionDto.branchlineDetailTab=Branchline
observe.common.SetLonglineObsDetailCompositionDto.canGenerate=Can generate
observe.common.SetLonglineObsDetailCompositionDto.compositionTab=Composition
observe.common.SetLonglineObsDetailCompositionDto.generateTab=generation
+observe.common.SetLonglineObsDetailCompositionUIDto.generateTabValid=Templates
observe.common.SetLonglineObsDto.action.reset.homeId.tip=Reset home id
observe.common.SetLonglineObsDto.basketsPerSectionCount=Baskets per section count
observe.common.SetLonglineObsDto.branchlinesPerBasketCount=Hooks per basket count
=====================================
observe-i18n/src/main/i18n/translations/observe_es_ES.properties
=====================================
@@ -1446,7 +1446,6 @@ observe.common.LonglineDetailCompositionObsDto.sectionsTable.template=Template
observe.common.LonglineDetailCompositionObsDto.sectionsTable.template.tip=Template
observe.common.LonglineDetailCompositionObsDto.title=Esquema del palangre
observe.common.LonglineDetailCompositionObsDto.title.section.cant.use.firstTemplate=Impossible de utilizar el primer modelo durante la generación
-observe.common.LonglineDetailCompositionObsUIModelDto.generateTabValid=Templates \#TODO
observe.common.LonglineGlobalCompositionDto.message.updating=Composición global del palangre en proceso de modificación
observe.common.LonglineGlobalCompositionLogbookDto.message.updating=Composición global del palangre en proceso de modificación
observe.common.LonglineGlobalCompositionObsDto.message.updating=Composición global del palangre en proceso de modificación
@@ -1958,6 +1957,7 @@ observe.common.SetLonglineObsDetailCompositionDto.branchlineDetailTab=Detalle de
observe.common.SetLonglineObsDetailCompositionDto.canGenerate=Autorizar la generación
observe.common.SetLonglineObsDetailCompositionDto.compositionTab=Composición
observe.common.SetLonglineObsDetailCompositionDto.generateTab=Definición de los modelos
+observe.common.SetLonglineObsDetailCompositionUIDto.generateTabValid=Templates \#TODO
observe.common.SetLonglineObsDto.action.reset.homeId.tip=Reiniciar el id de negocio
observe.common.SetLonglineObsDto.basketsPerSectionCount=Número de cestas por sección
observe.common.SetLonglineObsDto.branchlinesPerBasketCount=Número de anzuelos por cesta
=====================================
observe-i18n/src/main/i18n/translations/observe_fr_FR.properties
=====================================
@@ -1446,7 +1446,6 @@ observe.common.LonglineDetailCompositionObsDto.sectionsTable.template=Patron
observe.common.LonglineDetailCompositionObsDto.sectionsTable.template.tip=Patron
observe.common.LonglineDetailCompositionObsDto.title=Schéma de palangre
observe.common.LonglineDetailCompositionObsDto.title.section.cant.use.firstTemplate=Impossible d'utiliser le premier modèle lors de la génération
-observe.common.LonglineDetailCompositionObsUIModelDto.generateTabValid=Templates
observe.common.LonglineGlobalCompositionDto.message.updating=Composition globale de la palangre en cours de modification
observe.common.LonglineGlobalCompositionLogbookDto.message.updating=Composition globale de la palangre en cours de modification
observe.common.LonglineGlobalCompositionObsDto.message.updating=Composition globale de la palangre en cours de modification
@@ -1958,6 +1957,7 @@ observe.common.SetLonglineObsDetailCompositionDto.branchlineDetailTab=Détail av
observe.common.SetLonglineObsDetailCompositionDto.canGenerate=Autoriser la génération
observe.common.SetLonglineObsDetailCompositionDto.compositionTab=Composition
observe.common.SetLonglineObsDetailCompositionDto.generateTab=Définition des modèles
+observe.common.SetLonglineObsDetailCompositionUIDto.generateTabValid=Templates
observe.common.SetLonglineObsDto.action.reset.homeId.tip=Réinitialiser l'id métier
observe.common.SetLonglineObsDto.basketsPerSectionCount=Nombre de paniers par section
observe.common.SetLonglineObsDto.branchlinesPerBasketCount=Nombre d'hameçons par panier
=====================================
validation/src/main/i18n/getters/validation-fields.getter
=====================================
@@ -241,6 +241,7 @@ observe.common.SetLonglineLogbookGlobalCompositionDto.floatlinesComposition
observe.common.SetLonglineLogbookGlobalCompositionDto.floatlinesCompositionProportionSum
observe.common.SetLonglineLogbookGlobalCompositionDto.hooksComposition
observe.common.SetLonglineLogbookGlobalCompositionDto.hooksCompositionProportionSum
+observe.common.SetLonglineObsDetailCompositionUIDto.generateTabValid
observe.common.SetLonglineObsDto.basketsPerSectionCount
observe.common.SetLonglineObsDto.branchlinesPerBasketCount
observe.common.SetLonglineObsDto.haulingBreaks
=====================================
validation/src/main/i18n/getters/validation-messages.getter
=====================================
@@ -77,6 +77,7 @@ observe.validation.setLongline.haulingStartTimeStamp.before.haulingEndTimeStamp
observe.validation.setLongline.hooksComposition.uniqueKey
observe.validation.setLongline.settingEndTimeStamp.before.haulingStartTimeStamp
observe.validation.setLongline.settingStartTimeStamp.before.settingEndTimeStamp
+observe.validation.setLonglineObsDetailComposition.invalid.templates
observe.validation.species.length.bound
observe.validation.species.weight.bound
observe.validation.targetCatch.uniqueKey
=====================================
client-core/src/main/resources/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUIModel-update-error-validation.xml → validation/src/main/resources/fr/ird/observe/dto/data/ll/observation/SetLonglineObsDetailCompositionUIDto-update-error-validation.xml
=====================================
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
- ObServe :: Client core
+ ObServe :: Validation
%%
Copyright (C) 2008 - 2019 IRD, Code Lutin, Ultreia.io
%%
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/3f6a4ea3559ab6832659ca61f2…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/3f6a4ea3559ab6832659ca61f2…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop] [jgitflow-maven-plugin]updating poms for 8.0-RC-3-SNAPSHOT development[skip ci]
by Tony CHEMIT 09 Jun '19
by Tony CHEMIT 09 Jun '19
09 Jun '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
3f6a4ea3 by tchemit at 2019-06-09T16:00:30Z
[jgitflow-maven-plugin]updating poms for 8.0-RC-3-SNAPSHOT development[skip ci]
- - - - -
17 changed files:
- client-configuration/pom.xml
- client-core/pom.xml
- client-runner/pom.xml
- dto/pom.xml
- observe-i18n/pom.xml
- observe/pom.xml
- persistence/pom.xml
- pom.xml
- server-configuration/pom.xml
- server-core/pom.xml
- server-runner/pom.xml
- services-client/pom.xml
- services-local/pom.xml
- services-validation/pom.xml
- services/pom.xml
- test/pom.xml
- validation/pom.xml
Changes:
=====================================
client-configuration/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>client-configuration</artifactId>
=====================================
client-core/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>client-core</artifactId>
=====================================
client-runner/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>client-runner</artifactId>
=====================================
dto/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>dto</artifactId>
=====================================
observe-i18n/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>observe-i18n</artifactId>
=====================================
observe/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>observe</artifactId>
=====================================
persistence/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>persistence</artifactId>
=====================================
pom.xml
=====================================
@@ -31,7 +31,7 @@
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ObServe :: Pom</name>
=====================================
server-configuration/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>server-configuration</artifactId>
=====================================
server-core/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>server-core</artifactId>
=====================================
server-runner/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>server-runner</artifactId>
=====================================
services-client/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>services-client</artifactId>
=====================================
services-local/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>services-local</artifactId>
=====================================
services-validation/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>services-validation</artifactId>
=====================================
services/pom.xml
=====================================
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>services</artifactId>
=====================================
test/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>test</artifactId>
=====================================
validation/pom.xml
=====================================
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
- <version>8.0-RC-2-SNAPSHOT</version>
+ <version>8.0-RC-3-SNAPSHOT</version>
</parent>
<artifactId>validation</artifactId>
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/3f6a4ea3559ab6832659ca61f24…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/3f6a4ea3559ab6832659ca61f24…
You're receiving this email because of your account on gitlab.com.
1
0
09 Jun '19
Tony CHEMIT pushed new branch release/8.0-RC-2 at ultreiaio / ird-observe
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/tree/release/8.0-RC-2
You're receiving this email because of your account on gitlab.com.
1
0
09 Jun '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
772a3b81 by tchemit at 2019-06-09T15:59:24Z
update changelog [skip ci]
- - - - -
6 changed files:
- + .mvn/gitlab-cache/milestones/893806-artifacts.json
- .mvn/gitlab-cache/milestones/893806-issues.json
- .mvn/gitlab-cache/milestones/893806.json
- + .mvn/gitlab-cache/milestones/898778-issues.json
- + .mvn/gitlab-cache/milestones/898778.json
- CHANGELOG.md
Changes:
=====================================
.mvn/gitlab-cache/milestones/893806-artifacts.json
=====================================
@@ -0,0 +1,12 @@
+[
+ {
+ "name": "Application",
+ "filename": "observe-8.0-RC-2.zip",
+ "url": "http://repo1.maven.org/maven2/fr/ird/observe/observe/8.0-RC-2/observe-8.0-R…"
+ },
+ {
+ "name": "Serveur",
+ "filename": "observe-8.0-RC-2.war",
+ "url": "http://repo1.maven.org/maven2/fr/ird/observe/observe/8.0-RC-2/observe-8.0-R…"
+ }
+]
\ No newline at end of file
=====================================
.mvn/gitlab-cache/milestones/893806-issues.json
=====================================
@@ -1,12 +1,13 @@
[
{
- "id": 21178012,
- "iid": 1293,
+ "id": 21360250,
+ "iid": 1302,
"projectId": 2722779,
- "title": "Choix de nouvelles couleurs pour les symboles de la carte LL",
- "description": "Définir de nouvelles couleurs pour les symboles de carte LL",
+ "title": "L\u0027asssitant connexion propose des raccourcis sur des touches qui n\u0027existent pas",
+ "description": "Il faudrait limiter la proposition de raccourcis à F12...\n\n",
"labels": [
- "Haut",
+ "Anomalie",
+ "Bas",
"IRD-2018-01-V8"
],
"milestone": {
@@ -16,21 +17,29 @@
"groupId": 0,
"title": "8.0-RC-2",
"description": "",
- "dueDate": "Jun 30, 2019 2:00:00 AM",
- "startDate": "Jun 3, 2019 2:00:00 AM",
- "state": "active"
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
},
"assignees": [
{
- "_id": 1111318,
- "_username": "pcauquil",
- "_name": "Pascal Cauquil",
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
"_state": "active",
"_external": false,
- "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
}
],
"assignee": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
+ "author": {
"_id": 1111318,
"_username": "pcauquil",
"_name": "Pascal Cauquil",
@@ -38,6 +47,60 @@
"_external": false,
"_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
},
+ "userNotesCount": 1,
+ "upVotes": 0,
+ "downVotes": 0,
+ "confidential": false,
+ "timeStats": {
+ "timeEstimate": 0,
+ "totalTimeSpent": 0
+ },
+ "state": "closed",
+ "updatedAt": "Jun 8, 2019 1:27:42 PM",
+ "createdAt": "May 28, 2019 10:32:50 AM",
+ "closedAt": "Jun 8, 2019 1:27:42 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1302"
+ },
+ {
+ "id": 18519374,
+ "iid": 1238,
+ "projectId": 2722779,
+ "title": "Nouveau logo",
+ "description": "Mettre à jour le logo de l\u0027application avec :\n\n ou \n\nLe premier est plus détaillé mais rendra peut-être mal avec les petites résolutions des icônes. A tester.",
+ "labels": [
+ "Bas",
+ "Evolution",
+ "À facturer"
+ ],
+ "milestone": {
+ "id": 893806,
+ "iid": 142,
+ "projectId": 2722779,
+ "groupId": 0,
+ "title": "8.0-RC-2",
+ "description": "",
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
+ },
+ "assignees": [
+ {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ }
+ ],
+ "assignee": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
"author": {
"_id": 1111318,
"_username": "pcauquil",
@@ -46,7 +109,7 @@
"_external": false,
"_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
},
- "userNotesCount": 0,
+ "userNotesCount": 3,
"upVotes": 0,
"downVotes": 0,
"confidential": false,
@@ -54,20 +117,21 @@
"timeEstimate": 0,
"totalTimeSpent": 0
},
- "state": "opened",
- "updatedAt": "Jun 3, 2019 11:40:32 AM",
- "createdAt": "May 22, 2019 11:52:43 AM",
- "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1293"
+ "state": "closed",
+ "updatedAt": "Jun 8, 2019 5:39:19 PM",
+ "createdAt": "Feb 22, 2019 4:35:02 PM",
+ "closedAt": "Jun 8, 2019 3:14:02 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1238"
},
{
- "id": 21360250,
- "iid": 1302,
+ "id": 18331066,
+ "iid": 1235,
"projectId": 2722779,
- "title": "L\u0027asssitant connexion propose des raccourcis sur des touches qui n\u0027existent pas",
- "description": "Il faudrait limiter la proposition de raccourcis à F12...\n\n",
+ "title": "Navigation : pertinence de la calée dans le menu ?",
+ "description": "Le menu navigation aide à retrouver les éléments ouverts.\n\nOr, il mentionne aussi la calée.\n\nComme la calée ouverte est forcément sur l\u0027activité ouverte, qu\u0027il n\u0027y a qu\u0027une calée par activité et qu\u0027elle ne dispose pas de son propre mécanisme d\u0027ouverture/fermeture, nous pensons qu\u0027il serait mieux de ne pas la faire figurer dans ce menu.\n\n",
"labels": [
- "Anomalie",
"Bas",
+ "Evolution",
"IRD-2018-01-V8"
],
"milestone": {
@@ -77,9 +141,9 @@
"groupId": 0,
"title": "8.0-RC-2",
"description": "",
- "dueDate": "Jun 30, 2019 2:00:00 AM",
- "startDate": "Jun 3, 2019 2:00:00 AM",
- "state": "active"
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
},
"assignees": [
{
@@ -107,6 +171,128 @@
"_external": false,
"_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
},
+ "userNotesCount": 1,
+ "upVotes": 0,
+ "downVotes": 0,
+ "confidential": false,
+ "timeStats": {
+ "timeEstimate": 0,
+ "totalTimeSpent": 0
+ },
+ "state": "closed",
+ "updatedAt": "Jun 8, 2019 3:11:47 PM",
+ "createdAt": "Feb 18, 2019 5:21:36 PM",
+ "closedAt": "Jun 8, 2019 3:11:46 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1235"
+ },
+ {
+ "id": 21710431,
+ "iid": 1320,
+ "projectId": 2722779,
+ "title": "[PS Route] Lors de la sauvegarde d\u0027une route le nœud Marée n\u0027est pas mis à jour",
+ "description": "Il existe une règle métier qui modifie à la sauvegarde d\u0027une route la date de fin de la marée si celle ci est antérieure.\nCe code est bien exécuté mais par contre dans l\u0027arbre de navigation l\u0027information n\u0027est mise à jour.\n\n",
+ "labels": [
+ "Anomalie",
+ "IRD-2018-01-V8"
+ ],
+ "milestone": {
+ "id": 893806,
+ "iid": 142,
+ "projectId": 2722779,
+ "groupId": 0,
+ "title": "8.0-RC-2",
+ "description": "",
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
+ },
+ "assignees": [
+ {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ }
+ ],
+ "assignee": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
+ "author": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
+ "userNotesCount": 1,
+ "upVotes": 0,
+ "downVotes": 0,
+ "confidential": false,
+ "timeStats": {
+ "timeEstimate": 0,
+ "totalTimeSpent": 0
+ },
+ "state": "closed",
+ "updatedAt": "Jun 9, 2019 4:54:29 PM",
+ "createdAt": "Jun 9, 2019 4:26:30 PM",
+ "closedAt": "Jun 9, 2019 4:54:29 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1320"
+ },
+ {
+ "id": 21709869,
+ "iid": 1319,
+ "projectId": 2722779,
+ "title": "[LL Composition détaillée] Quelques améliorations d\u0027ergonomies",
+ "description": "* Ne pas pouvoir accepter aux onglets suivants si l\u0027un des onglets précédent est invalide\n* Quand on sauve, le bouton **Sauver** reste accessible alors que rien n\u0027est modifié\n* Si on est sur l\u0027onglet avançon, et que l\u0027on annule, l\u0027avançon n\u0027est pas rechargé",
+ "labels": [
+ "Evolution",
+ "IRD-2018-01-V8"
+ ],
+ "milestone": {
+ "id": 893806,
+ "iid": 142,
+ "projectId": 2722779,
+ "groupId": 0,
+ "title": "8.0-RC-2",
+ "description": "",
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
+ },
+ "assignees": [
+ {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ }
+ ],
+ "assignee": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
+ "author": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
"userNotesCount": 0,
"upVotes": 0,
"downVotes": 0,
@@ -115,17 +301,18 @@
"timeEstimate": 0,
"totalTimeSpent": 0
},
- "state": "opened",
- "updatedAt": "Jun 3, 2019 11:40:33 AM",
- "createdAt": "May 28, 2019 11:32:50 AM",
- "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1302"
+ "state": "closed",
+ "updatedAt": "Jun 9, 2019 3:41:03 PM",
+ "createdAt": "Jun 9, 2019 3:35:58 PM",
+ "closedAt": "Jun 9, 2019 3:41:03 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1319"
},
{
- "id": 21454912,
- "iid": 1308,
+ "id": 21708832,
+ "iid": 1318,
"projectId": 2722779,
- "title": "Raccourci clavier F6 ne semble pas fonctionner pour la suppression des référentiels",
- "description": "## Quelle est la cause de bogue ?\n\n## Comment reproduire le bogue ?\nLorsqu\u0027on est dans le référentiel à supprimer la touche F6 n\u0027a aucun effet\n\n## Logs\n\n```\n\n```",
+ "title": "[LL Composition détaillée] Validateur en erreur sur le formulaire Brancheline",
+ "description": "Sur le **poids snpa**, on entrant *0.2*, on obtient une erreur (valeur 0.2000082 avec mauvais arrondi), alors que la valeur est correcte.",
"labels": [
"Anomalie",
"IRD-2018-01-V8"
@@ -137,9 +324,9 @@
"groupId": 0,
"title": "8.0-RC-2",
"description": "",
- "dueDate": "Jun 30, 2019 2:00:00 AM",
- "startDate": "Jun 3, 2019 2:00:00 AM",
- "state": "active"
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
},
"assignees": [
{
@@ -160,12 +347,12 @@
"_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
},
"author": {
- "_id": 4000960,
- "_username": "cezanno",
- "_name": "ezanno cedric",
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
"_state": "active",
"_external": false,
- "_avatarUrl": "https://secure.gravatar.com/avatar/947fb1546e6560193d3a3d8a510794bb?s\u003d…"
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
},
"userNotesCount": 0,
"upVotes": 0,
@@ -175,20 +362,21 @@
"timeEstimate": 0,
"totalTimeSpent": 0
},
- "state": "opened",
- "updatedAt": "Jun 3, 2019 11:40:33 AM",
- "createdAt": "May 30, 2019 7:29:09 PM",
- "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1308"
+ "state": "closed",
+ "updatedAt": "Jun 9, 2019 2:30:57 PM",
+ "createdAt": "Jun 9, 2019 1:34:30 PM",
+ "closedAt": "Jun 9, 2019 2:30:57 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1318"
},
{
- "id": 21373043,
- "iid": 1304,
+ "id": 21708685,
+ "iid": 1317,
"projectId": 2722779,
- "title": "Création d\u0027une base de test pour la synchronisation des référentiels",
+ "title": "[LL Composition détaillée] Sur l\u0027écran Brancheline le label Temps depuis déclanchement dupliqué",
"description": "",
"labels": [
- "IRD-2018-01-V8",
- "Tâche"
+ "Anomalie",
+ "IRD-2018-01-V8"
],
"milestone": {
"id": 893806,
@@ -197,9 +385,9 @@
"groupId": 0,
"title": "8.0-RC-2",
"description": "",
- "dueDate": "Jun 30, 2019 2:00:00 AM",
- "startDate": "Jun 3, 2019 2:00:00 AM",
- "state": "active"
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
},
"assignees": [
{
@@ -220,12 +408,134 @@
"_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
},
"author": {
- "_id": 4000960,
- "_username": "cezanno",
- "_name": "ezanno cedric",
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
"_state": "active",
"_external": false,
- "_avatarUrl": "https://secure.gravatar.com/avatar/947fb1546e6560193d3a3d8a510794bb?s\u003d…"
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
+ "userNotesCount": 0,
+ "upVotes": 0,
+ "downVotes": 0,
+ "confidential": false,
+ "timeStats": {
+ "timeEstimate": 0,
+ "totalTimeSpent": 0
+ },
+ "state": "closed",
+ "updatedAt": "Jun 9, 2019 2:30:57 PM",
+ "createdAt": "Jun 9, 2019 1:10:21 PM",
+ "closedAt": "Jun 9, 2019 2:30:57 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1317"
+ },
+ {
+ "id": 21708681,
+ "iid": 1316,
+ "projectId": 2722779,
+ "title": "[LL Composition détaillée] Sur le formulaire Brancheline deux champs non conditionnés",
+ "description": "Les champs **Poids snap** et **Poids de l\u0027émérillon** doivent être accessible uniquement si les cases à cocher associées sont actives.",
+ "labels": [
+ "Anomalie",
+ "IRD-2018-01-V8"
+ ],
+ "milestone": {
+ "id": 893806,
+ "iid": 142,
+ "projectId": 2722779,
+ "groupId": 0,
+ "title": "8.0-RC-2",
+ "description": "",
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
+ },
+ "assignees": [
+ {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ }
+ ],
+ "assignee": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
+ "author": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
+ "userNotesCount": 0,
+ "upVotes": 0,
+ "downVotes": 0,
+ "confidential": false,
+ "timeStats": {
+ "timeEstimate": 0,
+ "totalTimeSpent": 0
+ },
+ "state": "closed",
+ "updatedAt": "Jun 9, 2019 2:30:57 PM",
+ "createdAt": "Jun 9, 2019 1:08:44 PM",
+ "closedAt": "Jun 9, 2019 2:30:57 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1316"
+ },
+ {
+ "id": 21691802,
+ "iid": 1314,
+ "projectId": 2722779,
+ "title": "[SYNCHRO AVANCEE] Trier les référentiels dans ordre alphabétique dans les arbres",
+ "description": "",
+ "labels": [
+ "Evolution",
+ "IRD-2018-01-V8"
+ ],
+ "milestone": {
+ "id": 893806,
+ "iid": 142,
+ "projectId": 2722779,
+ "groupId": 0,
+ "title": "8.0-RC-2",
+ "description": "",
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
+ },
+ "assignees": [
+ {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ }
+ ],
+ "assignee": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
+ "author": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
},
"userNotesCount": 1,
"upVotes": 0,
@@ -235,18 +545,22 @@
"timeEstimate": 0,
"totalTimeSpent": 0
},
- "state": "opened",
- "updatedAt": "Jun 3, 2019 11:40:33 AM",
- "createdAt": "May 28, 2019 4:29:47 PM",
- "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1304"
+ "state": "closed",
+ "updatedAt": "Jun 8, 2019 12:51:39 PM",
+ "createdAt": "Jun 8, 2019 11:24:29 AM",
+ "closedAt": "Jun 8, 2019 12:51:38 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1314"
},
{
- "id": 21224725,
- "iid": 1299,
+ "id": 21677600,
+ "iid": 1313,
"projectId": 2722779,
- "title": "[V8][V9] Piur l\u0027algorithme d\u0027appariement d\u0027activités LL/PS, décider du comprtement vis-à-vis de l\u0027absence d\u0027heures sur les activités (cas très fréquent sur les logbooks)",
- "description": "[V8][V9] Pour l\u0027algorithme d\u0027appariement d\u0027activités LL/PS, décider du comportement vis-à-vis de l\u0027absence d\u0027heures sur les activités (cas très fréquent sur les logbooks)",
- "labels": [],
+ "title": "Revue de certains raccourcis clavier",
+ "description": "Sur les nouveaux écran Landing et Sample, nous avons la combinaision d\u0027un formulaire de type éditable (comme une marée), couplé avec un formulaire de type tableau (comme les captures), cela engendre des conflits sur les raccourcis clavier.\n\nOn effectue les modifications sur le formulaire d\u0027édition d\u0027une ligne du tableau :\n\n* remplacer **F6** par **Ctrl + E** pour la suppression d\u0027une ligne\n\nOn effectue les modifications sur le formulaire gloabal :\n\n* remplacer **F4** par **F9** pour la création d\u0027un nouveau objet\n\nSur tous les formulaires de type éditable, l\u0027action de création d\u0027un nouveau utilise aussi ce nouveau raccouric (**F9**)",
+ "labels": [
+ "Evolution",
+ "IRD-2018-01-V8"
+ ],
"milestone": {
"id": 893806,
"iid": 142,
@@ -254,18 +568,35 @@
"groupId": 0,
"title": "8.0-RC-2",
"description": "",
- "dueDate": "Jun 30, 2019 2:00:00 AM",
- "startDate": "Jun 3, 2019 2:00:00 AM",
- "state": "active"
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
+ },
+ "assignees": [
+ {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ }
+ ],
+ "assignee": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
},
- "assignees": [],
"author": {
- "_id": 1111318,
- "_username": "pcauquil",
- "_name": "Pascal Cauquil",
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
"_state": "active",
"_external": false,
- "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
},
"userNotesCount": 0,
"upVotes": 0,
@@ -275,17 +606,18 @@
"timeEstimate": 0,
"totalTimeSpent": 0
},
- "state": "opened",
- "updatedAt": "Jun 3, 2019 11:40:32 AM",
- "createdAt": "May 23, 2019 4:23:51 PM",
- "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1299"
+ "state": "closed",
+ "updatedAt": "Jun 7, 2019 5:09:29 PM",
+ "createdAt": "Jun 7, 2019 5:06:52 PM",
+ "closedAt": "Jun 7, 2019 5:09:29 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1313"
},
{
- "id": 21152507,
- "iid": 1290,
+ "id": 21671205,
+ "iid": 1312,
"projectId": 2722779,
- "title": "Certains champs sont superposés cf captures",
- "description": "## Quelle est la cause de bogue ?\n\n## Comment reproduire le bogue ?\nLe pb apparait lorsque je veux compléter l\u0027onglet systèmes observés en créant une nouvelle activité.\n## Logs\n\n```\n\n```",
+ "title": "[LL] Certains formulaires ont des onglets avec le raccourci clavier écrit deux fois",
+ "description": "",
"labels": [
"Anomalie",
"IRD-2018-01-V8"
@@ -297,9 +629,9 @@
"groupId": 0,
"title": "8.0-RC-2",
"description": "",
- "dueDate": "Jun 30, 2019 2:00:00 AM",
- "startDate": "Jun 3, 2019 2:00:00 AM",
- "state": "active"
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
},
"assignees": [
{
@@ -320,14 +652,14 @@
"_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
},
"author": {
- "_id": 4000960,
- "_username": "cezanno",
- "_name": "ezanno cedric",
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
"_state": "active",
"_external": false,
- "_avatarUrl": "https://secure.gravatar.com/avatar/947fb1546e6560193d3a3d8a510794bb?s\u003d…"
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
},
- "userNotesCount": 1,
+ "userNotesCount": 0,
"upVotes": 0,
"downVotes": 0,
"confidential": false,
@@ -335,17 +667,18 @@
"timeEstimate": 0,
"totalTimeSpent": 0
},
- "state": "opened",
- "updatedAt": "Jun 3, 2019 11:40:32 AM",
- "createdAt": "May 21, 2019 5:01:16 PM",
- "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1290"
+ "state": "closed",
+ "updatedAt": "Jun 7, 2019 1:55:34 PM",
+ "createdAt": "Jun 7, 2019 1:54:55 PM",
+ "closedAt": "Jun 7, 2019 1:55:34 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1312"
},
{
- "id": 21102354,
- "iid": 1285,
+ "id": 21671164,
+ "iid": 1311,
"projectId": 2722779,
- "title": "Pas de vérification de vitesses entre 2 activités",
- "description": "## Quelle est la cause de bogue ?\nEntre 2 activités, la vérification des vitesses du navire n\u0027est pas faite.\n\n## Comment reproduire le bogue ?\n\n## Logs\n\n```\n\n```",
+ "title": "Les objets en édition ne sont pas bien restitués lors d\u0027un redémarrage de l\u0027application",
+ "description": "Les nouveaux types d\u0027objets (sample, landing) ne sont pas pris en compte à la réouverture de l\u0027application, et sont non accessible depuis le menu navigation.",
"labels": [
"Anomalie",
"IRD-2018-01-V8"
@@ -357,9 +690,9 @@
"groupId": 0,
"title": "8.0-RC-2",
"description": "",
- "dueDate": "Jun 30, 2019 2:00:00 AM",
- "startDate": "Jun 3, 2019 2:00:00 AM",
- "state": "active"
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
},
"assignees": [
{
@@ -379,6 +712,67 @@
"_external": false,
"_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
},
+ "author": {
+ "_id": 166231,
+ "_username": "tchemit",
+ "_name": "Tony CHEMIT",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
+ },
+ "userNotesCount": 0,
+ "upVotes": 0,
+ "downVotes": 0,
+ "confidential": false,
+ "timeStats": {
+ "timeEstimate": 0,
+ "totalTimeSpent": 0
+ },
+ "state": "closed",
+ "updatedAt": "Jun 7, 2019 1:55:34 PM",
+ "createdAt": "Jun 7, 2019 1:53:19 PM",
+ "closedAt": "Jun 7, 2019 1:55:34 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1311"
+ },
+ {
+ "id": 21454912,
+ "iid": 1308,
+ "projectId": 2722779,
+ "title": "Raccourci clavier F6 ne semble pas fonctionner pour la suppression des référentiels",
+ "description": "## Quelle est la cause de bogue ?\n\n## Comment reproduire le bogue ?\nLorsqu\u0027on est dans le référentiel à supprimer la touche F6 n\u0027a aucun effet\n\n## Logs\n\n```\n\n```",
+ "labels": [
+ "Anomalie",
+ "IRD-2018-01-V8"
+ ],
+ "milestone": {
+ "id": 893806,
+ "iid": 142,
+ "projectId": 2722779,
+ "groupId": 0,
+ "title": "8.0-RC-2",
+ "description": "",
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
+ },
+ "assignees": [
+ {
+ "_id": 4000960,
+ "_username": "cezanno",
+ "_name": "ezanno cedric",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/947fb1546e6560193d3a3d8a510794bb?s\u003d…"
+ }
+ ],
+ "assignee": {
+ "_id": 4000960,
+ "_username": "cezanno",
+ "_name": "ezanno cedric",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/947fb1546e6560193d3a3d8a510794bb?s\u003d…"
+ },
"author": {
"_id": 4000960,
"_username": "cezanno",
@@ -395,17 +789,18 @@
"timeEstimate": 0,
"totalTimeSpent": 0
},
- "state": "opened",
- "updatedAt": "Jun 3, 2019 11:40:32 AM",
- "createdAt": "May 20, 2019 7:41:24 PM",
- "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1285"
+ "state": "closed",
+ "updatedAt": "Jun 7, 2019 5:46:00 PM",
+ "createdAt": "May 30, 2019 6:29:09 PM",
+ "closedAt": "Jun 7, 2019 5:09:29 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1308"
},
{
- "id": 21100979,
- "iid": 1280,
+ "id": 21102354,
+ "iid": 1285,
"projectId": 2722779,
- "title": "Erreur Création activité - Activité suivante F4",
- "description": "## Quelle est la cause de bogue ?\n\n## Comment reproduire le bogue ?\n\nFaire Activité suivante F4 dans une activité existante\n\n## Logs\n\n```\njava.lang.NullPointerException: null\n\tat fr.ird.observe.client.ui.util.ObserveValidatorMessageTableRenderer.getFieldName(ObserveValidatorMessageTableRenderer.java:80) ~[classes/:?]\n\tat org.nuiton.jaxx.validator.swing.SwingValidatorMessageTableRenderer.getTableCellRendererComponent(SwingValidatorMessageTableRenderer.java:83) ~[jaxx-validator-3.0-alpha-50.jar:3.0-alpha-50]\n\tat fr.ird.observe.client.ui.util.ObserveValidatorMessageTableRenderer.getTableCellRendererComponent(ObserveValidatorMessageTableRenderer.java:88) ~[classes/:?]\n\tat javax.swing.JTable$AccessibleJTable.getAccessibleChild(JTable.java:7037) ~[?:1.8.0_212]\n\tat javax.swing.JTable$AccessibleJTable.getAccessibleAt(JTable.java:7424) ~[?:1.8.0_212]\n\tat javax.swing.JTable$AccessibleJTable.valueChanged(JTable.java:6939) ~[?:1.8.0_212]\n\tat javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184) ~[?:1.8.0_212]\n\tat javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164) ~[?:1.8.0_212]\n\tat javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:211) ~[?:1.8.0_212]\n\tat javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:405) ~[?:1.8.0_212]\n\tat javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:415) ~[?:1.8.0_212]\n\tat javax.swing.DefaultListSelectionModel.removeSelectionIntervalImpl(DefaultListSelectionModel.java:576) ~[?:1.8.0_212]\n\tat javax.swing.DefaultListSelectionModel.clearSelection(DefaultListSelectionModel.java:420) ~[?:1.8.0_212]\n\tat javax.swing.JTable.clearSelection(JTable.java:2121) ~[?:1.8.0_212]\n\tat javax.swing.JTable.clearSelectionAndLeadAnchor(JTable.java:2128) ~[?:1.8.0_212]\n\tat javax.swing.JTable.sortedTableChanged(JTable.java:4153) ~[?:1.8.0_212]\n\tat javax.swing.JTable.tableChanged(JTable.java:4401) ~[?:1.8.0_212]\n\tat javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableModel.java:296) ~[?:1.8.0_212]\n\tat javax.swing.table.AbstractTableModel.fireTableDataChanged(AbstractTableModel.java:198) ~[?:1.8.0_212]\n\tat org.nuiton.jaxx.validator.swing.SwingValidatorMessageTableModel.addMessages(SwingValidatorMessageTableModel.java:303) ~[jaxx-validator-3.0-alpha-50.jar:3.0-alpha-50]\n\tat org.nuiton.jaxx.validator.swing.SwingValidatorMessageTableModel.onFieldChanged(SwingValidatorMessageTableModel.java:209) ~[jaxx-validator-3.0-alpha-50.jar:3.0-alpha-50]\n\tat org.nuiton.jaxx.validator.swing.SwingValidatorMessageTableModel.onFieldChanged(SwingValidatorMessageTableModel.java:47) ~[jaxx-validator-3.0-alpha-50.jar:3.0-alpha-50]\n\tat org.nuiton.validator.bean.simple.SimpleBeanValidator.fireFieldChanged(SimpleBeanValidator.java:439) ~[nuiton-validator-3.1.jar:3.1]\n\tat org.nuiton.validator.bean.simple.SimpleBeanValidator.mergeMessages(SimpleBeanValidator.java:452) ~[nuiton-validator-3.1.jar:3.1]\n\tat org.nuiton.validator.bean.simple.SimpleBeanValidator.validate(SimpleBeanValidator.java:420) ~[nuiton-validator-3.1.jar:3.1]\n\tat org.nuiton.validator.bean.simple.SimpleBeanValidator.setBean(SimpleBeanValidator.java:245) ~[nuiton-validator-3.1.jar:3.1]\n\tat org.nuiton.jaxx.validator.swing.SwingValidatorUtil.setValidatorBean(SwingValidatorUtil.java:686) ~[jaxx-validator-3.0-alpha-50.jar:3.0-alpha-50]\n\tat fr.ird.observe.client.ui.content.api.ContentUIHandler.prepareValidators(ContentUIHandler.java:532) ~[classes/:?]\n\tat fr.ird.observe.client.ui.content.api.data.open.ContentOpenableUIHandler.startEditUI(ContentOpenableUIHandler.java:79) ~[classes/:?]\n\tat fr.ird.observe.client.ui.content.api.data.open.ContentOpenableUIHandler.onEndOpenUI(ContentOpenableUIHandler.java:71) ~[classes/:?]\n\tat fr.ird.observe.client.ui.content.api.ContentUIHandler.openUI(ContentUIHandler.java:348) ~[classes/:?]\n\tat fr.ird.observe.client.ui.content.api.ContentUI.open(ContentUI.java:122) ~[classes/:?]\n\tat fr.ird.observe.client.ui.content.api.ContentUIManager.openContent(ContentUIManager.java:91) ~[classes/:?]\n\tat fr.ird.observe.client.ui.ObserveMainUIInitializer.doOpenContent(ObserveMainUIInitializer.java:298) ~[classes/:?]\n\tat fr.ird.observe.client.ui.ObserveMainUIInitializer.changeNavigationNode(ObserveMainUIInitializer.java:208) ~[classes/:?]\n\tat javax.swing.JTree.fireValueChanged(JTree.java:2934) [?:1.8.0_212]\n\tat javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:3398) [?:1.8.0_212]\n\tat javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:635) [?:1.8.0_212]\n\tat javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1093) [?:1.8.0_212]\n\tat javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:294) [?:1.8.0_212]\n\tat fr.ird.observe.client.ui.tree.navigation.NavigationTree$1.setSelectionPaths(NavigationTree.java:110) [classes/:?]\n\tat javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath\n```",
+ "title": "Pas de vérification de vitesses entre 2 activités",
+ "description": "## Quelle est la cause de bogue ?\nEntre 2 activités, la vérification des vitesses du navire n\u0027est pas faite.\n\n## Comment reproduire le bogue ?\n\n## Logs\n\n```\n\n```",
"labels": [
"Anomalie",
"IRD-2018-01-V8"
@@ -417,9 +812,9 @@
"groupId": 0,
"title": "8.0-RC-2",
"description": "",
- "dueDate": "Jun 30, 2019 2:00:00 AM",
- "startDate": "Jun 3, 2019 2:00:00 AM",
- "state": "active"
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
},
"assignees": [
{
@@ -447,7 +842,7 @@
"_external": false,
"_avatarUrl": "https://secure.gravatar.com/avatar/947fb1546e6560193d3a3d8a510794bb?s\u003d…"
},
- "userNotesCount": 0,
+ "userNotesCount": 2,
"upVotes": 0,
"downVotes": 0,
"confidential": false,
@@ -455,10 +850,11 @@
"timeEstimate": 0,
"totalTimeSpent": 0
},
- "state": "opened",
- "updatedAt": "Jun 3, 2019 11:40:31 AM",
- "createdAt": "May 20, 2019 6:53:12 PM",
- "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1280"
+ "state": "closed",
+ "updatedAt": "Jun 9, 2019 4:54:29 PM",
+ "createdAt": "May 20, 2019 6:41:24 PM",
+ "closedAt": "Jun 9, 2019 4:54:29 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1285"
},
{
"id": 9963535,
@@ -477,9 +873,9 @@
"groupId": 0,
"title": "8.0-RC-2",
"description": "",
- "dueDate": "Jun 30, 2019 2:00:00 AM",
- "startDate": "Jun 3, 2019 2:00:00 AM",
- "state": "active"
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
},
"assignees": [
{
@@ -507,7 +903,7 @@
"_external": false,
"_avatarUrl": "https://secure.gravatar.com/avatar/2a915aa9a1df35c8b609ff2f750d5dac?s\u003d…"
},
- "userNotesCount": 5,
+ "userNotesCount": 6,
"upVotes": 0,
"downVotes": 0,
"confidential": false,
@@ -515,9 +911,10 @@
"timeEstimate": 0,
"totalTimeSpent": 0
},
- "state": "opened",
- "updatedAt": "Jun 3, 2019 11:40:31 AM",
- "createdAt": "Mar 27, 2018 3:49:17 PM",
+ "state": "closed",
+ "updatedAt": "Jun 8, 2019 2:01:33 PM",
+ "createdAt": "Mar 27, 2018 2:49:17 PM",
+ "closedAt": "Jun 8, 2019 2:01:33 PM",
"webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/918"
}
]
\ No newline at end of file
=====================================
.mvn/gitlab-cache/milestones/893806.json
=====================================
@@ -5,7 +5,7 @@
"groupId": 0,
"title": "8.0-RC-2",
"description": "",
- "dueDate": "Jun 30, 2019 2:00:00 AM",
- "startDate": "Jun 3, 2019 2:00:00 AM",
- "state": "active"
+ "dueDate": "Jun 9, 2019 1:00:00 AM",
+ "startDate": "Jun 3, 2019 1:00:00 AM",
+ "state": "closed"
}
\ No newline at end of file
=====================================
.mvn/gitlab-cache/milestones/898778-issues.json
=====================================
@@ -0,0 +1,158 @@
+[
+ {
+ "id": 21178012,
+ "iid": 1293,
+ "projectId": 2722779,
+ "title": "Choix de nouvelles couleurs pour les symboles de la carte LL",
+ "description": "Définir de nouvelles couleurs pour les symboles de carte LL",
+ "labels": [
+ "Evolution",
+ "Haut",
+ "IRD-2018-01-V8"
+ ],
+ "milestone": {
+ "id": 898778,
+ "iid": 143,
+ "projectId": 2722779,
+ "groupId": 0,
+ "title": "8.0-RC-3",
+ "description": "",
+ "state": "active"
+ },
+ "assignees": [
+ {
+ "_id": 1111318,
+ "_username": "pcauquil",
+ "_name": "Pascal Cauquil",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
+ }
+ ],
+ "assignee": {
+ "_id": 1111318,
+ "_username": "pcauquil",
+ "_name": "Pascal Cauquil",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
+ },
+ "author": {
+ "_id": 1111318,
+ "_username": "pcauquil",
+ "_name": "Pascal Cauquil",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
+ },
+ "userNotesCount": 1,
+ "upVotes": 0,
+ "downVotes": 0,
+ "confidential": false,
+ "timeStats": {
+ "timeEstimate": 0,
+ "totalTimeSpent": 0
+ },
+ "state": "opened",
+ "updatedAt": "Jun 9, 2019 4:55:22 PM",
+ "createdAt": "May 22, 2019 10:52:43 AM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1293"
+ },
+ {
+ "id": 18519309,
+ "iid": 1237,
+ "projectId": 2722779,
+ "title": "Rafraichissement de la page \u0027A propos\u0027",
+ "description": "Supprimer les logos d\u0027ObServe et de l\u0027IRD\n\nMettre :\n* Nouveau logo IRD : \n* Logo Ob7 : \n* Logo FEAMP (financement UE) : \n* Logo SFA (en attente d\u0027un logo avec transparence) : \n* Logo CRO (en attente d\u0027un logo avec transparence) : \n\nNouveau texte :\n\nObServe\n\nSystème informatique de gestion de données d\u0027observations embarquées de pêche à la senne et à la palangre.\n\nCe projet a été initiée par l\u0027IRD en 2009. Les contributeurs financiers sont : \n* Institut de Recherche pour le Développement (IRD)\n* Fond Européen pour les Affaires Maritimes et la Pêche (FEAMP)\n* Seychelles Fishing Authority (SFA)\n* AZTI Tecnalia\n* Orthongel\n\nIl est réalisé par les sociétés Code Lutin et Ultreia.io depuis 2009.\n \nPour plus d\u0027informations, veuillez visiter le site du projet.",
+ "labels": [
+ "Bas",
+ "Evolution",
+ "À facturer"
+ ],
+ "milestone": {
+ "id": 898778,
+ "iid": 143,
+ "projectId": 2722779,
+ "groupId": 0,
+ "title": "8.0-RC-3",
+ "description": "",
+ "state": "active"
+ },
+ "assignees": [
+ {
+ "_id": 1111318,
+ "_username": "pcauquil",
+ "_name": "Pascal Cauquil",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
+ }
+ ],
+ "assignee": {
+ "_id": 1111318,
+ "_username": "pcauquil",
+ "_name": "Pascal Cauquil",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
+ },
+ "author": {
+ "_id": 1111318,
+ "_username": "pcauquil",
+ "_name": "Pascal Cauquil",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
+ },
+ "userNotesCount": 2,
+ "upVotes": 0,
+ "downVotes": 0,
+ "confidential": false,
+ "timeStats": {
+ "timeEstimate": 0,
+ "totalTimeSpent": 0
+ },
+ "state": "opened",
+ "updatedAt": "Jun 8, 2019 5:38:47 PM",
+ "createdAt": "Feb 22, 2019 4:32:32 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1237"
+ },
+ {
+ "id": 21224725,
+ "iid": 1299,
+ "projectId": 2722779,
+ "title": "[V8][V9] Piur l\u0027algorithme d\u0027appariement d\u0027activités LL/PS, décider du comprtement vis-à-vis de l\u0027absence d\u0027heures sur les activités (cas très fréquent sur les logbooks)",
+ "description": "[V8][V9] Pour l\u0027algorithme d\u0027appariement d\u0027activités LL/PS, décider du comportement vis-à-vis de l\u0027absence d\u0027heures sur les activités (cas très fréquent sur les logbooks)",
+ "labels": [],
+ "milestone": {
+ "id": 898778,
+ "iid": 143,
+ "projectId": 2722779,
+ "groupId": 0,
+ "title": "8.0-RC-3",
+ "description": "",
+ "state": "active"
+ },
+ "assignees": [],
+ "author": {
+ "_id": 1111318,
+ "_username": "pcauquil",
+ "_name": "Pascal Cauquil",
+ "_state": "active",
+ "_external": false,
+ "_avatarUrl": "https://secure.gravatar.com/avatar/b4ae117bd93e10d96298fa4d885208ea?s\u003d…"
+ },
+ "userNotesCount": 0,
+ "upVotes": 0,
+ "downVotes": 0,
+ "confidential": false,
+ "timeStats": {
+ "timeEstimate": 0,
+ "totalTimeSpent": 0
+ },
+ "state": "opened",
+ "updatedAt": "Jun 9, 2019 4:55:22 PM",
+ "createdAt": "May 23, 2019 3:23:51 PM",
+ "webUrl": "https://gitlab.com/ultreiaio/ird-observe/issues/1299"
+ }
+]
\ No newline at end of file
=====================================
.mvn/gitlab-cache/milestones/898778.json
=====================================
@@ -0,0 +1,9 @@
+{
+ "id": 898778,
+ "iid": 143,
+ "projectId": 2722779,
+ "groupId": 0,
+ "title": "8.0-RC-3",
+ "description": "",
+ "state": "active"
+}
\ No newline at end of file
=====================================
CHANGELOG.md
=====================================
@@ -1,15 +1,40 @@
# ObServe changelog
* Author [Tony Chemit](mailto:dev@tchemit.fr)
- * Last generated at 2019-06-03 11:43.
+ * Last generated at 2019-06-09 16:58.
+
+## Version [8.0-RC-2](https://gitlab.com/ultreiaio/ird-observe/milestones/142)
+
+**Closed at 2019-06-09.**
+
+### Download
+* [Application (observe-8.0-RC-2.zip)](http://repo1.maven.org/maven2/fr/ird/observe/observe…)
+* [Serveur (observe-8.0-RC-2.war)](http://repo1.maven.org/maven2/fr/ird/observe/observe…)
+
+### Issues
+ * [[Anomalie 1285]](https://gitlab.com/ultreiaio/ird-observe/issues/1285) **Pas de vérification de vitesses entre 2 activités** (Thanks to Tony CHEMIT) (Reported by ezanno cedric)
+ * [[Anomalie 1302]](https://gitlab.com/ultreiaio/ird-observe/issues/1302) **L'asssitant connexion propose des raccourcis sur des touches qui n'existent pas** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil)
+ * [[Anomalie 1308]](https://gitlab.com/ultreiaio/ird-observe/issues/1308) **Raccourci clavier F6 ne semble pas fonctionner pour la suppression des référentiels** (Thanks to ezanno cedric) (Reported by ezanno cedric)
+ * [[Anomalie 1311]](https://gitlab.com/ultreiaio/ird-observe/issues/1311) **Les objets en édition ne sont pas bien restitués lors d'un redémarrage de l'application** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 1312]](https://gitlab.com/ultreiaio/ird-observe/issues/1312) **[LL] Certains formulaires ont des onglets avec le raccourci clavier écrit deux fois** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 1316]](https://gitlab.com/ultreiaio/ird-observe/issues/1316) **[LL Composition détaillée] Sur le formulaire Brancheline deux champs non conditionnés** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 1317]](https://gitlab.com/ultreiaio/ird-observe/issues/1317) **[LL Composition détaillée] Sur l'écran Brancheline le label Temps depuis déclanchement dupliqué** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 1318]](https://gitlab.com/ultreiaio/ird-observe/issues/1318) **[LL Composition détaillée] Validateur en erreur sur le formulaire Brancheline** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 1320]](https://gitlab.com/ultreiaio/ird-observe/issues/1320) **[PS Route] Lors de la sauvegarde d'une route le nœud Marée n'est pas mis à jour** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 918]](https://gitlab.com/ultreiaio/ird-observe/issues/918) **Déplacement de groupes de données** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT)
+ * [[Evolution 1235]](https://gitlab.com/ultreiaio/ird-observe/issues/1235) **Navigation : pertinence de la calée dans le menu ?** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil)
+ * [[Evolution 1238]](https://gitlab.com/ultreiaio/ird-observe/issues/1238) **Nouveau logo** (Thanks to Tony CHEMIT) (Reported by Pascal Cauquil)
+ * [[Evolution 1313]](https://gitlab.com/ultreiaio/ird-observe/issues/1313) **Revue de certains raccourcis clavier** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 1314]](https://gitlab.com/ultreiaio/ird-observe/issues/1314) **[SYNCHRO AVANCEE] Trier les référentiels dans ordre alphabétique dans les arbres** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 1319]](https://gitlab.com/ultreiaio/ird-observe/issues/1319) **[LL Composition détaillée] Quelques améliorations d'ergonomies** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
## Version [8.0-RC-1](https://gitlab.com/ultreiaio/ird-observe/milestones/133)
**Closed at 2019-06-03.**
### Download
-* [Application (observe-8.0-RC-1.zip)](http://repo1.maven.org/maven2/fr/ird/observe/observe…)
-* [Serveur (observe-8.0-RC-1.war)](http://repo1.maven.org/maven2/fr/ird/observe/observe…)
+* [Application (observe-8.0-RC-1.zip)](http://repo1.maven.org/maven2/fr/ird/observe/observe…)
+* [Serveur (observe-8.0-RC-1.war)](http://repo1.maven.org/maven2/fr/ird/observe/observe…)
### Issues
* [[Anomalie 1200]](https://gitlab.com/ultreiaio/ird-observe/issues/1200) **Use Ctrl-Tab instead of Tab to select in a ComboBox** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/772a3b817db3f6e8ab1e1695f26…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/772a3b817db3f6e8ab1e1695f26…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop] 2 commits: Pas de vérification de vitesses entre 2 activités - Closes #1285
by Tony CHEMIT 09 Jun '19
by Tony CHEMIT 09 Jun '19
09 Jun '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
0868dd83 by tchemit at 2019-06-09T15:54:00Z
Pas de vérification de vitesses entre 2 activités - Closes #1285
- - - - -
035fd8f0 by tchemit at 2019-06-09T15:54:20Z
[PS Route] Lors de la sauvegarde d'une route le nœud Marée n'est pas mis à jour - Closes #1320
- - - - -
3 changed files:
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ps/save/SaveRouteSeineUIAction.java
- dto/pom.xml
- dto/src/main/java/fr/ird/observe/dto/data/ps/observation/ActivitySeineDto.java
Changes:
=====================================
client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ps/save/SaveRouteSeineUIAction.java
=====================================
@@ -25,6 +25,8 @@ package fr.ird.observe.client.ui.actions.content.data.ps.save;
import fr.ird.observe.client.ui.ObserveMainUI;
import fr.ird.observe.client.ui.actions.content.api.data.open.SaveOpenDataUIActionSupport;
import fr.ird.observe.client.ui.content.data.ps.observation.RouteUI;
+import fr.ird.observe.client.ui.tree.navigation.nodes.seine.TripSeineNavigationTreeNode;
+import fr.ird.observe.dto.data.ps.common.TripSeineDto;
import fr.ird.observe.dto.data.ps.common.TripSeineReference;
import fr.ird.observe.dto.data.ps.observation.RouteDto;
import fr.ird.observe.dto.data.ps.observation.RouteReference;
@@ -75,6 +77,8 @@ public class SaveRouteSeineUIAction extends SaveOpenDataUIActionSupport<RouteDto
@Override
protected void afterSave(RouteUI ui, RouteDto bean, ReferenceNode<RouteDto, RouteReference> node, boolean notPersisted) {
- getNavigationTree().reloadNode(ReferenceNode.upToReferenceNode(TripSeineReference.class, node), false);
+ TripSeineNavigationTreeNode tripNode = (TripSeineNavigationTreeNode) ReferenceNode.upToReferenceNode(TripSeineReference.class, node);
+ tripNode.reload();
+ getNavigationTree().reloadNode(tripNode, false);
}
}
=====================================
dto/pom.xml
=====================================
@@ -78,6 +78,10 @@
<groupId>io.ultreia.java4all</groupId>
<artifactId>java-bean</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.ultreia.java4all</groupId>
+ <artifactId>java-util</artifactId>
+ </dependency>
<!-- commons dependencies -->
<dependency>
=====================================
dto/src/main/java/fr/ird/observe/dto/data/ps/observation/ActivitySeineDto.java
=====================================
@@ -10,12 +10,12 @@ package fr.ird.observe.dto.data.ps.observation;
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
@@ -24,7 +24,7 @@ package fr.ird.observe.dto.data.ps.observation;
import fr.ird.observe.dto.referential.ps.common.VesselActivitySeineHelper;
import fr.ird.observe.dto.referential.ps.common.VesselActivitySeineReference;
-import org.nuiton.util.DateUtil;
+import io.ultreia.java4all.util.Dates;
import java.util.Date;
@@ -57,7 +57,12 @@ public class ActivitySeineDto extends GeneratedActivitySeineDto {
firePropertyChange(PROPERTY_SET_OPERATION, null, isSetOperation());
}
+ @Override
+ public void setTime(Date time) {
+ super.setTime(time == null ? null : Dates.getTime(time, false, false));
+ }
+
public Date getTimeSecond() {
- return DateUtil.getTime(time, false, false);
+ return Dates.getTime(time, false, false);
}
}
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/2cc16312eb03e844e30f8e9f7a…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/compare/2cc16312eb03e844e30f8e9f7a…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop] [LL Composition détaillée] Quelques améliorations d'ergonomies - Closes #1319
by Tony CHEMIT 09 Jun '19
by Tony CHEMIT 09 Jun '19
09 Jun '19
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
2cc16312 by tchemit at 2019-06-09T14:40:19Z
[LL Composition détaillée] Quelques améliorations d'ergonomies - Closes #1319
- - - - -
3 changed files:
- client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ll/save/SaveLonglineDetailCompositionObsUIAction.java
- client-core/src/main/java/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUI.jcss
- client-core/src/main/java/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUIHandler.java
Changes:
=====================================
client-core/src/main/java/fr/ird/observe/client/ui/actions/content/data/ll/save/SaveLonglineDetailCompositionObsUIAction.java
=====================================
@@ -34,6 +34,7 @@ import fr.ird.observe.dto.data.ll.observation.SectionObsWithTemplate;
import fr.ird.observe.dto.data.ll.observation.SetLonglineObsDetailCompositionDto;
import fr.ird.observe.dto.result.SaveResultDto;
import fr.ird.observe.navigation.model.edit.ObserveEditNode;
+import org.nuiton.jaxx.validator.swing.SwingValidatorUtil;
/**
* Created by tchemit on 28/09/2018.
@@ -78,7 +79,7 @@ public class SaveLonglineDetailCompositionObsUIAction extends SaveSimpleDataUIAc
BranchlineObsDto branchline = ui.getBranchlinesTableModel().getSelectedRow();
super.afterSave(ui, bean);
if (branchline != null) {
- ui.getBranchlineDetailUI().edit(branchline);
+ ui.getHandler().editBranchline(branchline);
}
}
}
=====================================
client-core/src/main/java/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUI.jcss
=====================================
@@ -71,6 +71,10 @@
/* COMPOSITION TAB ************************************************************ */
/* ***************************************************************************** */
+#compositionTab {
+ enabled: {model.isGenerateTabValid()};
+}
+
#generateAll {
_observeAction:{LonglineDetailCompositionGenerateAllSectionsAction.ACTION_NAME};
visible: {model.isUpdatingMode()};
=====================================
client-core/src/main/java/fr/ird/observe/client/ui/content/data/ll/observation/LonglineDetailCompositionObsUIHandler.java
=====================================
@@ -969,4 +969,21 @@ public class LonglineDetailCompositionObsUIHandler extends ContentSimpleUIHandle
return validationHelper;
}
+ @Override
+ public void resetEditUI() {
+ BranchlineObsDto branchline = ui.getBranchlinesTableModel().getSelectedRow();
+ super.resetEditUI();
+ if (branchline != null) {
+ ui.getHandler().editBranchline(branchline);
+ }
+ }
+
+ public void editBranchline(BranchlineObsDto branchline) {
+ boolean changed = ui.getValidator().isChanged();
+ try {
+ ui.getBranchlineDetailUI().edit(branchline);
+ } finally {
+ ui.getValidator().setChanged(changed);
+ }
+ }
}
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/2cc16312eb03e844e30f8e9f7a0…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/2cc16312eb03e844e30f8e9f7a0…
You're receiving this email because of your account on gitlab.com.
1
0