diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcde4d100..3a672ad1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,28 +64,28 @@ jobs: git config --local user.name "daikoku-github-actions" git add --all git commit -am "Update version number before release" - # - name: build manual - # id: manual - # run: | - # cd manual - # sbt "release release-version ${{ github.event.inputs.releaseversion }}" - # cd .. - # sh ./scripts/build.sh manual - # echo "diff=$(git diff --numstat | wc -l)" >> $GITHUB_OUTPUT - # cd .. - # - name: Commit manual - # if: steps.manual.outputs.diff != '0' - # run: | - # git config --local user.email "daikoku-github-actions@users.noreply.github.com" - # git config --local user.name "daikoku-github-actions" - # git add --all - # git commit -am "Update documentation before release" - # - name: Push manual - # uses: ad-m/github-push-action@master - # if: steps.manual.outputs.diff != '0' - # with: - # branch: ${{ github.ref }} - # github_token: ${{ secrets.GITHUB_TOKEN}} + - name: build manual + id: manual + run: | + cd manual + sbt "release release-version ${{ github.event.inputs.releaseversion }}" + cd .. + sh ./scripts/build.sh manual + echo "diff=$(git diff --numstat | wc -l)" >> $GITHUB_OUTPUT + cd .. + - name: Commit manual + if: steps.manual.outputs.diff != '0' + run: | + git config --local user.email "daikoku-github-actions@users.noreply.github.com" + git config --local user.name "daikoku-github-actions" + git add --all + git commit -am "Update documentation before release" + - name: Push manual + uses: ad-m/github-push-action@master + if: steps.manual.outputs.diff != '0' + with: + branch: ${{ github.ref }} + github_token: ${{ secrets.GITHUB_TOKEN}} # release sbt (with auto commit tag) - name: release sbt run: | diff --git a/.gitignore b/.gitignore index 0fe107d7c..8de659f20 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,9 @@ daikoku/public/assets/ daikoku/public/index.html daikoku/public/index* daikoku/public/fa-* +daikoku/public/asciidoctor-* +daikoku/public/asyncapi-* +daikoku/public/backofffice-* +daikoku/public/highlight-* +daikoku/public/swagger-* stats.html diff --git a/CHANGELOG b/CHANGELOG index 8b6b553c2..a033e33b6 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -625,3 +625,25 @@ We'd like to thank all the contributors who worked on this release! - Lack of translation [#700](https://github.com/MAIF/daikoku/issues/700) - API testing UI is broken [#699](https://github.com/MAIF/daikoku/issues/699) +## [v17.5.0] - 2024-09-17 + +## :star: New Features + +- Hide personal teams if security prohibits personal teams from subscribing [#740](https://github.com/MAIF/daikoku/issues/740) +- add a control for environment name for subscription aggregation [#714](https://github.com/MAIF/daikoku/issues/714) +- Add a way to disable part of aggragation [#711](https://github.com/MAIF/daikoku/issues/711) +- Allow to transfer subscriptions ownership [#708](https://github.com/MAIF/daikoku/issues/708) +- Add HTTP links everywhere, it’s unusable in practice sometimes. [#696](https://github.com/MAIF/daikoku/issues/696) +- display S3 bucket example to avoid S3Exception [#622](https://github.com/MAIF/daikoku/issues/622) + +## :beetle: Bug Fixes + +- User can't go in home page from daikoku [#741](https://github.com/MAIF/daikoku/issues/741) +- No UI [#735](https://github.com/MAIF/daikoku/issues/735) +- Crash on notification page in case of unknown team in action property [#720](https://github.com/MAIF/daikoku/issues/720) +- [productor view]subscription table is not refresh after enable/disable apikey [#715](https://github.com/MAIF/daikoku/issues/715) +- Update parent subscription in aggregation does not update childs [#710](https://github.com/MAIF/daikoku/issues/710) +- 2FA inputs don't work if code begin with 0 [#701](https://github.com/MAIF/daikoku/issues/701) +- translation for validation step [#697](https://github.com/MAIF/daikoku/issues/697) +- Delete Tag, delete all the tags [#694](https://github.com/MAIF/daikoku/issues/694) + diff --git a/daikoku/app/domain/tenantEntities.scala b/daikoku/app/domain/tenantEntities.scala index 33dad90d9..8eb588e9c 100644 --- a/daikoku/app/domain/tenantEntities.scala +++ b/daikoku/app/domain/tenantEntities.scala @@ -82,9 +82,9 @@ case class DaikokuStyle( --card_header-bg-color: #404040; --card_header-text-color: #fff; --card_bg-color: #282828; - --card_text-color: #fff; - --card_link-color: #b3b3b3; - --card_link-hover-color: orange; + --card_text-color: #fff; + --card_link-color: #97b0c7; + --card_link-hover-color : #a9cbea; --btn-bg-color: #fff; --btn-text-color: #495057; @@ -143,8 +143,8 @@ case class DaikokuStyle( --card_header-text-color: #fff; --card_bg-color: #282828; --card_text-color: #fff; - --card_link-color: #b3b3b3; - --card_link-hover-color: orange; + --card_link-color: #97b0c7; + --card_link-hover-color : #a9cbea; --btn-bg-color: #fff; diff --git a/daikoku/javascript/src/components/backoffice/apikeys/TeamApiKeysForApi.tsx b/daikoku/javascript/src/components/backoffice/apikeys/TeamApiKeysForApi.tsx index 04e216d2f..aaffdadf9 100644 --- a/daikoku/javascript/src/components/backoffice/apikeys/TeamApiKeysForApi.tsx +++ b/daikoku/javascript/src/components/backoffice/apikeys/TeamApiKeysForApi.tsx @@ -593,8 +593,8 @@ export const ApiKeyCard = ({ console.debug({ subscription }) return (