Branch: refs/heads/master
Home: https://github.com/jenkinsci/last-changes-plugin
Commit: 3c0523762f2f9bc840651ba732957064ac842dfd
https://github.com/jenkinsci/last-changes-plugin/commit/3c0523762f2f9bc840651ba732957064ac842dfd
Author: Alexander Brandes <[email protected]>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Remove unused hamcrest test dependency
Commit: 9e6b62bbbe2ae753c5c7835beffa835e1c42b2e0
https://github.com/jenkinsci/last-changes-plugin/commit/9e6b62bbbe2ae753c5c7835beffa835e1c42b2e0
Author: Mark Waite <[email protected]>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
M src/test/java/com/github/jenkins/lastchanges/SvnLastChangesTest.java
Log Message:
-----------
Require PASS property for shouldGetLastChanges test
Assembla now requires authenticated access for their Subversion
repositories. The shouldGetLastChangesFromLatestTag test already
used this same technique to only run the test when the PASS system
property is provided. Make shouldGetLastChanges the same as
shouldGetLastChangesFromLatestTag.
Test fails on the master branch as well.
This change ignores shouldGetLastChanges on ci.jenkins.io in the same
way that shouldGetLastChangesFromLatestTag was already ignored.
Commit: 156e2508a31d8835ec4e5ba7e206ecd2e406f202
https://github.com/jenkinsci/last-changes-plugin/commit/156e2508a31d8835ec4e5ba7e206ecd2e406f202
Author: Mark Waite <[email protected]>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
M src/main/java/com/github/jenkins/lastchanges/impl/GitLastChanges.java
Log Message:
-----------
[JENKINS-73781] Replace JGit peel() with getRefDatabase().peel()
https://issues.jenkins.io/browse/JENKINS-73781 notes that JGit
deprecated peel() in favor of getRefDatabase().peel() a long time ago.
The deprecated method was removed from JGit 7.0.0. This uses the
replacement method that has been available since the deprecation.
https://github.com/jenkinsci/git-client-plugin/pull/1170 is the git
client plugin pull request that introduced JGit 7.0.0.
https://github.com/jenkinsci/git-client-plugin/releases/tag/git-client-6.0.0
is the git client plugin release that introduced JGit 7.0.0.
Compare:
https://github.com/jenkinsci/last-changes-plugin/compare/762a696c6c8d...156e2508a31d
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkinsci/last-changes-plugin/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/last-changes-plugin/push/refs/heads/master/762a69-156e25%40github.com.