-
Notifications
You must be signed in to change notification settings - Fork 62
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: buildkite/go-buildkite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: buildkite/go-buildkite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 5 files changed
- 5 contributors
Commits on Sep 26, 2025
-
Fix URL resolution to preserve base URL path prefixes
Replaces url.URL.ResolveReference() with custom resolveURL() method that properly handles base URLs containing path prefixes (e.g., https://proxy.example.com/buildkite/). The standard ResolveReference behaves differently when resolving relative vs absolute URLs, dropping the path prefix in one case and not the other, which leads to API calls to incorrect endpoints. Changes: - Add Client.resolveURL() method to handle relative/absolute urls w/ bases that have path prefixes - Update Client.NewRequest() to use new URL resolution Fixes issue where proxy/gateway deployments with path prefixes would lose the prefix during URL resolution, resulting in 404s.
Alex Berghage committedSep 26, 2025 Configuration menu - View commit details
-
Copy full SHA for 4b57945 - Browse repository at this point
Copy the full SHA 4b57945View commit details
Commits on Oct 2, 2025
-
Merge pull request #250 from bearcage-dayjob/fix/url-path-prefix-reso…
…lution Fix URL resolution to preserve base URL path prefixes
Configuration menu - View commit details
-
Copy full SHA for 65569a0 - Browse repository at this point
Copy the full SHA 65569a0View commit details
Commits on Oct 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d8db3f0 - Browse repository at this point
Copy the full SHA d8db3f0View commit details -
Merge pull request #251 from buildkite/fix_cluster_maintainers
fix: update cluster maintainers to match REST api for create and list
Configuration menu - View commit details
-
Copy full SHA for cbce069 - Browse repository at this point
Copy the full SHA cbce069View commit details
Commits on Oct 20, 2025
-
Signed-off-by: Ben McNicholl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecc2dd2 - Browse repository at this point
Copy the full SHA ecc2dd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cca6ab7 - Browse repository at this point
Copy the full SHA cca6ab7View commit details -
Merge pull request #252 from buildkite/release/4.9.1
release: changelog for v4.9.1
Configuration menu - View commit details
-
Copy full SHA for f685cbc - Browse repository at this point
Copy the full SHA f685cbcView commit details
Loading
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 v4.8.0...v4.9.1