Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3

Commits:

15 changed files:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -84,11 +84,23 @@ stage:
    84 84
       <<: *test_manual
    
    85 85
       <<: *before_script_clone
    
    86 86
       script:
    
    87
    -    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
    
    88
    -    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
    
    89
    -    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
    
    90
    -    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/$STAGE/' | bash
    
    91
    -    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
    
    87
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
    
    88
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
    
    89
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
    
    90
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/$STAGE/' | bash
    
    91
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
    
    92
    +
    
    93
    +release:
    
    94
    +  <<: *env_staging
    
    95
    +  <<: *test_manual
    
    96
    +  <<: *before_script_clone
    
    97
    +  script:
    
    98
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
    
    99
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
    
    100
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash
    
    101
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
    
    102
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | sed 's/$1/$STAGE/' | bash
    
    103
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
    
    92 104
     
    
    93 105
     latest-site:
    
    94 106
       <<: *env_test
    
    ... ... @@ -143,13 +155,13 @@ release:
    143 155
       <<: *staging
    
    144 156
       when: manual
    
    145 157
       script:
    
    146
    -    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
    
    158
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash
    
    147 159
     
    
    148 160
     drop:
    
    149 161
       <<: *staging
    
    150 162
       when: manual
    
    151 163
       script:
    
    152
    -    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/$STAGE/' | bash
    
    164
    +    - wget -q &-O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/$STAGE/' | bash
    
    153 165
     
    
    154 166
     production:
    
    155 167
       stage: Production
    

  • CONTRIBUTING.md
    ... ... @@ -3,7 +3,7 @@
    3 3
     ```
    
    4 4
     wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
    
    5 5
     wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
    
    6
    -wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    6
    +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/frirdt3/' | bash
    
    7 7
     wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash
    
    8 8
     wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
    
    9 9
     ```
    
    ... ... @@ -15,15 +15,15 @@ Create stage
    15 15
     ```
    
    16 16
     wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
    
    17 17
     wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
    
    18
    -wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    19
    -wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
    
    18
    +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdt3/' | bash
    
    19
    +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdt3/' | bash
    
    20 20
     wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
    
    21 21
     ```
    
    22 22
     
    
    23 23
     And to release stage
    
    24 24
     
    
    25 25
     ``` 
    
    26
    -wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    26
    +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdt3/' | bash
    
    27 27
     ```
    
    28 28
     
    
    29 29
     # Generate site
    

  • README.md
    1 1
     # T3
    
    2 2
     
    
    3
    -[![Maven Central status](https://img.shields.io/maven-central/v/fr.ird.t3/t3.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22fr.ird.t3%22%20AND%20a%3A%t3%22)
    
    3
    +[![Maven Central status](https://img.shields.io/maven-central/v/fr.ird.t3/t3.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22fr.ird.t3%22%20AND%20a%3A%22t3%22)
    
    4 4
     ![Build Status](https://gitlab.com/ultreiaio/ird-t3/badges/develop/build.svg)
    
    5 5
     [![GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.0](https://img.shields.io/badge/license-AGPL3-green.svg)](http://www.gnu.org/licenses/agpl-3.0.txt)
    
    6 6
     
    
    ... ... @@ -11,3 +11,8 @@
    11 11
     * [Mailing-list (Devel)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/t3-devel)
    
    12 12
     * [Mailing-list (Commits)](http://list.forge.codelutin.com/cgi-bin/mailman/listinfo/t3-commits)
    
    13 13
     * [Contact](mailto:dev@tchemit.fr)
    
    14
    +
    
    15
    +# Demo
    
    16
    +
    
    17
    +* [Demo (latest)](https://demo.ultreia.io/t3-latest)
    
    18
    +* [Demo (2.0)](https://demo.ultreia.io/t3-2.0)

  • pom.xml
    ... ... @@ -28,7 +28,7 @@
    28 28
     
    
    29 29
       <groupId>fr.ird.t3</groupId>
    
    30 30
       <artifactId>pom</artifactId>
    
    31
    -  <version>2.1-SNAPSHOT</version>
    
    31
    +  <version>2.0-SNAPSHOT</version>
    
    32 32
       <packaging>pom</packaging>
    
    33 33
     
    
    34 34
       <name>T3</name>
    
    ... ... @@ -143,6 +143,9 @@
    143 143
     
    
    144 144
         <log4jVersion>1.2.17</log4jVersion>
    
    145 145
     
    
    146
    +    <!-- deploy nothing -->
    
    147
    +    <maven.deploy.skip>true</maven.deploy.skip>
    
    148
    +
    
    146 149
       </properties>
    
    147 150
     
    
    148 151
       <dependencyManagement>
    

  • t3-actions/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>pom</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.0-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-actions</artifactId>
    

  • t3-domain/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>pom</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.0-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-domain</artifactId>
    

  • t3-input-avdthv33/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>pom</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.0-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-input-avdthv33</artifactId>
    

  • t3-input-avdthv35/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>pom</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.0-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-input-avdthv35</artifactId>
    

  • t3-input-avdthv36/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>pom</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.0-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-input-avdthv36</artifactId>
    

  • t3-installer/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.t3</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>2.1-SNAPSHOT</version>
    
    30
    +    <version>2.0-SNAPSHOT</version>
    
    31 31
       </parent>
    
    32 32
     
    
    33 33
       <artifactId>t3-installer</artifactId>
    

  • t3-msaccess-importer/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>pom</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.0-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-msaccess-importer</artifactId>
    

  • t3-output-balbayav32/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>pom</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.0-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-output-balbayav32</artifactId>
    

  • t3-test/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>pom</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.0-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-test</artifactId>
    

  • t3-web/pom.xml
    ... ... @@ -24,7 +24,7 @@
    24 24
       <parent>
    
    25 25
         <groupId>fr.ird.t3</groupId>
    
    26 26
         <artifactId>pom</artifactId>
    
    27
    -    <version>2.1-SNAPSHOT</version>
    
    27
    +    <version>2.0-SNAPSHOT</version>
    
    28 28
       </parent>
    
    29 29
     
    
    30 30
       <artifactId>t3-web</artifactId>
    

  • t3/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.t3</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>2.1-SNAPSHOT</version>
    
    29
    +    <version>2.0-SNAPSHOT</version>
    
    30 30
       </parent>
    
    31 31
       
    
    32 32
       <artifactId>t3</artifactId>