-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: linode/linodego
base: v1.49.0
head repository: linode/linodego
compare: v1.50.0
- 14 commits
- 80 files changed
- 9 contributors
Commits on Apr 7, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for f5822d7 - Browse repository at this point
Copy the full SHA f5822d7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4426672 - Browse repository at this point
Copy the full SHA 4426672View commit details
Commits on Apr 11, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for dda5e2b - Browse repository at this point
Copy the full SHA dda5e2bView commit details
Commits on Apr 14, 2025
-
Update LDE capability name and tests (#718)
* update lde capability name and tests * Fix failing fixture * Fix failing fixture * Fix failing fixture
Configuration menu - View commit details
-
Copy full SHA for dc8c5cc - Browse repository at this point
Copy the full SHA dc8c5ccView commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b165e90 - Browse repository at this point
Copy the full SHA b165e90View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 398d409 - Browse repository at this point
Copy the full SHA 398d409View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8544eb1 - Browse repository at this point
Copy the full SHA 8544eb1View commit details
Commits on Apr 18, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for f06e865 - Browse repository at this point
Copy the full SHA f06e865View commit details
Commits on Apr 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e0741f6 - Browse repository at this point
Copy the full SHA e0741f6View commit details
Commits on Apr 28, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8d4e3c1 - Browse repository at this point
Copy the full SHA 8d4e3c1View commit details
Commits on Apr 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 176f872 - Browse repository at this point
Copy the full SHA 176f872View commit details
Commits on May 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c38a67e - Browse repository at this point
Copy the full SHA c38a67eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 55f8152 - Browse repository at this point
Copy the full SHA 55f8152View commit details
Commits on May 6, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 53847c9 - Browse repository at this point
Copy the full SHA 53847c9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.49.0...v1.50.0