Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stackitcloud/stackit-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: stackitcloud/stackit-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 13 commits
  • 107 files changed
  • 6 contributors

Commits on Aug 1, 2024

  1. Add IaaS endpoint to config set unset (#435)

    * Onboard IaaS network-area `create` and `update` commands (#422)
    
    * create command
    
    * improve create command, update command
    
    * update GetOrganizationName docs
    
    * address PR comment
    
    * add network area id to create output
    
    * Onboard IaaS network `list` and `describe` commands (#425)
    
    * improve create command, update command
    
    * update GetOrganizationName docs
    
    * address PR comment
    
    * delete command
    
    * describe and initial list
    
    * list and describe
    
    * remove delete command
    
    * address PR comments
    
    * Onboard the IaaS network `delete` command and extend `project create` (#426)
    
    * improve create command, update command
    
    * update GetOrganizationName docs
    
    * address PR comment
    
    * delete command
    
    * describe and initial list
    
    * list and describe
    
    * add flag to project create
    
    * update main network area
    
    * remove duplicate calls
    
    * improve docs, address PR comments
    
    * Onboard `network-ranges delete` and `network-ranges create` commands (#427)
    
    * create network range
    
    * ranges delete command
    
    * improve help
    
    * address PR comments
    
    * Onboard `network-ranges list` and `network-ranges describe` commands (#429)
    
    * list and describe commands
    
    * small fixes
    
    * improve describe output
    
    * improve descriptions
    
    * address PR comments
    
    * address PR comments
    
    * Onboard `routes create` and `routes delete` command (#431)
    
    * create command
    
    * delete command
    
    * generate docs
    
    * document the lack of waiters in create command
    
    * move functions to utils, improve outputs
    
    * Onboard `routes list` and `routes describe` commands (#432)
    
    * delete command
    
    * move functions to utils, improve outputs
    
    * list command
    
    * describe command
    
    * Update internal/cmd/beta/network-area/routes/describe/describe.go
    
    * change flag order
    
    * Update internal/cmd/beta/network-area/routes/describe/describe_test.go
    
    * Update internal/cmd/beta/network-area/routes/describe/describe_test.go
    
    * Update internal/cmd/beta/network-area/routes/describe/describe_test.go
    
    * Update internal/cmd/beta/network-area/routes/describe/describe_test.go
    
    * Update internal/cmd/beta/network-area/routes/list/list.go
    
    ---------
    
    Co-authored-by: GokceGK <161626272+GokceGK@users.noreply.github.com>
    Co-authored-by: Gökçe Gök Klingel <goekce.goek_klingel@mail.schwarz>
    
    * add iaas custom endpoint to config
    
    * add iaas command to read me
    
    * update docs
    
    * Update internal/pkg/services/iaas/client/client.go
    
    Co-authored-by: João Palet <joao.palet@outlook.com>
    
    ---------
    
    Co-authored-by: Diogo Ferrão <diogo.ferrao@freiheit.com>
    Co-authored-by: João Palet <joao.palet@outlook.com>
    3 people authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    59fa566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4272f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fix(deps): update module golang.org/x/oauth2 to v0.22.0 (#440)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    stackit-pipeline and renovate-bot authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    39eac62 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix(deps): update module github.com/stackitcloud/stackit-sdk-go/servi…

    …ces/iaas to v0.6.0 (#441)
    
    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    stackit-pipeline and renovate-bot authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d2d869c View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module golang.org/x/mod to v0.20.0 (#439)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    stackit-pipeline and renovate-bot authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    49db4ca View commit details
    Browse the repository at this point in the history
  3. fix(deps): update module golang.org/x/term to v0.23.0 (#442)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    stackit-pipeline and renovate-bot authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4221f88 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update module golang.org/x/text to v0.17.0 (#443)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    Co-authored-by: GokceGK <161626272+GokceGK@users.noreply.github.com>
    3 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d5aa4d3 View commit details
    Browse the repository at this point in the history
  5. Onboard IaaS network (#438)

    * onboard iaas network commands
    
    * add unit tests
    
    * generate docs
    
    * fix linter issues
    
    * update iaas sdk version
    
    * Update internal/cmd/beta/network/update/update.go
    
    Co-authored-by: João Palet <joao.palet@outlook.com>
    
    * Update internal/cmd/beta/network/describe/describe.go
    
    Co-authored-by: João Palet <joao.palet@outlook.com>
    
    * Update internal/cmd/beta/network/describe/describe.go
    
    Co-authored-by: João Palet <joao.palet@outlook.com>
    
    * Update internal/cmd/beta/network/create/create.go
    
    Co-authored-by: João Palet <joao.palet@outlook.com>
    
    * rename dns servers as dns name servers
    
    * change description for prefix length
    
    * add ipv6 fields
    
    ---------
    
    Co-authored-by: João Palet <joao.palet@outlook.com>
    GokceGK and joaopalet authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a3054cf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Change network payload handling (#444)

    * change network payload handling
    
    * apply pr suggestions
    GokceGK authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fce9c06 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Fix acc test findings (#445)

    * remove extra space in prompt message
    
    * fix info message
    GokceGK authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8701c9b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. ref 644499 - server command (#421)

    Signed-off-by: Adrian Nackov <adrian.nackov@mail.schwarz>
    a_nackov authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    935aee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    259118c View commit details
    Browse the repository at this point in the history
  3. update readme (#447)

    GokceGK authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    faf5e5f View commit details
    Browse the repository at this point in the history
Loading