Skip to content

chore(resourcemanager): migrate to multi version SDK#1427

Merged
rubenhoenle merged 1 commit into
mainfrom
feat/STACKITCLI-373-resourcemanager-sdk-migration
Jun 2, 2026
Merged

chore(resourcemanager): migrate to multi version SDK#1427
rubenhoenle merged 1 commit into
mainfrom
feat/STACKITCLI-373-resourcemanager-sdk-migration

Conversation

@cgoetz-inovex
Copy link
Copy Markdown
Contributor

Description

relates to #1234

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see e.g. here)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@cgoetz-inovex cgoetz-inovex requested a review from a team as a code owner June 2, 2026 09:50
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

Merging this branch will decrease overall coverage

Impacted Packages Coverage Δ 🤖
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/create 57.80% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/list 54.55% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/update 52.38% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/organization/describe 69.77% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/organization/list 59.57% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/project/create 62.50% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/project/delete 31.25% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/project/describe 72.34% (-0.58%) 👎
github.com/stackitcloud/stackit-cli/internal/cmd/project/list 82.35% (-0.60%) 👎
github.com/stackitcloud/stackit-cli/internal/cmd/project/update 53.06% (ø)
github.com/stackitcloud/stackit-cli/internal/pkg/projectname 55.56% (ø)
github.com/stackitcloud/stackit-cli/internal/pkg/services/resourcemanager/client 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/pkg/services/resourcemanager/utils 100.00% (ø)

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/create/create.go 57.80% (ø) 109 63 46
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/list/list.go 54.55% (ø) 55 30 25
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/update/update.go 52.38% (ø) 84 44 40
github.com/stackitcloud/stackit-cli/internal/cmd/organization/describe/describe.go 69.77% (ø) 43 30 13
github.com/stackitcloud/stackit-cli/internal/cmd/organization/list/list.go 59.57% (ø) 47 28 19
github.com/stackitcloud/stackit-cli/internal/cmd/project/create/create.go 62.50% (ø) 72 45 27
github.com/stackitcloud/stackit-cli/internal/cmd/project/delete/delete.go 31.25% (ø) 32 10 22
github.com/stackitcloud/stackit-cli/internal/cmd/project/describe/describe.go 72.34% (-0.58%) 47 (-1) 34 (-1) 13 👎
github.com/stackitcloud/stackit-cli/internal/cmd/project/list/list.go 82.35% (-0.60%) 85 (-3) 70 (-3) 15 👎
github.com/stackitcloud/stackit-cli/internal/cmd/project/update/update.go 53.06% (ø) 49 26 23
github.com/stackitcloud/stackit-cli/internal/pkg/projectname/project_name.go 55.56% (ø) 27 15 12
github.com/stackitcloud/stackit-cli/internal/pkg/services/resourcemanager/client/client.go 0.00% (ø) 1 0 1
github.com/stackitcloud/stackit-cli/internal/pkg/services/resourcemanager/utils/utils.go 100.00% (ø) 8 8 0

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Changed unit test files

  • github.com/stackitcloud/stackit-cli/internal/cmd/organization/describe/describe_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/organization/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/project/create/create_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/project/delete/delete_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/project/describe/describe_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/project/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/project/update/update_test.go
  • github.com/stackitcloud/stackit-cli/internal/pkg/services/resourcemanager/utils/utils_test.go

@rubenhoenle rubenhoenle merged commit 9331e88 into main Jun 2, 2026
3 checks passed
@rubenhoenle rubenhoenle deleted the feat/STACKITCLI-373-resourcemanager-sdk-migration branch June 2, 2026 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants