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

Commits on Dec 10, 2015

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

Commits on Dec 13, 2015

  1. Support for auto_init parameter

    The GitHub api auto_init parameter allows to initialize created repository with a readme file.
    Add a createRepository method using auto_init parameter. Already existing createRepository method uses auto_init parameter as false for retro-compatibility.
    Daniel Lovera committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    ac39b56 View commit details
    Browse the repository at this point in the history
  2. Support for auto_init parameter in organization

    The GitHub api auto_init parameter allows to initialize created repository with a readme file.
    Add createRepository methods in GHOrganization using auto_init parameter. Already existing createRepository methods use auto_init parameter as false for retro-compatibility.
    Daniel Lovera committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    c879e9e View commit details
    Browse the repository at this point in the history
  3. clean: remove unused import

    Daniel Lovera committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    e94c36b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Amendment to the documentation

    The status reported by GitHub for deleting a file is actually "removed", not "deleted".
    benbek committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    f573f83 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

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

Commits on Feb 21, 2016

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

Commits on Feb 25, 2016

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

Commits on Mar 1, 2016

  1. Configuration menu
    Copy the full SHA
    d80ad77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from benbek/patch-1

    Minor amendment to the documentation
    kohsuke committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    650493f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #245 from daniel-beck/email-hook-error

    Fix error when creating email service hook
    kohsuke committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    8556033 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #248 from daniel-beck/populate-commit

    Populate commit with data for getCommitShortInfo
    kohsuke committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    dbcc9af View commit details
    Browse the repository at this point in the history
  5. Merge pull request #249 from zapelin/master

    Added getHtmlUrl() to GHCommit
    kohsuke committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    94af819 View commit details
    Browse the repository at this point in the history
  6. Handle "all" webhook correctly

    This fixes #250
    kohsuke committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    14f7198 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    751043b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    013eaa3 View commit details
    Browse the repository at this point in the history
Loading