T3-commits
Threads by month
- ----- 2026 -----
- August
- July
- 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
April 2017
- 1 participants
- 45 discussions
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
c8730e02 by Tony CHEMIT at 2017-04-14T09:57:06+02:00
review builds init
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,10 +19,8 @@ stages:
- ssh-add <(echo "$SSH_PRIVATE_KEY")
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- - git config --global user.name $GITLAB_USER_ID
- - git config --global user.email $GITLAB_USER_EMAIL
- (cd ~ ; git clone ssh://git@gitlab.com/ultreiaio/env.git)
- - . ~/env/bin/prepare-env.sh
+ - . ~/env/bin/prepare-env.sh "$GITLAB_USER_ID" "$GITLAB_USER_EMAIL"
.before_script_clone: &before_script_clone
before_script:
@@ -32,10 +30,8 @@ stages:
- ssh-add <(echo "$SSH_PRIVATE_KEY")
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- - git config --global user.name $GITLAB_USER_ID
- - git config --global user.email $GITLAB_USER_EMAIL
- (cd ~ ; git clone ssh://git@gitlab.com/ultreiaio/env.git)
- - . ~/env/bin/prepare-env-with-clone.sh "$CI_PROJECT_PATH" "$CI_PROJECT_NAME"
+ - . ~/env/bin/prepare-env-with-clone.sh "$CI_PROJECT_PATH" "$CI_PROJECT_NAME" "$GITLAB_USER_ID" "$GITLAB_USER_EMAIL"
.env_test: &env_test
environment:
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/c8730e028e883341f2379efbace7bac0…
---
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/c8730e028e883341f2379efbace7bac0…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-t3][develop] Update changelog after release of milestone 2.1
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
553ffa6c by Tony CHEMIT at 2017-04-10T21:52:18+02:00
Update changelog after release of milestone 2.1
- - - - -
1 changed file:
- CHANGELOG.md
Changes:
=====================================
CHANGELOG.md
=====================================
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# T3 changelog
* Author [Tony Chemit](mailto:dev@tchemit.fr)
- * Last generated at 2017-04-10 21:49.
+ * Last generated at 2017-04-10 21:52.
## Version [2.0](https://gitlab.com/ultreiaio/ird-t3/milestones/25)
@@ -42,42 +42,6 @@
* [[Tâche 255]](https://gitlab.com/ultreiaio/ird-t3/issues/255) **Migrate project to gitlab.com** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
* [[Tâche 257]](https://gitlab.com/ultreiaio/ird-t3/issues/257) **Mise à jour des dépendances** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-## Version [2.0-RC-3](https://gitlab.com/ultreiaio/ird-t3/milestones/24)
- *(from redmine: created on 2016-02-19)*
-
-**Closed at 2016-02-19.**
-
-### Download
-* [Installer (t3-2.0-RC-3.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/2.0-RC-3/t3-2.…)
-* [Application (t3-2.0-RC-3.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/2.0-RC-3/t3-2.…)
-
-### Issues
-No issue.
-
-## Version [2.0-RC-2](https://gitlab.com/ultreiaio/ird-t3/milestones/23)
- *(from redmine: created on 2016-02-03)*
-
-**Closed at 2016-02-03.**
-
-### Download
-* [Installer (t3-2.0-RC-2.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/2.0-RC-2/t3-2.…)
-* [Application (t3-2.0-RC-2.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/2.0-RC-2/t3-2.…)
-
-### Issues
-No issue.
-
-## Version [2.0-RC-1](https://gitlab.com/ultreiaio/ird-t3/milestones/20)
- *(from redmine: created on 2016-02-02)*
-
-**Closed at 2016-02-02.**
-
-### Download
-* [Installer (t3-2.0-RC-1.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/2.0-RC-1/t3-2.…)
-* [Application (t3-2.0-RC-1.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/2.0-RC-1/t3-2.…)
-
-### Issues
-No issue.
-
## Version [1.6.1](https://gitlab.com/ultreiaio/ird-t3/milestones/16)
*(from redmine: created on 2015-11-30)*
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/553ffa6cb1e6bc78505151be4d4f781a…
1
0
[Git][ultreiaio/ird-t3][develop] Update changelog after release of milestone 2.1
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
4cc7cd0d by Tony CHEMIT at 2017-04-10T21:49:51+02:00
Update changelog after release of milestone 2.1
- - - - -
1 changed file:
- CHANGELOG.md
Changes:
=====================================
CHANGELOG.md
=====================================
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,15 @@
# T3 changelog
* Author [Tony Chemit](mailto:dev@tchemit.fr)
- * Last generated at 2017-04-10 18:17.
+ * Last generated at 2017-04-10 21:49.
## Version [2.0](https://gitlab.com/ultreiaio/ird-t3/milestones/25)
**Closed at 2017-04-10.**
+### Download
+* [Installer (t3-2.0.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/2.0/t3-2.0.zip)
+* [Application (t3-2.0.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/2.0/t3-2.0.war)
### Issues
* [[Anomalie 199]](https://gitlab.com/ultreiaio/ird-t3/issues/199) **[IMPORT] Imperfection dans l'import AVDTH** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/4cc7cd0d6bd707d434a176fb2d88cf34…
1
0
April 10, 2017
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
592d4a7b by Tony CHEMIT at 2017-04-10T21:09:54+02:00
fix depoy latest build
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ stages:
stage: Test
script:
- mvn -Padd-git-commit-id-to-project-version -N
- - mvn install -am -p t3-web -DskipTests -Pdeploy-demo -Dclassifier=latest
+ - mvn install -am -pl t3-web -DskipTests -Pdeploy-demo -Dclassifier=latest
build:
stage: Build
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/592d4a7b6477fba63f9c07f03162b24f…
1
0
April 10, 2017
Tony CHEMIT pushed to branch pages at ultreiaio / ird-t3
Commits:
ff8e43a4 by 166231 at 2017-04-10T18:31:46+00:00
Site checkin for project T3
- - - - -
3 changed files:
- changelog.html
- dev-activity.html
- file-activity.html
Changes:
=====================================
changelog.html
=====================================
--- a/changelog.html
+++ b/changelog.html
@@ -91,44 +91,76 @@
<p>Total number of changed sets: 1</p>
<div class="section">
<h3><a name="Changes_between_2017-03-11_and_2017-04-11"></a>Changes between 2017-03-11 and 2017-04-11</h3>
-<p>Total commits: 26<br />Total number of files changed: 775</p>
+<p>Total commits: 34<br />Total number of files changed: 775</p>
<table border="0" class="table table-striped">
<tr class="a">
<th>Timestamp</th>
<th>Author</th>
<th>Details</th></tr>
<tr class="b">
+<td>2017-04-10 19:53:03</td>
+<td>Tony CHEMIT <dev(a)tchemit.fr></td>
+<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/.gitlab-ci.yml"><b>.gitlab-ci.yml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/.gitlab-ci.yml?rev=601f4ee5d7651f3ae077…">v 601f4ee5d7651f3ae0779aab94df360d408e7885</a><br /><br />up builds</td></tr>
+<tr class="a">
+<td>2017-04-10 19:52:15</td>
+<td>Tony CHEMIT <dev(a)tchemit.fr></td>
+<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml"><b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml?rev=c1a5219eeeb73f0faacfd4c5193…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml">t3-actions/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml?rev=c1a5219eeeb73f0f…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml">t3-domain/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml?rev=c1a5219eeeb73f0fa…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml">t3-input-avdthv33/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml?rev=c1a5219ee…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml">t3-input-avdthv35/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml?rev=c1a5219ee…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml">t3-input-avdthv36/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml?rev=c1a5219ee…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml">t3-installer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml?rev=c1a5219eeeb73f…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml">t3-msaccess-importer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml?rev=c1a521…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml">t3-output-balbayav32/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml?rev=c1a521…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml">t3-test/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml?rev=c1a5219eeeb73f0faac…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml">t3-web/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml?rev=c1a5219eeeb73f0faacf…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml">t3/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml?rev=c1a5219eeeb73f0faacfd4c5…">v c1a5219eeeb73f0faacfd4c519321715c83a5c60</a><br /><br />back to 2.0-SNAPSHOT</td></tr>
+<tr class="b">
+<td>2017-04-10 19:51:21</td>
+<td>Tony CHEMIT <dev(a)tchemit.fr></td>
+<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml"><b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml?rev=83dce9615e405b97596d92c3ebb…">v 83dce9615e405b97596d92c3ebba4ff7e4f8bffd</a><br /><br />fix release</td></tr>
+<tr class="a">
+<td>2017-04-10 19:48:25</td>
+<td>Tony CHEMIT <dev(a)tchemit.fr></td>
+<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/.gitlab-ci.yml"><b>.gitlab-ci.yml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/.gitlab-ci.yml?rev=8eefa6372398f834187e…">v 8eefa6372398f834187ea328449275d7c62423a0</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/CONTRIBUTING.md"><b>CONTRIBUTING.md</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/CONTRIBUTING.md?rev=8eefa6372398f834187…">v 8eefa6372398f834187ea328449275d7c62423a0</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/README.md"><b>README.md</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/README.md?rev=8eefa6372398f834187ea3284…">v 8eefa6372398f834187ea328449275d7c62423a0</a><br /><br />improve docs</td></tr>
+<tr class="b">
+<td>2017-04-10 18:04:58</td>
+<td>166231 <dev(a)tchemit.fr></td>
+<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml"><b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml?rev=e0ca34a8e19370532a437bd48cc…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml">t3-actions/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml?rev=e0ca34a8e1937053…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml">t3-domain/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml?rev=e0ca34a8e19370532…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml">t3-input-avdthv33/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml?rev=e0ca34a8e…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml">t3-input-avdthv35/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml?rev=e0ca34a8e…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml">t3-input-avdthv36/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml?rev=e0ca34a8e…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml">t3-installer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml?rev=e0ca34a8e19370…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml">t3-msaccess-importer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml?rev=e0ca34…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml">t3-output-balbayav32/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml?rev=e0ca34…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml">t3-test/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml?rev=e0ca34a8e19370532a4…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml">t3-web/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml?rev=e0ca34a8e19370532a43…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml">t3/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml?rev=e0ca34a8e19370532a437bd4…">v e0ca34a8e19370532a437bd48cc96c13655e28b3</a><br /><br />[jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions</td></tr>
+<tr class="a">
<td>2017-04-10 15:51:38</td>
<td>Tony CHEMIT <dev(a)tchemit.fr></td>
<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/.gitlab-ci.yml"><b>.gitlab-ci.yml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/.gitlab-ci.yml?rev=45544af06931af4ecada…">v 45544af06931af4ecadadfc575179f1585a98a05</a><br /><br />up release builds</td></tr>
-<tr class="a">
+<tr class="b">
<td>2017-04-10 15:48:05</td>
<td>Tony CHEMIT <dev(a)tchemit.fr></td>
<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/.gitlab-ci.yml"><b>.gitlab-ci.yml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/.gitlab-ci.yml?rev=82b4734c11004ab79dd4…">v 82b4734c11004ab79dd4341b113cfb409c58cd11</a><br /><br />up builds [skip ci]</td></tr>
-<tr class="b">
+<tr class="a">
<td>2017-04-10 15:45:46</td>
<td>Tony CHEMIT <dev(a)tchemit.fr></td>
<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/README.md"><b>README.md</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/README.md?rev=51e5331dfce2502dac2107dfc…">v 51e5331dfce2502dac2107dfc59cd44663aaf980</a><br /><br />fix readme</td></tr>
-<tr class="a">
+<tr class="b">
<td>2017-04-10 15:13:12</td>
<td>Tony CHEMIT <dev(a)tchemit.fr></td>
<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml">t3-msaccess-importer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml?rev=eef888…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/converter/<b>FloatConverter.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>AbstractAccessDataSource.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>AbstractAccessEntityMeta.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>AbstractAccessEntityProxyHandler.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>AbstractAccessHitModel.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>AccessEntity.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>AccessEntityMetaProvider.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>AccessEntityVisitor.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>AnalyseAccessDB.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>HitModel.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>ImporterHelper.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/importer/<b>package-info.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/type/<b>IntToCoordonne.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/msaccess/type/<b>package-info.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/type/<b>CoordinateHelper.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/type/<b>SexagecimalPosition.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">t3-msaccess-importer/src/main/java/fr/ird/type/<b>package-info.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/src/main/java/fr/i…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml">t3-test/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml?rev=eef88869a20653ea52c…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/src/main/java/fr/ird/t3/FakeT3S…">t3-test/src/main/java/fr/ird/t3/<b>FakeT3ServiceContext.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/src/main/java/fr/ird/t3/FakeT3S…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/src/main/java/fr/ird/t3/T3Actio…">t3-test/src/main/java/fr/ird/t3/<b>T3ActionFixtures.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/src/main/java/fr/ird/t3/T3Actio…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/src/main/resources/log4j.proper…">t3-test/src/main/resources/<b>log4j.properties</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/src/main/resources/log4j.proper…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/src/main/resources/t3-TopiaCont…">t3-test/src/main/resources/<b>t3-TopiaContextImpl.properties</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/src/main/resources/t3-TopiaCont…">v eef88869a20653ea52c980804b5116827d169f34</a><br /><br />update license headers</td></tr>
-<tr class="b">
+<tr class="a">
<td>2017-04-10 15:12:36</td>
<td>Tony CHEMIT <dev(a)tchemit.fr></td>
<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/main/java/fr/ird/t3/entit…">t3-domain/src/main/java/fr/ird/t3/entities/<b>T3JdbcHelper.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/main/java/fr/ird/t3/entit…">v d7bdbdc75068ac4fa156809e2c8c10c0d00d6493</a><br /><br />improve performance on loading script</td></tr>
-<tr class="a">
+<tr class="b">
<td>2017-04-10 15:03:17</td>
<td>Tony CHEMIT <dev(a)tchemit.fr></td>
<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/src/main/assembly/dist/deb…">t3-installer/src/main/assembly/dist/<b>debug.sh</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/src/main/assembly/dist/deb…">v b70063d4b6ec2815fe05ea8b29748cfebaee0c86</a><br /><br />chmod</td></tr>
-<tr class="b">
+<tr class="a">
<td>2017-04-10 15:02:50</td>
<td>Tony CHEMIT <dev(a)tchemit.fr></td>
<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/main/java/fr/ird/t3/T3Sql…">t3-domain/src/main/java/fr/ird/t3/<b>T3SqlScriptsImporter.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/main/java/fr/ird/t3/T3Sql…">v 3162de0a5c2254fed26b31c1e419c2dacb5ef184</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/main/java/fr/ird/t3/entit…">t3-domain/src/main/java/fr/ird/t3/entities/<b>T3JdbcHelper.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/main/java/fr/ird/t3/entit…">v 3162de0a5c2254fed26b31c1e419c2dacb5ef184</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/main/java/fr/ird/t3/entit…">t3-domain/src/main/java/fr/ird/t3/entities/<b>T3ScriptHelper.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/main/java/fr/ird/t3/entit…">v 3162de0a5c2254fed26b31c1e419c2dacb5ef184</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/test/java/fr/ird/t3/entit…">t3-domain/src/test/java/fr/ird/t3/entities/<b>AbstractDatabaseTest.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/test/java/fr/ird/t3/entit…">v 3162de0a5c2254fed26b31c1e419c2dacb5ef184</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/test/java/fr/ird/t3/entit…">t3-domain/src/test/java/fr/ird/t3/entities/conversion/<b>WeightCategoryLogBookConvertorProviderTest.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/test/java/fr/ird/t3/entit…">v 3162de0a5c2254fed26b31c1e419c2dacb5ef184</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/test/java/fr/ird/t3/entit…">t3-domain/src/test/java/fr/ird/t3/entities/reference/<b>LengthWeightConversionHelperTest.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/test/java/fr/ird/t3/entit…">v 3162de0a5c2254fed26b31c1e419c2dacb5ef184</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/test/java/fr/ird/t3/entit…">t3-domain/src/test/java/fr/ird/t3/entities/reference/<b>WeightCategoryTreatmentImplTest.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/src/test/java/fr/ird/t3/entit…">v 3162de0a5c2254fed26b31c1e419c2dacb5ef184</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/src/main/java/fr/ird/t3/to…">t3-installer/src/main/java/fr/ird/t3/tools/<b>T3ApplicationInstaller.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/src/main/java/fr/ird/t3/to…">v 3162de0a5c2254fed26b31c1e419c2dacb5ef184</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/src/test/java/fr/ird/t3/to…">t3-installer/src/test/java/fr/ird/t3/tools/db/reference/<b>AbstractReferenceImporterIT.java</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/src/test/java/fr/ird/t3/to…">v 3162de0a5c2254fed26b31c1e419c2dacb5ef184</a><br /><br />improve sql script loading</td></tr>
+<tr class="b">
+<td>2017-04-10 14:31:01</td>
+<td>166231 <dev(a)tchemit.fr></td>
+<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml"><b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml?rev=fbd0168a85f812e36a8696759f1…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml">t3-actions/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml?rev=fbd0168a85f812e3…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml">t3-domain/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml?rev=fbd0168a85f812e36…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml">t3-input-avdthv33/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml?rev=fbd0168a8…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml">t3-input-avdthv35/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml?rev=fbd0168a8…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml">t3-input-avdthv36/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml?rev=fbd0168a8…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml">t3-installer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml?rev=fbd0168a85f812…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml">t3-msaccess-importer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml?rev=fbd016…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml">t3-output-balbayav32/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml?rev=fbd016…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml">t3-test/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml?rev=fbd0168a85f812e36a8…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml">t3-web/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml?rev=fbd0168a85f812e36a86…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml">t3/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml?rev=fbd0168a85f812e36a869675…">v fbd0168a85f812e36a8696759f18e47eaba6a49f</a><br /><br />[jgitflow-maven-plugin]Updating develop poms back to pre merge state</td></tr>
<tr class="a">
+<td>2017-04-10 14:31:00</td>
+<td>166231 <dev(a)tchemit.fr></td>
+<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml"><b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml?rev=237c8952cfa8c1e8e61964e25ed…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml">t3-actions/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml?rev=237c8952cfa8c1e8…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml">t3-domain/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml?rev=237c8952cfa8c1e8e…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml">t3-input-avdthv33/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml?rev=237c8952c…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml">t3-input-avdthv35/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml?rev=237c8952c…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml">t3-input-avdthv36/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml?rev=237c8952c…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml">t3-installer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml?rev=237c8952cfa8c1…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml">t3-msaccess-importer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml?rev=237c89…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml">t3-output-balbayav32/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml?rev=237c89…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml">t3-test/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml?rev=237c8952cfa8c1e8e61…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml">t3-web/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml?rev=237c8952cfa8c1e8e619…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml">t3/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml?rev=237c8952cfa8c1e8e61964e2…">v 237c8952cfa8c1e8e61964e25edac6f5a91a2aaa</a><br /><br />[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts</td></tr>
+<tr class="b">
<td>2017-04-10 14:24:33</td>
<td>166231 <dev(a)tchemit.fr></td>
<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml"><b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml?rev=7f544622211f4aebaf7f128fead…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml">t3-actions/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml?rev=7f544622211f4aeb…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml">t3-domain/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml?rev=7f544622211f4aeba…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml">t3-input-avdthv33/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml?rev=7f5446222…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml">t3-input-avdthv35/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml?rev=7f5446222…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml">t3-input-avdthv36/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml?rev=7f5446222…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml">t3-installer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml?rev=7f544622211f4a…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml">t3-msaccess-importer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml?rev=7f5446…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml">t3-output-balbayav32/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml?rev=7f5446…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml">t3-test/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml?rev=7f544622211f4aebaf7…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml">t3-web/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml?rev=7f544622211f4aebaf7f…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml">t3/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml?rev=7f544622211f4aebaf7f128f…">v 7f544622211f4aebaf7f128feadf527b58478e10</a><br /><br />[jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions</td></tr>
+<tr class="a">
+<td>2017-04-10 14:24:20</td>
+<td>166231 <dev(a)tchemit.fr></td>
+<td><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml"><b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/pom.xml?rev=f9304adc5230c719fadff7cee67…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml">t3-actions/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-actions/pom.xml?rev=f9304adc5230c719…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml">t3-domain/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-domain/pom.xml?rev=f9304adc5230c719f…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml">t3-input-avdthv33/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv33/pom.xml?rev=f9304adc5…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml">t3-input-avdthv35/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv35/pom.xml?rev=f9304adc5…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml">t3-input-avdthv36/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-input-avdthv36/pom.xml?rev=f9304adc5…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml">t3-installer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-installer/pom.xml?rev=f9304adc5230c7…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml">t3-msaccess-importer/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-msaccess-importer/pom.xml?rev=f9304a…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml">t3-output-balbayav32/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-output-balbayav32/pom.xml?rev=f9304a…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml">t3-test/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-test/pom.xml?rev=f9304adc5230c719fad…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml">t3-web/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3-web/pom.xml?rev=f9304adc5230c719fadf…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml">t3/<b>pom.xml</b></a> <a class="externalLink" href="https://gitlab.com/ultreiaio/ird-t3/t3/pom.xml?rev=f9304adc5230c719fadff7ce…">v f9304adc5230c719fadff7cee678a7fe2c3de894</a><br /><br />[jgitflow-maven-plugin]updating poms for 2.1-SNAPSHOT development</td></tr>
<tr class="b">
<td>2017-04-10 14:24:20</td>
<td>166231 <dev(a)tchemit.fr></td>
=====================================
dev-activity.html
=====================================
--- a/dev-activity.html
+++ b/dev-activity.html
@@ -90,7 +90,7 @@
<h2><a name="Developer_Activity_Report"></a>Developer Activity Report</h2>
<div class="section">
<h3><a name="Changes_between_2017-03-11_and_2017-04-11"></a>Changes between 2017-03-11 and 2017-04-11</h3>
-<p>Total commits: 26<br />Total number of files changed: 775</p>
+<p>Total commits: 34<br />Total number of files changed: 775</p>
<table border="0" class="table table-striped">
<tr class="a">
<th>Developer</th>
@@ -98,12 +98,12 @@
<th>Total Number of Files Changed</th></tr>
<tr class="b">
<td>166231 <dev(a)tchemit.fr></td>
-<td>2</td>
+<td>6</td>
<td>12</td></tr>
<tr class="a">
<td>Tony CHEMIT <dev(a)tchemit.fr></td>
-<td>24</td>
-<td>774</td></tr></table></div></div>
+<td>28</td>
+<td>775</td></tr></table></div></div>
</div>
</div>
</div>
=====================================
file-activity.html
=====================================
The diff for this file was not included because it is too large.
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/ff8e43a40da4c0c6dd0a998c7475e31b…
1
0
April 10, 2017
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
c864680d by Tony CHEMIT at 2017-04-10T20:27:30+02:00
update builds
- - - - -
bdb70969 by Tony CHEMIT at 2017-04-10T20:30:54+02:00
update contribute guid
- - - - -
2 changed files:
- .gitlab-ci.yml
- CONTRIBUTING.md
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -97,9 +97,8 @@ release:
script:
- wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
- wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
- - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
- - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
- - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
- wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
latest-site:
=====================================
CONTRIBUTING.md
=====================================
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,6 +26,12 @@ And to release stage
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdt3/' | bash
```
+# Regenerate changelog
+
+```
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
+```
+
# Generate site
```
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/compare/82978f9e23555cb3948bc20eb728f81…
1
0
[Git][ultreiaio/ird-t3][develop] Update changelog after stage of milestone 2.0
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
82978f9e by 166231 at 2017-04-10T18:17:06+00:00
Update changelog after stage of milestone 2.0
- - - - -
1 changed file:
- CHANGELOG.md
Changes:
=====================================
CHANGELOG.md
=====================================
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,45 @@
# T3 changelog
* Author [Tony Chemit](mailto:dev@tchemit.fr)
- * Last generated at 2017-02-25 18:51.
+ * Last generated at 2017-04-10 18:17.
-## Version [2.0-RC-3](https://gitlab.com/ultreia.io/ird-t3/milestones/24)
+## Version [2.0](https://gitlab.com/ultreiaio/ird-t3/milestones/25)
+
+**Closed at 2017-04-10.**
+
+
+### Issues
+ * [[Anomalie 199]](https://gitlab.com/ultreiaio/ird-t3/issues/199) **[IMPORT] Imperfection dans l'import AVDTH** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 204]](https://gitlab.com/ultreiaio/ird-t3/issues/204) **[N1.5] Réorganisation du calcul des poids des échantillons et du RFContext** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 218]](https://gitlab.com/ultreiaio/ird-t3/issues/218) **[N0.5] Améliorations sur le calcul des efforts de pêche (surtout le temps de pêche)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 219]](https://gitlab.com/ultreiaio/ird-t3/issues/219) **Le bouton "importer une nouvelle base" ne fonctionne pas** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 220]](https://gitlab.com/ultreiaio/ird-t3/issues/220) **[N2] Comportement de l'algorithme lorsque la dernière strate échantillon est atteinte** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT)
+ * [[Anomalie 224]](https://gitlab.com/ultreiaio/ird-t3/issues/224) **Erreur lors de l'accès à la page Statistiques sur la base** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 225]](https://gitlab.com/ultreiaio/ird-t3/issues/225) **[N2] Lors du traitement, exception en lien avec le champ zone FPA** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 228]](https://gitlab.com/ultreiaio/ird-t3/issues/228) **[N0] Sur 2 calées (sur 1642) les poids avant/après conversion des catégories de poids ne sont pas conservés** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT)
+ * [[Anomalie 230]](https://gitlab.com/ultreiaio/ird-t3/issues/230) **[N2] Certaines calées ne sont pas traitées au N2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 235]](https://gitlab.com/ultreiaio/ird-t3/issues/235) **[INSTALLEUR] L'installeur génère des erreurs (sans conséquences)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 252]](https://gitlab.com/ultreiaio/ird-t3/issues/252) **La suppression d'un profil de base de sortie ne marche pas** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 16]](https://gitlab.com/ultreiaio/ird-t3/issues/16) **Mise à niveau des calculs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 20]](https://gitlab.com/ultreiaio/ird-t3/issues/20) **Retour sur les calculs du niveau 2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 58]](https://gitlab.com/ultreiaio/ird-t3/issues/58) **labellisation d'une marée** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 169]](https://gitlab.com/ultreiaio/ird-t3/issues/169) **Adapter driver, import et modèle de données à AVDTH v3.5 ou v3.6** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 186]](https://gitlab.com/ultreiaio/ird-t3/issues/186) **Gestion de valeurs nulles dans le référentiel** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 197]](https://gitlab.com/ultreiaio/ird-t3/issues/197) **[N2][N3] Permettre de sélectionner un sous-ensemble d'échantillons (sur les critères type et qualité) à la configuration du N2 et du N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 198]](https://gitlab.com/ultreiaio/ird-t3/issues/198) **[UI] Sur chaque page de traitement, mettre un bouton qui permettrait de rejouer le traitement** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 202]](https://gitlab.com/ultreiaio/ird-t3/issues/202) **[IMPORT] Améliorer la lisibilité des logs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 214]](https://gitlab.com/ultreiaio/ird-t3/issues/214) **[N1] Changements sur le calcul et l'utilisation des rfX** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 221]](https://gitlab.com/ultreiaio/ird-t3/issues/221) **[N1] Inhibition des rfminus10 et rfplus10 lorsqu'un rfminus10 se retrouve calculé suite au glissement d'individus dans cette catégorie par la clé de conversion LD1/LF** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 222]](https://gitlab.com/ultreiaio/ird-t3/issues/222) **[N3] Nouvelle option de configuration du traitement** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 223]](https://gitlab.com/ultreiaio/ird-t3/issues/223) **[N3] Changer l'ordre d'affichage et la valeur par défaut d'un paramètre de configuration** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 231]](https://gitlab.com/ultreiaio/ird-t3/issues/231) **[N0] Ajouter 3 clauses d'exclusion sur le calcul du temps de pêche** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 234]](https://gitlab.com/ultreiaio/ird-t3/issues/234) **[REFERENTIEL] Mettre à jour les scripts d'initialisation de l'installeur** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT)
+ * [[Evolution 242]](https://gitlab.com/ultreiaio/ird-t3/issues/242) **Rendre le calcul du RF1 plus générique** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 256]](https://gitlab.com/ultreiaio/ird-t3/issues/256) **Amélioration de la configuration de l'application** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 255]](https://gitlab.com/ultreiaio/ird-t3/issues/255) **Migrate project to gitlab.com** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 257]](https://gitlab.com/ultreiaio/ird-t3/issues/257) **Mise à jour des dépendances** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [2.0-RC-3](https://gitlab.com/ultreiaio/ird-t3/milestones/24)
*(from redmine: created on 2016-02-19)*
**Closed at 2016-02-19.**
@@ -15,7 +51,7 @@
### Issues
No issue.
-## Version [2.0-RC-2](https://gitlab.com/ultreia.io/ird-t3/milestones/23)
+## Version [2.0-RC-2](https://gitlab.com/ultreiaio/ird-t3/milestones/23)
*(from redmine: created on 2016-02-03)*
**Closed at 2016-02-03.**
@@ -27,7 +63,7 @@ No issue.
### Issues
No issue.
-## Version [2.0-RC-1](https://gitlab.com/ultreia.io/ird-t3/milestones/20)
+## Version [2.0-RC-1](https://gitlab.com/ultreiaio/ird-t3/milestones/20)
*(from redmine: created on 2016-02-02)*
**Closed at 2016-02-02.**
@@ -39,7 +75,7 @@ No issue.
### Issues
No issue.
-## Version [1.6.1](https://gitlab.com/ultreia.io/ird-t3/milestones/16)
+## Version [1.6.1](https://gitlab.com/ultreiaio/ird-t3/milestones/16)
*(from redmine: created on 2015-11-30)*
**Closed at 2015-12-07.**
@@ -49,22 +85,50 @@ No issue.
* [Application (t3-1.6.1.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.6.1/t3-1.6.1.war)
### Issues
- * [[Anomalie 209]](https://gitlab.com/ultreia.io/ird-t3/issues/209) **[N0.2] Shunt du RF2 invalide** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 187]](https://gitlab.com/ultreia.io/ird-t3/issues/187) **Mise à jour des données des référentiels vessel et vesselactivity** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 191]](https://gitlab.com/ultreia.io/ird-t3/issues/191) **Mettre à jour le fichier referentiel-data.sql avec celui-ci** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 205]](https://gitlab.com/ultreia.io/ird-t3/issues/205) **[N1.5] Nouvelles options de configuration N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 206]](https://gitlab.com/ultreia.io/ird-t3/issues/206) **[N1.5] Corriger les modes d'annulation de rfp10 et rfm10** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 207]](https://gitlab.com/ultreia.io/ird-t3/issues/207) **[UI] A la fin d'un import AVDTH, ajouter un bouton "Importer une autre base"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 208]](https://gitlab.com/ultreia.io/ird-t3/issues/208) **[N1.1][RF1] Mise à jour d'un paramètres de traitement par défaut** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 210]](https://gitlab.com/ultreia.io/ird-t3/issues/210) **[INSTALLEUR] Mettre à jour le fichier referentiel-data.sql** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 211]](https://gitlab.com/ultreia.io/ird-t3/issues/211) **[INSTALLEUR] Mettre à jour le fichier referentiel-data.sql, 2ème prise** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 212]](https://gitlab.com/ultreia.io/ird-t3/issues/212) **[N2] Comportement de l'algorithme lorsque la dernière strate échantillon est atteinte** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 213]](https://gitlab.com/ultreia.io/ird-t3/issues/213) **[N1] Modifier l'ordre d'exécution de deux traitements** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT)
- * [[Evolution 215]](https://gitlab.com/ultreia.io/ird-t3/issues/215) **[N1.5] Lorsque l'un des deux rfMinus10 ou rfPlus10 est à 0 ou NULL, faire en sorte qu'aucun des deux ne soit utilisé** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 216]](https://gitlab.com/ultreia.io/ird-t3/issues/216) **[N2] Rajouter une option dans la configuration N2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 217]](https://gitlab.com/ultreia.io/ird-t3/issues/217) **[N3] Rajouter une option dans la configuration N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.5.1](https://gitlab.com/ultreia.io/ird-t3/milestones/15)
+ * [[Anomalie 209]](https://gitlab.com/ultreiaio/ird-t3/issues/209) **[N0.2] Shunt du RF2 invalide** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 187]](https://gitlab.com/ultreiaio/ird-t3/issues/187) **Mise à jour des données des référentiels vessel et vesselactivity** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 191]](https://gitlab.com/ultreiaio/ird-t3/issues/191) **Mettre à jour le fichier referentiel-data.sql avec celui-ci** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 205]](https://gitlab.com/ultreiaio/ird-t3/issues/205) **[N1.5] Nouvelles options de configuration N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 206]](https://gitlab.com/ultreiaio/ird-t3/issues/206) **[N1.5] Corriger les modes d'annulation de rfp10 et rfm10** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 207]](https://gitlab.com/ultreiaio/ird-t3/issues/207) **[UI] A la fin d'un import AVDTH, ajouter un bouton "Importer une autre base"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 208]](https://gitlab.com/ultreiaio/ird-t3/issues/208) **[N1.1][RF1] Mise à jour d'un paramètres de traitement par défaut** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 210]](https://gitlab.com/ultreiaio/ird-t3/issues/210) **[INSTALLEUR] Mettre à jour le fichier referentiel-data.sql** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 211]](https://gitlab.com/ultreiaio/ird-t3/issues/211) **[INSTALLEUR] Mettre à jour le fichier referentiel-data.sql, 2ème prise** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 212]](https://gitlab.com/ultreiaio/ird-t3/issues/212) **[N2] Comportement de l'algorithme lorsque la dernière strate échantillon est atteinte** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 213]](https://gitlab.com/ultreiaio/ird-t3/issues/213) **[N1] Modifier l'ordre d'exécution de deux traitements** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT)
+ * [[Evolution 215]](https://gitlab.com/ultreiaio/ird-t3/issues/215) **[N1.5] Lorsque l'un des deux rfMinus10 ou rfPlus10 est à 0 ou NULL, faire en sorte qu'aucun des deux ne soit utilisé** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 216]](https://gitlab.com/ultreiaio/ird-t3/issues/216) **[N2] Rajouter une option dans la configuration N2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 217]](https://gitlab.com/ultreiaio/ird-t3/issues/217) **[N3] Rajouter une option dans la configuration N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.6](https://gitlab.com/ultreiaio/ird-t3/milestones/14)
+ *(from redmine: created on 2013-04-12)*
+
+**Closed at 2015-11-30.**
+
+### Download
+* [Installer (t3-1.6.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.6/t3-1.6.zip)
+* [Application (t3-1.6.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.6/t3-1.6.war)
+
+### Issues
+ * [[Anomalie 170]](https://gitlab.com/ultreiaio/ird-t3/issues/170) **Page d'infos "Marée" : "Niveau 2 calculé" et "Niveau 3 calculé" non gérés** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 171]](https://gitlab.com/ultreiaio/ird-t3/issues/171) **Même quand n2 et n3 sont faits, la page de stats n'affiche que des marées avec données "partiellement calculés"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 173]](https://gitlab.com/ultreiaio/ird-t3/issues/173) **Ajouter des index sur les champs Postgis** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 183]](https://gitlab.com/ultreiaio/ird-t3/issues/183) **Can't redeploy t3 in a tomcat** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 174]](https://gitlab.com/ultreiaio/ird-t3/issues/174) **Mettre à jour les seuils et ratios de qualité des N2 et N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 177]](https://gitlab.com/ultreiaio/ird-t3/issues/177) **Paramètres par défaut sur N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 178]](https://gitlab.com/ultreiaio/ird-t3/issues/178) **Modification de l'algo de test de qualité N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 179]](https://gitlab.com/ultreiaio/ird-t3/issues/179) **Renommage de tables et champs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 185]](https://gitlab.com/ultreiaio/ird-t3/issues/185) **Initialisation correcte des index spatiaux** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 194]](https://gitlab.com/ultreiaio/ird-t3/issues/194) **[N1.4] Petite correction dans la conversion des individus mesurés en poids** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 195]](https://gitlab.com/ultreiaio/ird-t3/issues/195) **[PERSISTENCE] Renommer les champs libelle en label** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 200]](https://gitlab.com/ultreiaio/ird-t3/issues/200) **[N0.2] Possibilité de shunter le calcul RF2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 203]](https://gitlab.com/ultreiaio/ird-t3/issues/203) **Mise à jour des paramètres de traitement par défaut** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 181]](https://gitlab.com/ultreiaio/ird-t3/issues/181) **Updates mavenpom to 6.1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 182]](https://gitlab.com/ultreiaio/ird-t3/issues/182) **Updates topia to 2.8.1.3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 184]](https://gitlab.com/ultreiaio/ird-t3/issues/184) **Avoid commons-loggin memory leak when hot-deploy in tomcat** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 193]](https://gitlab.com/ultreiaio/ird-t3/issues/193) **Assistance pour compiler le projet dans un IDE** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.5.1](https://gitlab.com/ultreiaio/ird-t3/milestones/15)
*(from redmine: created on 2013-04-13)*
**Closed at 2013-04-13.**
@@ -74,58 +138,57 @@ No issue.
* [Application (t3-1.5.1.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.5.1/t3-1.5.1.war)
### Issues
- * [[Anomalie 168]](https://gitlab.com/ultreia.io/ird-t3/issues/168) **Arrrg ! bug jsp au lancement du n2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 168]](https://gitlab.com/ultreiaio/ird-t3/issues/168) **Arrrg ! bug jsp au lancement du n2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-## Version [1.6](https://gitlab.com/ultreia.io/ird-t3/milestones/14)
- *(from redmine: created on 2013-04-12)*
+## Version [1.5](https://gitlab.com/ultreiaio/ird-t3/milestones/13)
+Validation du niveau 2, 3 et exports des données *(from redmine: created on 2013-02-24)*
-**Closed at 2015-11-30.**
+**Closed at 2013-04-12.**
### Download
-* [Installer (t3-1.6.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.6/t3-1.6.zip)
-* [Application (t3-1.6.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.6/t3-1.6.war)
+* [Installer (t3-1.5.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.5/t3-1.5.zip)
+* [Application (t3-1.5.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.5/t3-1.5.war)
### Issues
- * [[Anomalie 170]](https://gitlab.com/ultreia.io/ird-t3/issues/170) **Page d'infos "Marée" : "Niveau 2 calculé" et "Niveau 3 calculé" non gérés** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 171]](https://gitlab.com/ultreia.io/ird-t3/issues/171) **Même quand n2 et n3 sont faits, la page de stats n'affiche que des marées avec données "partiellement calculés"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 173]](https://gitlab.com/ultreia.io/ird-t3/issues/173) **Ajouter des index sur les champs Postgis** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 183]](https://gitlab.com/ultreia.io/ird-t3/issues/183) **Can't redeploy t3 in a tomcat** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 174]](https://gitlab.com/ultreia.io/ird-t3/issues/174) **Mettre à jour les seuils et ratios de qualité des N2 et N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 177]](https://gitlab.com/ultreia.io/ird-t3/issues/177) **Paramètres par défaut sur N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 178]](https://gitlab.com/ultreia.io/ird-t3/issues/178) **Modification de l'algo de test de qualité N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 179]](https://gitlab.com/ultreia.io/ird-t3/issues/179) **Renommage de tables et champs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 185]](https://gitlab.com/ultreia.io/ird-t3/issues/185) **Initialisation correcte des index spatiaux** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 194]](https://gitlab.com/ultreia.io/ird-t3/issues/194) **[N1.4] Petite correction dans la conversion des individus mesurés en poids** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 195]](https://gitlab.com/ultreia.io/ird-t3/issues/195) **[PERSISTENCE] Renommer les champs libelle en label** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 200]](https://gitlab.com/ultreia.io/ird-t3/issues/200) **[N0.2] Possibilité de shunter le calcul RF2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 203]](https://gitlab.com/ultreia.io/ird-t3/issues/203) **Mise à jour des paramètres de traitement par défaut** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.5](https://gitlab.com/ultreia.io/ird-t3/milestones/13)
-Validation du niveau 2, 3 et exports des données *(from redmine: created on 2013-02-24)*
+ * [[Anomalie 149]](https://gitlab.com/ultreiaio/ird-t3/issues/149) **Exception sur N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 150]](https://gitlab.com/ultreiaio/ird-t3/issues/150) **Valeurs suspectes sur correctedcatchweight.catchweight (n0) alors qu'elles étaient bonnes auparavant** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 151]](https://gitlab.com/ultreiaio/ird-t3/issues/151) **MAJ d'un libellé** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 152]](https://gitlab.com/ultreiaio/ird-t3/issues/152) **Résultats suspects au N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 153]](https://gitlab.com/ultreiaio/ird-t3/issues/153) **Micro bug dans le script Windows installer/install.bat** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 156]](https://gitlab.com/ultreiaio/ird-t3/issues/156) **Libellés** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 157]](https://gitlab.com/ultreiaio/ird-t3/issues/157) **Exception si tentative N1 sans N0** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 158]](https://gitlab.com/ultreiaio/ird-t3/issues/158) **Vérification de l'algo n0.4 (durée des calées)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 159]](https://gitlab.com/ultreiaio/ird-t3/issues/159) **Petite correction nécessaire sur le calcul du rf2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 162]](https://gitlab.com/ultreiaio/ird-t3/issues/162) **Mises au point du calcul des durées des calées (n0.3)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 164]](https://gitlab.com/ultreiaio/ird-t3/issues/164) **Sélection impossible des marées et échantillons lors de la config du N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 165]](https://gitlab.com/ultreiaio/ird-t3/issues/165) **Non utilisation du banc de type dans la sélection du SetDuration à utiliser** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 155]](https://gitlab.com/ultreiaio/ird-t3/issues/155) **Packager les zip de zones géo avec l'installeur** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 161]](https://gitlab.com/ultreiaio/ird-t3/issues/161) **Mettre à jour le rérférentiel setduration avec les INSERT fournis ici** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 167]](https://gitlab.com/ultreiaio/ird-t3/issues/167) **Mise à jour des librairies** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.4](https://gitlab.com/ultreiaio/ird-t3/milestones/10)
+Calcul du niveau 3 + export des données *(from redmine: created on 2012-04-26)*
-**Closed at 2013-04-12.**
+**Closed at 2013-02-25.**
### Download
-* [Installer (t3-1.5.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.5/t3-1.5.zip)
-* [Application (t3-1.5.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.5/t3-1.5.war)
+* [Installer (t3-1.4.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.4/t3-1.4.zip)
+* [Application (t3-1.4.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.4/t3-1.4.war)
### Issues
- * [[Anomalie 149]](https://gitlab.com/ultreia.io/ird-t3/issues/149) **Exception sur N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 150]](https://gitlab.com/ultreia.io/ird-t3/issues/150) **Valeurs suspectes sur correctedcatchweight.catchweight (n0) alors qu'elles étaient bonnes auparavant** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 151]](https://gitlab.com/ultreia.io/ird-t3/issues/151) **MAJ d'un libellé** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 152]](https://gitlab.com/ultreia.io/ird-t3/issues/152) **Résultats suspects au N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 153]](https://gitlab.com/ultreia.io/ird-t3/issues/153) **Micro bug dans le script Windows installer/install.bat** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 156]](https://gitlab.com/ultreia.io/ird-t3/issues/156) **Libellés** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 157]](https://gitlab.com/ultreia.io/ird-t3/issues/157) **Exception si tentative N1 sans N0** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 158]](https://gitlab.com/ultreia.io/ird-t3/issues/158) **Vérification de l'algo n0.4 (durée des calées)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 159]](https://gitlab.com/ultreia.io/ird-t3/issues/159) **Petite correction nécessaire sur le calcul du rf2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 162]](https://gitlab.com/ultreia.io/ird-t3/issues/162) **Mises au point du calcul des durées des calées (n0.3)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 164]](https://gitlab.com/ultreia.io/ird-t3/issues/164) **Sélection impossible des marées et échantillons lors de la config du N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 165]](https://gitlab.com/ultreia.io/ird-t3/issues/165) **Non utilisation du banc de type dans la sélection du SetDuration à utiliser** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 155]](https://gitlab.com/ultreia.io/ird-t3/issues/155) **Packager les zip de zones géo avec l'installeur** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 161]](https://gitlab.com/ultreia.io/ird-t3/issues/161) **Mettre à jour le rérférentiel setduration avec les INSERT fournis ici** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.3.2](https://gitlab.com/ultreia.io/ird-t3/milestones/12)
+ * [[Anomalie 73]](https://gitlab.com/ultreiaio/ird-t3/issues/73) **N3 n'est pas implémenté** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 123]](https://gitlab.com/ultreiaio/ird-t3/issues/123) **Il manque des conversion taille-poids pour des espèces** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT)
+ * [[Anomalie 139]](https://gitlab.com/ultreiaio/ird-t3/issues/139) **Sélection correcte des activités (=calées) situées dans une zone (pour N2 et N3)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 127]](https://gitlab.com/ultreiaio/ird-t3/issues/127) **Indicateurs N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 140]](https://gitlab.com/ultreiaio/ird-t3/issues/140) **Mettre à jour le fichier referentiel-data.sql de l'installer.bat avec celui-ci** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 145]](https://gitlab.com/ultreiaio/ird-t3/issues/145) **Add natural id on extrapolatedallsetspeciesfrequency** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 135]](https://gitlab.com/ultreiaio/ird-t3/issues/135) **Export balbaya - Mapping catégories de poids** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 141]](https://gitlab.com/ultreiaio/ird-t3/issues/141) **Export balbaya - Operation Marée** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 142]](https://gitlab.com/ultreiaio/ird-t3/issues/142) **Export balbaya - Operation Activité** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 143]](https://gitlab.com/ultreiaio/ird-t3/issues/143) **Export balbaya - Operation Echantillon** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 144]](https://gitlab.com/ultreiaio/ird-t3/issues/144) **Remove ExtrapolatedAllSetSpeciesCatWeight entity** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.3.2](https://gitlab.com/ultreiaio/ird-t3/milestones/12)
*(from redmine: created on 2013-01-16)*
**Closed at 2013-01-16.**
@@ -135,11 +198,12 @@ Validation du niveau 2, 3 et exports des données *(from redmine: creat
* [Application (t3-1.3.2.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.3.2/t3-1.3.2.war)
### Issues
- * [[Anomalie 137]](https://gitlab.com/ultreia.io/ird-t3/issues/137) **Plantage sur N2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 138]](https://gitlab.com/ultreia.io/ird-t3/issues/138) **Problème d'encoding dans les fichiers javascripts** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 136]](https://gitlab.com/ultreia.io/ird-t3/issues/136) **Ajout d'une nouvelle étape au niveau 1 (conversion des échantillon calée en poids)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 137]](https://gitlab.com/ultreiaio/ird-t3/issues/137) **Plantage sur N2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 138]](https://gitlab.com/ultreiaio/ird-t3/issues/138) **Problème d'encoding dans les fichiers javascripts** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 136]](https://gitlab.com/ultreiaio/ird-t3/issues/136) **Ajout d'une nouvelle étape au niveau 1 (conversion des échantillon calée en poids)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 134]](https://gitlab.com/ultreiaio/ird-t3/issues/134) **Mise à jour de librairies** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-## Version [1.3.1](https://gitlab.com/ultreia.io/ird-t3/milestones/11)
+## Version [1.3.1](https://gitlab.com/ultreiaio/ird-t3/milestones/11)
Mise au point avant le niveau 3 *(from redmine: created on 2012-04-29)*
**Closed at 2012-06-15.**
@@ -149,35 +213,55 @@ Mise au point avant le niveau 3 *(from redmine: created on 2012-04-29)*
* [Application (t3-1.3.1.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.3.1/t3-1.3.1.war)
### Issues
- * [[Anomalie 122]](https://gitlab.com/ultreia.io/ird-t3/issues/122) **La migration 1.3 ne fonctionne pas** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 126]](https://gitlab.com/ultreia.io/ird-t3/issues/126) **Pb avec l'import des marées où l'on fait une réattribution du code bateau (surtout pour marées sampleOnly)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 129]](https://gitlab.com/ultreia.io/ird-t3/issues/129) **Exception sur N1.5 (extrapolation échantillons aux poids de leurs calées respectives)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 130]](https://gitlab.com/ultreia.io/ird-t3/issues/130) **Améliorer le temps de traitement du N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 120]](https://gitlab.com/ultreia.io/ird-t3/issues/120) **Split ExtrapolateSampleWeightToSetAction in two actions** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 121]](https://gitlab.com/ultreia.io/ird-t3/issues/121) **Ne pas charger tous les navires lors d'un import** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 125]](https://gitlab.com/ultreia.io/ird-t3/issues/125) **Permettre l'import de bases AVDTH zippées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 128]](https://gitlab.com/ultreia.io/ird-t3/issues/128) **Pour le YFT, la relation taille-poids doit être différenciée en deça et au-delà d'une taille seuil** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 131]](https://gitlab.com/ultreia.io/ird-t3/issues/131) **Renseignement de la colonne species.faoid** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 133]](https://gitlab.com/ultreia.io/ird-t3/issues/133) **Configure which species must be selected by default in level 2 and 3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.4](https://gitlab.com/ultreia.io/ird-t3/milestones/10)
-Calcul du niveau 3 + export des données *(from redmine: created on 2012-04-26)*
+ * [[Anomalie 122]](https://gitlab.com/ultreiaio/ird-t3/issues/122) **La migration 1.3 ne fonctionne pas** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 126]](https://gitlab.com/ultreiaio/ird-t3/issues/126) **Pb avec l'import des marées où l'on fait une réattribution du code bateau (surtout pour marées sampleOnly)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 129]](https://gitlab.com/ultreiaio/ird-t3/issues/129) **Exception sur N1.5 (extrapolation échantillons aux poids de leurs calées respectives)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 130]](https://gitlab.com/ultreiaio/ird-t3/issues/130) **Améliorer le temps de traitement du N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 120]](https://gitlab.com/ultreiaio/ird-t3/issues/120) **Split ExtrapolateSampleWeightToSetAction in two actions** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 121]](https://gitlab.com/ultreiaio/ird-t3/issues/121) **Ne pas charger tous les navires lors d'un import** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 125]](https://gitlab.com/ultreiaio/ird-t3/issues/125) **Permettre l'import de bases AVDTH zippées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 128]](https://gitlab.com/ultreiaio/ird-t3/issues/128) **Pour le YFT, la relation taille-poids doit être différenciée en deça et au-delà d'une taille seuil** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 131]](https://gitlab.com/ultreiaio/ird-t3/issues/131) **Renseignement de la colonne species.faoid** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 133]](https://gitlab.com/ultreiaio/ird-t3/issues/133) **Configure which species must be selected by default in level 2 and 3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 124]](https://gitlab.com/ultreiaio/ird-t3/issues/124) **Mise à jour de librairies** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.3](https://gitlab.com/ultreiaio/ird-t3/milestones/5)
+Calcul du niveau 2 *(from redmine: created on 2012-02-06)*
-**Closed at 2013-02-25.**
+**Closed at 2012-04-28.**
### Download
-* [Installer (t3-1.4.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.4/t3-1.4.zip)
-* [Application (t3-1.4.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.4/t3-1.4.war)
+* [Installer (t3-1.3.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.3/t3-1.3.zip)
+* [Application (t3-1.3.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.3/t3-1.3.war)
### Issues
- * [[Anomalie 73]](https://gitlab.com/ultreia.io/ird-t3/issues/73) **N3 n'est pas implémenté** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 123]](https://gitlab.com/ultreia.io/ird-t3/issues/123) **Il manque des conversion taille-poids pour des espèces** (Thanks to Pascal Cauquil) (Reported by Tony CHEMIT)
- * [[Anomalie 139]](https://gitlab.com/ultreia.io/ird-t3/issues/139) **Sélection correcte des activités (=calées) situées dans une zone (pour N2 et N3)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 127]](https://gitlab.com/ultreia.io/ird-t3/issues/127) **Indicateurs N3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 140]](https://gitlab.com/ultreia.io/ird-t3/issues/140) **Mettre à jour le fichier referentiel-data.sql de l'installer.bat avec celui-ci** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 145]](https://gitlab.com/ultreia.io/ird-t3/issues/145) **Add natural id on extrapolatedallsetspeciesfrequency** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.2.1](https://gitlab.com/ultreia.io/ird-t3/milestones/9)
+ * [[Anomalie 51]](https://gitlab.com/ultreiaio/ird-t3/issues/51) **Blocage au lancement des traitements N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 71]](https://gitlab.com/ultreiaio/ird-t3/issues/71) **N2 : java.lang.IllegalStateException: Can not find activities for sample stratum at level 8** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 72]](https://gitlab.com/ultreiaio/ird-t3/issues/72) **Problèmes de mise en page sur la la page "Traitement N2 en cours...)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 97]](https://gitlab.com/ultreiaio/ird-t3/issues/97) **La page des statistiques des marées ne fonctionne plus** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 98]](https://gitlab.com/ultreiaio/ird-t3/issues/98) **LEs amrées sans plan de cuve ne sont pas indiquée comme traitée pour le traitement 0 - 6** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 100]](https://gitlab.com/ultreiaio/ird-t3/issues/100) **Pb sur runComputeWeightOfCategoriesForSet** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 101]](https://gitlab.com/ultreiaio/ird-t3/issues/101) **Problem with Level 1 - 5** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 102]](https://gitlab.com/ultreiaio/ird-t3/issues/102) **l'algorithme de conversion de catégorie de poids n'est pas bon** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 103]](https://gitlab.com/ultreiaio/ird-t3/issues/103) **Calcul des rf1 et rf2 lorque la marée n'a pas de débaquements (elementaryLanding)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 104]](https://gitlab.com/ultreiaio/ird-t3/issues/104) **Revoir le N0.3 : conversion des catégories de poids** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 105]](https://gitlab.com/ultreiaio/ird-t3/issues/105) **N1.1 : Erreur dans le log** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 106]](https://gitlab.com/ultreiaio/ird-t3/issues/106) **L'écran de config N1 ne permet pas de sélectionner la flotte Espagnole** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 107]](https://gitlab.com/ultreiaio/ird-t3/issues/107) **Marées traitées N0 mais qui ne sont pas prises en compte dans le N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 108]](https://gitlab.com/ultreiaio/ird-t3/issues/108) **N1.1 (comptés/mesurés) : Problème de précision sur un integer** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 109]](https://gitlab.com/ultreiaio/ird-t3/issues/109) **Le niveau 0.4 (ComputeSetDurationAndPositiveSetCount) est très lent** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 110]](https://gitlab.com/ultreiaio/ird-t3/issues/110) **CalculN1.2 (standardisation LD/LF) : +/- 15% d'échantillons non standardisés** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 111]](https://gitlab.com/ultreiaio/ird-t3/issues/111) **Pb potentiel sur N1.4 : Redistribution des effectifs des fréquences de taille de l’échantillon-cuve entre les différentes calées qui constituent la cuve** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 114]](https://gitlab.com/ultreiaio/ird-t3/issues/114) **Certaines marées ne sont pas marquées comme traitées au niveau 0.4** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 119]](https://gitlab.com/ultreiaio/ird-t3/issues/119) **Manque un champ ExtrapolatedAllSetSpeciesFrequency#lfLengthClass** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 19]](https://gitlab.com/ultreiaio/ird-t3/issues/19) **Résumé des niveaux 2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 95]](https://gitlab.com/ultreiaio/ird-t3/issues/95) **Remove level2Computed and compute value on trip board** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 99]](https://gitlab.com/ultreiaio/ird-t3/issues/99) **Ajout de 2 colonnes pour codes standard dans table espèces** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 112]](https://gitlab.com/ultreiaio/ird-t3/issues/112) **N1.5 Action très longue** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 113]](https://gitlab.com/ultreiaio/ird-t3/issues/113) **rendre configurable les seuils maximum rfTot, rfMinus10 et rfPlus10** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 115]](https://gitlab.com/ultreiaio/ird-t3/issues/115) **Ne pas importer des marées en mode samplesOnly si elles n'ont pas d'échantillons** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.2.1](https://gitlab.com/ultreiaio/ird-t3/milestones/9)
*(from redmine: created on 2012-04-20)*
**Closed at 2012-04-20.**
@@ -187,9 +271,48 @@ Calcul du niveau 3 + export des données *(from redmine: created on 201
* [Application (t3-1.2.1.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.2.1/t3-1.2.1.war)
### Issues
- * [[Anomalie 96]](https://gitlab.com/ultreia.io/ird-t3/issues/96) **Fix migration** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 96]](https://gitlab.com/ultreiaio/ird-t3/issues/96) **Fix migration** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.2](https://gitlab.com/ultreiaio/ird-t3/milestones/2)
+Phase 2 - lot 2 (validation niveau 0 et 1) *(from redmine: created on 2011-09-07)*
+
+**Closed at 2012-04-19.**
-## Version [1.1.2](https://gitlab.com/ultreia.io/ird-t3/milestones/8)
+### Download
+* [Installer (t3-1.2.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.2/t3-1.2.zip)
+* [Application (t3-1.2.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.2/t3-1.2.war)
+
+### Issues
+ * [[Anomalie 48]](https://gitlab.com/ultreiaio/ird-t3/issues/48) **OutOfMemoryError / Java heap Space sur calcul des RF1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 65]](https://gitlab.com/ultreiaio/ird-t3/issues/65) **Exception suite à l'expiration de session** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 66]](https://gitlab.com/ultreiaio/ird-t3/issues/66) **page de métadonnées d'une marée** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 67]](https://gitlab.com/ultreiaio/ird-t3/issues/67) **renommer champ** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 68]](https://gitlab.com/ultreiaio/ird-t3/issues/68) **Champ trip.samplestandardised pas renseigné** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 69]](https://gitlab.com/ultreiaio/ird-t3/issues/69) **Niveau 0.3 (CONVERT_CATCHES_WEIGHT_CATEGORIES) : rajouter le convertisseur pour le type "banc indéterminé"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 70]](https://gitlab.com/ultreiaio/ird-t3/issues/70) **Echantillons non traités durant le N1 - améliorer le log** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 74]](https://gitlab.com/ultreiaio/ird-t3/issues/74) **Bug Niveau 1.3 (Calcul du poids des catégories dans les calées) : table wellsetallspecies non remplie** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 75]](https://gitlab.com/ultreiaio/ird-t3/issues/75) **Cas d'une marée partielle, non complète, mal gérée** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 77]](https://gitlab.com/ultreiaio/ird-t3/issues/77) **Rajouter un port (TAKORADI) dans l'installeur du référnetiel** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 79]](https://gitlab.com/ultreiaio/ird-t3/issues/79) **Mise à jour de la liste des bateaux** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 80]](https://gitlab.com/ultreiaio/ird-t3/issues/80) **Problème sur import d'une base AVDTH si un code bateau est manquant dans entité t3+ "Vessel"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 88]](https://gitlab.com/ultreiaio/ird-t3/issues/88) **Si une marée n'a pas d'activité, on ne la voit pas dans la page des marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 91]](https://gitlab.com/ultreiaio/ird-t3/issues/91) **Problème lors d'un import sur une base pas valide** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 92]](https://gitlab.com/ultreiaio/ird-t3/issues/92) **Rename ExtraploatedAllSetSpeciesFrequency to ExtrapolatedAllSetSpeciesFrequency** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 17]](https://gitlab.com/ultreiaio/ird-t3/issues/17) **Retour sur les calculs des niveaux 0 et 1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 76]](https://gitlab.com/ultreiaio/ird-t3/issues/76) **Ajout d'une option "Echantillons seulement"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 78]](https://gitlab.com/ultreiaio/ird-t3/issues/78) **Effacement correct des données lors de recalculs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 81]](https://gitlab.com/ultreiaio/ird-t3/issues/81) **Permettre d'expliquer dans les logs pourquoi un échantillon n'est pas sélectionné (Configuration niveau 1)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 82]](https://gitlab.com/ultreiaio/ird-t3/issues/82) **Amélioration de la progression d'un traitement** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 83]](https://gitlab.com/ultreiaio/ird-t3/issues/83) **Rajouter 2 champs String sur table Vessel** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 86]](https://gitlab.com/ultreiaio/ird-t3/issues/86) **Ajout de 3 bateaux destinées aux bases pures Echantillons (ES notamment)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 87]](https://gitlab.com/ultreiaio/ird-t3/issues/87) **Gestion des bases AVDTH échantillons : changement de code bateau** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 89]](https://gitlab.com/ultreiaio/ird-t3/issues/89) **Créer une nouveau traitement au niveau 0 : ComputeWellPlanWeightCategoriesProportions** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 90]](https://gitlab.com/ultreiaio/ird-t3/issues/90) **Revoir la gestion des plans de cuve lors d'un import** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 93]](https://gitlab.com/ultreiaio/ird-t3/issues/93) **Remove obsolete data** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 94]](https://gitlab.com/ultreiaio/ird-t3/issues/94) **Add new fields on Activity** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 84]](https://gitlab.com/ultreiaio/ird-t3/issues/84) **Remove spanish i18n** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.1.2](https://gitlab.com/ultreiaio/ird-t3/milestones/8)
*(from redmine: created on 2012-02-29)*
**Closed at 2012-03-02.**
@@ -199,14 +322,15 @@ Calcul du niveau 3 + export des données *(from redmine: created on 201
* [Application (t3-1.1.2.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.1.2/t3-1.1.2.war)
### Issues
- * [[Anomalie 57]](https://gitlab.com/ultreia.io/ird-t3/issues/57) **V 1.1.1 - Erreur lors de l'import des données** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 59]](https://gitlab.com/ultreia.io/ird-t3/issues/59) **transalation is not good for log book** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 60]](https://gitlab.com/ultreia.io/ird-t3/issues/60) **L'ocean sélectionné n'est pas pris en compte dans la configuration du niveau 1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 62]](https://gitlab.com/ultreia.io/ird-t3/issues/62) **L'action supprimer une configuration level 1 ne fonctionne pas** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 63]](https://gitlab.com/ultreia.io/ird-t3/issues/63) **Session is not well serialized** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 64]](https://gitlab.com/ultreia.io/ird-t3/issues/64) **Problèmes liés à la sélection de l'océan sur N0 et N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.1.1](https://gitlab.com/ultreia.io/ird-t3/milestones/7)
+ * [[Anomalie 57]](https://gitlab.com/ultreiaio/ird-t3/issues/57) **V 1.1.1 - Erreur lors de l'import des données** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 59]](https://gitlab.com/ultreiaio/ird-t3/issues/59) **transalation is not good for log book** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 60]](https://gitlab.com/ultreiaio/ird-t3/issues/60) **L'ocean sélectionné n'est pas pris en compte dans la configuration du niveau 1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 62]](https://gitlab.com/ultreiaio/ird-t3/issues/62) **L'action supprimer une configuration level 1 ne fonctionne pas** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 63]](https://gitlab.com/ultreiaio/ird-t3/issues/63) **Session is not well serialized** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 64]](https://gitlab.com/ultreiaio/ird-t3/issues/64) **Problèmes liés à la sélection de l'océan sur N0 et N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 61]](https://gitlab.com/ultreiaio/ird-t3/issues/61) **Updates to mavenpom 3.1.1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.1.1](https://gitlab.com/ultreiaio/ird-t3/milestones/7)
*(from redmine: created on 2012-02-15)*
**Closed at 2012-02-21.**
@@ -216,13 +340,13 @@ Calcul du niveau 3 + export des données *(from redmine: created on 201
* [Application (t3-1.1.1.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.1.1/t3-1.1.1.war)
### Issues
- * [[Anomalie 50]](https://gitlab.com/ultreia.io/ird-t3/issues/50) **org.hibernate.SessionException: Session is closed!** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 53]](https://gitlab.com/ultreia.io/ird-t3/issues/53) **Modification dans le calcul des RF1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 54]](https://gitlab.com/ultreia.io/ird-t3/issues/54) **Erreur au lancement de l'utilitaire d'initialisation de la base, v1.1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 55]](https://gitlab.com/ultreia.io/ird-t3/issues/55) **Amélioration de la gestion des logs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 56]](https://gitlab.com/ultreia.io/ird-t3/issues/56) **Ajout des liens pour voir les détails d'une base depuis la page des statistiques** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 50]](https://gitlab.com/ultreiaio/ird-t3/issues/50) **org.hibernate.SessionException: Session is closed!** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 53]](https://gitlab.com/ultreiaio/ird-t3/issues/53) **Modification dans le calcul des RF1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 54]](https://gitlab.com/ultreiaio/ird-t3/issues/54) **Erreur au lancement de l'utilitaire d'initialisation de la base, v1.1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 55]](https://gitlab.com/ultreiaio/ird-t3/issues/55) **Amélioration de la gestion des logs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 56]](https://gitlab.com/ultreiaio/ird-t3/issues/56) **Ajout des liens pour voir les détails d'une base depuis la page des statistiques** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-## Version [1.1](https://gitlab.com/ultreia.io/ird-t3/milestones/6)
+## Version [1.1](https://gitlab.com/ultreiaio/ird-t3/milestones/6)
Correction de bugs sur la 1.0 (hors calcul) *(from redmine: created on 2012-02-06)*
**Closed at 2012-02-08.**
@@ -232,53 +356,17 @@ Correction de bugs sur la 1.0 (hors calcul) *(from redmine: created on
* [Application (t3-1.1.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.1/t3-1.1.war)
### Issues
- * [[Anomalie 41]](https://gitlab.com/ultreia.io/ird-t3/issues/41) **Import de bases de données aggrégées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 42]](https://gitlab.com/ultreia.io/ird-t3/issues/42) **Reimport de marées avec remplacement des marées existantes** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 43]](https://gitlab.com/ultreia.io/ird-t3/issues/43) **Le retour du bug "no suitable driver found for database..."** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 45]](https://gitlab.com/ultreia.io/ird-t3/issues/45) **Problème lors de l'import de marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 47]](https://gitlab.com/ultreia.io/ird-t3/issues/47) **Clic sur "Tout selectionner" renvoie une page quasi vide** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 49]](https://gitlab.com/ultreia.io/ird-t3/issues/49) **Calcul des rf1 : plage de validité des datepickers** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 44]](https://gitlab.com/ultreia.io/ird-t3/issues/44) **Améliorer le tableau des marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 46]](https://gitlab.com/ultreia.io/ird-t3/issues/46) **Pass model to 1.1 (add index on foreign keys)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 52]](https://gitlab.com/ultreia.io/ird-t3/issues/52) **Can manage user even if no db was selected** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.3](https://gitlab.com/ultreia.io/ird-t3/milestones/5)
-Calcul du niveau 2 *(from redmine: created on 2012-02-06)*
-
-**Closed at 2012-04-28.**
-
-### Download
-* [Installer (t3-1.3.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.3/t3-1.3.zip)
-* [Application (t3-1.3.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.3/t3-1.3.war)
-
-### Issues
- * [[Anomalie 51]](https://gitlab.com/ultreia.io/ird-t3/issues/51) **Blocage au lancement des traitements N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 71]](https://gitlab.com/ultreia.io/ird-t3/issues/71) **N2 : java.lang.IllegalStateException: Can not find activities for sample stratum at level 8** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 72]](https://gitlab.com/ultreia.io/ird-t3/issues/72) **Problèmes de mise en page sur la la page "Traitement N2 en cours...)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 97]](https://gitlab.com/ultreia.io/ird-t3/issues/97) **La page des statistiques des marées ne fonctionne plus** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 98]](https://gitlab.com/ultreia.io/ird-t3/issues/98) **LEs amrées sans plan de cuve ne sont pas indiquée comme traitée pour le traitement 0 - 6** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 100]](https://gitlab.com/ultreia.io/ird-t3/issues/100) **Pb sur runComputeWeightOfCategoriesForSet** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 101]](https://gitlab.com/ultreia.io/ird-t3/issues/101) **Problem with Level 1 - 5** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 102]](https://gitlab.com/ultreia.io/ird-t3/issues/102) **l'algorithme de conversion de catégorie de poids n'est pas bon** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 103]](https://gitlab.com/ultreia.io/ird-t3/issues/103) **Calcul des rf1 et rf2 lorque la marée n'a pas de débaquements (elementaryLanding)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 104]](https://gitlab.com/ultreia.io/ird-t3/issues/104) **Revoir le N0.3 : conversion des catégories de poids** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 105]](https://gitlab.com/ultreia.io/ird-t3/issues/105) **N1.1 : Erreur dans le log** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 106]](https://gitlab.com/ultreia.io/ird-t3/issues/106) **L'écran de config N1 ne permet pas de sélectionner la flotte Espagnole** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 107]](https://gitlab.com/ultreia.io/ird-t3/issues/107) **Marées traitées N0 mais qui ne sont pas prises en compte dans le N1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 108]](https://gitlab.com/ultreia.io/ird-t3/issues/108) **N1.1 (comptés/mesurés) : Problème de précision sur un integer** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 109]](https://gitlab.com/ultreia.io/ird-t3/issues/109) **Le niveau 0.4 (ComputeSetDurationAndPositiveSetCount) est très lent** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 110]](https://gitlab.com/ultreia.io/ird-t3/issues/110) **CalculN1.2 (standardisation LD/LF) : +/- 15% d'échantillons non standardisés** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 111]](https://gitlab.com/ultreia.io/ird-t3/issues/111) **Pb potentiel sur N1.4 : Redistribution des effectifs des fréquences de taille de l’échantillon-cuve entre les différentes calées qui constituent la cuve** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 114]](https://gitlab.com/ultreia.io/ird-t3/issues/114) **Certaines marées ne sont pas marquées comme traitées au niveau 0.4** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 119]](https://gitlab.com/ultreia.io/ird-t3/issues/119) **Manque un champ ExtrapolatedAllSetSpeciesFrequency#lfLengthClass** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 19]](https://gitlab.com/ultreia.io/ird-t3/issues/19) **Résumé des niveaux 2** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 95]](https://gitlab.com/ultreia.io/ird-t3/issues/95) **Remove level2Computed and compute value on trip board** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 99]](https://gitlab.com/ultreia.io/ird-t3/issues/99) **Ajout de 2 colonnes pour codes standard dans table espèces** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 112]](https://gitlab.com/ultreia.io/ird-t3/issues/112) **N1.5 Action très longue** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 113]](https://gitlab.com/ultreia.io/ird-t3/issues/113) **rendre configurable les seuils maximum rfTot, rfMinus10 et rfPlus10** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 115]](https://gitlab.com/ultreia.io/ird-t3/issues/115) **Ne pas importer des marées en mode samplesOnly si elles n'ont pas d'échantillons** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.0.2](https://gitlab.com/ultreia.io/ird-t3/milestones/4)
+ * [[Anomalie 41]](https://gitlab.com/ultreiaio/ird-t3/issues/41) **Import de bases de données aggrégées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 42]](https://gitlab.com/ultreiaio/ird-t3/issues/42) **Reimport de marées avec remplacement des marées existantes** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 43]](https://gitlab.com/ultreiaio/ird-t3/issues/43) **Le retour du bug "no suitable driver found for database..."** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 45]](https://gitlab.com/ultreiaio/ird-t3/issues/45) **Problème lors de l'import de marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 47]](https://gitlab.com/ultreiaio/ird-t3/issues/47) **Clic sur "Tout selectionner" renvoie une page quasi vide** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 49]](https://gitlab.com/ultreiaio/ird-t3/issues/49) **Calcul des rf1 : plage de validité des datepickers** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 44]](https://gitlab.com/ultreiaio/ird-t3/issues/44) **Améliorer le tableau des marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 46]](https://gitlab.com/ultreiaio/ird-t3/issues/46) **Pass model to 1.1 (add index on foreign keys)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 52]](https://gitlab.com/ultreiaio/ird-t3/issues/52) **Can manage user even if no db was selected** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.0.2](https://gitlab.com/ultreiaio/ird-t3/milestones/4)
*(from redmine: created on 2011-11-28)*
**Closed at 2011-11-28.**
@@ -288,9 +376,18 @@ Calcul du niveau 2 *(from redmine: created on 2012-02-06)*
* [Application (t3-1.0.2.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.0.2/t3-1.0.2.war)
### Issues
- * [[Anomalie 31]](https://gitlab.com/ultreia.io/ird-t3/issues/31) **Can not connect to a pg database** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.0.1](https://gitlab.com/ultreia.io/ird-t3/milestones/3)
+ * [[Anomalie 31]](https://gitlab.com/ultreiaio/ird-t3/issues/31) **Can not connect to a pg database** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 32]](https://gitlab.com/ultreiaio/ird-t3/issues/32) **Updates to ToPIA 2.6.4** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 33]](https://gitlab.com/ultreiaio/ird-t3/issues/33) **Updates to nuiton-web 1.7** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 34]](https://gitlab.com/ultreiaio/ird-t3/issues/34) **Updates to nuiton-utils 2.3.1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 35]](https://gitlab.com/ultreiaio/ird-t3/issues/35) **Updates to jquery 3.2.0** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 36]](https://gitlab.com/ultreiaio/ird-t3/issues/36) **updates to selenium 2.13.0** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 37]](https://gitlab.com/ultreiaio/ird-t3/issues/37) **Updates to h2 1.3.162** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 38]](https://gitlab.com/ultreiaio/ird-t3/issues/38) **Updates to postgresql 9.1-901.jdbc4** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 39]](https://gitlab.com/ultreiaio/ird-t3/issues/39) **Updates to sl4j 1.6.4** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Tâche 40]](https://gitlab.com/ultreiaio/ird-t3/issues/40) **Updates to mavenpom 3.0.6** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.0.1](https://gitlab.com/ultreiaio/ird-t3/milestones/3)
*(from redmine: created on 2011-10-26)*
**Closed at 2011-10-31.**
@@ -300,53 +397,15 @@ Calcul du niveau 2 *(from redmine: created on 2012-02-06)*
* [Application (t3-1.0.1.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.0.1/t3-1.0.1.war)
### Issues
- * [[Anomalie 25]](https://gitlab.com/ultreia.io/ird-t3/issues/25) **L'installeur ne crée pas le schéma de la base** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 26]](https://gitlab.com/ultreia.io/ird-t3/issues/26) **Corriger quelques erreurs dans la documentation technique** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 4]](https://gitlab.com/ultreia.io/ird-t3/issues/4) **Écran de détail d'une marée avec statistiques** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 27]](https://gitlab.com/ultreia.io/ird-t3/issues/27) **Ajout des zones CWP 1x1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 28]](https://gitlab.com/ultreia.io/ird-t3/issues/28) **Ajouter un filtre sur les pavillons dans la liste des marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 29]](https://gitlab.com/ultreia.io/ird-t3/issues/29) **Pouvoir afficher les détail de plusieurs marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 30]](https://gitlab.com/ultreia.io/ird-t3/issues/30) **Mise en place du service de migration (version 1.0.1)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.2](https://gitlab.com/ultreia.io/ird-t3/milestones/2)
-Phase 2 - lot 2 (validation niveau 0 et 1) *(from redmine: created on 2011-09-07)*
-
-**Closed at 2012-04-19.**
-
-### Download
-* [Installer (t3-1.2.zip)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.2/t3-1.2.zip)
-* [Application (t3-1.2.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.2/t3-1.2.war)
-
-### Issues
- * [[Anomalie 48]](https://gitlab.com/ultreia.io/ird-t3/issues/48) **OutOfMemoryError / Java heap Space sur calcul des RF1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 65]](https://gitlab.com/ultreia.io/ird-t3/issues/65) **Exception suite à l'expiration de session** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 66]](https://gitlab.com/ultreia.io/ird-t3/issues/66) **page de métadonnées d'une marée** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 67]](https://gitlab.com/ultreia.io/ird-t3/issues/67) **renommer champ** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 68]](https://gitlab.com/ultreia.io/ird-t3/issues/68) **Champ trip.samplestandardised pas renseigné** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 69]](https://gitlab.com/ultreia.io/ird-t3/issues/69) **Niveau 0.3 (CONVERT_CATCHES_WEIGHT_CATEGORIES) : rajouter le convertisseur pour le type "banc indéterminé"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 70]](https://gitlab.com/ultreia.io/ird-t3/issues/70) **Echantillons non traités durant le N1 - améliorer le log** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 74]](https://gitlab.com/ultreia.io/ird-t3/issues/74) **Bug Niveau 1.3 (Calcul du poids des catégories dans les calées) : table wellsetallspecies non remplie** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 75]](https://gitlab.com/ultreia.io/ird-t3/issues/75) **Cas d'une marée partielle, non complète, mal gérée** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 77]](https://gitlab.com/ultreia.io/ird-t3/issues/77) **Rajouter un port (TAKORADI) dans l'installeur du référnetiel** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 79]](https://gitlab.com/ultreia.io/ird-t3/issues/79) **Mise à jour de la liste des bateaux** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 80]](https://gitlab.com/ultreia.io/ird-t3/issues/80) **Problème sur import d'une base AVDTH si un code bateau est manquant dans entité t3+ "Vessel"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 88]](https://gitlab.com/ultreia.io/ird-t3/issues/88) **Si une marée n'a pas d'activité, on ne la voit pas dans la page des marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 91]](https://gitlab.com/ultreia.io/ird-t3/issues/91) **Problème lors d'un import sur une base pas valide** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Anomalie 92]](https://gitlab.com/ultreia.io/ird-t3/issues/92) **Rename ExtraploatedAllSetSpeciesFrequency to ExtrapolatedAllSetSpeciesFrequency** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 17]](https://gitlab.com/ultreia.io/ird-t3/issues/17) **Retour sur les calculs des niveaux 0 et 1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 76]](https://gitlab.com/ultreia.io/ird-t3/issues/76) **Ajout d'une option "Echantillons seulement"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 78]](https://gitlab.com/ultreia.io/ird-t3/issues/78) **Effacement correct des données lors de recalculs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 81]](https://gitlab.com/ultreia.io/ird-t3/issues/81) **Permettre d'expliquer dans les logs pourquoi un échantillon n'est pas sélectionné (Configuration niveau 1)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 82]](https://gitlab.com/ultreia.io/ird-t3/issues/82) **Amélioration de la progression d'un traitement** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 83]](https://gitlab.com/ultreia.io/ird-t3/issues/83) **Rajouter 2 champs String sur table Vessel** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 86]](https://gitlab.com/ultreia.io/ird-t3/issues/86) **Ajout de 3 bateaux destinées aux bases pures Echantillons (ES notamment)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 87]](https://gitlab.com/ultreia.io/ird-t3/issues/87) **Gestion des bases AVDTH échantillons : changement de code bateau** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 89]](https://gitlab.com/ultreia.io/ird-t3/issues/89) **Créer une nouveau traitement au niveau 0 : ComputeWellPlanWeightCategoriesProportions** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 90]](https://gitlab.com/ultreia.io/ird-t3/issues/90) **Revoir la gestion des plans de cuve lors d'un import** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 93]](https://gitlab.com/ultreia.io/ird-t3/issues/93) **Remove obsolete data** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 94]](https://gitlab.com/ultreia.io/ird-t3/issues/94) **Add new fields on Activity** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
-
-## Version [1.0](https://gitlab.com/ultreia.io/ird-t3/milestones/1)
+ * [[Anomalie 25]](https://gitlab.com/ultreiaio/ird-t3/issues/25) **L'installeur ne crée pas le schéma de la base** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Anomalie 26]](https://gitlab.com/ultreiaio/ird-t3/issues/26) **Corriger quelques erreurs dans la documentation technique** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 4]](https://gitlab.com/ultreiaio/ird-t3/issues/4) **Écran de détail d'une marée avec statistiques** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 27]](https://gitlab.com/ultreiaio/ird-t3/issues/27) **Ajout des zones CWP 1x1** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 28]](https://gitlab.com/ultreiaio/ird-t3/issues/28) **Ajouter un filtre sur les pavillons dans la liste des marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 29]](https://gitlab.com/ultreiaio/ird-t3/issues/29) **Pouvoir afficher les détail de plusieurs marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 30]](https://gitlab.com/ultreiaio/ird-t3/issues/30) **Mise en place du service de migration (version 1.0.1)** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+
+## Version [1.0](https://gitlab.com/ultreiaio/ird-t3/milestones/1)
Phase 2 - lot 1 *(from redmine: created on 2011-07-07)*
**Closed at 2011-10-25.**
@@ -356,23 +415,23 @@ Phase 2 - lot 1 *(from redmine: created on 2011-07-07)*
* [Application (t3-1.0.war)](http://repo1.maven.org/maven2/fr/ird/t3/t3/1.0/t3-1.0.war)
### Issues
- * [[Evolution 1]](https://gitlab.com/ultreia.io/ird-t3/issues/1) **Amélioration des interfaces de traitement** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 2]](https://gitlab.com/ultreia.io/ird-t3/issues/2) **Gestion des marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 3]](https://gitlab.com/ultreia.io/ird-t3/issues/3) **Écran pour voir l'ensemble des marées en base et permettre les suppressions en masse** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 5]](https://gitlab.com/ultreia.io/ird-t3/issues/5) **Suppression en masse des marées et/ou des données calculées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 6]](https://gitlab.com/ultreia.io/ird-t3/issues/6) **API de sortie** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 7]](https://gitlab.com/ultreia.io/ird-t3/issues/7) **Définition de l'API de sortie** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 8]](https://gitlab.com/ultreia.io/ird-t3/issues/8) **Écran de lancement d'un expor** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 9]](https://gitlab.com/ultreia.io/ird-t3/issues/9) **Écriture du pilote de sortie "Balbaya"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 10]](https://gitlab.com/ultreia.io/ird-t3/issues/10) **Export Marée – lots commerciaux** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 11]](https://gitlab.com/ultreia.io/ird-t3/issues/11) **Export Activité – capture** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 12]](https://gitlab.com/ultreia.io/ird-t3/issues/12) **Export échantillons** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 13]](https://gitlab.com/ultreia.io/ird-t3/issues/13) **Gestion des comptes utilisateurs et des bases cibles** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 14]](https://gitlab.com/ultreia.io/ird-t3/issues/14) **Utiliser une base autonome pour le stockage des utilisateurs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 15]](https://gitlab.com/ultreia.io/ird-t3/issues/15) **Page de sélection de la base de données T3+ à utiliser** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 18]](https://gitlab.com/ultreia.io/ird-t3/issues/18) **Calcul des efforts** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 21]](https://gitlab.com/ultreia.io/ird-t3/issues/21) **Gestion de l'historisation des zones** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 22]](https://gitlab.com/ultreia.io/ird-t3/issues/22) **Mécanisme d'historisation des zones** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 23]](https://gitlab.com/ultreia.io/ird-t3/issues/23) **Généralisation de l'utilisation du mécanisme d'historisation dans les niveaux 2 et 3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
- * [[Evolution 24]](https://gitlab.com/ultreia.io/ird-t3/issues/24) **Ajout des zones ZEE et FAO** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 1]](https://gitlab.com/ultreiaio/ird-t3/issues/1) **Amélioration des interfaces de traitement** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 2]](https://gitlab.com/ultreiaio/ird-t3/issues/2) **Gestion des marées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 3]](https://gitlab.com/ultreiaio/ird-t3/issues/3) **Écran pour voir l'ensemble des marées en base et permettre les suppressions en masse** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 5]](https://gitlab.com/ultreiaio/ird-t3/issues/5) **Suppression en masse des marées et/ou des données calculées** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 6]](https://gitlab.com/ultreiaio/ird-t3/issues/6) **API de sortie** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 7]](https://gitlab.com/ultreiaio/ird-t3/issues/7) **Définition de l'API de sortie** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 8]](https://gitlab.com/ultreiaio/ird-t3/issues/8) **Écran de lancement d'un expor** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 9]](https://gitlab.com/ultreiaio/ird-t3/issues/9) **Écriture du pilote de sortie "Balbaya"** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 10]](https://gitlab.com/ultreiaio/ird-t3/issues/10) **Export Marée – lots commerciaux** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 11]](https://gitlab.com/ultreiaio/ird-t3/issues/11) **Export Activité – capture** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 12]](https://gitlab.com/ultreiaio/ird-t3/issues/12) **Export échantillons** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 13]](https://gitlab.com/ultreiaio/ird-t3/issues/13) **Gestion des comptes utilisateurs et des bases cibles** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 14]](https://gitlab.com/ultreiaio/ird-t3/issues/14) **Utiliser une base autonome pour le stockage des utilisateurs** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 15]](https://gitlab.com/ultreiaio/ird-t3/issues/15) **Page de sélection de la base de données T3+ à utiliser** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 18]](https://gitlab.com/ultreiaio/ird-t3/issues/18) **Calcul des efforts** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 21]](https://gitlab.com/ultreiaio/ird-t3/issues/21) **Gestion de l'historisation des zones** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 22]](https://gitlab.com/ultreiaio/ird-t3/issues/22) **Mécanisme d'historisation des zones** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 23]](https://gitlab.com/ultreiaio/ird-t3/issues/23) **Généralisation de l'utilisation du mécanisme d'historisation dans les niveaux 2 et 3** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
+ * [[Evolution 24]](https://gitlab.com/ultreiaio/ird-t3/issues/24) **Ajout des zones ZEE et FAO** (Thanks to Tony CHEMIT) (Reported by Tony CHEMIT)
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/82978f9e23555cb3948bc20eb728f816…
1
0
[Git][ultreiaio/ird-t3][master] 10 commits: [jgitflow-maven-plugin]updating poms for 2.1-SNAPSHOT development
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch master at ultreiaio / ird-t3
Commits:
f9304adc by 166231 at 2017-04-10T14:24:20+00:00
[jgitflow-maven-plugin]updating poms for 2.1-SNAPSHOT development
- - - - -
237c8952 by 166231 at 2017-04-10T14:31:00+00:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
- - - - -
40800720 by 166231 at 2017-04-10T14:31:00+00:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
- - - - -
fbd0168a by 166231 at 2017-04-10T14:31:01+00:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state
- - - - -
8eefa637 by Tony CHEMIT at 2017-04-10T19:48:32+02:00
improve docs
- - - - -
83dce961 by Tony CHEMIT at 2017-04-10T19:51:21+02:00
fix release
- - - - -
c1a5219e by Tony CHEMIT at 2017-04-10T19:52:15+02:00
back to 2.0-SNAPSHOT
- - - - -
601f4ee5 by Tony CHEMIT at 2017-04-10T19:53:03+02:00
up builds
- - - - -
e0ca34a8 by 166231 at 2017-04-10T18:04:58+00:00
[jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions
- - - - -
13ec19d0 by 166231 at 2017-04-10T18:13:37+00:00
[jgitflow-maven-plugin]merging 'release/2.0' into 'master'
- - - - -
4 changed files:
- .gitlab-ci.yml
- CONTRIBUTING.md
- README.md
- pom.xml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,11 +84,23 @@ stage:
<<: *test_manual
<<: *before_script_clone
script:
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/$STAGE/' | bash
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
+
+release:
+ <<: *env_staging
+ <<: *test_manual
+ <<: *before_script_clone
+ script:
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
latest-site:
<<: *env_test
@@ -143,13 +155,13 @@ release:
<<: *staging
when: manual
script:
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
drop:
<<: *staging
when: manual
script:
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q &-O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/$STAGE/' | bash
production:
stage: Production
=====================================
CONTRIBUTING.md
=====================================
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,7 @@
```
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdobserve/' | bash
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdt3/' | bash
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
```
@@ -15,15 +15,15 @@ Create stage
```
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdt3/' | bash
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdt3/' | bash
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
```
And to release stage
```
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdt3/' | bash
```
# Generate site
=====================================
README.md
=====================================
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# T3
-[](https://s…
+[](https://s…

[](http://www.gnu.…
@@ -11,3 +11,8 @@
* [Mailing-list (Devel)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/t3-devel)
* [Mailing-list (Commits)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/t3-commi…)
* [Contact](mailto:dev@tchemit.fr)
+
+# Demo
+
+* [Demo (latest)](https://demo.ultreia.io/t3-latest)
+* [Demo (2.0)](https://demo.ultreia.io/t3-2.0)
=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -143,6 +143,9 @@
<log4jVersion>1.2.17</log4jVersion>
+ <!-- deploy nothing -->
+ <maven.deploy.skip>true</maven.deploy.skip>
+
</properties>
<dependencyManagement>
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/compare/e1595aabab91807d9c19082ef48a460…
1
0
Tony CHEMIT deleted branch release/2.0 at ultreiaio / ird-t3
1
0
Tony CHEMIT pushed new tag v2.0 at ultreiaio / ird-t3
1
0
[Git][ultreiaio/ird-t3][release/2.0] [jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch release/2.0 at ultreiaio / ird-t3
Commits:
e0ca34a8 by 166231 at 2017-04-10T18:04:58+00:00
[jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions
- - - - -
12 changed files:
- pom.xml
- t3-actions/pom.xml
- t3-domain/pom.xml
- t3-input-avdthv33/pom.xml
- t3-input-avdthv35/pom.xml
- t3-input-avdthv36/pom.xml
- t3-installer/pom.xml
- t3-msaccess-importer/pom.xml
- t3-output-balbayav32/pom.xml
- t3-test/pom.xml
- t3-web/pom.xml
- t3/pom.xml
Changes:
=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<packaging>pom</packaging>
<name>T3</name>
=====================================
t3-actions/pom.xml
=====================================
--- a/t3-actions/pom.xml
+++ b/t3-actions/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-actions</artifactId>
=====================================
t3-domain/pom.xml
=====================================
--- a/t3-domain/pom.xml
+++ b/t3-domain/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-domain</artifactId>
=====================================
t3-input-avdthv33/pom.xml
=====================================
--- a/t3-input-avdthv33/pom.xml
+++ b/t3-input-avdthv33/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-input-avdthv33</artifactId>
=====================================
t3-input-avdthv35/pom.xml
=====================================
--- a/t3-input-avdthv35/pom.xml
+++ b/t3-input-avdthv35/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-input-avdthv35</artifactId>
=====================================
t3-input-avdthv36/pom.xml
=====================================
--- a/t3-input-avdthv36/pom.xml
+++ b/t3-input-avdthv36/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-input-avdthv36</artifactId>
=====================================
t3-installer/pom.xml
=====================================
--- a/t3-installer/pom.xml
+++ b/t3-installer/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-installer</artifactId>
=====================================
t3-msaccess-importer/pom.xml
=====================================
--- a/t3-msaccess-importer/pom.xml
+++ b/t3-msaccess-importer/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-msaccess-importer</artifactId>
=====================================
t3-output-balbayav32/pom.xml
=====================================
--- a/t3-output-balbayav32/pom.xml
+++ b/t3-output-balbayav32/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-output-balbayav32</artifactId>
=====================================
t3-test/pom.xml
=====================================
--- a/t3-test/pom.xml
+++ b/t3-test/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-test</artifactId>
=====================================
t3-web/pom.xml
=====================================
--- a/t3-web/pom.xml
+++ b/t3-web/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-web</artifactId>
=====================================
t3/pom.xml
=====================================
--- a/t3/pom.xml
+++ b/t3/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3</artifactId>
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/e0ca34a8e19370532a437bd48cc96c13…
1
0
[Git][ultreiaio/ird-t3][develop] 5 commits: [jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
e0ca34a8 by 166231 at 2017-04-10T18:04:58+00:00
[jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions
- - - - -
13ec19d0 by 166231 at 2017-04-10T18:13:37+00:00
[jgitflow-maven-plugin]merging 'release/2.0' into 'master'
- - - - -
c88362ac by 166231 at 2017-04-10T18:13:42+00:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
- - - - -
e5415608 by 166231 at 2017-04-10T18:13:43+00:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
- - - - -
d470fa56 by 166231 at 2017-04-10T18:13:44+00:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state
- - - - -
0 changed files:
Changes:
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/compare/a58a082de115d7e8d81c97ee2cbfbfc…
1
0
[Git][ultreiaio/ird-t3][develop] [jgitflow-maven-plugin]updating poms for 2.1-SNAPSHOT development
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
a58a082d by 166231 at 2017-04-10T18:04:40+00:00
[jgitflow-maven-plugin]updating poms for 2.1-SNAPSHOT development
- - - - -
12 changed files:
- pom.xml
- t3-actions/pom.xml
- t3-domain/pom.xml
- t3-input-avdthv33/pom.xml
- t3-input-avdthv35/pom.xml
- t3-input-avdthv36/pom.xml
- t3-installer/pom.xml
- t3-msaccess-importer/pom.xml
- t3-output-balbayav32/pom.xml
- t3-test/pom.xml
- t3-web/pom.xml
- t3/pom.xml
Changes:
=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>T3</name>
=====================================
t3-actions/pom.xml
=====================================
--- a/t3-actions/pom.xml
+++ b/t3-actions/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-actions</artifactId>
=====================================
t3-domain/pom.xml
=====================================
--- a/t3-domain/pom.xml
+++ b/t3-domain/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-domain</artifactId>
=====================================
t3-input-avdthv33/pom.xml
=====================================
--- a/t3-input-avdthv33/pom.xml
+++ b/t3-input-avdthv33/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-input-avdthv33</artifactId>
=====================================
t3-input-avdthv35/pom.xml
=====================================
--- a/t3-input-avdthv35/pom.xml
+++ b/t3-input-avdthv35/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-input-avdthv35</artifactId>
=====================================
t3-input-avdthv36/pom.xml
=====================================
--- a/t3-input-avdthv36/pom.xml
+++ b/t3-input-avdthv36/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-input-avdthv36</artifactId>
=====================================
t3-installer/pom.xml
=====================================
--- a/t3-installer/pom.xml
+++ b/t3-installer/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-installer</artifactId>
=====================================
t3-msaccess-importer/pom.xml
=====================================
--- a/t3-msaccess-importer/pom.xml
+++ b/t3-msaccess-importer/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-msaccess-importer</artifactId>
=====================================
t3-output-balbayav32/pom.xml
=====================================
--- a/t3-output-balbayav32/pom.xml
+++ b/t3-output-balbayav32/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-output-balbayav32</artifactId>
=====================================
t3-test/pom.xml
=====================================
--- a/t3-test/pom.xml
+++ b/t3-test/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-test</artifactId>
=====================================
t3-web/pom.xml
=====================================
--- a/t3-web/pom.xml
+++ b/t3-web/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-web</artifactId>
=====================================
t3/pom.xml
=====================================
--- a/t3/pom.xml
+++ b/t3/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3</artifactId>
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/a58a082de115d7e8d81c97ee2cbfbfc5…
1
0
Tony CHEMIT pushed new branch release/2.0 at ultreiaio / ird-t3
1
0
April 10, 2017
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
8eefa637 by Tony CHEMIT at 2017-04-10T19:48:32+02:00
improve docs
- - - - -
83dce961 by Tony CHEMIT at 2017-04-10T19:51:21+02:00
fix release
- - - - -
c1a5219e by Tony CHEMIT at 2017-04-10T19:52:15+02:00
back to 2.0-SNAPSHOT
- - - - -
601f4ee5 by Tony CHEMIT at 2017-04-10T19:53:03+02:00
up builds
- - - - -
15 changed files:
- .gitlab-ci.yml
- CONTRIBUTING.md
- README.md
- pom.xml
- t3-actions/pom.xml
- t3-domain/pom.xml
- t3-input-avdthv33/pom.xml
- t3-input-avdthv35/pom.xml
- t3-input-avdthv36/pom.xml
- t3-installer/pom.xml
- t3-msaccess-importer/pom.xml
- t3-output-balbayav32/pom.xml
- t3-test/pom.xml
- t3-web/pom.xml
- t3/pom.xml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,11 +84,23 @@ stage:
<<: *test_manual
<<: *before_script_clone
script:
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/$STAGE/' | bash
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
+
+release:
+ <<: *env_staging
+ <<: *test_manual
+ <<: *before_script_clone
+ script:
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
latest-site:
<<: *env_test
@@ -143,13 +155,13 @@ release:
<<: *staging
when: manual
script:
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
drop:
<<: *staging
when: manual
script:
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/$STAGE/' | bash
+ - wget -q &-O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/$STAGE/' | bash
production:
stage: Production
=====================================
CONTRIBUTING.md
=====================================
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,7 @@
```
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdobserve/' | bash
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdt3/' | bash
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
```
@@ -15,15 +15,15 @@ Create stage
```
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdt3/' | bash
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdt3/' | bash
wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
```
And to release stage
```
-wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
+wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdt3/' | bash
```
# Generate site
=====================================
README.md
=====================================
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# T3
-[](https://s…
+[](https://s…

[](http://www.gnu.…
@@ -11,3 +11,8 @@
* [Mailing-list (Devel)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/t3-devel)
* [Mailing-list (Commits)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/t3-commi…)
* [Contact](mailto:dev@tchemit.fr)
+
+# Demo
+
+* [Demo (latest)](https://demo.ultreia.io/t3-latest)
+* [Demo (2.0)](https://demo.ultreia.io/t3-2.0)
=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>T3</name>
@@ -143,6 +143,9 @@
<log4jVersion>1.2.17</log4jVersion>
+ <!-- deploy nothing -->
+ <maven.deploy.skip>true</maven.deploy.skip>
+
</properties>
<dependencyManagement>
=====================================
t3-actions/pom.xml
=====================================
--- a/t3-actions/pom.xml
+++ b/t3-actions/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3-actions</artifactId>
=====================================
t3-domain/pom.xml
=====================================
--- a/t3-domain/pom.xml
+++ b/t3-domain/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3-domain</artifactId>
=====================================
t3-input-avdthv33/pom.xml
=====================================
--- a/t3-input-avdthv33/pom.xml
+++ b/t3-input-avdthv33/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3-input-avdthv33</artifactId>
=====================================
t3-input-avdthv35/pom.xml
=====================================
--- a/t3-input-avdthv35/pom.xml
+++ b/t3-input-avdthv35/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3-input-avdthv35</artifactId>
=====================================
t3-input-avdthv36/pom.xml
=====================================
--- a/t3-input-avdthv36/pom.xml
+++ b/t3-input-avdthv36/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3-input-avdthv36</artifactId>
=====================================
t3-installer/pom.xml
=====================================
--- a/t3-installer/pom.xml
+++ b/t3-installer/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3-installer</artifactId>
=====================================
t3-msaccess-importer/pom.xml
=====================================
--- a/t3-msaccess-importer/pom.xml
+++ b/t3-msaccess-importer/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3-msaccess-importer</artifactId>
=====================================
t3-output-balbayav32/pom.xml
=====================================
--- a/t3-output-balbayav32/pom.xml
+++ b/t3-output-balbayav32/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3-output-balbayav32</artifactId>
=====================================
t3-test/pom.xml
=====================================
--- a/t3-test/pom.xml
+++ b/t3-test/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3-test</artifactId>
=====================================
t3-web/pom.xml
=====================================
--- a/t3-web/pom.xml
+++ b/t3-web/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3-web</artifactId>
=====================================
t3/pom.xml
=====================================
--- a/t3/pom.xml
+++ b/t3/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<artifactId>t3</artifactId>
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/compare/fbd0168a85f812e36a8696759f18e47…
1
0
Tony CHEMIT deleted tag v2.0 at ultreiaio / ird-t3
1
0
April 10, 2017
Tony CHEMIT pushed to branch pages at ultreiaio / ird-t3
Commits:
9c9e2f4a by 166231 at 2017-04-10T14:40:00+00:00
Site checkin for project T3
- - - - -
27 changed files:
- aggregate-third-party-report.html
- changelog.html
- changes-report.html
- config-report.html
- dependency-convergence.html
- dependency-management.html
- dependency-updates-report.html
- dev-activity.html
- file-activity.html
- index.html
- install.html
- installer.html
- integration.html
- issue-tracking.html
- license.html
- model.html
- plugin-management.html
- plugin-updates-report.html
- plugins.html
- project-info.html
- project-reports.html
- project-summary.html
- property-updates-report.html
- scripts-postgis.html
- sitemap.html
- source-repository.html
- team-list.html
Changes:
=====================================
aggregate-third-party-report.html
=====================================
--- a/aggregate-third-party-report.html
+++ b/aggregate-third-party-report.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Tierces parties (Mode aggrégé)</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
@@ -342,7 +342,7 @@
<td>The Apache Software License, Version 2.0</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#fr.ird.t3:t3-msaccess-importer:2.0-SNAPSHOT">fr.ird.t3:t3-msaccess-importer:2.0-SNAPSHOT</a></td>
+<td><a href="./third-party-report.html#fr.ird.t3:t3-msaccess-importer:2.0">fr.ird.t3:t3-msaccess-importer:2.0</a></td>
<td>compile</td>
<td></td>
<td>jar</td>
@@ -447,28 +447,28 @@
<td>Lesser General Public License (LGPL) v 3.0</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#org.slf4j:slf4j-api:1.7.25">org.slf4j:slf4j-api:1.7.25</a></td>
+<td><a href="./third-party-report.html#org.postgresql:postgresql:9.4.1212.jre7">org.postgresql:postgresql:9.4.1212.jre7</a></td>
<td>test</td>
<td></td>
-<td>jar</td>
-<td>MIT License</td></tr>
+<td>bundle</td>
+<td>The PostgreSQL License</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#org.slf4j:slf4j-jcl:1.7.25">org.slf4j:slf4j-jcl:1.7.25</a></td>
+<td><a href="./third-party-report.html#org.slf4j:slf4j-api:1.7.25">org.slf4j:slf4j-api:1.7.25</a></td>
<td>test</td>
<td></td>
<td>jar</td>
<td>MIT License</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#postgresql:postgresql:9.1-901-1.jdbc4">postgresql:postgresql:9.1-901-1.jdbc4</a></td>
+<td><a href="./third-party-report.html#org.slf4j:slf4j-jcl:1.7.25">org.slf4j:slf4j-jcl:1.7.25</a></td>
<td>test</td>
<td></td>
<td>jar</td>
-<td>BSD License</td></tr>
+<td>MIT License</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#fr.ird.t3:t3-domain:2.0-SNAPSHOT">fr.ird.t3:t3-domain:2.0-SNAPSHOT</a></td>
+<td><a href="./third-party-report.html#fr.ird.t3:t3-domain:2.0">fr.ird.t3:t3-domain:2.0</a></td>
<td>compile</td>
<td></td>
<td>jar</td>
@@ -503,14 +503,14 @@
<td>Apache 2</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#fr.ird.t3:t3-test:2.0-SNAPSHOT">fr.ird.t3:t3-test:2.0-SNAPSHOT</a></td>
+<td><a href="./third-party-report.html#fr.ird.t3:t3-test:2.0">fr.ird.t3:t3-test:2.0</a></td>
<td>test</td>
<td></td>
<td>jar</td>
<td>Affero General Public License (AGPL)</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#fr.ird.t3:t3-actions:2.0-SNAPSHOT">fr.ird.t3:t3-actions:2.0-SNAPSHOT</a></td>
+<td><a href="./third-party-report.html#fr.ird.t3:t3-actions:2.0">fr.ird.t3:t3-actions:2.0</a></td>
<td>compile</td>
<td></td>
<td>jar</td>
@@ -538,28 +538,28 @@
<td>The Apache Software License, Version 2.0</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#fr.ird.t3:t3-input-avdthv33:2.0-SNAPSHOT">fr.ird.t3:t3-input-avdthv33:2.0-SNAPSHOT</a></td>
+<td><a href="./third-party-report.html#fr.ird.t3:t3-input-avdthv33:2.0">fr.ird.t3:t3-input-avdthv33:2.0</a></td>
<td>runtime</td>
<td></td>
<td>jar</td>
<td>Affero General Public License (AGPL)</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#fr.ird.t3:t3-input-avdthv35:2.0-SNAPSHOT">fr.ird.t3:t3-input-avdthv35:2.0-SNAPSHOT</a></td>
+<td><a href="./third-party-report.html#fr.ird.t3:t3-input-avdthv35:2.0">fr.ird.t3:t3-input-avdthv35:2.0</a></td>
<td>runtime</td>
<td></td>
<td>jar</td>
<td>Affero General Public License (AGPL)</td></tr>
<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#fr.ird.t3:t3-input-avdthv36:2.0-SNAPSHOT">fr.ird.t3:t3-input-avdthv36:2.0-SNAPSHOT</a></td>
+<td><a href="./third-party-report.html#fr.ird.t3:t3-input-avdthv36:2.0">fr.ird.t3:t3-input-avdthv36:2.0</a></td>
<td>runtime</td>
<td></td>
<td>jar</td>
<td>Affero General Public License (AGPL)</td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" />
-<td><a href="./third-party-report.html#fr.ird.t3:t3-output-balbayav32:2.0-SNAPSHOT">fr.ird.t3:t3-output-balbayav32:2.0-SNAPSHOT</a></td>
+<td><a href="./third-party-report.html#fr.ird.t3:t3-output-balbayav32:2.0">fr.ird.t3:t3-output-balbayav32:2.0</a></td>
<td>runtime</td>
<td></td>
<td>jar</td>
@@ -1365,14 +1365,14 @@
<th width="20%">License(s)</th>
<td width="80%">The Apache Software License, Version 2.0</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="fr.ird.t3:t3-msaccess-importer:2.0-SNAPSHOT"></a>fr.ird.t3:t3-msaccess-importer:2.0-SNAPSHOT</h3>
+<h3><a name="fr.ird.t3:t3-msaccess-importer:2.0"></a>fr.ird.t3:t3-msaccess-importer:2.0</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">fr.ird.t3:t3-msaccess-importer:2.0-SNAPSHOT</td></tr>
+<td width="80%">fr.ird.t3:t3-msaccess-importer:2.0</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">compile</td></tr>
@@ -1680,14 +1680,14 @@
<th width="20%">License(s)</th>
<td width="80%">Lesser General Public License (LGPL) v 3.0</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="org.slf4j:slf4j-api:1.7.25"></a>org.slf4j:slf4j-api:1.7.25</h3>
+<h3><a name="org.postgresql:postgresql:9.4.1212.jre7"></a>org.postgresql:postgresql:9.4.1212.jre7</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">org.slf4j:slf4j-api:1.7.25</td></tr>
+<td width="80%">org.postgresql:postgresql:9.4.1212.jre7</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">test</td></tr>
@@ -1696,19 +1696,19 @@
<td width="80%"></td></tr>
<tr class="a">
<th width="20%">Type</th>
-<td width="80%">jar</td></tr>
+<td width="80%">bundle</td></tr>
<tr class="b">
<th width="20%">License(s)</th>
-<td width="80%">MIT License</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
+<td width="80%">The PostgreSQL License</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="org.slf4j:slf4j-jcl:1.7.25"></a>org.slf4j:slf4j-jcl:1.7.25</h3>
+<h3><a name="org.slf4j:slf4j-api:1.7.25"></a>org.slf4j:slf4j-api:1.7.25</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">org.slf4j:slf4j-jcl:1.7.25</td></tr>
+<td width="80%">org.slf4j:slf4j-api:1.7.25</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">test</td></tr>
@@ -1722,14 +1722,14 @@
<th width="20%">License(s)</th>
<td width="80%">MIT License</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="postgresql:postgresql:9.1-901-1.jdbc4"></a>postgresql:postgresql:9.1-901-1.jdbc4</h3>
+<h3><a name="org.slf4j:slf4j-jcl:1.7.25"></a>org.slf4j:slf4j-jcl:1.7.25</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">postgresql:postgresql:9.1-901-1.jdbc4</td></tr>
+<td width="80%">org.slf4j:slf4j-jcl:1.7.25</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">test</td></tr>
@@ -1741,16 +1741,16 @@
<td width="80%">jar</td></tr>
<tr class="b">
<th width="20%">License(s)</th>
-<td width="80%">BSD License</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
+<td width="80%">MIT License</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="fr.ird.t3:t3-domain:2.0-SNAPSHOT"></a>fr.ird.t3:t3-domain:2.0-SNAPSHOT</h3>
+<h3><a name="fr.ird.t3:t3-domain:2.0"></a>fr.ird.t3:t3-domain:2.0</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">fr.ird.t3:t3-domain:2.0-SNAPSHOT</td></tr>
+<td width="80%">fr.ird.t3:t3-domain:2.0</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">compile</td></tr>
@@ -1848,14 +1848,14 @@
<th width="20%">License(s)</th>
<td width="80%">Apache 2</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="fr.ird.t3:t3-test:2.0-SNAPSHOT"></a>fr.ird.t3:t3-test:2.0-SNAPSHOT</h3>
+<h3><a name="fr.ird.t3:t3-test:2.0"></a>fr.ird.t3:t3-test:2.0</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">fr.ird.t3:t3-test:2.0-SNAPSHOT</td></tr>
+<td width="80%">fr.ird.t3:t3-test:2.0</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">test</td></tr>
@@ -1869,14 +1869,14 @@
<th width="20%">License(s)</th>
<td width="80%">Affero General Public License (AGPL)</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="fr.ird.t3:t3-actions:2.0-SNAPSHOT"></a>fr.ird.t3:t3-actions:2.0-SNAPSHOT</h3>
+<h3><a name="fr.ird.t3:t3-actions:2.0"></a>fr.ird.t3:t3-actions:2.0</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">fr.ird.t3:t3-actions:2.0-SNAPSHOT</td></tr>
+<td width="80%">fr.ird.t3:t3-actions:2.0</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">compile</td></tr>
@@ -1953,14 +1953,14 @@
<th width="20%">License(s)</th>
<td width="80%">The Apache Software License, Version 2.0</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="fr.ird.t3:t3-input-avdthv33:2.0-SNAPSHOT"></a>fr.ird.t3:t3-input-avdthv33:2.0-SNAPSHOT</h3>
+<h3><a name="fr.ird.t3:t3-input-avdthv33:2.0"></a>fr.ird.t3:t3-input-avdthv33:2.0</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">fr.ird.t3:t3-input-avdthv33:2.0-SNAPSHOT</td></tr>
+<td width="80%">fr.ird.t3:t3-input-avdthv33:2.0</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">runtime</td></tr>
@@ -1974,14 +1974,14 @@
<th width="20%">License(s)</th>
<td width="80%">Affero General Public License (AGPL)</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="fr.ird.t3:t3-input-avdthv35:2.0-SNAPSHOT"></a>fr.ird.t3:t3-input-avdthv35:2.0-SNAPSHOT</h3>
+<h3><a name="fr.ird.t3:t3-input-avdthv35:2.0"></a>fr.ird.t3:t3-input-avdthv35:2.0</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">fr.ird.t3:t3-input-avdthv35:2.0-SNAPSHOT</td></tr>
+<td width="80%">fr.ird.t3:t3-input-avdthv35:2.0</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">runtime</td></tr>
@@ -1995,14 +1995,14 @@
<th width="20%">License(s)</th>
<td width="80%">Affero General Public License (AGPL)</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="fr.ird.t3:t3-input-avdthv36:2.0-SNAPSHOT"></a>fr.ird.t3:t3-input-avdthv36:2.0-SNAPSHOT</h3>
+<h3><a name="fr.ird.t3:t3-input-avdthv36:2.0"></a>fr.ird.t3:t3-input-avdthv36:2.0</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">fr.ird.t3:t3-input-avdthv36:2.0-SNAPSHOT</td></tr>
+<td width="80%">fr.ird.t3:t3-input-avdthv36:2.0</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">runtime</td></tr>
@@ -2016,14 +2016,14 @@
<th width="20%">License(s)</th>
<td width="80%">Affero General Public License (AGPL)</td></tr></table><a href="./third-party-report.html#Description">Retour en haut de la page.</a><br /></div>
<div class="section">
-<h3><a name="fr.ird.t3:t3-output-balbayav32:2.0-SNAPSHOT"></a>fr.ird.t3:t3-output-balbayav32:2.0-SNAPSHOT</h3>
+<h3><a name="fr.ird.t3:t3-output-balbayav32:2.0"></a>fr.ird.t3:t3-output-balbayav32:2.0</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="20%">Statut</th>
<td width="80%"><img src="images/icon_success_sml.gif" alt="" /> License clairement définie dans le pom de cette dépendance</td></tr>
<tr class="b">
<th width="20%">GroupId:ArtifactId:Version</th>
-<td width="80%">fr.ird.t3:t3-output-balbayav32:2.0-SNAPSHOT</td></tr>
+<td width="80%">fr.ird.t3:t3-output-balbayav32:2.0</td></tr>
<tr class="a">
<th width="20%">Scope</th>
<td width="80%">runtime</td></tr>
=====================================
changelog.html
=====================================
The diff for this file was not included because it is too large.
=====================================
changes-report.html
=====================================
--- a/changes-report.html
+++ b/changes-report.html
@@ -29,7 +29,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">T3 changelog</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
@@ -99,7 +99,7 @@
<th>Description</th></tr>
<tr class="b">
<td><a href="#a2.0">2.0</a></td>
-<td>2017-02-28</td>
+<td>2017-04-10</td>
<td></td></tr>
<tr class="a">
<td><a href="#a2.0-RC-3">2.0-RC-3</a></td>
@@ -192,7 +192,7 @@
*(from redmine: created on 2011-07-07)*</td></tr></table></div>
<div class="section">
-<h3 id="a2.0">Release 2.0 – 2017-02-28</h3>
+<h3 id="a2.0">Release 2.0 – 2017-04-10</h3>
<table border="0" class="table table-striped">
<tr class="b">
<th>Type</th>
=====================================
config-report.html
=====================================
--- a/config-report.html
+++ b/config-report.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Configuration</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
dependency-convergence.html
=====================================
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Reactor Dependency Convergence</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
@@ -132,12 +132,12 @@
<td width="25%">2.0</td>
<td>
<ol style="list-style-type: decimal">
-<li>fr.ird.t3:t3-web:war:2.0-SNAPSHOT<br />\- fr.ird.t3:t3-msaccess-importer:jar:2.0-SNAPSHOT:compile<br />   \- com.healthmarketscience.jackcess:jackcess:jar:1.2.0:compile<br />      \- commons-lang:commons-lang:jar:2.0:compile<br /></li><br /></ol></td></tr>
+<li>fr.ird.t3:t3-web:war:2.0<br />\- fr.ird.t3:t3-msaccess-importer:jar:2.0:compile<br />   \- com.healthmarketscience.jackcess:jackcess:jar:1.2.0:compile<br />      \- commons-lang:commons-lang:jar:2.0:compile<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">2.1</td>
<td>
<ol style="list-style-type: decimal">
-<li>fr.ird.t3:t3-web:war:2.0-SNAPSHOT<br />\- com.jgeppert.struts2.jquery:struts2-jquery-plugin:jar:3.5.1:runtime<br />   \- org.apache.velocity:velocity:jar:1.5:runtime<br />      \- (commons-lang:commons-lang:jar:2.1:runtime - omitted for conflict with 2.0)<br /></li><br /></ol></td></tr></table></td></tr></table></div></div>
+<li>fr.ird.t3:t3-web:war:2.0<br />\- com.jgeppert.struts2.jquery:struts2-jquery-plugin:jar:3.5.1:runtime<br />   \- org.apache.velocity:velocity:jar:1.5:runtime<br />      \- (commons-lang:commons-lang:jar:2.1:runtime - omitted for conflict with 2.0)<br /></li><br /></ol></td></tr></table></td></tr></table></div></div>
</div>
</div>
</div>
=====================================
dependency-management.html
=====================================
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Gestion des dépendances du project</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
@@ -292,29 +292,29 @@
<td>jar</td>
<td><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-3.0.txt">Lesser General Public License (LGPL) v 3.0</a></td></tr>
<tr class="b">
+<td>org.postgresql</td>
+<td><a class="externalLink" href="https://github.com/pgjdbc/pgjdbc-parent-poms/pgjdbc-core-parent/pgjdbc-core…">postgresql</a></td>
+<td>9.4.1212.jre7</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.postgresql.org/about/licence/">The PostgreSQL License</a></td></tr>
+<tr class="a">
<td>org.slf4j</td>
<td><a class="externalLink" href="http://www.slf4j.org">slf4j-api</a></td>
<td>1.7.25</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td></tr>
-<tr class="a">
+<tr class="b">
<td>org.slf4j</td>
<td><a class="externalLink" href="http://www.slf4j.org">slf4j-jcl</a></td>
<td>1.7.25</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td></tr>
-<tr class="b">
+<tr class="a">
<td>org.slf4j</td>
<td><a class="externalLink" href="http://www.slf4j.org">slf4j-log4j12</a></td>
<td>1.7.25</td>
<td>jar</td>
-<td><a class="externalLink" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td></tr>
-<tr class="a">
-<td>postgresql</td>
-<td><a class="externalLink" href="http://jdbc.postgresql.org">postgresql</a></td>
-<td>9.1-901-1.jdbc4</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://jdbc.postgresql.org/license.html">BSD License</a></td></tr></table></div>
+<td><a class="externalLink" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td></tr></table></div>
<div class="section">
<h3><a name="test"></a>test</h3><a name="test"></a>
<p>Ce qui suit est la liste des dépendances définies dans dependencyManagement de portée test pour ce projet. Ces dépendances sont requises seulement pour compiler et exécuter les tests unitaires de l'application :</p>
=====================================
dependency-updates-report.html
=====================================
--- a/dependency-updates-report.html
+++ b/dependency-updates-report.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Dependency Updates Report</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
@@ -93,7 +93,7 @@
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td># of dependencies using the latest version available</td>
-<td>20</td></tr>
+<td>19</td></tr>
<tr class="b">
<td><img src="images/icon_warning_sml.gif" alt="" /></td>
<td># of dependencies where the next version available is smaller than an incremental version update</td>
@@ -109,7 +109,7 @@
<tr class="a">
<td><img src="images/icon_warning_sml.gif" alt="" /></td>
<td># of dependencies where the next version available is a major version update</td>
-<td>2</td></tr></table>
+<td>3</td></tr></table>
<div class="section">
<h3><a name="Dependency_Management"></a>Dependency Management</h3>
<table border="0" class="table table-striped">
@@ -547,6 +547,18 @@
<td></td></tr>
<tr class="b">
<td><img src="images/icon_warning_sml.gif" alt="" /></td>
+<td>org.postgresql</td>
+<td>postgresql</td>
+<td>9.4.1212.jre7</td>
+<td></td>
+<td></td>
+<td>jar</td>
+<td></td>
+<td></td>
+<td></td>
+<td><b>42.0.0</b></td></tr>
+<tr class="a">
+<td><img src="images/icon_warning_sml.gif" alt="" /></td>
<td>org.slf4j</td>
<td>slf4j-api</td>
<td>1.7.25</td>
@@ -557,7 +569,7 @@
<td><b>1.8.0-alpha0</b></td>
<td></td>
<td></td></tr>
-<tr class="a">
+<tr class="b">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>org.slf4j</td>
<td>slf4j-jcl</td>
@@ -569,7 +581,7 @@
<td></td>
<td></td>
<td></td></tr>
-<tr class="b">
+<tr class="a">
<td><img src="images/icon_warning_sml.gif" alt="" /></td>
<td>org.slf4j</td>
<td>slf4j-log4j12</td>
@@ -581,18 +593,6 @@
<td><b>1.8.0-alpha0</b></td>
<td></td>
<td></td></tr>
-<tr class="a">
-<td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td>postgresql</td>
-<td>postgresql</td>
-<td>9.1-901-1.jdbc4</td>
-<td></td>
-<td></td>
-<td>jar</td>
-<td></td>
-<td></td>
-<td></td>
-<td></td></tr>
<tr class="b">
<th>Status</th>
<th>Group Id</th>
@@ -1503,20 +1503,20 @@
<th width="80%">Newer versions</th>
<td><b>1.12</b> <i>Next Version</i><br /><b>1.13</b> <i>Next Minor</i><br />1.14<br />1.15-alpha-1<br />1.15-alpha-2<br />1.15-alpha-3<br />1.16<br />1.17<br /><b>1.18</b> <i>Latest Minor</i></td></tr></table></div>
<div class="section">
-<h3><a name="org.slf4j:slf4j-api"></a>org.slf4j:slf4j-api</h3>
+<h3><a name="org.postgresql:postgresql"></a>org.postgresql:postgresql</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="80%">Status</th>
-<td><img src="images/icon_warning_sml.gif" alt="" /> There is at least one newer incremental version available. Incremental updates are typically passive.</td></tr>
+<td><img src="images/icon_warning_sml.gif" alt="" /> There is at least one newer major version available. Major updates are rarely passive.</td></tr>
<tr class="b">
<th width="80%">Group Id</th>
-<td>org.slf4j</td></tr>
+<td>org.postgresql</td></tr>
<tr class="a">
<th width="80%">Artifact Id</th>
-<td>slf4j-api</td></tr>
+<td>postgresql</td></tr>
<tr class="b">
<th width="80%">Current Version</th>
-<td>1.7.25</td></tr>
+<td>9.4.1212.jre7</td></tr>
<tr class="a">
<th width="80%">Scope</th>
<td></td></tr>
@@ -1528,19 +1528,19 @@
<td>jar</td></tr>
<tr class="b">
<th width="80%">Newer versions</th>
-<td><b>1.8.0-alpha0</b> <i>Next Incremental</i></td></tr></table></div>
+<td><b>42.0.0</b> <i>Next Major</i><br />42.0.0.jre6<br /><b>42.0.0.jre7</b> <i>Latest Major</i></td></tr></table></div>
<div class="section">
-<h3><a name="org.slf4j:slf4j-jcl"></a>org.slf4j:slf4j-jcl</h3>
+<h3><a name="org.slf4j:slf4j-api"></a>org.slf4j:slf4j-api</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="80%">Status</th>
-<td><img src="images/icon_success_sml.gif" alt="" /> No newer versions available.</td></tr>
+<td><img src="images/icon_warning_sml.gif" alt="" /> There is at least one newer incremental version available. Incremental updates are typically passive.</td></tr>
<tr class="b">
<th width="80%">Group Id</th>
<td>org.slf4j</td></tr>
<tr class="a">
<th width="80%">Artifact Id</th>
-<td>slf4j-jcl</td></tr>
+<td>slf4j-api</td></tr>
<tr class="b">
<th width="80%">Current Version</th>
<td>1.7.25</td></tr>
@@ -1552,19 +1552,22 @@
<td></td></tr>
<tr class="a">
<th width="80%">Type</th>
-<td>jar</td></tr></table></div>
+<td>jar</td></tr>
+<tr class="b">
+<th width="80%">Newer versions</th>
+<td><b>1.8.0-alpha0</b> <i>Next Incremental</i></td></tr></table></div>
<div class="section">
-<h3><a name="org.slf4j:slf4j-log4j12"></a>org.slf4j:slf4j-log4j12</h3>
+<h3><a name="org.slf4j:slf4j-jcl"></a>org.slf4j:slf4j-jcl</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="80%">Status</th>
-<td><img src="images/icon_warning_sml.gif" alt="" /> There is at least one newer incremental version available. Incremental updates are typically passive.</td></tr>
+<td><img src="images/icon_success_sml.gif" alt="" /> No newer versions available.</td></tr>
<tr class="b">
<th width="80%">Group Id</th>
<td>org.slf4j</td></tr>
<tr class="a">
<th width="80%">Artifact Id</th>
-<td>slf4j-log4j12</td></tr>
+<td>slf4j-jcl</td></tr>
<tr class="b">
<th width="80%">Current Version</th>
<td>1.7.25</td></tr>
@@ -1576,25 +1579,22 @@
<td></td></tr>
<tr class="a">
<th width="80%">Type</th>
-<td>jar</td></tr>
-<tr class="b">
-<th width="80%">Newer versions</th>
-<td><b>1.8.0-alpha0</b> <i>Next Incremental</i></td></tr></table></div>
+<td>jar</td></tr></table></div>
<div class="section">
-<h3><a name="postgresql:postgresql"></a>postgresql:postgresql</h3>
+<h3><a name="org.slf4j:slf4j-log4j12"></a>org.slf4j:slf4j-log4j12</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th width="80%">Status</th>
-<td><img src="images/icon_success_sml.gif" alt="" /> No newer versions available.</td></tr>
+<td><img src="images/icon_warning_sml.gif" alt="" /> There is at least one newer incremental version available. Incremental updates are typically passive.</td></tr>
<tr class="b">
<th width="80%">Group Id</th>
-<td>postgresql</td></tr>
+<td>org.slf4j</td></tr>
<tr class="a">
<th width="80%">Artifact Id</th>
-<td>postgresql</td></tr>
+<td>slf4j-log4j12</td></tr>
<tr class="b">
<th width="80%">Current Version</th>
-<td>9.1-901-1.jdbc4</td></tr>
+<td>1.7.25</td></tr>
<tr class="a">
<th width="80%">Scope</th>
<td></td></tr>
@@ -1603,7 +1603,10 @@
<td></td></tr>
<tr class="a">
<th width="80%">Type</th>
-<td>jar</td></tr></table></div></div>
+<td>jar</td></tr>
+<tr class="b">
+<th width="80%">Newer versions</th>
+<td><b>1.8.0-alpha0</b> <i>Next Incremental</i></td></tr></table></div></div>
</div>
</div>
</div>
=====================================
dev-activity.html
=====================================
--- a/dev-activity.html
+++ b/dev-activity.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Developer Activity Report</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
@@ -90,16 +90,20 @@
<h2><a name="Developer_Activity_Report"></a>Developer Activity Report</h2>
<div class="section">
<h3><a name="Changes_between_2017-03-11_and_2017-04-11"></a>Changes between 2017-03-11 and 2017-04-11</h3>
-<p>Total commits: 13<br />Total number of files changed: 768</p>
+<p>Total commits: 26<br />Total number of files changed: 775</p>
<table border="0" class="table table-striped">
<tr class="a">
<th>Developer</th>
<th>Total commits</th>
<th>Total Number of Files Changed</th></tr>
<tr class="b">
+<td>166231 <dev(a)tchemit.fr></td>
+<td>2</td>
+<td>12</td></tr>
+<tr class="a">
<td>Tony CHEMIT <dev(a)tchemit.fr></td>
-<td>13</td>
-<td>768</td></tr></table></div></div>
+<td>24</td>
+<td>774</td></tr></table></div></div>
</div>
</div>
</div>
=====================================
file-activity.html
=====================================
The diff for this file was not included because it is too large.
=====================================
index.html
=====================================
--- a/index.html
+++ b/index.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">T3</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
install.html
=====================================
--- a/install.html
+++ b/install.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Installation T3</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
installer.html
=====================================
--- a/installer.html
+++ b/installer.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">T3 :: Installer</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
@@ -92,7 +92,7 @@
<li>Remplissage des zones</li>
</ul>
<p>Après téléchargement, on dézippe l’archive et on obtient l’arborescence suivante : <tt>
- t3-installer-2.0-SNAPSHOT
+ t3-installer-2.0
├── install.bat (1)
├── install.sh (1)
├── db.properties (2)
@@ -108,7 +108,7 @@
│   │   └── zones-fao-2011.sql.zip
│   ├── postgis-structure.sql (3)
│   └── referentiel-data.sql (4)
- └── t3-installer-2.0-SNAPSHOT.jar
+ └── t3-installer-2.0.jar
</tt></p>
<ol style="list-style-type: decimal">
=====================================
integration.html
=====================================
--- a/integration.html
+++ b/integration.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Intégration continue</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
issue-tracking.html
=====================================
--- a/issue-tracking.html
+++ b/issue-tracking.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Contrôle des livraisons</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
license.html
=====================================
--- a/license.html
+++ b/license.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Licence du projet</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
model.html
=====================================
--- a/model.html
+++ b/model.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Modélisation</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
plugin-management.html
=====================================
--- a/plugin-management.html
+++ b/plugin-management.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Gestion des plugins du projet</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
plugin-updates-report.html
=====================================
--- a/plugin-updates-report.html
+++ b/plugin-updates-report.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Plugin Updates Report</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
plugins.html
=====================================
--- a/plugins.html
+++ b/plugins.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Project Plugins</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
project-info.html
=====================================
--- a/project-info.html
+++ b/project-info.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Information générale du projet</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
project-reports.html
=====================================
--- a/project-reports.html
+++ b/project-reports.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Rapports générés par Maven</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
project-summary.html
=====================================
--- a/project-summary.html
+++ b/project-summary.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Résumé du projet</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
@@ -130,7 +130,7 @@
<td>pom</td></tr>
<tr class="b">
<td>Version</td>
-<td>2.0-SNAPSHOT</td></tr>
+<td>2.0</td></tr>
<tr class="a">
<td>Type</td>
<td>pom</td></tr></table></div></div>
=====================================
property-updates-report.html
=====================================
--- a/property-updates-report.html
+++ b/property-updates-report.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Property Updates Report</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
@@ -93,7 +93,7 @@
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td># of properties using the latest version available</td>
-<td>8</td></tr>
+<td>7</td></tr>
<tr class="b">
<td><img src="images/icon_warning_sml.gif" alt="" /></td>
<td># of properties where the next version available is smaller than an incremental version update</td>
@@ -109,7 +109,7 @@
<tr class="a">
<td><img src="images/icon_warning_sml.gif" alt="" /></td>
<td># of properties where the next version available is a major version update</td>
-<td>0</td></tr></table>
+<td>1</td></tr></table>
<div class="section">
<h3><a name="Summary_of_properties_associated_with_artifact_versions"></a>Summary of properties associated with artifact versions</h3>
<table border="0" class="table table-striped">
@@ -178,13 +178,13 @@
<td></td>
<td></td></tr>
<tr class="b">
-<td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td><img src="images/icon_warning_sml.gif" alt="" /></td>
<td>${postgresqlVersion}</td>
-<td>9.1-901-1.jdbc4</td>
+<td>9.4.1212.jre7</td>
<td></td>
<td></td>
<td></td>
-<td></td></tr>
+<td><b>42.0.0</b></td></tr>
<tr class="a">
<td><img src="images/icon_success_sml.gif" alt="" /></td>
<td>${slf4jVersion}</td>
@@ -482,29 +482,32 @@
<table border="0" class="table table-striped">
<tr class="a">
<th width="80%">Status</th>
-<td><img src="images/icon_success_sml.gif" alt="" /> No newer versions available.</td></tr>
+<td><img src="images/icon_warning_sml.gif" alt="" /> There is at least one newer major version available. Major updates are rarely passive.</td></tr>
<tr class="b">
<th width="80%">Property</th>
<td>${postgresqlVersion}</td></tr>
<tr class="a">
<th width="80%">Associated artifacts</th>
-<td>postgresql:postgresql</td></tr>
+<td>org.postgresql:postgresql</td></tr>
<tr class="b">
<th width="80%">Current Version</th>
-<td>9.1-901-1.jdbc4</td></tr>
+<td>9.4.1212.jre7</td></tr>
<tr class="a">
+<th width="80%">Newer versions</th>
+<td><b>42.0.0</b> <i>Next Major</i><br />42.0.0.jre6<br /><b>42.0.0.jre7</b> <i>Latest Major</i></td></tr>
+<tr class="b">
<th width="80%">Allowed version range</th>
<td>[,)</td></tr>
-<tr class="b">
+<tr class="a">
<th width="80%">Infer associations from project</th>
<td>Yes</td></tr>
-<tr class="a">
+<tr class="b">
<th width="80%">Only use release versions</th>
<td>No</td></tr>
-<tr class="b">
+<tr class="a">
<th width="80%">Include projects from reactor</th>
<td>Yes</td></tr>
-<tr class="a">
+<tr class="b">
<th width="80%">Always use reactor projects (even if older or -SNAPSHOT)</th>
<td>Yes</td></tr></table></div>
<div class="section">
=====================================
scripts-postgis.html
=====================================
--- a/scripts-postgis.html
+++ b/scripts-postgis.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Scripts postgis disponibles</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
sitemap.html
=====================================
--- a/sitemap.html
+++ b/sitemap.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Sitemap</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
source-repository.html
=====================================
--- a/source-repository.html
+++ b/source-repository.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Dépôt de sources</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
=====================================
team-list.html
=====================================
--- a/team-list.html
+++ b/team-list.html
@@ -28,7 +28,7 @@
<li class=""><a href="https://ultreiaio.gitlab.io/ird-t3/index.html" class="externalLink" title="T3">T3</a><span class="divider">»</span></li>
<li class="active ">Liste des membres</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Dernière publication: 2017-04-10</li>
- <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0-SNAPSHOT</li>
+ <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 2.0</li>
<li class="pull-right"><span class="divider">|</span>
<a href="http://ultreia.io" class="externalLink" title="Ultreia.io">Ultreia.io</a></li>
<li class="pull-right"><a href="https:/gitlab.com/ultreiaio/ird-t3" class="externalLink" title="GitLab">GitLab</a></li>
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/9c9e2f4ac4a8e84cd4236eeea3378435…
1
0
[Git][ultreiaio/ird-t3][release/2.0] [jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch release/2.0 at ultreiaio / ird-t3
Commits:
7f544622 by 166231 at 2017-04-10T14:24:33+00:00
[jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions
- - - - -
12 changed files:
- pom.xml
- t3-actions/pom.xml
- t3-domain/pom.xml
- t3-input-avdthv33/pom.xml
- t3-input-avdthv35/pom.xml
- t3-input-avdthv36/pom.xml
- t3-installer/pom.xml
- t3-msaccess-importer/pom.xml
- t3-output-balbayav32/pom.xml
- t3-test/pom.xml
- t3-web/pom.xml
- t3/pom.xml
Changes:
=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<packaging>pom</packaging>
<name>T3</name>
=====================================
t3-actions/pom.xml
=====================================
--- a/t3-actions/pom.xml
+++ b/t3-actions/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-actions</artifactId>
=====================================
t3-domain/pom.xml
=====================================
--- a/t3-domain/pom.xml
+++ b/t3-domain/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-domain</artifactId>
=====================================
t3-input-avdthv33/pom.xml
=====================================
--- a/t3-input-avdthv33/pom.xml
+++ b/t3-input-avdthv33/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-input-avdthv33</artifactId>
=====================================
t3-input-avdthv35/pom.xml
=====================================
--- a/t3-input-avdthv35/pom.xml
+++ b/t3-input-avdthv35/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-input-avdthv35</artifactId>
=====================================
t3-input-avdthv36/pom.xml
=====================================
--- a/t3-input-avdthv36/pom.xml
+++ b/t3-input-avdthv36/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-input-avdthv36</artifactId>
=====================================
t3-installer/pom.xml
=====================================
--- a/t3-installer/pom.xml
+++ b/t3-installer/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-installer</artifactId>
=====================================
t3-msaccess-importer/pom.xml
=====================================
--- a/t3-msaccess-importer/pom.xml
+++ b/t3-msaccess-importer/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-msaccess-importer</artifactId>
=====================================
t3-output-balbayav32/pom.xml
=====================================
--- a/t3-output-balbayav32/pom.xml
+++ b/t3-output-balbayav32/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-output-balbayav32</artifactId>
=====================================
t3-test/pom.xml
=====================================
--- a/t3-test/pom.xml
+++ b/t3-test/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-test</artifactId>
=====================================
t3-web/pom.xml
=====================================
--- a/t3-web/pom.xml
+++ b/t3-web/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3-web</artifactId>
=====================================
t3/pom.xml
=====================================
--- a/t3/pom.xml
+++ b/t3/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>t3</artifactId>
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/7f544622211f4aebaf7f128feadf527b…
1
0
Tony CHEMIT deleted branch release/2.0 at ultreiaio / ird-t3
1
0
Tony CHEMIT pushed new tag v2.0 at ultreiaio / ird-t3
1
0
[Git][ultreiaio/ird-t3][master] 87 commits: [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch master at ultreiaio / ird-t3
Commits:
dea620c1 by Maven Release at 2016-02-19T17:21:10+01:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
- - - - -
73164dba by Maven Release at 2016-02-19T17:21:10+01:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
- - - - -
fd4b1d85 by Maven Release at 2016-02-19T17:21:11+01:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state
- - - - -
f51878c9 by Pascal Cauquil at 2016-06-24T15:45:47+02:00
Correction d'un libellé
- - - - -
98bd6bc5 by Pascal Cauquil at 2016-06-24T16:00:47+02:00
Correction d'un libellé
- - - - -
df86c626 by Pascal Cauquil at 2016-06-28T12:43:22+02:00
Rajout des clés t3.error.no.sampleQuality et t3.error.no.sampleType dans les clés i18n
- - - - -
1a940e34 by Pascal Cauquil at 2016-06-28T12:47:10+02:00
Déplacement des deux clés de libellés précédemment ajoutées
- - - - -
07adf81e by Pascal Cauquil at 2016-06-28T12:49:54+02:00
Ajout de 2 clés de traduction dans le fichier des traductions EN
- - - - -
a3c35138 by Tony CHEMIT at 2017-02-25T17:56:49+01:00
migrate to gitlab
- - - - -
4e4c43d9 by Tony CHEMIT at 2017-02-25T18:01:39+01:00
remove code lutin from site
- - - - -
4d23de5d by Tony CHEMIT at 2017-02-25T18:40:15+01:00
fix tests (how to get t3-data)
- - - - -
360bfeb2 by Tony CHEMIT at 2017-02-25T18:52:28+01:00
add changelog
- - - - -
43e16988 by Tony CHEMIT at 2017-02-25T19:09:17+01:00
fix installer build
- - - - -
aa5b3bc1 by Tony CHEMIT at 2017-02-27T09:22:26+01:00
fix release build
- - - - -
2575a23b by Tony CHEMIT at 2017-02-27T09:57:33+01:00
add issue templates
- - - - -
f13a0efe by Tony CHEMIT at 2017-02-27T09:58:53+01:00
review builds
- - - - -
24cb26ee by Tony CHEMIT at 2017-02-27T10:02:46+01:00
review builds
- - - - -
135ad12e by Tony CHEMIT at 2017-02-27T10:07:36+01:00
review builds
- - - - -
8c03e41b by Tony CHEMIT at 2017-02-27T10:28:28+01:00
use env stage script
- - - - -
d79c9178 by Tony CHEMIT at 2017-02-27T10:31:06+01:00
fix issue templates location
- - - - -
bdfd9195 by Tony CHEMIT at 2017-02-27T10:32:30+01:00
fix issue templates location
- - - - -
960c9d41 by Tony CHEMIT at 2017-02-27T13:34:23+01:00
improve builds
- - - - -
e0be90d6 by Tony CHEMIT at 2017-02-27T13:38:19+01:00
remove tags
- - - - -
22bd54fa by Tony CHEMIT at 2017-02-27T14:02:36+01:00
remove tags
- - - - -
fd308fcd by Tony CHEMIT at 2017-02-27T14:15:46+01:00
improve builds
- - - - -
d2addeeb by Tony CHEMIT at 2017-02-27T14:33:26+01:00
try to fix builds
- - - - -
a79e3881 by Tony CHEMIT at 2017-02-27T14:36:12+01:00
try to fix builds
- - - - -
f4dde888 by Tony CHEMIT at 2017-02-27T14:38:00+01:00
try to fix builds
- - - - -
9f842bfc by Tony CHEMIT at 2017-02-27T14:45:52+01:00
try to fix builds (at last)
- - - - -
15e9ddb1 by Tony CHEMIT at 2017-02-27T14:51:26+01:00
try to fix builds (at last)
- - - - -
7ff07e58 by Tony CHEMIT at 2017-02-27T14:53:44+01:00
try to fix builds (at last again)
- - - - -
30b56c03 by Tony CHEMIT at 2017-02-27T15:08:08+01:00
adjust builds
- - - - -
a19ce311 by Tony CHEMIT at 2017-02-27T16:32:50+01:00
add demo ci jobs
- - - - -
2d818c46 by Tony CHEMIT at 2017-02-27T16:39:12+01:00
improve deploy-demo job
- - - - -
85552c53 by Tony CHEMIT at 2017-02-28T10:46:32+01:00
Meilleure gestion de la configuration et des logs (See #256)
- - - - -
ade7db17 by Tony CHEMIT at 2017-02-28T10:46:47+01:00
Meilleure gestion de la configuration et des logs (See #256)
- - - - -
9776a822 by Tony CHEMIT at 2017-02-28T10:52:03+01:00
Review install doc
- - - - -
1425d72c by Tony CHEMIT at 2017-02-28T10:54:03+01:00
Meilleure gestion de la configuration et des logs (See #256)
- - - - -
c67abf2f by Tony CHEMIT at 2017-02-28T10:58:24+01:00
remove tgas from builds
- - - - -
66931025 by Tony CHEMIT at 2017-02-28T11:00:19+01:00
add tags from builds
- - - - -
6545c1c8 by Tony CHEMIT at 2017-02-28T11:05:43+01:00
add tags from builds
- - - - -
4ddde8ff by Tony CHEMIT at 2017-02-28T11:06:54+01:00
add tags from builds
- - - - -
dafa3062 by Tony CHEMIT at 2017-02-28T11:12:54+01:00
remove tags from builds
- - - - -
6e1a58e0 by Tony CHEMIT at 2017-02-28T11:25:45+01:00
add my own runner
- - - - -
7720cf08 by Tony CHEMIT at 2017-02-28T11:35:12+01:00
adapt tags
- - - - -
3c4a5a6b by Tony CHEMIT at 2017-02-28T12:09:33+01:00
review builds
- - - - -
ba71992b by Tony CHEMIT at 2017-02-28T12:27:02+01:00
optimize builds
- - - - -
29628329 by Tony CHEMIT at 2017-02-28T12:28:45+01:00
optimize builds + fix format
- - - - -
2e143b12 by Tony CHEMIT at 2017-02-28T12:50:28+01:00
optimize builds
- - - - -
1eb1d16e by Tony CHEMIT at 2017-02-28T13:15:01+01:00
do not build build job when trigger
- - - - -
697bfe15 by Tony CHEMIT at 2017-02-28T13:16:39+01:00
do not build build job when trigger [ci skip]
- - - - -
4b498de0 by Tony CHEMIT at 2017-02-28T13:22:48+01:00
optimize dependencies
- - - - -
924e941c by Tony CHEMIT at 2017-02-28T13:40:47+01:00
[skip ci] do not run its on release
- - - - -
d58dbef5 by Tony CHEMIT at 2017-02-28T14:03:58+01:00
[skip ci] improve builds
- - - - -
dbf0729f by Tony CHEMIT at 2017-02-28T15:10:49+01:00
try new pipelines flow
- - - - -
58eb9b1b by Tony CHEMIT at 2017-02-28T15:32:35+01:00
one more time...
- - - - -
02fb7272 by Tony CHEMIT at 2017-02-28T15:38:37+01:00
one more time...
- - - - -
1c80893c by Tony CHEMIT at 2017-02-28T15:40:06+01:00
one more time...
- - - - -
c9022434 by Tony CHEMIT at 2017-02-28T15:46:21+01:00
one more time...
- - - - -
a67b4c27 by Tony CHEMIT at 2017-03-02T10:47:15+01:00
improve demo build
- - - - -
68f178ae by Tony CHEMIT at 2017-04-02T08:16:48+02:00
review site + align pom for next release
- - - - -
ee9cfe19 by Tony CHEMIT at 2017-04-02T08:21:15+02:00
review builds
- - - - -
60d60bb0 by Tony CHEMIT at 2017-04-03T10:04:05+02:00
Let's update topia and nuiton api (See #257)
- - - - -
7ed621af by Tony CHEMIT at 2017-04-03T10:08:04+02:00
update license header
- - - - -
4acaac54 by Tony CHEMIT at 2017-04-03T15:13:44+02:00
Use nuiton-config last api (See #257)
- - - - -
60dbc3e4 by Tony CHEMIT at 2017-04-03T16:55:59+02:00
add page builds
- - - - -
ac3f1fdd by Tony CHEMIT at 2017-04-04T10:05:38+02:00
update gitignore [skip ci]
- - - - -
c4f19b89 by Tony CHEMIT at 2017-04-04T22:04:00+02:00
replace topia transcation filter with the bad proxy pattenr, prefer use a simple supplier instead
- - - - -
b3476dd4 by Tony CHEMIT at 2017-04-10T11:19:37+02:00
add msaccess importer module
- - - - -
71a6fbb4 by Tony CHEMIT at 2017-04-10T11:19:40+02:00
make its works again on avdthv35
- - - - -
64ba75ba by Tony CHEMIT at 2017-04-10T11:20:13+02:00
fix import data code
- - - - -
ee00660d by Tony CHEMIT at 2017-04-10T11:20:22+02:00
up on its
- - - - -
1a9a1974 by Tony CHEMIT at 2017-04-10T11:55:46+02:00
prepare next release
- - - - -
a122771a by Tony CHEMIT at 2017-04-10T13:31:27+02:00
up pg gav, fix some config getter, i18n, ready to release \o/
- - - - -
629aa7ce by Tony CHEMIT at 2017-04-10T13:39:31+02:00
use correct method (See #252)
- - - - -
d10e8af8 by Tony CHEMIT at 2017-04-10T13:55:37+02:00
improve installeur
- - - - -
3162de0a by Tony CHEMIT at 2017-04-10T15:02:50+02:00
improve sql script loading
- - - - -
b70063d4 by Tony CHEMIT at 2017-04-10T15:03:17+02:00
chmod
- - - - -
d7bdbdc7 by Tony CHEMIT at 2017-04-10T15:12:36+02:00
improve performance on loading script
- - - - -
392d266b by Tony CHEMIT at 2017-04-10T13:45:17+00:00
Add contribution guide
- - - - -
eef88869 by Tony CHEMIT at 2017-04-10T15:45:57+02:00
update license headers
- - - - -
51e5331d by Tony CHEMIT at 2017-04-10T15:45:57+02:00
fix readme
- - - - -
82b4734c by Tony CHEMIT at 2017-04-10T15:48:05+02:00
up builds [skip ci]
- - - - -
45544af0 by Tony CHEMIT at 2017-04-10T15:51:38+02:00
up release builds
- - - - -
86b75b67 by 166231 at 2017-04-10T14:24:20+00:00
[jgitflow-maven-plugin]updating poms for 2.0 branch with snapshot versions
- - - - -
7f544622 by 166231 at 2017-04-10T14:24:33+00:00
[jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions
- - - - -
e1595aab by 166231 at 2017-04-10T14:30:57+00:00
[jgitflow-maven-plugin]merging 'release/2.0' into 'master'
- - - - -
30 changed files:
- .gitignore
- + .gitlab-ci.yml
- + .gitlab/issue_templates/Bug.md
- + .gitlab/issue_templates/Feature.md
- + .gitlab/issue_templates/Task.md
- + CHANGELOG.md
- + CONTRIBUTING.md
- + README.md
- − changelog.txt
- pom.xml
- + src/site/markdown/index.md
- + src/site/markdown/install.md
- src/site/rst/installer.rst.vm → src/site/markdown/installer.md.vm
- + src/site/markdown/model.md
- + src/site/markdown/scripts-postgis.md
- + src/site/resources/.gitlab-ci.yml
- + src/site/resources/img/argouml-logo.png
- src/site/resources/images/logos/logo-OT_web.png → src/site/resources/img/logo-OT_web.png
- + src/site/resources/img/logo_IntelliJIDEA.png
- src/site/resources/images/logos/logo_ird.png → src/site/resources/img/logo_ird.png
- + src/site/resources/img/maven-feather.png
- + src/site/resources/img/struts2-logo.png
- + src/site/resources/img/topia-logo.png
- − src/site/rst/index.rst
- − src/site/rst/install.rst.vm
- − src/site/rst/model.rst
- − src/site/rst/scripts-postgis.rst
- src/site/site.xml
- t3-actions/README.txt → t3-actions/README.md
- t3-actions/pom.xml
The diff was not included because it is too large.
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/compare/75c993b42dcd75c776c0d08f7ff9627…
1
0
[Git][ultreiaio/ird-t3][develop] 6 commits: [jgitflow-maven-plugin]updating poms for 2.0 branch with snapshot versions
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
86b75b67 by 166231 at 2017-04-10T14:24:20+00:00
[jgitflow-maven-plugin]updating poms for 2.0 branch with snapshot versions
- - - - -
7f544622 by 166231 at 2017-04-10T14:24:33+00:00
[jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions
- - - - -
e1595aab by 166231 at 2017-04-10T14:30:57+00:00
[jgitflow-maven-plugin]merging 'release/2.0' into 'master'
- - - - -
237c8952 by 166231 at 2017-04-10T14:31:00+00:00
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
- - - - -
40800720 by 166231 at 2017-04-10T14:31:00+00:00
[jgitflow-maven-plugin]merging 'master' into 'develop'
- - - - -
fbd0168a by 166231 at 2017-04-10T14:31:01+00:00
[jgitflow-maven-plugin]Updating develop poms back to pre merge state
- - - - -
0 changed files:
Changes:
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/compare/f9304adc5230c719fadff7cee678a7f…
1
0
[Git][ultreiaio/ird-t3][develop] [jgitflow-maven-plugin]updating poms for 2.1-SNAPSHOT development
by Tony CHEMIT April 10, 2017
by Tony CHEMIT April 10, 2017
April 10, 2017
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
f9304adc by 166231 at 2017-04-10T14:24:20+00:00
[jgitflow-maven-plugin]updating poms for 2.1-SNAPSHOT development
- - - - -
12 changed files:
- pom.xml
- t3-actions/pom.xml
- t3-domain/pom.xml
- t3-input-avdthv33/pom.xml
- t3-input-avdthv35/pom.xml
- t3-input-avdthv36/pom.xml
- t3-installer/pom.xml
- t3-msaccess-importer/pom.xml
- t3-output-balbayav32/pom.xml
- t3-test/pom.xml
- t3-web/pom.xml
- t3/pom.xml
Changes:
=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses />.
#L%
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -29,7 +28,7 @@
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>T3</name>
@@ -474,14 +473,13 @@
<configuration>
<!-- TODO chemit 2011-02-24 Change to 'target' when using ant-run 1.6 in mavenpom4labs... -->
<tasks>
- <echo message="Copy model to site"/>
- <copy verbose="true" failonerror="false" overwrite="true"
- todir="${project.reporting.outputDirectory}/model">
+ <echo message="Copy model to site" />
+ <copy verbose="true" failonerror="false" overwrite="true" todir="${project.reporting.outputDirectory}/model">
<fileset dir="${basedir}/doc/modelisation/t3">
- <include name="**/*.png"/>
+ <include name="**/*.png" />
</fileset>
<fileset dir="${basedir}/t3-domain/src/main/xmi">
- <include name="t3-persistence.zargo"/>
+ <include name="t3-persistence.zargo" />
</fileset>
</copy>
</tasks>
=====================================
t3-actions/pom.xml
=====================================
--- a/t3-actions/pom.xml
+++ b/t3-actions/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-actions</artifactId>
=====================================
t3-domain/pom.xml
=====================================
--- a/t3-domain/pom.xml
+++ b/t3-domain/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-domain</artifactId>
=====================================
t3-input-avdthv33/pom.xml
=====================================
--- a/t3-input-avdthv33/pom.xml
+++ b/t3-input-avdthv33/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-input-avdthv33</artifactId>
=====================================
t3-input-avdthv35/pom.xml
=====================================
--- a/t3-input-avdthv35/pom.xml
+++ b/t3-input-avdthv35/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-input-avdthv35</artifactId>
=====================================
t3-input-avdthv36/pom.xml
=====================================
--- a/t3-input-avdthv36/pom.xml
+++ b/t3-input-avdthv36/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-input-avdthv36</artifactId>
=====================================
t3-installer/pom.xml
=====================================
--- a/t3-installer/pom.xml
+++ b/t3-installer/pom.xml
@@ -20,15 +20,14 @@
along with this program. If not, see <http://www.gnu.org/licenses />.
#L%
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-installer</artifactId>
@@ -293,12 +292,9 @@
<phase>prepare-package</phase>
<configuration>
<tasks>
- <unzip src="${explodedDataDirection}/t3-data-${t3-data.version}-ddl.zip"
- dest="${explodedDataDirection}"/>
- <unzip src="${explodedDataDirection}/t3-data-${t3-data.version}-referential.zip"
- dest="${explodedDataDirection}"/>
- <unzip src="${explodedDataDirection}/t3-data-${t3-data.version}-zones.zip"
- dest="${explodedDataDirection}"/>
+ <unzip src="${explodedDataDirection}/t3-data-${t3-data.version}-ddl.zip" dest="${explodedDataDirection}" />
+ <unzip src="${explodedDataDirection}/t3-data-${t3-data.version}-referential.zip" dest="${explodedDataDirection}" />
+ <unzip src="${explodedDataDirection}/t3-data-${t3-data.version}-zones.zip" dest="${explodedDataDirection}" />
</tasks>
</configuration>
<goals>
=====================================
t3-msaccess-importer/pom.xml
=====================================
--- a/t3-msaccess-importer/pom.xml
+++ b/t3-msaccess-importer/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-msaccess-importer</artifactId>
=====================================
t3-output-balbayav32/pom.xml
=====================================
--- a/t3-output-balbayav32/pom.xml
+++ b/t3-output-balbayav32/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-output-balbayav32</artifactId>
=====================================
t3-test/pom.xml
=====================================
--- a/t3-test/pom.xml
+++ b/t3-test/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-test</artifactId>
=====================================
t3-web/pom.xml
=====================================
--- a/t3-web/pom.xml
+++ b/t3-web/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3-web</artifactId>
=====================================
t3/pom.xml
=====================================
--- a/t3/pom.xml
+++ b/t3/pom.xml
@@ -16,7 +16,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses />.
#L%
-->
@@ -26,7 +26,7 @@
<parent>
<groupId>fr.ird.t3</groupId>
<artifactId>pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>t3</artifactId>
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/f9304adc5230c719fadff7cee678a7fe…
1
0
Tony CHEMIT pushed new branch release/2.0 at ultreiaio / ird-t3
1
0
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
45544af0 by Tony CHEMIT at 2017-04-10T15:51:38+02:00
up release builds
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,9 +86,9 @@ stage:
script:
- wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
- wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
+ - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
- wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/$STAGE/' | bash
- wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
- - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
latest-site:
<<: *env_test
View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/45544af06931af4ecadadfc575179f15…
1
0