Branch: refs/heads/master
Home: https://github.com/jenkinsci/gitea-plugin
Commit: 9f8aab347fd02e95e3b76a087869916ef78ecccc
https://github.com/jenkinsci/gitea-plugin/commit/9f8aab347fd02e95e3b76a087869916ef78ecccc
Author: Adrien Lecharpentier <[email protected]>
Date: 2019-11-14 (Thu, 14 Nov 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Update plugin build configuration
Commit: 144df92d3bab6d523a273f40cc9091561638e90f
https://github.com/jenkinsci/gitea-plugin/commit/144df92d3bab6d523a273f40cc9091561638e90f
Author: Adrien Lecharpentier <[email protected]>
Date: 2019-11-14 (Thu, 14 Nov 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Tidy pom
As per the CONTRIBUTING.md documentation
Commit: 216e2db63e4b5df3e858ac4fa54e30bad8de30cc
https://github.com/jenkinsci/gitea-plugin/commit/216e2db63e4b5df3e858ac4fa54e30bad8de30cc
Author: Adrien Lecharpentier <[email protected]>
Date: 2019-11-14 (Thu, 14 Nov 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Migrate plugin documentation
Wiki page was already pointing to docs/README.md file.
Commit: 31abc417322535f62a33c68f1fd83163d184c0e1
https://github.com/jenkinsci/gitea-plugin/commit/31abc417322535f62a33c68f1fd83163d184c0e1
Author: Adrien Lecharpentier <[email protected]>
Date: 2019-11-14 (Thu, 14 Nov 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Update project configuration
* Upgrade Jenkins Core requirement
* Use Jenkins BOM
* Upgrade dependencies version
Commit: 3657d961a6b2d8e145210bfd8f90b68cea938c6a
https://github.com/jenkinsci/gitea-plugin/commit/3657d961a6b2d8e145210bfd8f90b68cea938c6a
Author: Adrien Lecharpentier <[email protected]>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
M src/main/java/org/jenkinsci/plugin/gitea/GiteaNotifier.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMBuilder.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMFileSystem.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMNavigator.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMSource.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaWebhookAction.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaWebhookListener.java
M src/main/java/org/jenkinsci/plugin/gitea/MergeWithGitSCMExtension.java
M src/main/java/org/jenkinsci/plugin/gitea/SSHCheckoutTrait.java
M src/main/java/org/jenkinsci/plugin/gitea/client/api/Gitea.java
M
src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java
M
src/main/java/org/jenkinsci/plugin/gitea/credentials/PersonalAccessTokenImpl.java
M src/main/java/org/jenkinsci/plugin/gitea/servers/GiteaServer.java
M src/main/java/org/jenkinsci/plugin/gitea/servers/GiteaServers.java
Log Message:
-----------
Remove deprecated call and update syntax
Commit: a43d8cd9f53e664757330363b109d75527abc78b
https://github.com/jenkinsci/gitea-plugin/commit/a43d8cd9f53e664757330363b109d75527abc78b
Author: Adrien Lecharpentier <[email protected]>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml
Log Message:
-----------
Incrementalify the plugin
Commit: c337dd78e81fc3824c0371e859368481538351f7
https://github.com/jenkinsci/gitea-plugin/commit/c337dd78e81fc3824c0371e859368481538351f7
Author: Adrien Lecharpentier <[email protected]>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
M README.md
Log Message:
-----------
Add shields and update links to project pages
Commit: 4548b40d5b3e4adce04206318201e19fa85959a7
https://github.com/jenkinsci/gitea-plugin/commit/4548b40d5b3e4adce04206318201e19fa85959a7
Author: Adrien Lecharpentier <[email protected]>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
M CHANGES.md
Log Message:
-----------
Add changelog for version 1.1.2
Commit: 2bef70bc4d409f61699c59215c26b1bf93894ae3
https://github.com/jenkinsci/gitea-plugin/commit/2bef70bc4d409f61699c59215c26b1bf93894ae3
Author: Adrien Lecharpentier <[email protected]>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M docs/README.md
Log Message:
-----------
Merge branch 'master' into plugin-facelift
Commit: eba1a3da31ed3dba462544d5c6155150cca7a075
https://github.com/jenkinsci/gitea-plugin/commit/eba1a3da31ed3dba462544d5c6155150cca7a075
Author: Stephen Connolly <[email protected]>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M CHANGES.md
M Jenkinsfile
M README.md
M pom.xml
M src/main/java/org/jenkinsci/plugin/gitea/GiteaNotifier.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMBuilder.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMFileSystem.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMNavigator.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMSource.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaWebhookAction.java
M src/main/java/org/jenkinsci/plugin/gitea/GiteaWebhookListener.java
M src/main/java/org/jenkinsci/plugin/gitea/MergeWithGitSCMExtension.java
M src/main/java/org/jenkinsci/plugin/gitea/SSHCheckoutTrait.java
M src/main/java/org/jenkinsci/plugin/gitea/client/api/Gitea.java
M
src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java
M
src/main/java/org/jenkinsci/plugin/gitea/credentials/PersonalAccessTokenImpl.java
M src/main/java/org/jenkinsci/plugin/gitea/servers/GiteaServer.java
M src/main/java/org/jenkinsci/plugin/gitea/servers/GiteaServers.java
Log Message:
-----------
Merge pull request #16 from alecharp/plugin-facelift
Plugin facelift
Compare:
https://github.com/jenkinsci/gitea-plugin/compare/7a38fcf759f2...eba1a3da31ed
--
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/gitea-plugin/push/refs/heads/master/7a38fc-eba1a3%40github.com.