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: linode/linodego
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.49.0
Choose a base ref
...
head repository: linode/linodego
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.50.0
Choose a head ref
  • 14 commits
  • 80 files changed
  • 9 contributors

Commits on Apr 7, 2025

  1. build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#703)

    * build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0.
    - [Commits](golang/net@v0.37.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ye Chen <yechen@akamai.com>
    Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
    3 people authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    f5822d7 View commit details
    Browse the repository at this point in the history
  2. Add option to disable cloud firewall when running integration tests (#…

    …712)
    
    * add environment variable option to disable cfw
    
    * update backup disk size
    
    * update backup disk size
    ykim-akamai authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    4426672 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. build(deps): bump github.com/jarcoal/httpmock from 1.3.1 to 1.4.0 (#710)

    * build(deps): bump github.com/jarcoal/httpmock from 1.3.1 to 1.4.0
    
    Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.3.1 to 1.4.0.
    - [Release notes](https://github.com/jarcoal/httpmock/releases)
    - [Commits](jarcoal/httpmock@v1.3.1...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jarcoal/httpmock
      dependency-version: 1.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Ran make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: ezilber-akamai <ezilber@akamai.com>
    dependabot[bot] and ezilber-akamai authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    dda5e2b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Update LDE capability name and tests (#718)

    * update lde capability name and tests
    
    * Fix failing fixture
    
    * Fix failing fixture
    
    * Fix failing fixture
    ykim-akamai authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    dc8c5cc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Fix lint (#719)

    zliang-akamai authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    b165e90 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#716)

    * build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.38.0 to 0.39.0.
    - [Commits](golang/net@v0.38.0...v0.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.39.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Ran make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: ezilber-akamai <ezilber@akamai.com>
    Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
    3 people authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    398d409 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#709)

    * build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0
    
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.28.0 to 0.29.0.
    - [Commits](golang/oauth2@v0.28.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Zhiwei Liang <zliang@akamai.com>
    dependabot[bot] and zliang-akamai authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    8544eb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Create v2 monthly transfer struct and function with 64 bits variables (

    …#713)
    
    * Create v2 monthly transfer struct and function with 64 bits variables
    
    * Add test
    
    * Clean up
    
    * Fix test
    zliang-akamai authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    f06e865 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    e0741f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Adding ACLP monitor APIs (#722)

    * Adding ACLP monitor APIs
    
    * updating variables names to avoid potential conflicting names
    
    * updating variables names to avoid potential conflicting names
    
    * updating variables names to avoid potential conflicting names
    
    * Update monitor_dashboards.go
    
    Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
    
    * Update monitor_dashboards.go
    
    Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
    
    * updated names for metric-definitions unit types
    
    * updating variables names to avoid potential conflicting names
    
    * updating variables names to avoid potential conflicting names
    
    ---------
    
    Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
    Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
    3 people authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    8d4e3c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Configuration menu
    Copy the full SHA
    176f872 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    c38a67e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golangci/golangci-lint-action from 7 to 8 (#737)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
    dependabot[bot] and zliang-akamai authored May 5, 2025
    Configuration menu
    Copy the full SHA
    55f8152 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Project: Limits Visibility M1 (#738)

    * Support Object Storage quota limits visibility (#717)
    
    * obj quota
    
    * fmt
    
    * address comment
    
    * Add obj storage quotas integration tests (#732)
    
    * add obj storage quotas tests
    
    * format
    
    ---------
    
    Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Youjung Kim <126618609+ykim-akamai@users.noreply.github.com>
    yec-akamai and ykim-akamai authored May 6, 2025
    Configuration menu
    Copy the full SHA
    53847c9 View commit details
    Browse the repository at this point in the history
Loading