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: kakukeme/java-gitlab-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: timols/java-gitlab-api
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.
  • 9 commits
  • 8 files changed
  • 7 contributors

Commits on Oct 18, 2019

  1. use Date to parse due_date for GitlabIssue like GitlabMilestone (timo…

    …ls#355)
    
    * use Date to parse due_date for GitlabIssue like GitlabMilestone
    
    * complete commit
    pikuzi authored and timols committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    b6e8890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84f1706 View commit details
    Browse the repository at this point in the history
  3. Get commits for merge request (timols#361)

    * Update getCommits for merge requests to use the correct gitlab API endpoint; closes timols#259
    
    * Fix failing unit tests
    
    * use openjdk8 instead of oraclejdk8 in travis config
    rkpatel7 authored and timols committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    2863c78 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    e6e1743 View commit details
    Browse the repository at this point in the history
  2. Configure gpg plugin

    timols committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    a34d15c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8cbd0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97b9147 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Bump jackson-databind from 2.5.3 to 2.9.10.5 (timols#377)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.5.3 to 2.9.10.5.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    8809140 View commit details
    Browse the repository at this point in the history
  2. hooks api support pagination (timols#376)

    Co-authored-by: chenpiaopiao <[email protected]>
    cpp597455873 and chenpiaopiao authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    4982cfb View commit details
    Browse the repository at this point in the history
Loading