Skip to content

Commit

Permalink
Bugfix: sonar stats (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 authored Nov 28, 2024
2 parents 2b16b5d + 206f040 commit d50951b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build application
run: docker build -t leto-modelizer-api .
- name: Run application
run: docker compose up -d
run: docker compose -f docker-compose-e2e.yml up -d
env:
GITHUB_CLIENT_ID: test
GITHUB_CLIENT_SECRET: test
Expand Down
11 changes: 8 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Add api endpoints:
* For AI configuration actions on proxy:
* `GET /api/ai/proxy/configuration`, to send configuration on the proxy.
* `GET /api/ai/proxy/descriptions`, to get all configurations descriptions on the proxy.
* `GET /api/ai/proxy/descriptions`, to get all configurations descriptions on the proxy.
* For AI configurations:
* `GET /api/ai/configurations`, to get all AI configurations.
* `POST /api/ai/configurations`, to get create an AI configuration.
Expand All @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `PUT /api/ai/configurations/[CONFIGURATION_ID]`, to update an AI configuration.
* `DELETE /api/ai/configurations/[CONFIGURATION_ID]`, to delete an AI configuration.
* For AI secrets:
* `GET /api/ai/secrets`, to get all AI secret keys.
* `GET /api/ai/secrets`, to get all AI secret keys.
* `POST /api/ai/secrets`, to create an AI secret.
* `GET /api/ai/secrets/[SECRET_ID]`, to get an AI secret.
* `PUT /api/ai/secrets/[SECRET_ID]`, to update an AI secret.
Expand All @@ -32,6 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Jersey by Spring.

### Fixed

- Workflow to generate sonar statistics.

## [1.0.0] - 2024/10/15

### Added
Expand Down Expand Up @@ -129,4 +133,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `/api/login`, to login.
* `/api/redirect`, to redirect with token on leto-modelizer/leto-modelizer-admin.

[1.0.0]: https://github.com/ditrit/leto-modelizer-api/blob/main/changelog.md#1.0.0
[1.0.0]: https://github.com/ditrit/leto-modelizer-api/blob/main/changelog.md#1.0.0

0 comments on commit d50951b

Please sign in to comment.