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: negasora/github-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jenkinsci/github-plugin
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
  • 63 files changed
  • 7 contributors

Commits on Nov 3, 2025

  1. [JENKINS-60738] Fix global configuration submission from UI (jenkinsc…

    …i#347)
    
    * [JENKINS-60738] Fix global configuration submission from UI
    
    * [JENKINS-60738] Fix json binding for arrays
    Dohbedoh authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    daa1fa7 View commit details
    Browse the repository at this point in the history
  2. docs(contrib): use consistent bullets and indentation for IDE section (

    …jenkinsci#403)
    
    - per `markdownlint`, use one bullet style and indentation consistently
      - previously used `-`, `*`, and `+`, should only use one (I chose `-`)
      - previously used both two space and four space indents for sub-bullets, should use one consistently (I chose two space)
      - same as my other PR, but this one is specific to one section and with almost no other grammatical or style changes
    
    - colon (":") instead of comma (",") for each IDE
    agilgur5 authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    ec32429 View commit details
    Browse the repository at this point in the history
  3. docs(contrib): update links to current URLs (jenkinsci#401)

    Several of the links were either redirecting, pointing to archived content, or pointing to no longer existing content
    
    Specific changes:
    - https://wiki.jenkins-ci.org URLs -> https://jenkins.io URLs
      - https://wiki.jenkins-ci.org/display/JENKINS/contributing was effectively 404'ing by redirecting to a Google search; https://www.jenkins.io/participate/ seems like the equivalent new URL
    - https://issues.jenkins-ci.org/* -> https://issues.jenkins.io/*
    agilgur5 authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    193ebd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfc910a View commit details
    Browse the repository at this point in the history
  5. docs(contrib): fix various grammar errors and markdownlint issues (j…

    …enkinsci#402)
    
    grammar:
    - "lot of people" -> "many people"
    - unneeded "the" before "backward compatibility"
    - "shall" -> "should"
    - missing comma "," after various prepositions
    - fix run-on sentence in `volatile` style
    - etc
    
    `markdownlint` issues:
    - add syntax highlighting to Java codeblock example
    - consistently use `-` instead of `*` or `+`
      - all three were used before, only one should be used consistently
    - consistently use two space indentation for sub-bullets
      - sometimes it was two space, other times it was four space
    - etc
    agilgur5 authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    50b47dd View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Migrate tests to JUnit Jupiter (jenkinsci#387)

    * Migrate tests to JUnit5
    
    * Migrate annotations and imports
    * Migrate assertions
    * Migrate GHMock Rule to Extension
    * Migrate to DataProviderRunner to ParameterizedTest
    * Remove public visibility for test classes and methods
    * Minor clean up
    
    * Migrate tests to JUnit Jupiter
    
    * Migrate annotations and imports
    * Migrate assertions
    * Remove public visibility for test classes and methods
    * Minor code cleanup
    * Ban JUnit4 imports
    
    ---------
    
    Co-authored-by: strangelookingnerd <[email protected]>
    strangelookingnerd and strangelookingnerd authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    4127935 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Use CredentialsProvider.findCredentialByIdInItemGroup (jenkinsci#787)

    * Use `CredentialsProvider.findCredentialByIdInItemGroup`
    
    * Dep released
    jglick authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    7ce91bc View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Configuration menu
    Copy the full SHA
    9b2c179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d37af View commit details
    Browse the repository at this point in the history
Loading