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: google/go-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v24.0.0
Choose a base ref
...
head repository: google/go-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v24.0.1
Choose a head ref
  • 5 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 15, 2019

  1. Add support for Draft Pull Requests Preview API

    This change implements support for a preview of a new Draft Pull
    Requests API, announced at
    https://developer.github.com/changes/2019-02-14-draft-pull-requests/.
    
    • Add new media type constant.
    • Use that media type in "list pull requests" and "get pull request"
      endpoints.
    • Add Draft struct field to the PullRequest struct.
    
    The "create pull request" and "update pull request" endpoints don't set
    the new media type yet, but that can be dealt with in a future change.
    
    Fixes #1120.
    joshuabezaleel authored and dmitshur committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    4e1a504 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Add signature field to commit creation (#1124)

    Fixes #1123.
    liamg authored and gmlewis committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    00add49 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

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

Commits on Feb 27, 2019

  1. Fix Webhook creation. (#1117)

    dominicgunn authored and gmlewis committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    d173fe3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Use url.QueryEscape instead of url.PathEscape to escape query string (#…

    …1125)
    
    Fixes #1122.
    Yosuke Akatsuka authored and gmlewis committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    7462feb View commit details
    Browse the repository at this point in the history
Loading