Skip to content

feat(routing-table): provide rt and routes functionality#1

Closed
h3adex wants to merge 1 commit intomainfrom
feat/add-rt-support
Closed

feat(routing-table): provide rt and routes functionality#1
h3adex wants to merge 1 commit intomainfrom
feat/add-rt-support

Conversation

@h3adex
Copy link
Copy Markdown
Owner

@h3adex h3adex commented Sep 23, 2025

Description

relates to stackitcloud#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)

@h3adex h3adex force-pushed the feat/add-rt-support branch 6 times, most recently from 4694eca to 3c4e8e7 Compare September 24, 2025 13:40
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 2, 2025

This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it.

@github-actions github-actions bot added the Stale label Oct 2, 2025
@github-actions github-actions bot removed the Stale label Oct 9, 2025
@h3adex h3adex force-pushed the feat/add-rt-support branch from dddaded to 6cd16b2 Compare October 10, 2025 13:15
@h3adex h3adex force-pushed the feat/add-rt-support branch from 6cd16b2 to a1df2ea Compare October 10, 2025 13:17
@github-actions
Copy link
Copy Markdown

Merging this branch will not change overall coverage

Impacted Packages Coverage Δ 🤖
github.com/h3adex/stackit-cli/internal/cmd/beta 0.00% (ø)
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable 0.00% (ø)
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/describe 0.00% (ø)
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/list 0.00% (ø)
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route 0.00% (ø)
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/create 0.00% (ø)
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/delete 0.00% (ø)
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/describe 0.00% (ø)
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/list 0.00% (ø)
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/update 0.00% (ø)
github.com/h3adex/stackit-cli/internal/pkg/services/iaas/client 0.00% (ø)
github.com/h3adex/stackit-cli/internal/pkg/services/routing-table/utils 0.00% (ø)

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/h3adex/stackit-cli/internal/cmd/beta/beta.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/describe/describe.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/list/list.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/create/create.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/delete/delete.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/describe/describe.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/list/list.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/route.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/update/update.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/routingtable.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/pkg/services/iaas/client/alphaclient.go 0.00% (ø) 0 0 0
github.com/h3adex/stackit-cli/internal/pkg/services/routing-table/utils/utils.go 0.00% (ø) 0 0 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/h3adex/stackit-cli/internal/cmd/beta/routingtable/describe/describe_test.go
  • github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/list/list_test.go
  • github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/create/create_test.go
  • github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/delete/delete_test.go
  • github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/describe/describe_test.go
  • github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/list/list_test.go
  • github.com/h3adex/stackit-cli/internal/cmd/beta/routingtable/route/update/update_test.go
  • github.com/h3adex/stackit-cli/internal/pkg/services/routing-table/utils/utils_test.go

@h3adex h3adex closed this Oct 10, 2025
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.

1 participant