Skip to content

feat(sqlserverflex): move service out of beta - #1546

Merged
GokceGK merged 6 commits into
mainfrom
feat/STACKITCLI-437-move-mssql-out-of-beta
Aug 19, 2026
Merged

feat(sqlserverflex): move service out of beta#1546
GokceGK merged 6 commits into
mainfrom
feat/STACKITCLI-437-move-mssql-out-of-beta

Conversation

@GokceGK

@GokceGK GokceGK commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Description

relates to STACKITCLI-437

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)

@GokceGK
GokceGK requested a review from a team as a code owner August 19, 2026 06:47
Comment thread internal/cmd/sqlserverflex/options/options.go Outdated
@marceljk

Copy link
Copy Markdown
Contributor

ServiceCmd = "beta sqlserverflex"

Needs to be updated as well

@GokceGK
GokceGK enabled auto-merge (squash) August 19, 2026 09:01
@GokceGK
GokceGK merged commit 2da4841 into main Aug 19, 2026
4 checks passed
@GokceGK
GokceGK deleted the feat/STACKITCLI-437-move-mssql-out-of-beta branch August 19, 2026 09:06
@github-actions

Copy link
Copy Markdown

Merging this branch changes the coverage (3 decrease, 20 increase)

Impacted Packages Coverage Δ 🤖
github.com/stackitcloud/stackit-cli/internal/cmd 6.78% (-0.06%) 👎
github.com/stackitcloud/stackit-cli/internal/cmd/beta 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/beta/sqlserverflex/options 0.00% (-59.03%) 💀 💀 💀 💀 💀
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/create 58.97% (+58.97%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/delete 44.12% (+44.12%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/describe 40.91% (+40.91%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/list 60.00% (+60.00%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/flavor 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/flavor/describe 78.18% (+78.18%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/flavor/list 69.77% (+69.77%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/create 66.36% (+66.36%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/db-collation 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/db-collation/list 59.18% (+59.18%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/db-compatibility 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/db-compatibility/list 59.18% (+59.18%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/delete 26.83% (+26.83%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/describe 70.91% (+70.91%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/list 57.45% (+57.45%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/update 58.12% (+58.12%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/user-role 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/user-role/list 59.18% (+59.18%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/create 50.00% (+50.00%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/delete 32.69% (+32.69%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/describe 61.54% (+61.54%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/list 60.00% (+60.00%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/reset-password 49.02% (+49.02%) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/version 0.00% (ø)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/version/list 64.52% (+64.52%) 🌟
github.com/stackitcloud/stackit-cli/internal/pkg/services/sqlserverflex/utils 86.54% (-10.60%) 💀

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/stackitcloud/stackit-cli/internal/cmd/beta/beta.go 0.00% (ø) 10 0 10
github.com/stackitcloud/stackit-cli/internal/cmd/beta/sqlserverflex/options/options.go 0.00% (-59.03%) 0 (-144) 0 (-85) 0 (-59) 💀 💀 💀 💀 💀
github.com/stackitcloud/stackit-cli/internal/cmd/root.go 6.78% (-0.06%) 118 (+1) 8 110 (+1) 👎
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/create/create.go 58.97% (+58.97%) 39 (+39) 23 (+23) 16 (+16) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/database.go 0.00% (ø) 7 (+7) 0 7 (+7)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/delete/delete.go 44.12% (+44.12%) 34 (+34) 15 (+15) 19 (+19) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/describe/describe.go 40.91% (+40.91%) 44 (+44) 18 (+18) 26 (+26) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/list/list.go 60.00% (+60.00%) 50 (+50) 30 (+30) 20 (+20) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/flavor/describe/describe.go 78.18% (+78.18%) 55 (+55) 43 (+43) 12 (+12) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/flavor/flavor.go 0.00% (ø) 5 (+5) 0 5 (+5)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/flavor/list/list.go 69.77% (+69.77%) 43 (+43) 30 (+30) 13 (+13) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/create/create.go 66.36% (+66.36%) 110 (+110) 73 (+73) 37 (+37) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/db-collation/db_collation.go 0.00% (ø) 4 (+4) 0 4 (+4)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/db-collation/list/list.go 59.18% (+59.18%) 49 (+49) 29 (+29) 20 (+20) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/db-compatibility/db_compatibility.go 0.00% (ø) 4 (+4) 0 4 (+4)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/db-compatibility/list/list.go 59.18% (+59.18%) 49 (+49) 29 (+29) 20 (+20) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/delete/delete.go 26.83% (+26.83%) 41 (+41) 11 (+11) 30 (+30) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/describe/describe.go 70.91% (+70.91%) 55 (+55) 39 (+39) 16 (+16) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/instance.go 0.00% (ø) 11 (+11) 0 11 (+11)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/list/list.go 57.45% (+57.45%) 47 (+47) 27 (+27) 20 (+20) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/update/update.go 58.12% (+58.12%) 117 (+117) 68 (+68) 49 (+49) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/user-role/list/list.go 59.18% (+59.18%) 49 (+49) 29 (+29) 20 (+20) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/user-role/user_role.go 0.00% (ø) 4 (+4) 0 4 (+4)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/sqlserverflex.go 0.00% (ø) 8 (+8) 0 8 (+8)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/create/create.go 50.00% (+50.00%) 60 (+60) 30 (+30) 30 (+30) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/delete/delete.go 32.69% (+32.69%) 52 (+52) 17 (+17) 35 (+35) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/describe/describe.go 61.54% (+61.54%) 52 (+52) 32 (+32) 20 (+20) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/list/list.go 60.00% (+60.00%) 50 (+50) 30 (+30) 20 (+20) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/reset-password/reset_password.go 49.02% (+49.02%) 51 (+51) 25 (+25) 26 (+26) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/user.go 0.00% (ø) 8 (+8) 0 8 (+8)
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/version/list/list.go 64.52% (+64.52%) 31 (+31) 20 (+20) 11 (+11) 🌟
github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/version/version.go 0.00% (ø) 4 (+4) 0 4 (+4)
github.com/stackitcloud/stackit-cli/internal/pkg/services/sqlserverflex/utils/utils.go 86.54% (-10.60%) 52 (+17) 45 (+11) 7 (+6) 💀

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/beta/sqlserverflex/options/options_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/create/create_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/delete/delete_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/describe/describe_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/database/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/flavor/describe/describe_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/flavor/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/create/create_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/db-collation/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/db-compatibility/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/delete/delete_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/describe/describe_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/update/update_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/instance/user-role/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/create/create_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/delete/delete_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/describe/describe_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/list/list_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/user/reset-password/reset_password_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/sqlserverflex/version/list/list_test.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants