Branch: refs/heads/master
Home: https://github.com/jenkinsci/gitea-plugin
Commit: 7ed909af072e673dcda1e2046eb410c677842f59
https://github.com/jenkinsci/gitea-plugin/commit/7ed909af072e673dcda1e2046eb410c677842f59
Author: 7FM <[email protected]>
Date: 2019-11-16 (Sat, 16 Nov 2019)
Changed paths:
M
src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java
Log Message:
-----------
Trying to fix: https://issues.jenkins-ci.org/browse/JENKINS-54516
By catching the occurring exception and checking for 404
Commit: 9dabf87831c75fd98b69bb434f9f1f711a614b9a
https://github.com/jenkinsci/gitea-plugin/commit/9dabf87831c75fd98b69bb434f9f1f711a614b9a
Author: 7FM <[email protected]>
Date: 2019-11-16 (Sat, 16 Nov 2019)
Changed paths:
M
src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java
Log Message:
-----------
Add missing import
Commit: ed7855c20963f0727370a9a7deb1ebf70bf87523
https://github.com/jenkinsci/gitea-plugin/commit/ed7855c20963f0727370a9a7deb1ebf70bf87523
Author: 7FM <[email protected]>
Date: 2019-11-16 (Sat, 16 Nov 2019)
Changed paths:
M
src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java
Log Message:
-----------
Apply fix to overloaded methods too
Commit: 79a63b18098fbcee4f261e49d8334d4990b73515
https://github.com/jenkinsci/gitea-plugin/commit/79a63b18098fbcee4f261e49d8334d4990b73515
Author: 7FM <[email protected]>
Date: 2019-11-17 (Sun, 17 Nov 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Add powermock as dependency
Commit: 5923f0e5101db6ae1e9b289dd303177d72352427
https://github.com/jenkinsci/gitea-plugin/commit/5923f0e5101db6ae1e9b289dd303177d72352427
Author: 7FM <[email protected]>
Date: 2019-11-17 (Sun, 17 Nov 2019)
Changed paths:
A
src/test/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnectionTest.java
Log Message:
-----------
Add unit tests to ensure https://issues.jenkins-ci.org/browse/JENKINS-54516
stays fixed
Commit: d762c0691fbe9d9e8ef9cf32cb2299339da97d75
https://github.com/jenkinsci/gitea-plugin/commit/d762c0691fbe9d9e8ef9cf32cb2299339da97d75
Author: 7FM <[email protected]>
Date: 2019-11-17 (Sun, 17 Nov 2019)
Changed paths:
M
src/test/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnectionTest.java
Log Message:
-----------
small formatting change
Commit: 26e6efbb3b0b9b64f5c352f97928f20f358285a1
https://github.com/jenkinsci/gitea-plugin/commit/26e6efbb3b0b9b64f5c352f97928f20f358285a1
Author: 7FM <[email protected]>
Date: 2019-11-17 (Sun, 17 Nov 2019)
Changed paths:
M
src/test/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnectionTest.java
Log Message:
-----------
clarify comment for ArgumentMatcher
Commit: ecf852e3031b5c28e30d7fbe431ccb3dd7cf8d1f
https://github.com/jenkinsci/gitea-plugin/commit/ecf852e3031b5c28e30d7fbe431ccb3dd7cf8d1f
Author: 7FM <[email protected]>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M
src/test/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnectionTest.java
Log Message:
-----------
proper test names
Commit: 7db6ecb234e920f840f9a66cc938e5d88b947f23
https://github.com/jenkinsci/gitea-plugin/commit/7db6ecb234e920f840f9a66cc938e5d88b947f23
Author: 7FM <[email protected]>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M pom.xml
Log Message:
-----------
remove powermock dependency
Commit: 14dcfbd041269a34f98bd8d43503f4755f48bdee
https://github.com/jenkinsci/gitea-plugin/commit/14dcfbd041269a34f98bd8d43503f4755f48bdee
Author: 7FM <[email protected]>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M
src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java
Log Message:
-----------
make openConnection more accessible
Commit: 2ff12182ffae18d6dd9cdab5a70b7f2ec186d50b
https://github.com/jenkinsci/gitea-plugin/commit/2ff12182ffae18d6dd9cdab5a70b7f2ec186d50b
Author: 7FM <[email protected]>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M
src/test/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnectionTest.java
A
src/test/java/org/jenkinsci/plugin/gitea/client/impl/GiteaConnection_DisabledPR_Issues.java
Log Message:
-----------
use subclass of DefaultGiteaCoonnection for testing
Commit: 13b581bc27878aa0fd8826b257fb16fc99d1ba2e
https://github.com/jenkinsci/gitea-plugin/commit/13b581bc27878aa0fd8826b257fb16fc99d1ba2e
Author: 7FM <[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 docs/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 branch 'master' into bug-fix
Commit: f255567b2ba090430d82a66adde3421a33870991
https://github.com/jenkinsci/gitea-plugin/commit/f255567b2ba090430d82a66adde3421a33870991
Author: 7FM <[email protected]>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M
src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java
Log Message:
-----------
lock down protected method openConnection
Co-Authored-By: Stephen Connolly <[email protected]>
Commit: bd1beabade33461decc41552cb7655bd586fc442
https://github.com/jenkinsci/gitea-plugin/commit/bd1beabade33461decc41552cb7655bd586fc442
Author: 7FM <[email protected]>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M
src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java
Log Message:
-----------
add missing imports
Commit: c6dc64974a2cc198d456028529b9139a10b83bad
https://github.com/jenkinsci/gitea-plugin/commit/c6dc64974a2cc198d456028529b9139a10b83bad
Author: 7FM <[email protected]>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M CHANGES.md
Log Message:
-----------
Update CHANGES.md
Commit: 9a496eb772d3b56b221ced95e080830f7e609704
https://github.com/jenkinsci/gitea-plugin/commit/9a496eb772d3b56b221ced95e080830f7e609704
Author: Stephen Connolly <[email protected]>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M CHANGES.md
M
src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java
A
src/test/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnectionTest.java
A
src/test/java/org/jenkinsci/plugin/gitea/client/impl/GiteaConnection_DisabledPR_Issues.java
Log Message:
-----------
Merge pull request #17 from 7FM/bug-fix
Bug fix for https://issues.jenkins-ci.org/browse/JENKINS-54516
Compare:
https://github.com/jenkinsci/gitea-plugin/compare/bd637489dca5...9a496eb772d3
--
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/bd6374-9a496e%40github.com.