Skip to content

Latest commit

 

History

History
140 lines (115 loc) · 15.4 KB

File metadata and controls

140 lines (115 loc) · 15.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[v1.3.0] - 2024-10-07

Added

  • Feat/delete draft action by @admy7 in #139
  • feat: renovate integration by @sehaartuc in #74
  • feat: trivy and ort implementation by @sehaartuc in #73
  • Implement accept-terms endpoint by @EmiPali in #115

Changed

  • chore(deps): update docker/login-action digest to 0d4c9c5 by @LNDS-Sysadmins in #76
  • chore(deps): update oss-review-toolkit/ort-ci-github-action digest to 81698a9 by @LNDS-Sysadmins in #77
  • chore(deps): update azure/webapps-deploy digest to 5c1d76e by @LNDS-Sysadmins in #75
  • chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.3.1 by @LNDS-Sysadmins in #84
  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 by @LNDS-Sysadmins in #83
  • chore(deps): update dependency net.revelc.code.formatter:formatter-maven-plugin to v2.24.1 by @LNDS-Sysadmins in #82
  • chore(deps): update docker/build-push-action action to v6 by @LNDS-Sysadmins in #89
  • chore(deps): update fsfe/reuse-action action to v4 by @LNDS-Sysadmins in #90
  • chore(deps): update dependency org.assertj:assertj-core to v3.26.3 by @LNDS-Sysadmins in #87
  • chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 by @LNDS-Sysadmins in #78
  • chore(deps): update quarkus-wiremock.version to v1.3.3 by @LNDS-Sysadmins in #79
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.1 by @LNDS-Sysadmins in #86
  • chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.4-1134 by @LNDS-Sysadmins in #80
  • fix(deps): update dependency org.projectlombok:lombok to v1.18.34 by @LNDS-Sysadmins in #81
  • chore(deps): update quarkus.platform.version to v3.12.2 by @LNDS-Sysadmins in #88
  • chore(deps): update quarkus.platform.version to v3.12.3 by @LNDS-Sysadmins in #112
  • chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.4-1194 by @LNDS-Sysadmins in #113
  • chore(deps): update quarkus.platform.version to v3.13.0 (minor) by @LNDS-Sysadmins in #114
  • fix(deps): update dependency io.quarkiverse.openapi.generator:quarkus-openapi-generator to v2.4.6 by @LNDS-Sysadmins in #117
  • chore(deps): update quarkus.platform.version to v3.13.1 (patch) by @LNDS-Sysadmins in #119
  • Update V2License by @EmiPali in #118
  • chore(deps): update quarkus.platform.version to v3.13.2 (patch) by @LNDS-Sysadmins in #121
  • fix(deps): update dependency io.quarkiverse.openapi.generator:quarkus-openapi-generator to v2.4.7 by @LNDS-Sysadmins in #122
  • chore: retrieve license accepted by current user by @brunopacheco1 in #123
  • chore: retrieve validation codes by @brunopacheco1 in #124
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.4.0 by @LNDS-Sysadmins in #126
  • chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.4.0 by @LNDS-Sysadmins in #125
  • chore: simplify error messages by @brunopacheco1 in #128
  • chore(deps): update quarkus.platform.version to v3.13.3 (patch) by @LNDS-Sysadmins in #129
  • chore: make user id claim configurable by @brunopacheco1 in #130
  • chore: support options and tables by @brunopacheco1 in #131
  • chore(deps): update quarkus.platform.version to v3.14.1 (minor) by @LNDS-Sysadmins in #133
  • chore(deps): update surefire.version to v3.5.0 (minor) by @LNDS-Sysadmins in #132
  • chore(deps): update quarkus.platform.version to v3.14.4 (patch) by @LNDS-Sysadmins in #135
  • chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.4-1227.1725849298 by @LNDS-Sysadmins in #134
  • chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.4-1227.1726694542 by @LNDS-Sysadmins in #137
  • chore(deps): update quarkus.platform.version to v3.15.1 (minor) by @LNDS-Sysadmins in #138
  • chore(deps): update surefire.version to v3.5.1 (patch) by @LNDS-Sysadmins in #142
  • chore(deps): update aquasecurity/trivy-action action to v0.25.0 by @LNDS-Sysadmins in #143

Fixed

  • fix: change method from delete to post for deleting drafts by @admy7 in #140
  • fix: revert changes to accept DELETE method by @brunopacheco1 in #141
  • fix: replace REMS warning type from string to ValidationField by @brunopacheco1 in #127
  • fix: get userIdClaim variable at runtime by @brunopacheco1 in #136

[v1.2.1] - 2024-07-08

Changed

  • chore: retrieve 400 when create application in REMS is false by @brunopacheco1 in #71

[v1.2.0] - 2024-06-12

Added

  • feat: #7 bootstrap quarkus app by @brunopacheco1 in #17
  • feat: #16 add authentication by @brunopacheco1 in #18
  • feat: implement create application endpoint by @EmiPali in #19
  • doc: #10 add samples of http requests to REMS by @brunopacheco1 in #15
  • doc: #9 add apidocs by @brunopacheco1 in #14
  • feat: implement submit application endpoint by @inderps in #22
  • feat: Only submit applications that are in draft or returned status by @inderps in #24
  • feat: Move fetching of userId in API layer by @inderps in #26
  • feat: application details endpoint by @admy7 in #25
  • feat: #13 implement endpoint to attach single file by @brunopacheco1 in #33
  • feat: #13 check if not submitted before attachment by @brunopacheco1 in #34
  • feat: #12 add endpoint to save application by @brunopacheco1 in #36
  • feat: endpoint to get catalogue item by resource id by @inderps in #37
  • feat: get catalogue-item-id from dataset-id and use that to create application by @inderps in #38
  • feat: Return datasets along with application in ListedApplication by @inderps in #42
  • feat: Send description and createdAt by @inderps in #43
  • feat: return external id in application dataset by @inderps in #45
  • Correct field schema by @admy7 in #47
  • feat: Return applicationId after creation of application by @inderps in #48
  • feat: #44 handling exception when success value is false by @EmiPali in #49
  • feat: continiously deployment to azure by @hcvdwerf in #51
  • feat: return 400 when attachment file is null by @brunopacheco1 in #52
  • feat: run quarkus migration and adjust pom by @sulejmank in #60
  • feat: implement endpoint to retrieve granted dataset identifiers by @EmiPali in #68
  • fixture for body specified in rems.yaml by @EmiPali in #69

Changed

  • chore: Add debug level to test bug on dev env by @sulejmank in #61
  • chore:upgrade redhat image by @sulejmank in #62
  • chore(ci): enable test coverage by @brunopacheco1 in #27
  • chore: fix checkstyle configuration in CI/CD by @brunopacheco1 in #23
  • chore: clean code by @brunopacheco1 in #29
  • chore: review open api files by @brunopacheco1 in #30
  • chore: split tests by use case by @brunopacheco1 in #32
  • chore: #12 enhance REMS openapi docs by @brunopacheco1 in #35
  • chore: point examples to gdi-userportal-deployment by @brunopacheco1 in #39
  • chore: improve code by @admy7 in #31

Fixed

  • fix(azure-deployment): Trigger repull on new ams version by updating … by @hcvdwerf in #20
  • fix: Order of metadata tags to ensure correct tag is used by @hcvdwerf in #21
  • fix: review rems openapi doc by @brunopacheco1 in #40
  • fix: move file to temp before uploading to REMS by @brunopacheco1 in #41
  • fix: fix app properties by @EmiPali in #57
  • fix: structuring ErrorMessages before sending them to frontend by @EmiPali in #59
  • fix: remove trivy high level by @sulejmank in #65