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.94
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.95
Choose a head ref
  • 14 commits
  • 6 files changed
  • 5 contributors

Commits on Aug 30, 2018

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

Commits on Oct 1, 2018

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

Commits on Oct 11, 2018

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

Commits on Oct 20, 2018

  1. Fix memory leak.

    While repository object is active and code requests commits they are stored in Map.
    GHCommit.files contains huge String[]/char[]  amount of data.
    The same could be applied to Milestones.
    KostyaSha committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    70251ea View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

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

Commits on Oct 29, 2018

  1. Merge pull request #470 from recena/archived-attr

    Added archived attribute in GHRepository
    kohsuke authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    8e85bf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    9345d3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #464

    kohsuke committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    a6f3e7d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #468 from KostyaSha/fixMemLeak

    Fix memory leak.
    kohsuke authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    3ad66f8 View commit details
    Browse the repository at this point in the history
  4. Massaging the changes.

    In particular, avoid the kind of addLabel() method that has lots of side
    effect and do multiple things.
    kohsuke committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    9a1bb09 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #461

    kohsuke committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    24b998b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a380059 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40f012b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1bab63 View commit details
    Browse the repository at this point in the history
Loading