Commit Graph

3529 Commits

Author SHA1 Message Date
dependabot[bot]
6d89fc2f55 Bump spring.boot.version from 3.5.1 to 3.5.3 (#2487)
Bumps `spring.boot.version` from 3.5.1 to 3.5.3.

Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.1 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.1...v3.5.3)

Updates `org.springframework.boot:spring-boot-starter` from 3.5.1 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.1...v3.5.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-23 08:34:27 +03:00
github-actions[bot]
ca5f5d6e95 [Release] Automated commit of .3rd-party/DEPENDENCIES changes 2025-06-22 02:39:28 +00:00
github-actions[bot]
4881886047 [Release] Automated commit of .3rd-party/DEPENDENCIES changes 2025-06-21 02:48:13 +00:00
Avgustin Marinov
ef25aa59f0 Fix new line after @Test (#2486)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-20 17:42:55 +03:00
Avgustin Marinov
cb7f1107fe Remove allure (phase2) (#2483)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-20 15:51:06 +03:00
Avgustin Marinov
39593fc6b6 Fix sonar xmlReportPaths (#2482)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-20 14:23:16 +03:00
Avgustin Marinov
ba23ae3fc2 Remove allure (phase 1) - switch to surefire reporting (#2478)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-20 13:41:26 +03:00
dependabot[bot]
f73128024c Bump vaadin.version from 24.7.6 to 24.8.0 (#2481)
Bumps `vaadin.version` from 24.7.6 to 24.8.0.

Updates `com.vaadin:vaadin-bom` from 24.7.6 to 24.8.0

Updates `com.vaadin:vaadin-maven-plugin` from 24.7.6 to 24.8.0
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](https://github.com/vaadin/platform/compare/24.7.6...24.8.0)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 24.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 24.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-20 08:56:27 +03:00
dependabot[bot]
2e91a93325 Bump org.springframework.boot:spring-boot-starter-parent (#2480)
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-20 08:55:58 +03:00
dependabot[bot]
3b002b03dd Bump spring.boot.version from 3.5.0 to 3.5.1 (#2479)
Bumps `spring.boot.version` from 3.5.0 to 3.5.1.

Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.1)

Updates `org.springframework.boot:spring-boot-starter` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-20 08:55:33 +03:00
github-actions[bot]
a91fc61b8b [Release] Automated commit of .3rd-party/DEPENDENCIES changes 2025-06-20 02:32:49 +00:00
Avgustin Marinov
592380a50c Fix indent in release workflow (#2477)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-19 14:08:48 +03:00
Avgustin Marinov
e3bf3c3016 Fix git config user (#2475)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-19 13:20:14 +03:00
Avgustin Marinov
b08033814c Add config reset to license-scan and release (#2474)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-19 11:44:35 +03:00
Avgustin Marinov
2bccd86265 Fix jacoco - pass args to failsafe and surefire plugins (#2473)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-19 11:30:52 +03:00
Avgustin Marinov
bcc5848162 Fix the jacoco aggregate dir config (#2472)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-19 10:30:57 +03:00
Avgustin Marinov
a8a04e77b0 Test and Jacoco config clean (2) (#2471)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-19 10:01:17 +03:00
Avgustin Marinov
a35a81334c Test and jacoco config cleanup (#2469)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-18 16:37:10 +03:00
Avgustin Marinov
651bd7df98 Deprecate PUT target tag multi-assignment (#2468)
* Deprecate PUT /rest/v1/targettags/{targetTagId}/assigned -> use new POST method with same endpoint and params
* Remove deprecated DS tag mulit-assigned PUT method /rest/v1/distributionsettags/{distributionsetTagId}/assigned -> use already existing POST method with same endpoint and params

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-18 15:13:25 +03:00
Avgustin Marinov
147f6b1443 Switch required maven version to 3.8.6 (#2467)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-18 10:02:29 +03:00
Avgustin Marinov
fbd150c0b1 Clean up and organize parent pom (#2466)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-18 09:50:24 +03:00
Avgustin Marinov
3833ad41e9 Allow easy use of enforcement plugin in child poms (#2465)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-18 09:13:29 +03:00
github-actions[bot]
9278c72929 [Release] Automated commit of .3rd-party/DEPENDENCIES changes 2025-06-18 02:33:22 +00:00
Avgustin Marinov
7d79d5948e Fix trivy (2) 2025-06-17 16:24:52 +03:00
Avgustin Marinov
0475317c1b Fix docker build folder 2025-06-17 16:13:41 +03:00
Avgustin Marinov
abec6ddc75 Fix trivy scan (#2464)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-17 16:02:52 +03:00
Avgustin Marinov
d80e1e004d Fix G3 - deep attributes (#2462) 2025-06-17 15:44:55 +03:00
Avgustin Marinov
62b1b7d730 Fix dash tool scan (#2463)
---------

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-17 15:43:41 +03:00
Avgustin Marinov
0f9997372c Fix release forkflow (#2461)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-16 19:27:01 +03:00
Avgustin Marinov
ebab954cea Update release.yml 2025-06-16 18:22:02 +03:00
Avgustin Marinov
b3cb38c0bd Fix tagging on release workflow (#2460)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-16 18:12:51 +03:00
Avgustin Marinov
9f0f25aa7c Create tag.yaml (#2459) 2025-06-16 18:05:48 +03:00
Avgustin Marinov
66cc3aa418 Fix worklows (#2458)
---------

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-16 17:22:21 +03:00
Avgustin Marinov
4ead1b1e98 Fix Dash tool integration (#2455)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-16 15:36:21 +03:00
Avgustin Marinov
4c93647921 Fix dash integration (#2454)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-16 15:31:14 +03:00
Avgustin Marinov
371c726e06 Add license-scan workflow (#2453)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-16 15:17:10 +03:00
Avgustin Marinov
044963f84c Implement release as github action (#2452)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-16 14:43:17 +03:00
Avgustin Marinov
0ba4c7b790 Update documentation (#2451)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-13 13:19:35 +03:00
dependabot[bot]
e68a2f340c Bump com.rabbitmq:http-client from 5.3.0 to 5.4.0 (#2450)
Bumps [com.rabbitmq:http-client](https://github.com/rabbitmq/hop) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/rabbitmq/hop/releases)
- [Commits](https://github.com/rabbitmq/hop/compare/v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: com.rabbitmq:http-client
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-13 08:31:45 +03:00
Avgustin Marinov
103a0dade0 Fix / improves management of the Rollout's total target counter (#2449)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-12 15:15:25 +03:00
Avgustin Marinov
2098dc6223 Unifies security configurations (#2448)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-12 09:06:50 +03:00
Avgustin Marinov
4cfd90b745 Fix dynamic rollout override behavior (#2447)
Since static assigments of dynamic rollouts always override the oldest rollouts
it seems more consistent if this is the case also with dynamic assigments. I.e.
all older are overriden and if there are actions of newer rollouts - won't be assigned.

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-11 15:24:48 +03:00
Avgustin Marinov
58b969db38 Bump spring-boot to 3.5.0 (#2418)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-11 08:52:10 +03:00
dependabot[bot]
def976c197 Bump org.springdoc:springdoc-openapi-starter-webmvc-ui (#2446)
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.8...v2.8.9)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-11 08:31:10 +03:00
Avgustin Marinov
2992f5c211 Refactor management api style (#2445)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-10 17:09:03 +03:00
Avgustin Marinov
85ef8652fc Refactoring/simplifying rest resources code (2) (#2444)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-10 15:14:43 +03:00
Avgustin Marinov
e643707d41 Refactoring/simplifying rest resources code (#2443)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-10 14:06:43 +03:00
Avgustin Marinov
6167dce214 Hide getRolloutWithStatusDetails from API (#2442)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-10 11:50:45 +03:00
Avgustin Marinov
a7162a1e48 Remove name and in of HTTP schemas of Mgmt apidoc - should not be specified with HTTP type (#2441)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-10 09:47:13 +03:00
Avgustin Marinov
3e1d6b6dca Remove OpenAPI registration (#2440)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-06-09 17:57:06 +03:00