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

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    0f1a8bc View commit details
    Browse the repository at this point in the history
  2. JENKINS-56186 Support for showing node labels via java API (jenkinsci…

    …#388)
    
    This information is already available in the API call.
    Jesper Terkelsen authored and khmarbaise committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    752c3b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28beabd View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Fixed typo.

    khmarbaise committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    a70da3c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Fix JENKINS-56585 change to post method (jenkinsci#391)

    * change get to post
    
    * add link to ReleaseNotes.md
    ydli-ai authored and khmarbaise committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    52d9d99 View commit details
    Browse the repository at this point in the history
  2. Reformatted Range.java

    khmarbaise committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    86c8081 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Get rid of JUnit rules.

    khmarbaise committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    c4f5953 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Fixed jenkinsci#309 - Added better support for Maven Modules

     - slight modifications based on removement of Guava
    Jakub Zacek authored and khmarbaise committed May 25, 2019
    Configuration menu
    Copy the full SHA
    5807954 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    99895b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775ef81 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

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

Commits on Sep 15, 2019

  1. Configuration menu
    Copy the full SHA
    06db74d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe2601a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Bump jackson-databind.version from 2.9.9 to 2.10.3 (jenkinsci#450)

    Bumps `jackson-databind.version` from 2.9.9 to 2.10.3.
    
    Updates `jackson-annotations` from 2.9.9 to 2.10.3
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-core` from 2.9.9 to 2.10.3
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Commits](FasterXML/jackson-core@jackson-core-2.9.9...jackson-core-2.10.3)
    
    Updates `jackson-databind` from 2.9.9 to 2.10.3
    - [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 Apr 16, 2020
    Configuration menu
    Copy the full SHA
    fc3b0e3 View commit details
    Browse the repository at this point in the history
  2. Use HTTPS instead of HTTP to resolve dependencies (jenkinsci#448)

    This fixes a security vulnerability in this project where the `pom.xml`
    files were configuring Maven to resolve dependencies over HTTP instead of
    HTTPS.
    
    Signed-off-by: Jonathan Leitschuh <[email protected]>
    JLLeitschuh authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    1a74477 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Added Funding.

    khmarbaise committed May 2, 2020
    Configuration menu
    Copy the full SHA
    5ac2513 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    0376def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    182fb41 View commit details
    Browse the repository at this point in the history
  3. Bump dom4j from 2.1.1 to 2.1.3

    Bumps [dom4j](https://github.com/dom4j/dom4j) from 2.1.1 to 2.1.3.
    - [Release notes](https://github.com/dom4j/dom4j/releases)
    - [Commits](dom4j/dom4j@version-2.1.1...version-2.1.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and khmarbaise committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    78a3e33 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Add .sdkmanrc file.

    khmarbaise committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    ddf6a85 View commit details
    Browse the repository at this point in the history
Loading