Branch: refs/changes/95/546495/8
Home: https://github.com/jenkinsci/gerrit-code-review-plugin
Commit: 814d9f041f397033372a18da0aa0fce7f6b16a9b
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/814d9f041f397033372a18da0aa0fce7f6b16a9b
Author: Nick Bulleid <[email protected]>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M src/main/java/jenkins/plugins/gerrit/AbstractGerritSCMSource.java
Log Message:
-----------
Pull revision for head using Gerrit API
This avoids doing a checkout to find the rev of a branch when the name
of the branch is known.
Change-Id: I3e23613c4756e18319e4b90c8f343c0c64b36242
Commit: 389b263fd7513ca31ff624842592cfd6c79821a2
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/389b263fd7513ca31ff624842592cfd6c79821a2
Author: Nick Bulleid <[email protected]>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
A src/main/java/com/google/gitiles/api/CommitJsonData.java
A src/main/java/com/google/gitiles/api/TreeJsonData.java
A src/main/java/com/google/gitiles/client/GerritGitilesApi.java
A src/main/java/com/google/gitiles/client/GerritGitilesApiBuilder.java
A src/main/java/com/google/gitiles/client/PathView.java
A src/main/java/com/google/gitiles/client/RevisionView.java
A src/main/java/jenkins/plugins/gerrit/rest/AbstractApi.java
A src/main/java/jenkins/plugins/gerrit/rest/AbstractApiBuilder.java
A src/main/java/jenkins/plugins/gerrit/rest/AbstractEndpoint.java
A src/main/java/jenkins/plugins/gerrit/rest/UTCTimestampTypeAdapter.java
Log Message:
-----------
Implement api for Gitiles plugin
This api provides details of files in the git repo which can then be
used to implement SCMFile and SCMFileSystem.
Change-Id: I6306c361a1656f1b32917f97c0b9a2928cfc29db
Commit: 686173a9d7831dd32eaec5ee7ffa977de716baab
https://github.com/jenkinsci/gerrit-code-review-plugin/commit/686173a9d7831dd32eaec5ee7ffa977de716baab
Author: Nick Bulleid <[email protected]>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M pom.xml
M src/main/java/jenkins/plugins/gerrit/AbstractGerritSCMSource.java
M src/main/java/jenkins/plugins/gerrit/GerritApiBuilder.java
A src/main/java/jenkins/plugins/gerrit/GerritSCMFile.java
A src/main/java/jenkins/plugins/gerrit/GerritSCMFileSystem.java
M src/main/java/jenkins/plugins/gerrit/GerritSCMNavigator.java
Log Message:
-----------
Implement GerritSCMFileSystem
This allows Jenkins to retrieve the Jenkinsfile via the REST api
when starting a build, and so avoids doing a checkout.
This change required an update to the scm-api dependency, which in
turn required changes to GerritSCMNavigator.
Change-Id: I6f29e855c19684da2c6de2d1ed5e3ecb33f41a0e
Compare:
https://github.com/jenkinsci/gerrit-code-review-plugin/compare/814d9f041f39%5E...686173a9d783
--
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 on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gerrit-code-review-plugin/push/refs/changes/95/546495/8/000000-686173%40github.com.