Skip to content

Commit

Permalink
chore(release): ara-api 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# ara-api-v1.0.0 (2022-08-14)

### Bug Fixes

* **api:** make liquibase h2 iso with hibernate model ([bb34b81](bb34b81))
* **api:** make mysql liquibase iso with hibernate data model ([4db13f9](4db13f9))
* **api:** move not null contraint AFTER pre apply fullfill ([82473e3](82473e3))
* **api:** remove unexpected index ([b7905a3](b7905a3))
* **application:** use channel in version link ([721ffb2](721ffb2))
* config map problem ([Decathlon#383](https://github.com/kisskool057/ara/issues/383)) ([3179ecc](3179ecc)), closes [Decathlon#385](https://github.com/kisskool057/ara/issues/385)
* count postman items without request as folders ([Decathlon#495](https://github.com/kisskool057/ara/issues/495)) ([1345089](1345089))
* dev profile ([772385a](772385a))
* **executions:** match problems to execution errors ([752bc8f](752bc8f))
* **functionalities:** display scenarios description ([698d9cc](698d9cc))
* **functionality:** display correct scenario aggregates ([bf0bf6d](bf0bf6d))
* get rid of concurrency issue when purging executions ([Decathlon#542](https://github.com/kisskool057/ara/issues/542)) ([8ea873a](8ea873a))
* get rid of sonar vulnerabilities ([Decathlon#428](https://github.com/kisskool057/ara/issues/428)) ([044e017](044e017))
* ignore null and empty subfolders ([1efe154](1efe154))
* increase performance while purging execution ([Decathlon#547](https://github.com/kisskool057/ara/issues/547)) ([673d522](673d522))
* logging system ([Decathlon#491](https://github.com/kisskool057/ara/issues/491)) ([e6ce394](e6ce394))
* make liquibase diff ([Decathlon#548](https://github.com/kisskool057/ara/issues/548)) ([8f96085](8f96085))
* oauth2-user ([Decathlon#546](https://github.com/kisskool057/ara/issues/546)) ([19e7934](19e7934))
* pg text request process ([Decathlon#429](https://github.com/kisskool057/ara/issues/429)) ([dbc9623](dbc9623))
* postgresql problem search ([Decathlon#455](https://github.com/kisskool057/ara/issues/455)) ([a9dc244](a9dc244))
* problem pattern seq ([8f04a59](8f04a59))
* pull before git check for mono repo ([bcf0dcd](bcf0dcd))
* remove scenario in ScenarioUploader ([Decathlon#485](https://github.com/kisskool057/ara/issues/485)) ([d4eca51](d4eca51))
* remove web-ui bugs ([Decathlon#531](https://github.com/kisskool057/ara/issues/531)) ([37ee108](37ee108))
* **spring:** Spring Boot version update ([c63bc77](c63bc77))
* swagger-ui ([Decathlon#530](https://github.com/kisskool057/ara/issues/530)) ([cbd225b](cbd225b))
* update broken documentation links ([3ecbbfb](3ecbbfb))
* yaml conf ([6330b84](6330b84))

### Features

* about.json ([3bc0df5](3bc0df5))
* add generic adapter ([Decathlon#405](https://github.com/kisskool057/ara/issues/405)) ([342d987](342d987))
* add logging management ([Decathlon#490](https://github.com/kisskool057/ara/issues/490)) ([0469397](0469397))
* add template execution ([Decathlon#423](https://github.com/kisskool057/ara/issues/423)) ([d167721](d167721))
* add web-ui version ([Decathlon#460](https://github.com/kisskool057/ara/issues/460)) ([1ddcfaf](1ddcfaf))
* api and web-ui version display ([Decathlon#414](https://github.com/kisskool057/ara/issues/414)) ([4591965](4591965))
* better-session-management ([f3d6d28](f3d6d28))
* chart generic ([Decathlon#459](https://github.com/kisskool057/ara/issues/459)) ([6699225](6699225))
* expose swagger ui ([f89ff8c](f89ff8c))
* monitoring ([Decathlon#411](https://github.com/kisskool057/ara/issues/411)) ([494ed24](494ed24))
* oauth refacto2 dev server ([Decathlon#518](https://github.com/kisskool057/ara/issues/518)) ([65aeb1d](65aeb1d)), closes [Decathlon#520](https://github.com/kisskool057/ara/issues/520)
* profile from dev server ([Decathlon#529](https://github.com/kisskool057/ara/issues/529)) ([c3b42ea](c3b42ea))
* update-ara-development ([Decathlon#426](https://github.com/kisskool057/ara/issues/426)) ([f316bc9](f316bc9))

### Performance Improvements

* improve execution purge ([Decathlon#545](https://github.com/kisskool057/ara/issues/545)) ([6d3024e](6d3024e))
  • Loading branch information
semantic-release-bot committed Aug 14, 2022
1 parent 725e848 commit 91b0653
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/api/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.decathlon.ara</groupId>
<artifactId>ara-api</artifactId>
<version>12.1.8</version>
<version>1.0.0</version>

<name>ARA API</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion code/api/database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.decathlon.ara</groupId>
<artifactId>ara-database</artifactId>
<version>12.1.8</version>
<version>1.0.0</version>

<name>ARA Database</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion code/api/generated-cucumber-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>com.decathlon.ara</groupId>
<artifactId>ara-generated-cucumber-report</artifactId>
<version>12.1.8</version>
<version>1.0.0</version>

<name>ARA Cucumber</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions code/api/jacoco-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>ara-parent</artifactId>
<groupId>com.decathlon.ara</groupId>
<version>12.1.8</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.decathlon.ara</groupId>
<artifactId>jacoco-aggregation</artifactId>
<packaging>pom</packaging>
<version>12.1.8</version>
<version>1.0.0</version>

<name>Jacoco Report Aggregation</name>

Expand Down
2 changes: 1 addition & 1 deletion code/api/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>com.decathlon.ara</groupId>
<artifactId>ara-lib</artifactId>
<version>12.1.8</version>
<version>1.0.0</version>

<properties>
<java.version>16</java.version>
Expand Down
2 changes: 1 addition & 1 deletion code/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>com.decathlon.ara</groupId>
<artifactId>ara-parent</artifactId>
<packaging>pom</packaging>
<version>12.1.8</version>
<version>1.0.0</version>

<name>ARA Parent</name>
<description>
Expand Down

0 comments on commit 91b0653

Please sign in to comment.