-
Notifications
You must be signed in to change notification settings - Fork 68
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: palantir/go-githubapp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.43.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: palantir/go-githubapp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.44.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 21 files changed
- 3 contributors
Commits on Mar 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1b793fe - Browse repository at this point
Copy the full SHA 1b793feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fdb940 - Browse repository at this point
Copy the full SHA 8fdb940View commit details
Commits on Mar 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 122f2f3 - Browse repository at this point
Copy the full SHA 122f2f3View commit details
Commits on Mar 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4ee2e55 - Browse repository at this point
Copy the full SHA 4ee2e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb460a1 - Browse repository at this point
Copy the full SHA cb460a1View commit details
Commits on Mar 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8398181 - Browse repository at this point
Copy the full SHA 8398181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af4eb2 - Browse repository at this point
Copy the full SHA 8af4eb2View commit details
Commits on Mar 28, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1b89530 - Browse repository at this point
Copy the full SHA 1b89530View commit details
Commits on Apr 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e17b9d1 - Browse repository at this point
Copy the full SHA e17b9d1View commit details
Commits on Apr 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2c4302f - Browse repository at this point
Copy the full SHA 2c4302fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d2e54d - Browse repository at this point
Copy the full SHA 3d2e54dView commit details
Commits on Apr 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7cd471c - Browse repository at this point
Copy the full SHA 7cd471cView commit details
Commits on Apr 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 77f6d00 - Browse repository at this point
Copy the full SHA 77f6d00View commit details
Commits on Apr 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d5af97b - Browse repository at this point
Copy the full SHA d5af97bView commit details
Commits on May 1, 2026
-
Simplify file loading in appconfig package (#540)
In an older version of the GitHub API, getting the contents of a large file returned a 422 response. This is no longer the case. Instead, you get back a standard JSON response with an empty content field. Simplify the logic for loading config by making a single call to the contents API, then using the response content to determine if we need to use the direct download URL or not. This also fixes a long-standing bug with the appconfig package when loading files larger than 1MB. I verified the API behavior against GitHub Enterprise 3.17, so I believe it will be the same on GitHub.com (this also matches the API docs.) I discovered this as part of trying to upgrade to go-github v85, which refactored the DownloadContents function in a way that broke our tests.
Configuration menu - View commit details
-
Copy full SHA for 07ba8d2 - Browse repository at this point
Copy the full SHA 07ba8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5cbef - Browse repository at this point
Copy the full SHA 6a5cbefView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc9271 - Browse repository at this point
Copy the full SHA fdc9271View 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 v0.43.0...v0.44.0