-
Notifications
You must be signed in to change notification settings - Fork 127
Comparing changes
Open a pull request
base repository: cloudfoundry/go-cfclient
base: v3.0.0-alpha.9
head repository: cloudfoundry/go-cfclient
compare: v3.0.0-alpha.10
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbb6c34 - Browse repository at this point
Copy the full SHA cbb6c34View commit details
Commits on Aug 13, 2024
-
Merge pull request #429 from laidbackware/rolling-restart
Add rolling restart to deployment client
Configuration menu - View commit details
-
Copy full SHA for ef5bec8 - Browse repository at this point
Copy the full SHA ef5bec8View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc11052 - Browse repository at this point
Copy the full SHA fc11052View commit details -
Merge pull request #433 from cloudfoundry/update-deps
Add updated dependencies target
Configuration menu - View commit details
-
Copy full SHA for 79b9c38 - Browse repository at this point
Copy the full SHA 79b9c38View commit details
Commits on Nov 25, 2024
-
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 082811b - Browse repository at this point
Copy the full SHA 082811bView commit details -
Merge pull request #435 from cloudfoundry/dependabot/go_modules/githu…
…b.com/stretchr/testify-1.10.0 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Configuration menu - View commit details
-
Copy full SHA for c4d2226 - Browse repository at this point
Copy the full SHA c4d2226View commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9254bf - Browse repository at this point
Copy the full SHA c9254bfView commit details
Commits on Dec 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 091d7ba - Browse repository at this point
Copy the full SHA 091d7baView commit details
Commits on Dec 20, 2024
-
Merge pull request #439 from metskem/main
add ProcessStat fields cpu_entitlement and log_rate
Configuration menu - View commit details
-
Copy full SHA for f44ff83 - Browse repository at this point
Copy the full SHA f44ff83View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa70a6a - Browse repository at this point
Copy the full SHA fa70a6aView commit details -
Merge pull request #440 from cloudfoundry/add-cpu-entitlement
Add cpu_entitlement and log_rate to process stats test
Configuration menu - View commit details
-
Copy full SHA for 7306db9 - Browse repository at this point
Copy the full SHA 7306db9View commit details
Commits on Jan 6, 2025
-
Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.24.0 to 0.25.0. - [Commits](golang/oauth2@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a4268ee - Browse repository at this point
Copy the full SHA a4268eeView commit details
Commits on Jan 9, 2025
-
Merge pull request #441 from cloudfoundry/dependabot/go_modules/golan…
…g.org/x/oauth2-0.25.0 Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0
Configuration menu - View commit details
-
Copy full SHA for 0c61a55 - Browse repository at this point
Copy the full SHA 0c61a55View commit details
Commits on Jan 14, 2025
-
feat: add "relationships.current_droplet" to app resource
- based on the API doc: https://v3-apidocs.cloudfoundry.org/version/3.185.0/index.html#the-app-object
Peter Chen committedJan 14, 2025 Configuration menu - View commit details
-
Copy full SHA for a86a3cc - Browse repository at this point
Copy the full SHA a86a3ccView commit details -
Merge pull request #442 from peterhaochen47/pr/main/add_current_dropl…
…et_to_app feat: add "relationships.current_droplet" to app resource
Configuration menu - View commit details
-
Copy full SHA for 3e04e4a - Browse repository at this point
Copy the full SHA 3e04e4aView commit details
Commits on Feb 5, 2025
-
build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.26.0. - [Commits](golang/oauth2@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d62727 - Browse repository at this point
Copy the full SHA 5d62727View commit details -
Merge pull request #443 from cloudfoundry/dependabot/go_modules/golan…
…g.org/x/oauth2-0.26.0 build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0
Configuration menu - View commit details
-
Copy full SHA for 92b0d98 - Browse repository at this point
Copy the full SHA 92b0d98View commit details
Commits on Feb 6, 2025
-
Fix: Provide empty context without deadline
The request context has set up a deadline of value DefaultRequestTimeout. The function CreateOAuth2TokenSource would store that context in the token source creator. The token source creator would later try to create a new Token(), but fail since the deadline would be reached. The context passed to oauth2 package controls which HTTP client is used. See the oauth2.HTTPClient variable. Therefore fix the situation by passing an empty context to oauth2 package. Fixes #444
Configuration menu - View commit details
-
Copy full SHA for 4e5f7b5 - Browse repository at this point
Copy the full SHA 4e5f7b5View commit details
Commits on Feb 12, 2025
-
Merge pull request #445 from stackitcloud/fix_token_source_context
Fix: Provide empty context without deadline
Configuration menu - View commit details
-
Copy full SHA for f0d18d4 - Browse repository at this point
Copy the full SHA f0d18d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5610a4b - Browse repository at this point
Copy the full SHA 5610a4bView commit details -
Merge pull request #448 from cloudfoundry/fix-local-golangci-lint
Add corrected golangci-lint path to match installer
Configuration menu - View commit details
-
Copy full SHA for 2521905 - Browse repository at this point
Copy the full SHA 2521905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0d21f - Browse repository at this point
Copy the full SHA 2f0d21fView commit details -
Merge pull request #449 from cloudfoundry/fix-paid-services-allowed
Add paid services allowed as non-pointer bool
Configuration menu - View commit details
-
Copy full SHA for 2b865aa - Browse repository at this point
Copy the full SHA 2b865aaView commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d3ab469 - Browse repository at this point
Copy the full SHA d3ab469View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee15db - Browse repository at this point
Copy the full SHA bee15dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a1439 - Browse repository at this point
Copy the full SHA 96a1439View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f5d34 - Browse repository at this point
Copy the full SHA 39f5d34View commit details -
Merge pull request #450 from cloudfoundry/verbose-error-polling
Verbose error polling
Configuration menu - View commit details
-
Copy full SHA for 6a13539 - Browse repository at this point
Copy the full SHA 6a13539View commit details
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a7122e1 - Browse repository at this point
Copy the full SHA a7122e1View commit details
Commits on Feb 25, 2025
-
build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.26.0 to 0.27.0. - [Commits](golang/oauth2@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b5bf743 - Browse repository at this point
Copy the full SHA b5bf743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bbbb17 - Browse repository at this point
Copy the full SHA 1bbbb17View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57bd27 - Browse repository at this point
Copy the full SHA e57bd27View commit details -
Merge pull request #451 from cloudfoundry/dependabot/go_modules/golan…
…g.org/x/oauth2-0.27.0 build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0
Configuration menu - View commit details
-
Copy full SHA for e37deb2 - Browse repository at this point
Copy the full SHA e37deb2View commit details -
- removed deprecated rand for test object generation
1Configuration menu - View commit details
-
Copy full SHA for 5a445c2 - Browse repository at this point
Copy the full SHA 5a445c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8f5fc - Browse repository at this point
Copy the full SHA 9b8f5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3996c4 - Browse repository at this point
Copy the full SHA f3996c4View commit details -
Merge pull request #454 from cloudfoundry/filtering-usage
Add missing filtering link to usage section
Configuration menu - View commit details
-
Copy full SHA for 73c475c - Browse repository at this point
Copy the full SHA 73c475cView commit details
There are no files selected for viewing