summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Matthew Watkins [Wed, 5 Nov 2025 16:16:04 +0000 (16:16 +0000)]
CI: Update all action versions/locations
Issue-ID: CIMAN-33
Change-Id: I84adb95b69d84123c2dcef7252c5b73ca001c9a7
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Matthew Watkins [Tue, 4 Nov 2025 13:34:30 +0000 (13:34 +0000)]
CI: Update Github2Gerrit Python
Issue-ID: CIMAN-33
Change-Id: Ia9af067f50bdd95e5195110304f32e7e2cd08bb4
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Matthew Watkins [Wed, 29 Oct 2025 15:07:39 +0000 (15:07 +0000)]
CI: Update GitHub2Gerrit workflow
Issue-ID: CIMAN-33
Change-Id: Ief17cf32644bfe6f84505c07803293bab5fdd805
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
ModeSevenIndustrialSolutions [Wed, 1 Oct 2025 12:35:48 +0000 (13:35 +0100)]
CI: Add verbose/debugging option
Issue-ID: CIMAN-33
Change-Id: Id8b7f61f3a31e5dfeff9c0e7a571f4dc737cff2c
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
ModeSevenIndustrialSolutions [Wed, 1 Oct 2025 11:42:28 +0000 (12:42 +0100)]
CI: Add missing vars.GERRIT_KNOWN_HOSTS
Issue-ID: CIMAN-33
Change-Id: I65d550dbdc7d32636fc1fb9e0f150bfa4e1ddfe0
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
ModeSevenIndustrialSolutions [Wed, 1 Oct 2025 08:13:41 +0000 (09:13 +0100)]
CI: Update GitHub2Gerrit to call action
Issue-ID: CIMAN-33
Change-Id: Ie7920e287d47c75532663f2ce2a76953ca0a6a32
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
dependabot[bot] [Tue, 30 Sep 2025 14:33:19 +0000 (15:33 +0100)]
Chore: bump lfit/gerrit-review-action from 0.6 to 0.8
Bumps [lfit/gerrit-review-action](https://github.com/lfit/gerrit-review-action) from 0.6 to 0.8.
- [Commits](https://github.com/lfit/gerrit-review-action/compare/
7c30179c3c9389545fccb0d458df59879372ae6a...
9627b9a144f2a2cad70707ddfae87c87dce60729)
Issue-ID: CIMAN-33
Change-Id: Ief0dc14f2f9530bff3f0177dfa8bc89b66662735
Signed-off-by: dependabot[bot] <support@github.com>
GitHub-PR: https://github.com/onap/portal-ng-bff/pull/33
GitHub-Hash:
c4e629e15df8ac3d
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
ModeSevenIndustrialSolutions [Wed, 3 Sep 2025 12:45:00 +0000 (13:45 +0100)]
Fix: Align calling workflow syntax with upstream reusable
Issue-ID: CIMAN-33
Also, fix indentation other formatting issues.
Change-Id: I99ce3675f975c7d7f85f84e49251262f9c158a2a
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
ModeSevenIndustrialSolutions [Wed, 3 Sep 2025 11:48:27 +0000 (12:48 +0100)]
Fix: Update workflow call for renamed repository/target
Issue-ID: CIMAN-33
Change-Id: I45b2a278f01c176bb4c44cc5fbfc9fd26b258e4b
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
ModeSevenIndustrialSolutions [Wed, 3 Sep 2025 11:35:56 +0000 (12:35 +0100)]
Test: New github2gerrit workflow/setup
Issue-ID: CIMAN-33
Replace legacy GitHub2Gerrit workflow for testing.
Change-Id: Ibcf1bd4baee0c8e6e0ee0c4be93df8660e28590a
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Matthew Watkins [Fri, 22 Aug 2025 12:13:01 +0000 (13:13 +0100)]
Feat: Add initial workflow for github2gerrit-python testing
Issue-ID: CIMAN-33
This workflow will allow us to test alongside the legacy github2gerrit.
Change-Id: Idbf6d4fef83269d210f009c636fef8736120c3f2
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Matthew Watkins [Fri, 22 Aug 2025 08:39:29 +0000 (09:39 +0100)]
Fix: Add USE_PR_AS_COMMIT and set true
Issue-ID: CIMAN-33
Attempt to fix GitHub2Gerrit workflow behaviour.
Change-Id: Id085c50a27a989dd4eb497973c4ca8376271138f
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Fiete Ostkamp [Tue, 19 Aug 2025 08:25:33 +0000 (08:25 +0000)]
Merge "Chore: Add dependabot config"
Fiete Ostkamp [Wed, 13 Aug 2025 08:30:18 +0000 (10:30 +0200)]
0.2.0 release
- remove x-request-id header
- extract auth token from the authenticated principal
(which is derived from the Authentication header)
instead of from the X-Auth-Identity header
- replace REST Assured with WebTestClient in tests
- remove hardcoded http:// prefix from zipkin.tracing.endpoint setting
Issue-ID: PORTALNG-157
Change-Id: If4bf425bb01cefd78abcf2cda8f6593ffc5d65ef
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 13 Aug 2025 07:30:41 +0000 (09:30 +0200)]
Globally align tracing settings
- remove hardcoded http:// prefix from zipkin.tracing.endpoint setting
- this allows using the globally configured tracing.collector.baseUrl from the chart
Issue-ID: OOM-3350
Change-Id: I7f29630e63211f9f7a344d70bb973aa213c7b6f9
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Kevin Sandi [Tue, 12 Aug 2025 21:05:15 +0000 (15:05 -0600)]
Chore: Add dependabot config
Issue-ID: CIMAN-33
Change-Id: Ib3acc87356b7eee28a653dc5e9bea9717decdcc5
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Fiete Ostkamp [Thu, 8 May 2025 14:36:47 +0000 (14:36 +0000)]
Merge "Bump com.github.johnrengelman.shadow from 7.1.2 to 8.1.1"
Fiete Ostkamp [Thu, 8 May 2025 14:36:29 +0000 (14:36 +0000)]
Merge "Bump jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1"
benzelleroehr [Wed, 9 Apr 2025 09:53:41 +0000 (11:53 +0200)]
chore: update spring boot to v3.3.10
Issue-ID: PORTALNG-140
Change-Id: Iaebc95a4df816623449d0f864e83cf98e058b39c
Signed-off-by: benzelleroehr <ben.zelleroehr@telekom.de>
Fiete Ostkamp [Thu, 3 Apr 2025 13:43:08 +0000 (15:43 +0200)]
Release 0.1.2 image
- dependency updates
Issue-ID: PORTALNG-137
Change-Id: I583435d97d3cffaa6eb8a376cd712bae57fe088b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
dependabot[bot] [Mon, 24 Mar 2025 17:45:34 +0000 (17:45 +0000)]
Bump jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1
Bumps [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/jakartaee/validation/releases)
- [Commits](https://github.com/jakartaee/validation/compare/3.1.0...3.1.1)
updated-dependencies:
- dependency-name: jakarta.validation:jakarta.validation-api
dependency-type: direct:production
update-type: version-update:semver-patch
Issue-ID: CIMAN-33
Change-Id: I3a9ccaecf4e2e39a86f9a569c29f6940b974f201
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
dependabot[bot] [Mon, 24 Mar 2025 17:45:29 +0000 (17:45 +0000)]
Bump io.spring.dependency-management from 1.1.6 to 1.1.7
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.6...v1.1.7)
updated-dependencies:
- dependency-name: io.spring.dependency-management
dependency-type: direct:production
update-type: version-update:semver-patch
Issue-ID: CIMAN-33
Change-Id: I29dc89b8adcb49d828f6971ee6da5b1d3f9c615f
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
dependabot[bot] [Mon, 24 Mar 2025 17:45:13 +0000 (17:45 +0000)]
Bump com.github.johnrengelman.shadow from 7.1.2 to 8.1.1
Bumps com.github.johnrengelman.shadow from 7.1.2 to 8.1.1.
updated-dependencies:
- dependency-name: com.github.johnrengelman.shadow
dependency-type: direct:production
update-type: version-update:semver-major
Issue-ID: CIMAN-33
Change-Id: I191dc26b8fe171f279cda6ea9b96a1dddc78198f
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
Fiete Ostkamp [Wed, 19 Mar 2025 11:10:50 +0000 (11:10 +0000)]
Merge "Bump mapStructVersion from 1.5.5.Final to 1.6.3"
Fiete Ostkamp [Wed, 19 Mar 2025 11:10:06 +0000 (11:10 +0000)]
Merge "Bump com.diffplug.spotless from 6.20.0 to 7.0.2"
dependabot[bot] [Wed, 19 Mar 2025 10:49:08 +0000 (10:49 +0000)]
Bump mapStructVersion from 1.5.5.Final to 1.6.3
Bumps `mapStructVersion` from 1.5.5.Final to 1.6.3.
Updates `org.mapstruct:mapstruct` from 1.5.5.Final to 1.6.3
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.5.Final...1.6.3)
Updates `org.mapstruct:mapstruct-processor` from 1.5.5.Final to 1.6.3
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](https://github.com/mapstruct/mapstruct/compare/1.5.5.Final...1.6.3)
updated-dependencies:
- dependency-name: org.mapstruct:mapstruct
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mapstruct:mapstruct-processor
dependency-type: direct:production
update-type: version-update:semver-minor
Issue-ID: CIMAN-33
Change-Id: Ide09adee59bd71295dd4dabdd5828d07a31886db
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
dependabot[bot] [Wed, 19 Mar 2025 10:49:04 +0000 (10:49 +0000)]
Bump com.diffplug.spotless from 6.20.0 to 7.0.2
Bumps com.diffplug.spotless from 6.20.0 to 7.0.2.
updated-dependencies:
- dependency-name: com.diffplug.spotless
dependency-type: direct:production
update-type: version-update:semver-major
Issue-ID: CIMAN-33
Change-Id: Id3a79d0d4b1962abf05458ac6f706d8bb5bc9ecc
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
dependabot[bot] [Wed, 19 Mar 2025 10:49:00 +0000 (10:49 +0000)]
Bump org.projectlombok:lombok from 1.18.28 to 1.18.36
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.36.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.28...v1.18.36)
updated-dependencies:
- dependency-name: org.projectlombok:lombok
dependency-type: direct:production
update-type: version-update:semver-patch
Issue-ID: CIMAN-33
Change-Id: I6066b27ece4b2a2c6198dcec7f76cbe24658421b
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
Matthew Watkins [Wed, 19 Mar 2025 10:42:25 +0000 (10:42 +0000)]
Chore: Enable dependabot for Gradle pacakge ecosystem updates
Issue-ID: CIMAN-33
Change-Id: I0e4d068bf8d43bfd70100abf54eb013feb91bdfa
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Kevin Sandi [Sat, 18 Jan 2025 16:45:34 +0000 (10:45 -0600)]
Fix: Restore secret reference in gh workflow
Issue-ID: CIMAN-33
Change-Id: I230fd13d8c241673d6c3a4f4e9efe257c948ee7b
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Fiete Ostkamp [Tue, 17 Dec 2024 09:09:23 +0000 (09:09 +0000)]
Merge "add KeycloakPermissionFilter"
Fiete Ostkamp [Tue, 10 Dec 2024 09:17:09 +0000 (10:17 +0100)]
Release 0.1.1 bff image
- dependency updates
- add `bff.rbac.endpoints-excluded` to allow local non-keycloak execution
Issue-ID: PORTALNG-127
Change-Id: I9638dbc0a4cf4b1df2ddd53c03c5a278d0b8f7fc
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Kevin Sandi [Wed, 4 Dec 2024 23:00:18 +0000 (17:00 -0600)]
CI: Remove deprecated secret reference
Issue-ID: CIMAN-33
Change-Id: Ibfa01a56ca26878e7e5e3ce74112cc6bc76e1b9d
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Stefan Dierichs [Thu, 19 Sep 2024 13:39:02 +0000 (15:39 +0200)]
add KeycloakPermissionFilter
Issue-ID: PORTALNG-117
Change-Id: If3ba5969dbbdd6fbf7488e7f46831d6f9ff5550c
Signed-off-by: Stefan Dierichs <s.dierichs@telekom.de>
Fiete Ostkamp [Wed, 23 Oct 2024 07:34:42 +0000 (07:34 +0000)]
Merge "Update spring-boot in bff"
Fiete Ostkamp [Tue, 22 Oct 2024 12:02:59 +0000 (14:02 +0200)]
Add dependabot for the portal-ng-bff
Issue-ID: PORTALNG-126
Change-Id: I4137352f295513a5ebeb8498c95b519e4d67872e
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Matthew Watkins [Tue, 15 Oct 2024 09:29:33 +0000 (10:29 +0100)]
Feat: Add github2gerrit workflow for testing
https://jira.linuxfoundation.org/browse/IT-27340
Issue-ID: CIMAN-448
Change-Id: Ia998df4827f754550a76982a4c405367bd482efb
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Fiete Ostkamp [Wed, 4 Sep 2024 07:10:38 +0000 (09:10 +0200)]
Update spring-boot in bff
- update spring-boot (3.2.4 -> 3.3.3)
- add micrometer-registry-prometheus dependency for metrics
Issue-ID: PORTALNG-116
Change-Id: Iebda696126bdd42bdd4c48d363fe61a781a20f13
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 14 May 2024 11:38:17 +0000 (13:38 +0200)]
Make rbac excluded endpoints configurable
- introduce bff.rbac.endpoints-excluded config
- add some performance improvements for role checking
- resolve compilation warning related to missing swagger dependency
Issue-ID: PORTALNG-100
Change-Id: I38ac942f0731a3297a797a09402f20aa6efc3b58
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Fri, 10 May 2024 07:33:11 +0000 (09:33 +0200)]
Release 0.1.0 image of bff
Issue-ID: PORTALNG-87
Change-Id: I4954030e8ed55fbfc987d8d8c5006a0f9d9bb483
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 7 May 2024 12:36:26 +0000 (14:36 +0200)]
Make openapi dependencies in bff compileOnly
- make openapi deps compileOnly
- adjust instructions for locally running the app
Issue-ID: PORTALNG-95
Change-Id: I0be66ada6046b527b6a5b5c74546193b78535b51
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 7 May 2024 12:20:16 +0000 (14:20 +0200)]
Read app version from version.properties
- read app version from version.properties
- make openapi dependencies compileOnly
- run spotless formatter
Issue-ID: PORTALNG-94
Change-Id: I3d3b9f057bc998d90763101ac8f3b32a0df280c1
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Jessica Wagantall [Thu, 2 May 2024 15:12:54 +0000 (08:12 -0700)]
Fix: Release 0.0.9 version
Issue-ID: CIMAN-33
Change-Id: I67a122f40b3c7f8f0eaa7daa2f315a197e8bf2f6
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jessica Wagantall [Mon, 29 Apr 2024 18:25:27 +0000 (11:25 -0700)]
Fix: Add version.properties file
Needed by Docker stage to manage the image version
Issue-ID: CIMAN-33
Change-Id: Ia30e043fd516aa62bc3b7e53b6a6844754131d3a
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Fiete Ostkamp [Thu, 11 Apr 2024 11:57:10 +0000 (13:57 +0200)]
Remove hardcoded /auth from the keycloak urls in bff
- it should be possible not to configure /auth in the Keycloak url
since newer versions do not use it
Issue-ID: PORTALNG-85
Change-Id: I288c8b954db185ed22793db0107d14e314d17c26
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Mon, 8 Apr 2024 13:26:28 +0000 (15:26 +0200)]
Update openapi generator and spring boot in bff
Issue-ID: PORTALNG-84
Change-Id: Ie6a1bd0a93354828f176ba1ed4a92cabbcef3310
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Jessica Wagantall [Wed, 6 Mar 2024 01:36:09 +0000 (17:36 -0800)]
CI: Add call to GHA workflow for gradle verify and CLM
- This call is silent and does not add a vote.
Issue-ID: CIMAN-33
Change-Id: Ib847186ea1361903ce2b196e045f70395d70118a
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Fiete Ostkamp [Mon, 4 Mar 2024 08:03:11 +0000 (09:03 +0100)]
Update bff dependencies
- update spring boot from 3.0.4 to 3.2.2
- update openapi generator from 7.0.0-beta to 7.3.0
- update micrometer from 1.0.0 to 1.1.4
- add localhost as valid redirect url for the keycloak realm
Issue-ID: PORTALNG-74
Change-Id: I07da27d1b24bb15530d3de49c725ec9e28c40a8c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Fri, 1 Mar 2024 11:54:20 +0000 (12:54 +0100)]
portal-ng pods run under root user
- use non-root 'nobody' user
Issue-ID: PORTALNG-67
Change-Id: I9f5c90b1dc51565630309ce4f55fc7cfe8840145
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 6 Sep 2023 06:32:33 +0000 (08:32 +0200)]
Add Micrometer [bff]
- add Micrometer dependencies
- uses Zipkin as trace protocol, typically for port 9411
- requires changing dependency injection of WebClient.Builder [1]
[1] Micrometer is injecting the trace context into the WebClient.Builder bean.
To add the ExchangeFilterFunctions for authentication, errorhandling and logging, the existing bean needs to be modified instead of statically creating a new one
Issue-ID: PORTALNG-57
Change-Id: I13dd18d297cd56fa2dfbb525723c79f4abb41f87
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Mon, 4 Sep 2023 14:32:37 +0000 (16:32 +0200)]
Adjust mongo related environment variables in bff docker-compose file
- services are expecting MONGO_ prefix instead of <SERVICENAME>_ for mongo related settings
- rename requests file
Issue-ID: PORTALNG-55
Change-Id: I371485e5430955907de7ee58c60fd91dd021c2f2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 29 Aug 2023 08:30:45 +0000 (10:30 +0200)]
Change role prefix from onap_ to portal_ [bff]
- change the expected role prefix that is used for RBAC from onap_ to portal_
- fix docker-compose file
Issue-ID: PORTALNG-32
Change-Id: Ie3d93d5659ce0573c99278afce5e08fc57d442fd
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 29 Aug 2023 07:34:06 +0000 (09:34 +0200)]
Consistently use the preferences and history names in the bff code base - Part 2
- some history related properties still had a portal prefix
Issue-ID: PORTALNG-50
Change-Id: Ia044b42c306b8a8837d1cda92f101aebe62283a1
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 23 Aug 2023 07:54:43 +0000 (09:54 +0200)]
Consistently use the preferences and history names in the bff code base
- rename openapi clients (client-portal-prefs -> client-preferences, client-portal-history -> client-history, client-portal-keycloak -> client-keycloak)
- rename related spring configurations (portal-prefs -> preferences, portal-history -> history)
- rename related environment variables (PORTAL_PREFS_URL -> PREFERENCES_URL, PORTAL_HISTORY_URL -> HISTORY_URL)
Note that the changes to the configurations and variables affect external services using it and the bff chart
Issue-ID: PORTALNG-49
Change-Id: I434abdf130a5a81534c2387143b296122408d452
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 22 Aug 2023 14:04:30 +0000 (16:04 +0200)]
Update to spring boot 3
Issue-ID: PORTALNG-48
Change-Id: I8e8a410bd4ea399550975fc509a9d34bb2fe9c92
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 22 Aug 2023 09:58:20 +0000 (09:58 +0000)]
Migrate away from legacy gradle buildscript syntax
- replace the buildscript way of declaring plugins with the plugins {} block
- have duplicate openapi client declarations since programmatic way of registering openapiGenerate task does not seem to be working
Issue-ID: PORTALNG-47
Change-Id: I9e007127726e558363409d1b224dc7b2b9e52719
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Mon, 21 Aug 2023 09:32:13 +0000 (09:32 +0000)]
Upgrade gradle wrapper to 8 [bff]
Issue-ID: PORTALNG-43
Change-Id: I8e80b4ec996afb11cb09b47b8daf0b197c7ce466
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Mon, 21 Aug 2023 08:51:07 +0000 (08:51 +0000)]
Use more of the new plugin syntax in the bff build.gradle files
- replace apply plugin with plugin {} block syntax
- ultimately the buildscript should be replaced, but that currently leads to a StackOverflow during the build
Issue-ID: PORTALNG-42
Change-Id: I6c65127c3f6b8e095ccffb7e930576461fd5901c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 16 Aug 2023 08:01:39 +0000 (08:01 +0000)]
Consistently use the bff name in the bff code base
- rename package name from org.onap.portal.bff to org.onap.portalng.bff
- replace all other occurences of portal-bff with bff
Other:
- remove Sonarqube plugin
Issue-ID: PORTALNG-40
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I50548630212e46a0ab84c88ff5fef743dafe9d38
Fiete Ostkamp [Fri, 21 Jul 2023 07:50:50 +0000 (07:50 +0000)]
Upgrade bff openapi generator to 6.6.0
Issue-ID: PORTALNG-21
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I0cf78784b216a80cf6b31fd47fe6ed7e4a8844f5
Fiete Ostkamp [Wed, 19 Jul 2023 09:12:31 +0000 (09:12 +0000)]
Remove vavr from the bff - part 2
Issue-ID: PORTALNG-18
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I54dece01debdc487bdc6c38df1141ddae1f2e97f
Fiete Ostkamp [Tue, 18 Jul 2023 07:51:34 +0000 (07:51 +0000)]
Rename bff artefact
Issue-ID: PORTALNG-17
Change-Id: I1d22a38826891aad79c2250128f941c930987536
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Tue, 11 Jul 2023 08:18:56 +0000 (08:18 +0000)]
Remove vavr
Issue-ID: PORTALNG-12
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I13cc4998d082b1dbd3ab1c8986e4525cd177cf89
Fiete Ostkamp [Mon, 15 May 2023 07:35:26 +0000 (07:35 +0000)]
Switch bff docker base image
Issue-ID: PORTALNG-1
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I7afde9193743e42851e698a1f826883e2c8161d7
Fiete Ostkamp [Fri, 14 Apr 2023 11:44:19 +0000 (11:44 +0000)]
Upload bff
Issue-ID: PORTAL-1083
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I50f0a2db2dab28354c32c1ebf5a5e22afb0faade
Kevin Sandi [Wed, 5 Apr 2023 17:17:55 +0000 (17:17 +0000)]
Merge "Automation adds INFO.yaml"
LF Jenkins CI [Wed, 29 Mar 2023 15:21:33 +0000 (15:21 +0000)]
Automation adds INFO.yaml
Issue-ID: CIMAN-33
Change-Id: I3451dc61f5f0dd906ef6dcd549395a7926325e9a
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
lf-jobbuilder [Wed, 29 Mar 2023 15:21:31 +0000 (15:21 +0000)]
Chore: Automation adds .gitreview
Issue-ID: CIMAN-33
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Change-Id: I26b92dba674445cc790b2ec4f117f876e03c80a4
LF Jenkins CI [Wed, 29 Mar 2023 15:21:26 +0000 (15:21 +0000)]
Initial empty repository