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: jenkinsci/github-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.43.0
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: v1.44.0
Choose a head ref
  • 13 commits
  • 3 files changed
  • 4 contributors

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    036c4d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf0fde View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

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

Commits on Apr 9, 2025

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

Commits on Apr 10, 2025

  1. Merge pull request #397 from strangelookingnerd/patch-1

    Migrate from com.github.tomakehurst to org.wiremock
    KostyaSha authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    64a6489 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2025

  1. [JENKINS-75544] fix(webhook): use repo.html_url instead of repo.url

    - Per https://github.blog/changelog/2025-04-07-changes-to-the-repository-object-in-push-webhook/, GitHub now gives an API URL in the push webhook's payload for `repo.url`
      - update the test payload to account for this
      - switch the code to instead use `repo.html_url`
        - previously c0c83fb added `repo.html_url` as a fallback; I'm not sure why the fallback wasn't working exactly, but it should now _always_ use `repo.html_url`
    agilgur5 committed Apr 26, 2025
    Configuration menu
    Copy the full SHA
    95e3f40 View commit details
    Browse the repository at this point in the history
  2. fix remaining repoUrl use

    - saw this and wanted to change it, but I forgot 😅
    agilgur5 committed Apr 26, 2025
    Configuration menu
    Copy the full SHA
    d36e029 View commit details
    Browse the repository at this point in the history
  3. [FIXES JENKINS-75544]

    - add a commit with the JIRA issue # since the PR name doesn't seem to auto link?
      - (last time I used JIRA, any mention of it the issue number in a GitHub PR would auto link; possibly different settings for this repo/the Jenkins org)
    agilgur5 committed Apr 26, 2025
    Configuration menu
    Copy the full SHA
    aa43848 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Merge pull request #404 from agilgur5/fix-push-repo-url

    [JENKINS-75544] fix(webhook): use `repo.html_url` instead of `repo.url`
    KostyaSha authored May 5, 2025
    Configuration menu
    Copy the full SHA
    6a7ad9f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

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

Commits on May 8, 2025

  1. Merge pull request #385 from strangelookingnerd/remove_use_beta

    Remove `useBeta` property from `pom.xml`
    KostyaSha authored May 8, 2025
    Configuration menu
    Copy the full SHA
    0c86f96 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

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