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: equinix/metal-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0
Choose a base ref
...
head repository: equinix/metal-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.21.0
Choose a head ref
  • 13 commits
  • 39 files changed
  • 5 contributors

Commits on Jan 30, 2024

  1. feat: Enabled VRF routes in metal-cli (#425)

    ## What issues it address?
    
    #414
    
    - Enabled VRF routes in Metal-cli.
    - Improved metal gateways to support Vrf gateway inputs.
    
    Co-authored-by: codinja1188 <3358152+vasubabu@users.noreply.github.com>
    codinja1188 and codinja1188 authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    36f4f5e View commit details
    Browse the repository at this point in the history
  2. Consider both project and user API token and populate default org id …

    …and project id accordingly
    aayushrangwala authored and ctreatma committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cae1623 View commit details
    Browse the repository at this point in the history
  3. docs: update comments

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere authored and ctreatma committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b209111 View commit details
    Browse the repository at this point in the history
  4. chore: remove unused include call

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere authored and ctreatma committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    36c01d1 View commit details
    Browse the repository at this point in the history
  5. refactor: new algorithm for project key detection

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere authored and ctreatma committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4e69d34 View commit details
    Browse the repository at this point in the history
  6. fix: remove debug output

    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    cprivitere authored and ctreatma committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d8f3e05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf56e76 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. feat: Add support for bgp dynamic neighbours subcommand for metal gat…

    …eway (#433)
    
    Fixes: #413
    
    ---------
    
    Signed-off-by: Ayush Rangwala <ayush.rangwala@gmail.com>
    Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    Co-authored-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
    aayushrangwala and cprivitere authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    60d0035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d03a620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce58bea View commit details
    Browse the repository at this point in the history
  4. increase go test timeout to match terraform so that individual tests …

    …can time out instead of panic
    ctreatma committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    dd6c940 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49b4826 View commit details
    Browse the repository at this point in the history
  6. fix: handle optional flags correctly in VRF route update (#441)

    The test for the VRF route update subcommand was explicitly skipped. I
    added a helper function to wait for the VRF route to be ready before
    testing the update subcommand, but when the test was enabled it failed
    because the subcommand was not capable of updating tags without updating
    all other VRF route properties.
    
    In addition to enabling the test for the VRF route update subcommand,
    this updates the subcommand itself so that it only updates a VRF route
    property if the user set the corresponding CLI flag.
    
    Part of #414
    cprivitere authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    10d7143 View commit details
    Browse the repository at this point in the history
Loading