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: palantir/go-githubapp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.43.0
Choose a base ref
...
head repository: palantir/go-githubapp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.44.0
Choose a head ref
  • 17 commits
  • 21 files changed
  • 3 contributors

Commits on Mar 8, 2026

  1. Configuration menu
    Copy the full SHA
    1b793fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fdb940 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

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

Commits on Mar 12, 2026

  1. Configuration menu
    Copy the full SHA
    4ee2e55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb460a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Configuration menu
    Copy the full SHA
    8398181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af4eb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

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

Commits on Apr 8, 2026

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

Commits on Apr 9, 2026

  1. Configuration menu
    Copy the full SHA
    2c4302f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d2e54d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

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

Commits on Apr 21, 2026

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

Commits on Apr 27, 2026

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

Commits on May 1, 2026

  1. 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.
    bluekeyes authored May 1, 2026
    Configuration menu
    Copy the full SHA
    07ba8d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a5cbef View commit details
    Browse the repository at this point in the history
  3. Release v0.44.0

    [skip ci]
    svc-autorelease committed May 1, 2026
    Configuration menu
    Copy the full SHA
    fdc9271 View commit details
    Browse the repository at this point in the history
Loading