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

Keyboard Shortcuts

Thread View

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

Observe-commits

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

March 2017

  • 1 participants
  • 352 discussions
[Git][ultreia.io/ird-observe][develop-5.x] improve release script [skip ci]
by Tony CHEMIT 06 Mar '17

06 Mar '17
Tony CHEMIT pushed to branch develop-5.x at ultreia.io / ird-observe Commits: ca18ac86 by Tony CHEMIT at 2017-03-06T09:33:57+01:00 improve release script [skip ci] - - - - - 1 changed file: - bin/stage_create.sh Changes: ===================================== bin/stage_create.sh ===================================== --- a/bin/stage_create.sh +++ b/bin/stage_create.sh @@ -28,6 +28,12 @@ STAGE_ID=$(mvn nexus-staging:rc-list | grep ${STAGE} | cut -d' ' -f2) echo "Closing stage: $STAGE_ID ($LOG_DIR/release-close.log)" mvn nexus-staging:close -DstagingRepositoryId=${STAGE_ID} --log-file ${LOG_DIR}/release-close.log +echo "Update changelog ($LOG_DIR/release-changelog.log)" +mvn -N -Pupdate-staging-changelog -Dgitlab.milestone=${VERSION} -Dgitlab.stagingUrl=https://oss.sonatype.org/content/repositories/${STAGE}-${STAGE_ID} --log-file ${LOG_DIR}/release-changelog.log + +git commit -m "Update changelog for version $VERSION" CHANGELOG.md + +git stash git checkout ${PROJECT}-${VERSION} echo "Generate site: ($LOG_DIR/release-site.log)" @@ -36,11 +42,5 @@ mvn verify site-deploy -DskipTests -DperformRelease --log-file ${LOG_DIR}/releas echo "Deploy demo: ($LOG_DIR/release-demo.log)" mvn install -am -pl application-web -DskipTests -DperformRelease -Pdeploy-demo --log-file ${LOG_DIR}/release-demo.log -echo "Update changelog ($LOG_DIR/release-changelog.log)" -mvn -N -Pupdate-changelog -Dgitlab.staging -Dgitlab.stagingUrl=https://oss.sonatype.org/content/repositories/${STAGE}-${STAGE_ID} --log-file ${LOG_DIR}/release-changelog.log - -cp CHANGELOG.md /tmp git stash -git checkout ${DEVELOP} -mv /tmp/CHANGELOG.md . -git commit -m "Update changelog for version $VERSION" CHANGELOG.md \ No newline at end of file +git checkout ${DEVELOP} \ No newline at end of file View it on GitLab: https://gitlab.com/ultreia.io/ird-observe/commit/ca18ac8645550c75015a42244b…
1 0
0 0
[Git][ultreia.io/ird-observe][develop-5.x] upate changelog [skip ci]
by Tony CHEMIT 06 Mar '17

06 Mar '17
Tony CHEMIT pushed to branch develop-5.x at ultreia.io / ird-observe Commits: 5a2ddf61 by Tony CHEMIT at 2017-03-06T08:19:42+01:00 upate changelog [skip ci] - - - - - 1 changed file: - CHANGELOG.md Changes: ===================================== CHANGELOG.md ===================================== --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,29 @@ # ObServe changelog * Author [Tony Chemit](mailto:dev@tchemit.fr) - * Last generated at 2017-02-21 11:59. + * Last generated at 2017-03-06 08:18. ## Version [5.3.2](https://gitlab.com/ultreia.io/ird-observe/milestones/84) 

*(from redmine: created on 2017-02-04)* -### Download (staging) -* [Application (observe-5.3.2.zip)](https://oss.sonatype.org/content/repositories/frirdobse…) -* [Serveur (observe-5.3.2.war)](https://oss.sonatype.org/content/repositories/frirdobse…) +**Closed at *In progress*.** + +### Download +* [Application (observe-5.3.2.zip)](https://oss.sonatype.org/content/repositories/frirdobse…) +* [Serveur (observe-5.3.2.war)](https://oss.sonatype.org/content/repositories/frirdobse…) ### Issues * [[Anomalie 704]](https://gitlab.com/ultreia.io/ird-observe/issues/704) **Ré ouverture de #8879** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT) * [[Anomalie 721]](https://gitlab.com/ultreia.io/ird-observe/issues/721) **Le code de vitesse du vent n'apparaît pas dans sa liste déroulante, alors qu'il est bien présent dans la base** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + * [[Anomalie 724]](https://gitlab.com/ultreia.io/ird-observe/issues/724) **Pourquoi l'UI référentiel avancé ne permet pas de synchroniser central -> local ?** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT) * [[Anomalie 725]](https://gitlab.com/ultreia.io/ird-observe/issues/725) **La suppression d'un type de sexe ne marche toujours pas** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Anomalie 726]](https://gitlab.com/ultreia.io/ird-observe/issues/726) **Problème DTO sur espèce toujours présent** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Anomalie 727]](https://gitlab.com/ultreia.io/ird-observe/issues/727) **La consultation des références utilisées par une espèce ne fonctionne pas** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + * [[Anomalie 732]](https://gitlab.com/ultreia.io/ird-observe/issues/732) **Le recalcul des données sur un nombre important de marées plante** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Anomalie 734]](https://gitlab.com/ultreia.io/ird-observe/issues/734) **Formulaire balise, ergonomie graphique et barre de séparation horizontale** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) - * [[Anomalie 736]](https://gitlab.com/ultreia.io/ird-observe/issues/736) **Petits défauts d'affichage dans l'arbre** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + * [[Anomalie 735]](https://gitlab.com/ultreia.io/ird-observe/issues/735) **Corruption de base toujours d'actualité** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) + * [[Anomalie 737]](https://gitlab.com/ultreia.io/ird-observe/issues/737) **[LL] bug dans association capture avec section** (Thanks to Tony CHEMIT) (Reported by Philippe Sabarros) + * [[Anomalie 740]](https://gitlab.com/ultreia.io/ird-observe/issues/740) **[LL] Dans l'écran des captures, la sélection de certaines sections ne modifie pas le formulaire** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Evolution 311]](https://gitlab.com/ultreia.io/ird-observe/issues/311) **[PS] Forcer l'utilisateur à consulter l'écran "Systèmes observés"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Evolution 723]](https://gitlab.com/ultreia.io/ird-observe/issues/723) **Nom de l'application dans sa barre de titre** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) @@ -240,7 +246,7 @@ No issue. * [[Anomalie 293]](https://gitlab.com/ultreia.io/ird-observe/issues/293) **Comportements incorrects du widget de saisie des coordonnées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Anomalie 343]](https://gitlab.com/ultreia.io/ird-observe/issues/343) **Comportement du widget de positions - le quandrant change tout seul lors de la saisie des coordonnées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) * [[Anomalie 344]](https://gitlab.com/ultreia.io/ird-observe/issues/344) **Le widget des positions a effacé les degrés lors de l'enregistrement** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) - * [[Anomalie 426]](https://gitlab.com/ultreia.io/ird-observe/issues/426) **[ObServeLL] l'appli de démarre plus** (Thanks to Philippe Sabarro) (Reported by Tony CHEMIT) + * [[Anomalie 426]](https://gitlab.com/ultreia.io/ird-observe/issues/426) **[ObServeLL] l'appli de démarre plus** (Thanks to Philippe Sabarros) (Reported by Tony CHEMIT) * [[Anomalie 514]](https://gitlab.com/ultreia.io/ird-observe/issues/514) **Bug d'affichage des scrolling bars dans les listes sous windows** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT) * [[Anomalie 537]](https://gitlab.com/ultreia.io/ird-observe/issues/537) **[PS] format champ starttime dans observe_seine.set** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT) * [[Anomalie 542]](https://gitlab.com/ultreia.io/ird-observe/issues/542) **[LL] Utilisation des calendriers de filage/virage** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT) View it on GitLab: https://gitlab.com/ultreia.io/ird-observe/commit/5a2ddf619cab99c880849cbf74…
1 0
0 0
[Git][ultreia.io/ird-observe][release/5.3.2] [jgitflow-maven-plugin]updating poms for branch'release/5.3.2' with non-snapshot versions
by Tony CHEMIT 03 Mar '17

03 Mar '17
Tony CHEMIT pushed to branch release/5.3.2 at ultreia.io / ird-observe Commits: 60880d56 by Tony CHEMIT at 2017-03-03T19:56:14+01:00 [jgitflow-maven-plugin]updating poms for branch&#39;release/5.3.2&#39; with non-snapshot versions - - - - - 25 changed files: - application-swing-configuration/pom.xml - application-swing-decoration/pom.xml - application-swing-validation/pom.xml - application-swing-validators/pom.xml - application-swing/pom.xml - application-web-configuration/pom.xml - application-web/pom.xml - entities-migration/pom.xml - entities/pom.xml - observe/pom.xml - pom.xml - services-configuration-rest/pom.xml - services-configuration-topia/pom.xml - services-configuration/pom.xml - services-dto/pom.xml - services-rest/pom.xml - services-runner/pom.xml - services-topia-validation/pom.xml - services-topia-validators/pom.xml - services-topia/pom.xml - services/pom.xml - test/pom.xml - toolbox-maven-plugin/pom.xml - topia-extension/pom.xml - topia-templates-extension/pom.xml Changes: ===================================== application-swing-configuration/pom.xml ===================================== --- a/application-swing-configuration/pom.xml +++ b/application-swing-configuration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>application-swing-configuration</artifactId> ===================================== application-swing-decoration/pom.xml ===================================== --- a/application-swing-decoration/pom.xml +++ b/application-swing-decoration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>application-swing-decoration</artifactId> ===================================== application-swing-validation/pom.xml ===================================== --- a/application-swing-validation/pom.xml +++ b/application-swing-validation/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>application-swing-validation</artifactId> ===================================== application-swing-validators/pom.xml ===================================== --- a/application-swing-validators/pom.xml +++ b/application-swing-validators/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>application-swing-validators</artifactId> ===================================== application-swing/pom.xml ===================================== --- a/application-swing/pom.xml +++ b/application-swing/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>application-swing</artifactId> ===================================== application-web-configuration/pom.xml ===================================== --- a/application-web-configuration/pom.xml +++ b/application-web-configuration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>application-web-configuration</artifactId> ===================================== application-web/pom.xml ===================================== --- a/application-web/pom.xml +++ b/application-web/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>application-web</artifactId> ===================================== entities-migration/pom.xml ===================================== --- a/entities-migration/pom.xml +++ b/entities-migration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>entities-migration</artifactId> ===================================== entities/pom.xml ===================================== --- a/entities/pom.xml +++ b/entities/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>entities</artifactId> ===================================== observe/pom.xml ===================================== --- a/observe/pom.xml +++ b/observe/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>observe</artifactId> ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> <packaging>pom</packaging> <name>ObServe</name> ===================================== services-configuration-rest/pom.xml ===================================== --- a/services-configuration-rest/pom.xml +++ b/services-configuration-rest/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>services-configuration-rest</artifactId> ===================================== services-configuration-topia/pom.xml ===================================== --- a/services-configuration-topia/pom.xml +++ b/services-configuration-topia/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>services-configuration-topia</artifactId> ===================================== services-configuration/pom.xml ===================================== --- a/services-configuration/pom.xml +++ b/services-configuration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>services-configuration</artifactId> ===================================== services-dto/pom.xml ===================================== --- a/services-dto/pom.xml +++ b/services-dto/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>services-dto</artifactId> ===================================== services-rest/pom.xml ===================================== --- a/services-rest/pom.xml +++ b/services-rest/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>services-rest</artifactId> ===================================== services-runner/pom.xml ===================================== --- a/services-runner/pom.xml +++ b/services-runner/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>services-runner</artifactId> ===================================== services-topia-validation/pom.xml ===================================== --- a/services-topia-validation/pom.xml +++ b/services-topia-validation/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>services-topia-validation</artifactId> ===================================== services-topia-validators/pom.xml ===================================== --- a/services-topia-validators/pom.xml +++ b/services-topia-validators/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>services-topia-validators</artifactId> ===================================== services-topia/pom.xml ===================================== --- a/services-topia/pom.xml +++ b/services-topia/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>services-topia</artifactId> ===================================== services/pom.xml ===================================== --- a/services/pom.xml +++ b/services/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>services</artifactId> ===================================== test/pom.xml ===================================== --- a/test/pom.xml +++ b/test/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>test</artifactId> ===================================== toolbox-maven-plugin/pom.xml ===================================== --- a/toolbox-maven-plugin/pom.xml +++ b/toolbox-maven-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>toolbox-maven-plugin</artifactId> ===================================== topia-extension/pom.xml ===================================== --- a/topia-extension/pom.xml +++ b/topia-extension/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>topia-extension</artifactId> ===================================== topia-templates-extension/pom.xml ===================================== --- a/topia-templates-extension/pom.xml +++ b/topia-templates-extension/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.2</version> </parent> <artifactId>topia-templates-extension</artifactId> View it on GitLab: https://gitlab.com/ultreia.io/ird-observe/commit/60880d56b5a1ed3c94963590f3…
1 0
0 0
[Git][ultreia.io/ird-observe] Deleted branch release/5.3.2
by Tony CHEMIT 03 Mar '17

03 Mar '17
Tony CHEMIT deleted branch release/5.3.2 at ultreia.io / ird-observe
1 0
0 0
[Git][ultreia.io/ird-observe] Pushed new tag ird-observe-5.3.2
by Tony CHEMIT 03 Mar '17

03 Mar '17
Tony CHEMIT pushed new tag ird-observe-5.3.2 at ultreia.io / ird-observe
1 0
0 0
[Git][ultreia.io/ird-observe][master-5.x] 44 commits: [jgitflow-maven-plugin]updating poms for 5.3.3-SNAPSHOT development
by Tony CHEMIT 03 Mar '17

03 Mar '17
Tony CHEMIT pushed to branch master-5.x at ultreia.io / ird-observe Commits: 18749dca by root at 2017-02-21T10:30:43+00:00 [jgitflow-maven-plugin]updating poms for 5.3.3-SNAPSHOT development - - - - - 311fc09f by Tony CHEMIT at 2017-02-21T11:50:10+01:00 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts - - - - - da2a4bcb by Tony CHEMIT at 2017-02-21T11:50:11+01:00 [jgitflow-maven-plugin]merging &#39;master-5.x&#39; into &#39;develop-5.x&#39; - - - - - 3cb19ebc by Tony CHEMIT at 2017-02-21T11:50:12+01:00 [jgitflow-maven-plugin]Updating develop poms back to pre merge state - - - - - 9ff34303 by Tony CHEMIT at 2017-02-21T12:01:18+01:00 update changelog for staging version 5.3.2 - - - - - 04a29ba2 by Tony CHEMIT at 2017-02-24T11:08:09+01:00 Ajout chemin de backups dans la configuration (See #735) - - - - - db280d6d by Tony CHEMIT at 2017-02-24T11:08:59+01:00 Ajout du gestionnaire de sauvegardes (See #735) - - - - - 3c5c7631 by Tony CHEMIT at 2017-02-24T14:28:51+01:00 Au démarrage possibilité de charger la dernière sauvegarde automatique (See #735) - - - - - 2c9f4439 by Tony CHEMIT at 2017-02-24T18:03:37+01:00 Traduction de la nouvelle template (See #735) - - - - - d0b5631a by Tony CHEMIT at 2017-02-25T14:09:52+01:00 Amélioration de la fermeture de l&#39;application (See #735) - - - - - 845c0fdb by Tony CHEMIT at 2017-03-01T16:01:00+01:00 On ne détruit pas la base à la fermeture - - - - - 1d162b3a by Tony CHEMIT at 2017-03-01T16:01:20+01:00 fix site url - - - - - 02a5c01c by Tony CHEMIT at 2017-03-01T16:21:59+01:00 amélioration ouverture base (See #735) - - - - - 07048a0e by Tony CHEMIT at 2017-03-01T16:24:30+01:00 review builds - - - - - 009a43b9 by Tony CHEMIT at 2017-03-01T16:24:42+01:00 Merge branch &#39;feature/backupStorage&#39; into develop-5.x - - - - - a3b105b9 by Tony CHEMIT at 2017-03-01T16:38:28+01:00 downgrade version - - - - - 2d6e713d by Tony CHEMIT at 2017-03-01T17:24:52+01:00 amélioration ouverture base (See #735) - - - - - ab2efc88 by Tony CHEMIT at 2017-03-01T17:45:55+01:00 optimize dependencies - - - - - fb17d43d by Tony CHEMIT at 2017-03-01T17:46:17+01:00 add missing headers - - - - - 97eadf31 by Tony CHEMIT at 2017-03-01T17:46:46+01:00 Pouvoir modifier le référentiel d&#39;une base locale (See #724) - - - - - 08f84088 by Tony CHEMIT at 2017-03-01T19:03:43+01:00 use maven search bagde - - - - - 126f6a37 by Tony CHEMIT at 2017-03-01T19:03:58+01:00 Improve changelog in about ui - - - - - ca3181ed by Tony CHEMIT at 2017-03-01T19:10:08+01:00 improve code - - - - - 01930f8f by Tony CHEMIT at 2017-03-02T09:45:55+01:00 improve web deploy - - - - - ef268c46 by Tony CHEMIT at 2017-03-02T09:47:45+01:00 fix build number for web application - - - - - f07d5d9a by Tony CHEMIT at 2017-03-02T10:12:22+01:00 fix build number for web application - - - - - 902c4dd4 by Tony CHEMIT at 2017-03-02T10:30:04+01:00 update demo urls - - - - - f5dc88a1 by Tony CHEMIT at 2017-03-02T10:36:40+01:00 improve demo build - - - - - f9e49b1e by Tony CHEMIT at 2017-03-02T11:04:03+01:00 improve readme [skip ci] - - - - - 82e6592a by Tony CHEMIT at 2017-03-02T11:56:37+01:00 fix release build - - - - - 65e55e77 by Tony CHEMIT at 2017-03-02T12:17:33+01:00 fix release build [skip ci] - - - - - 4c53157a by Tony CHEMIT at 2017-03-02T14:37:20+01:00 fix release build [skip ci] - - - - - 9fd7dd08 by Tony CHEMIT at 2017-03-02T15:05:22+01:00 optimize dependencies [skip ci] - - - - - 777ace02 by Tony CHEMIT at 2017-03-02T15:46:00+01:00 fix builds [skip ci] - - - - - a6591545 by Tony CHEMIT at 2017-03-02T16:02:53+01:00 fix site build [skip ci] - - - - - c1cb277f by Tony CHEMIT at 2017-03-02T18:20:51+01:00 mettre dans le même ordre les binders et les décorateurs (See #737) - - - - - 07ea97e9 by Tony CHEMIT at 2017-03-03T14:06:47+01:00 Correction de la valeur non déclanchée lors du changement de section (See #740) - - - - - 26afb510 by Tony CHEMIT at 2017-03-03T14:07:37+01:00 section mal recopiée par hibernate (See #737) - - - - - ef5095cd by Tony CHEMIT at 2017-03-03T17:49:03+01:00 Meilleure gestion de l&#39;action Consolidation pour tenir quelque soit le nombre de marées à traiter (See #732) - - - - - c992525f by Tony CHEMIT at 2017-03-03T18:08:56+01:00 add nuiton before central repo - - - - - bcd48848 by Tony CHEMIT at 2017-03-03T18:12:09+01:00 add nuiton before central repo - - - - - 0f18a58d by Tony CHEMIT at 2017-03-03T19:55:50+01:00 [jgitflow-maven-plugin]updating poms for 5.3.2 branch with snapshot versions - - - - - 60880d56 by Tony CHEMIT at 2017-03-03T19:56:14+01:00 [jgitflow-maven-plugin]updating poms for branch&#39;release/5.3.2&#39; with non-snapshot versions - - - - - b699eabf by Tony CHEMIT at 2017-03-03T20:02:10+01:00 [jgitflow-maven-plugin]merging &#39;release/5.3.2&#39; into &#39;master-5.x&#39; - - - - - 30 changed files: - .gitlab-ci.yml - CHANGELOG.md - README.md - application-swing-configuration/src/main/config/ObserveSwingApplication.ini - application-swing-configuration/src/main/resources/i18n/application-swing-configuration_en_GB.properties - application-swing-configuration/src/main/resources/i18n/application-swing-configuration_es_ES.properties - application-swing-configuration/src/main/resources/i18n/application-swing-configuration_fr_FR.properties - application-swing/pom.xml - application-swing/src/main/java/fr/ird/observe/application/swing/ObserveRunner.java - application-swing/src/main/java/fr/ird/observe/application/swing/ObserveSwingApplicationContext.java - application-swing/src/main/java/fr/ird/observe/application/swing/ObserveSwingApplicationDataSourcesManager.java - application-swing/src/main/java/fr/ird/observe/application/swing/ObserveTextGenerator.java - + application-swing/src/main/java/fr/ird/observe/application/swing/backup/AtCloseApplicationLocalDatabaseBackupTask.java - application-swing/src/main/java/fr/ird/observe/application/swing/LocalDatabaseBackupTask.java → application-swing/src/main/java/fr/ird/observe/application/swing/backup/AutomaticLocalDatabaseBackupTask.java - + application-swing/src/main/java/fr/ird/observe/application/swing/backup/BackupStorage.java - + application-swing/src/main/java/fr/ird/observe/application/swing/backup/BackupsManager.java - + application-swing/src/main/java/fr/ird/observe/application/swing/backup/LocalDatabaseBackupTaskSupport.java - application-swing/src/main/java/fr/ird/observe/application/swing/db/ObserveSwingDataSource.java - application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/ShowAboutAction.java - application-swing/src/main/java/fr/ird/observe/application/swing/ui/admin/consolidate/ConsolidateUIHandler.java - application-swing/src/main/java/fr/ird/observe/application/swing/ui/admin/synchronize/referential/ng/ReferentialSynchroUIHandler.java - application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/longline/CatchLonglineUI.jcss - application-swing/src/main/java/fr/ird/observe/application/swing/ui/storage/StorageBackupUILauncher.java - + application-swing/src/main/resources/ftl/initStorage_en.ftl - + application-swing/src/main/resources/ftl/initStorage_es.ftl - + application-swing/src/main/resources/ftl/initStorage_fr.ftl - application-swing/src/main/resources/i18n/application-swing_en_GB.properties - application-swing/src/main/resources/i18n/application-swing_es_ES.properties - application-swing/src/main/resources/i18n/application-swing_fr_FR.properties - application-web-configuration/pom.xml The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreia.io/ird-observe/compare/c0e9ad9b27bb4af19e7b294e3…
1 0
0 0
[Git][ultreia.io/ird-observe][develop-5.x] 6 commits: [jgitflow-maven-plugin]updating poms for 5.3.2 branch with snapshot versions
by Tony CHEMIT 03 Mar '17

03 Mar '17
Tony CHEMIT pushed to branch develop-5.x at ultreia.io / ird-observe Commits: 0f18a58d by Tony CHEMIT at 2017-03-03T19:55:50+01:00 [jgitflow-maven-plugin]updating poms for 5.3.2 branch with snapshot versions - - - - - 60880d56 by Tony CHEMIT at 2017-03-03T19:56:14+01:00 [jgitflow-maven-plugin]updating poms for branch&#39;release/5.3.2&#39; with non-snapshot versions - - - - - b699eabf by Tony CHEMIT at 2017-03-03T20:02:10+01:00 [jgitflow-maven-plugin]merging &#39;release/5.3.2&#39; into &#39;master-5.x&#39; - - - - - 5b6b0c9a by Tony CHEMIT at 2017-03-03T20:02:13+01:00 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts - - - - - e1486af1 by Tony CHEMIT at 2017-03-03T20:02:13+01:00 [jgitflow-maven-plugin]merging &#39;master-5.x&#39; into &#39;develop-5.x&#39; - - - - - ee3efe8c by Tony CHEMIT at 2017-03-03T20:02:14+01:00 [jgitflow-maven-plugin]Updating develop poms back to pre merge state - - - - - 0 changed files: Changes: View it on GitLab: https://gitlab.com/ultreia.io/ird-observe/compare/6bfea487507d0c8c69702813d…
1 0
0 0
[Git][ultreia.io/ird-observe][develop-5.x] [jgitflow-maven-plugin]updating poms for 5.3.3-SNAPSHOT development
by Tony CHEMIT 03 Mar '17

03 Mar '17
Tony CHEMIT pushed to branch develop-5.x at ultreia.io / ird-observe Commits: 6bfea487 by Tony CHEMIT at 2017-03-03T19:55:52+01:00 [jgitflow-maven-plugin]updating poms for 5.3.3-SNAPSHOT development - - - - - 25 changed files: - application-swing-configuration/pom.xml - application-swing-decoration/pom.xml - application-swing-validation/pom.xml - application-swing-validators/pom.xml - application-swing/pom.xml - application-web-configuration/pom.xml - application-web/pom.xml - entities-migration/pom.xml - entities/pom.xml - observe/pom.xml - pom.xml - services-configuration-rest/pom.xml - services-configuration-topia/pom.xml - services-configuration/pom.xml - services-dto/pom.xml - services-rest/pom.xml - services-runner/pom.xml - services-topia-validation/pom.xml - services-topia-validators/pom.xml - services-topia/pom.xml - services/pom.xml - test/pom.xml - toolbox-maven-plugin/pom.xml - topia-extension/pom.xml - topia-templates-extension/pom.xml Changes: ===================================== application-swing-configuration/pom.xml ===================================== --- a/application-swing-configuration/pom.xml +++ b/application-swing-configuration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>application-swing-configuration</artifactId> ===================================== application-swing-decoration/pom.xml ===================================== --- a/application-swing-decoration/pom.xml +++ b/application-swing-decoration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>application-swing-decoration</artifactId> ===================================== application-swing-validation/pom.xml ===================================== --- a/application-swing-validation/pom.xml +++ b/application-swing-validation/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>application-swing-validation</artifactId> ===================================== application-swing-validators/pom.xml ===================================== --- a/application-swing-validators/pom.xml +++ b/application-swing-validators/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>application-swing-validators</artifactId> ===================================== application-swing/pom.xml ===================================== --- a/application-swing/pom.xml +++ b/application-swing/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>application-swing</artifactId> @@ -921,8 +921,7 @@ <phase>generate-resources</phase> <configuration> <target> - <copy failonerror="true" overwrite="true" file="../CHANGELOG.md" - tofile="${project.build.outputDirectory}/META-INF/${applicationName}-CHANGELOG.md"/> + <copy failonerror="true" overwrite="true" file="../CHANGELOG.md" tofile="${project.build.outputDirectory}/META-INF/${applicationName}-CHANGELOG.md" /> </target> </configuration> <goals> ===================================== application-web-configuration/pom.xml ===================================== --- a/application-web-configuration/pom.xml +++ b/application-web-configuration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>application-web-configuration</artifactId> ===================================== application-web/pom.xml ===================================== --- a/application-web/pom.xml +++ b/application-web/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>application-web</artifactId> ===================================== entities-migration/pom.xml ===================================== --- a/entities-migration/pom.xml +++ b/entities-migration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>entities-migration</artifactId> ===================================== entities/pom.xml ===================================== --- a/entities/pom.xml +++ b/entities/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>entities</artifactId> ===================================== observe/pom.xml ===================================== --- a/observe/pom.xml +++ b/observe/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>observe</artifactId> ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ObServe</name> ===================================== services-configuration-rest/pom.xml ===================================== --- a/services-configuration-rest/pom.xml +++ b/services-configuration-rest/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>services-configuration-rest</artifactId> ===================================== services-configuration-topia/pom.xml ===================================== --- a/services-configuration-topia/pom.xml +++ b/services-configuration-topia/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>services-configuration-topia</artifactId> ===================================== services-configuration/pom.xml ===================================== --- a/services-configuration/pom.xml +++ b/services-configuration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>services-configuration</artifactId> ===================================== services-dto/pom.xml ===================================== --- a/services-dto/pom.xml +++ b/services-dto/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>services-dto</artifactId> ===================================== services-rest/pom.xml ===================================== --- a/services-rest/pom.xml +++ b/services-rest/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>services-rest</artifactId> ===================================== services-runner/pom.xml ===================================== --- a/services-runner/pom.xml +++ b/services-runner/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>services-runner</artifactId> ===================================== services-topia-validation/pom.xml ===================================== --- a/services-topia-validation/pom.xml +++ b/services-topia-validation/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>services-topia-validation</artifactId> ===================================== services-topia-validators/pom.xml ===================================== --- a/services-topia-validators/pom.xml +++ b/services-topia-validators/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>services-topia-validators</artifactId> ===================================== services-topia/pom.xml ===================================== --- a/services-topia/pom.xml +++ b/services-topia/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>services-topia</artifactId> ===================================== services/pom.xml ===================================== --- a/services/pom.xml +++ b/services/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>services</artifactId> ===================================== test/pom.xml ===================================== --- a/test/pom.xml +++ b/test/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>test</artifactId> ===================================== toolbox-maven-plugin/pom.xml ===================================== --- a/toolbox-maven-plugin/pom.xml +++ b/toolbox-maven-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>toolbox-maven-plugin</artifactId> ===================================== topia-extension/pom.xml ===================================== --- a/topia-extension/pom.xml +++ b/topia-extension/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>topia-extension</artifactId> ===================================== topia-templates-extension/pom.xml ===================================== --- a/topia-templates-extension/pom.xml +++ b/topia-templates-extension/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>pom</artifactId> - <version>5.3.2-SNAPSHOT</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>topia-templates-extension</artifactId> View it on GitLab: https://gitlab.com/ultreia.io/ird-observe/commit/6bfea487507d0c8c69702813db…
1 0
0 0
[Git][ultreia.io/ird-observe] Pushed new branch release/5.3.2
by Tony CHEMIT 03 Mar '17

03 Mar '17
Tony CHEMIT pushed new branch release/5.3.2 at ultreia.io / ird-observe
1 0
0 0
[Git][ultreia.io/ird-observe] Deleted tag ird-observe-5.3.2
by Tony CHEMIT 03 Mar '17

03 Mar '17
Tony CHEMIT deleted tag ird-observe-5.3.2 at ultreia.io / ird-observe
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.