Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.
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: atmos/warden-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: huboard/warden-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on May 9, 2016

  1. exposes the scope property from the token request

    the GH API returns the granted scopes associated with
    the oauth token requested. This is useful for complicated
    authenication flows where you need to progressively request
    additional permissions, such as public vs private repository
    access.
    rauhryan committed May 9, 2016
    Configuration menu
    Copy the full SHA
    76a66e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from huboard/rauhryan/expose-scopes-from-token-…

    …request
    
    Exposes the scope property from the token request
    rauhryan committed May 9, 2016
    Configuration menu
    Copy the full SHA
    d4a51fc View commit details
    Browse the repository at this point in the history
  3. bumps version to 1.4.0

    rauhryan committed May 9, 2016
    Configuration menu
    Copy the full SHA
    cf9bb2d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Configuration menu
    Copy the full SHA
    dac5fde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from huboard/token_response

    Add oauth.token_response and revert breaking change
    rauhryan committed May 10, 2016
    Configuration menu
    Copy the full SHA
    4599036 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    d4bb9ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from huboard/rauhryan/ssl-verify-mode

    specifies verification mode to make it possible for the constant swap hack
    rauhryan authored Aug 17, 2016
    Configuration menu
    Copy the full SHA
    3c3cf69 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

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