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 ownerJune 2, 2026 09:50
@github-actions

Copy link
Copy Markdown

Merging this branch will decrease overall coverage

Impacted PackagesCoverage Δ🤖
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/create57.80% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/list54.55% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/update52.38% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/organization/describe69.77% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/organization/list59.57% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/project/create62.50% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/project/delete31.25% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/project/describe72.34% (-0.58%)👎
github.com/stackitcloud/stackit-cli/internal/cmd/project/list82.35% (-0.60%)👎
github.com/stackitcloud/stackit-cli/internal/cmd/project/update53.06% (ø)
github.com/stackitcloud/stackit-cli/internal/pkg/projectname55.56% (ø)
github.com/stackitcloud/stackit-cli/internal/pkg/services/resourcemanager/client0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/pkg/services/resourcemanager/utils100.00% (ø)

Coverage by file

Changed files (no unit tests)

Changed FileCoverage ΔTotalCoveredMissed🤖
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/create/create.go57.80% (ø)1096346
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/list/list.go54.55% (ø)553025
github.com/stackitcloud/stackit-cli/internal/cmd/network-area/update/update.go52.38% (ø)844440
github.com/stackitcloud/stackit-cli/internal/cmd/organization/describe/describe.go69.77% (ø)433013
github.com/stackitcloud/stackit-cli/internal/cmd/organization/list/list.go59.57% (ø)472819
github.com/stackitcloud/stackit-cli/internal/cmd/project/create/create.go62.50% (ø)724527
github.com/stackitcloud/stackit-cli/internal/cmd/project/delete/delete.go31.25% (ø)321022
github.com/stackitcloud/stackit-cli/internal/cmd/project/describe/describe.go72.34% (-0.58%)47 (-1)34 (-1)13👎
github.com/stackitcloud/stackit-cli/internal/cmd/project/list/list.go82.35% (-0.60%)85 (-3)70 (-3)15👎
github.com/stackitcloud/stackit-cli/internal/cmd/project/update/update.go53.06% (ø)492623
github.com/stackitcloud/stackit-cli/internal/pkg/projectname/project_name.go55.56% (ø)271512
github.com/stackitcloud/stackit-cli/internal/pkg/services/resourcemanager/client/client.go0.00% (ø)101
github.com/stackitcloud/stackit-cli/internal/pkg/services/resourcemanager/utils/utils.go100.00% (ø)880

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 mainJun 2, 2026
3 checks passed
@rubenhoenle
rubenhoenle deleted the feat/STACKITCLI-373-resourcemanager-sdk-migration branch June 2, 2026 11:35
Sign up for freeto 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

@cgoetz-inovex@rubenhoenle