Skip to content

feat(mongodbflex): region adjustment #857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

rubenhoenle
Copy link
Member

@rubenhoenle rubenhoenle commented Jul 10, 2025

Description

relates to STACKITCLI-215

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)

relates to STACKITCLI-215
@rubenhoenle rubenhoenle force-pushed the feat/STACKITCLI-215-mongodbflex-region-adjustment branch from af2a0da to 44b2212 Compare July 14, 2025 07:47
@rubenhoenle rubenhoenle enabled auto-merge (squash) July 14, 2025 07:47
@rubenhoenle rubenhoenle merged commit 7f974e1 into main Jul 14, 2025
5 checks passed
@rubenhoenle rubenhoenle deleted the feat/STACKITCLI-215-mongodbflex-region-adjustment branch July 14, 2025 07:54
Copy link

Merging this branch will not change overall coverage

Impacted Packages Coverage Δ 🤖
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/describe 46.15% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/list 38.03% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/restore 34.21% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/restore-jobs 42.19% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/schedule 52.24% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/update-schedule 69.32% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/create 51.72% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/delete 23.40% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/describe 45.12% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/list 39.34% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/update 57.53% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/options 52.73% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/create 46.27% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/delete 33.33% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/describe 53.45% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/list 42.19% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/reset-password 37.10% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/update 43.40% (ø)
github.com/stackitcloud/stackit-cli/internal/pkg/services/mongodbflex/client 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/pkg/services/mongodbflex/utils 84.00% (ø)

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/describe/describe.go 46.15% (ø) 65 30 35
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/list/list.go 38.03% (ø) 71 27 44
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/restore-jobs/restore_jobs.go 42.19% (ø) 64 27 37
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/restore/restore.go 34.21% (ø) 76 26 50
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/schedule/schedule.go 52.24% (ø) 67 35 32
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/update-schedule/update_schedule.go 69.32% (ø) 88 61 27
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/create/create.go 51.72% (ø) 116 60 56
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/delete/delete.go 23.40% (ø) 47 11 36
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/describe/describe.go 45.12% (ø) 82 37 45
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/list/list.go 39.34% (ø) 61 24 37
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/update/update.go 57.53% (ø) 146 84 62
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/options/options.go 52.73% (ø) 110 58 52
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/create/create.go 46.27% (ø) 67 31 36
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/delete/delete.go 33.33% (ø) 45 15 30
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/describe/describe.go 53.45% (ø) 58 31 27
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/list/list.go 42.19% (ø) 64 27 37
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/reset-password/reset_password.go 37.10% (ø) 62 23 39
github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/update/update.go 43.40% (ø) 53 23 30
github.com/stackitcloud/stackit-cli/internal/pkg/services/mongodbflex/client/client.go 0.00% (ø) 15 (-1) 0 15 (-1)
github.com/stackitcloud/stackit-cli/internal/pkg/services/mongodbflex/utils/utils.go 84.00% (ø) 75 63 12

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/mongodbflex/backup/describe/describe_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/restore-jobs/restore_jobs_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/restore/restore_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/schedule/schedule_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/backup/update-schedule/update_schedule_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/create/create_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/delete/delete_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/describe/describe_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/instance/update/update_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/options/options_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/create/create_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/delete/delete_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/describe/describe_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/reset-password/reset_password_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/mongodbflex/user/update/update_test.go
  • github.com/stackitcloud/stackit-cli/internal/pkg/services/mongodbflex/utils/utils_test.go

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