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: Juju1982/github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: piotrmurach/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.
  • 19 commits
  • 250 files changed
  • 6 contributors

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    e39fcca View commit details
    Browse the repository at this point in the history
  2. Adapt to SimpleCov deprecations (piotrmurach#366)

    We adapt to some changes in the SimpleCov public API.
    
    We also exclude the `spec` subdirectory from line coverage
    calculations in order to avoid spurious coverage fluctuations.
    leoarnold authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    6e3ca6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be47c34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9788663 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58f1f83 View commit details
    Browse the repository at this point in the history
  6. Add release notes

    piotrmurach committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    a7126a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6de9e05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b69858 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18dbda4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Add Repo invitations (piotrmurach#351)

    * adds list repo invitations
    
    * namespaced invitations
    
    * adds delete invitations endpoint
    
    * fixture and list spec initial work
    
    * adding delete invitations spec
    
    * fixing broken spec and updating syntax
    Siggs2000 authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    d6a0e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0001225 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5080af2 View commit details
    Browse the repository at this point in the history
  4. Adds ability to fetch per-repo license information (piotrmurach#344)

    The Github Licenses API uses the open source Ruby Gem Licensee to
    attempt to identify the project's license. Licensee matches the contents
    of a project's LICENSE file (if it exists) against a short list of known
    licenses. As a result, the API does not take into account the licenses
    of project dependencies or other means of documenting a project's license
    such as references to the license name in the documentation.
    
    If a license is matched, the license key and name returned conforms to
    the SPDX specification.
    
    Signed-off-by: zachwick <[email protected]>
    zachwick authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    83dc6c9 View commit details
    Browse the repository at this point in the history
  5. Add 'has_projects' to the list of valid repo options (piotrmurach#345)

    * Add 'has_projects' to the list of valid repo options
    
    Quotting https://developer.github.com/v3/repos/#edit
    
    ```
    has_projects  boolean  Either true to enable projects for this
                           repository or false to disable them. Default:
                           true. Note: If you're creating a repository in an
                           organization that has disabled repository
                           projects, the default is false, and if you pass
                           true, the API returns an error.
    ```
    
    * Fix Travis-CI build when bundler 2.0 is installed
    
    See the following link for additional details:
    https://docs.travis-ci.com/user/languages/ruby/#bundler-20
    smortex authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    af9fc06 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary option

    piotrmurach committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    011536c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    3b4c364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7abc51a View commit details
    Browse the repository at this point in the history
  3. Add release notes

    piotrmurach committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    501a88a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02ec883 View commit details
    Browse the repository at this point in the history
Loading