Add deployed tab functionality 48/143548/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 9 Mar 2026 09:17:49 +0000 (10:17 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 9 Mar 2026 09:17:49 +0000 (10:17 +0100)
commitecb8130231f5a73a4227ba8509c74413d2f162e3
treedb4f71b2bbcca9cc8afe07c4e0fdd937e1a77c31
parente120016b4a3594dd9f245e5084009d5d4e09dd6c
Add deployed tab functionality

- enhance /api/v1/blueprint-model/paged endpoint to accept
  ?published=true|false filter param
- use this endpoint in the Deployed tab of the packages page

Issue-ID: CCSDK-4182
Change-Id: I9f1be6c49f7d90fae26642ea21e9f613a79e273d
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
17 files changed:
cds-ui/designer-client/src/app/modules/feature-modules/packages/model/packages-dashboard.state.ts
cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-api.service.ts
cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.html
cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.ts
cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/sort-packages/sort-packages.component.html
cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.store.ts
cds-ui/designer-client/src/styles.css
cds-ui/e2e-playwright/mock-processor/fixtures/blueprints.json
cds-ui/e2e-playwright/mock-processor/server.js
cds-ui/e2e-playwright/tests/packages.spec.ts
cds-ui/server/src/controllers/blueprint-rest.controller.ts
cds-ui/server/src/datasources/blueprint.datasource-template.ts
cds-ui/server/src/services/blueprint.service.ts
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/db/primary/repository/BlueprintModelSearchRepository.kt
ms/blueprintsprocessor/modules/inbounds/designer-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/designer/api/BlueprintModelController.kt
ms/blueprintsprocessor/modules/inbounds/designer-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/designer/api/handler/BluePrintModelHandler.kt
ms/blueprintsprocessor/modules/inbounds/designer-api/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/designer/api/BlueprintModelControllerTest.kt