Branch: refs/heads/gooddata-master
Home: https://github.com/jenkinsci/gearman-plugin
Commit: 72abe043f297bb833d95d7cf5ce092ea3721c6cc
https://github.com/jenkinsci/gearman-plugin/commit/72abe043f297bb833d95d7cf5ce092ea3721c6cc
Author: Jan Hruban <[email protected]>
Date: 2018-02-16 (Fri, 16 Feb 2018)
Changed paths:
M src/main/java/hudson/plugins/gearman/StopJobWorker.java
Log Message:
-----------
Allow non-standard Jenkins job types to be cancelled
Some types of jobs (eg. Build Flow) run on "one off executor" instead on
an ordinary executor. Find the executor correctly, so such jobs can be
cancelled too.
Also throw an exception in case no executor is found.
Change-Id: Ib1767905fd04084b2ebde0f2131b22ff283e8bbd
Commit: 5b9d15332199647fa62a892960d10e5d49fde77c
https://github.com/jenkinsci/gearman-plugin/commit/5b9d15332199647fa62a892960d10e5d49fde77c
Author: Pavol Gressa <[email protected]>
Date: 2018-02-19 (Mon, 19 Feb 2018)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/gearman/ExecutorWorkerThread.java
M src/main/java/hudson/plugins/gearman/GearmanPluginUtil.java
M src/main/java/hudson/plugins/gearman/GearmanProxy.java
M src/main/java/hudson/plugins/gearman/MyGearmanWorkerImpl.java
M src/main/java/hudson/plugins/gearman/NodeAvailabilityMonitor.java
M src/main/java/hudson/plugins/gearman/StartJobWorker.java
M src/main/resources/hudson/plugins/gearman/GearmanPluginConfig/config.jelly
M src/main/resources/index.jelly
M src/test/java/hudson/plugins/gearman/AbstractWorkerThreadTest.java
M src/test/java/hudson/plugins/gearman/ExecutorWorkerThreadTest.java
M src/test/java/hudson/plugins/gearman/GearmanPluginConfigTest.java
M src/test/java/hudson/plugins/gearman/GearmanPluginUtilTest.java
M src/test/java/hudson/plugins/gearman/GearmanProxyTest.java
M src/test/java/hudson/plugins/gearman/ManagementWorkerThreadTest.java
Log Message:
-----------
Bump versions
- ci.plugins -> 2.35
- java version -> 8
- jenkins-core 2.62
- Use JenkinsRule instead of deprecated HudsonTestCase and fix tests.
Commit: 3bf4b1a53f00acd2209e660cd3d9b83a8956fa54
https://github.com/jenkinsci/gearman-plugin/commit/3bf4b1a53f00acd2209e660cd3d9b83a8956fa54
Author: Pavol Gressa <[email protected]>
Date: 2018-03-05 (Mon, 05 Mar 2018)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/gearman/CustomGearmanFunctionFactory.java
M src/main/java/hudson/plugins/gearman/ExecutorWorkerThread.java
A src/main/java/hudson/plugins/gearman/GearmanAbstractProject.java
M src/main/java/hudson/plugins/gearman/GearmanPluginUtil.java
A src/main/java/hudson/plugins/gearman/GearmanProject.java
A src/main/java/hudson/plugins/gearman/GearmanWorkflowProject.java
M src/main/java/hudson/plugins/gearman/MyGearmanWorkerImpl.java
M src/main/java/hudson/plugins/gearman/SaveableListenerImpl.java
M src/main/java/hudson/plugins/gearman/StartJobWorker.java
M src/test/java/hudson/plugins/gearman/AbstractWorkerThreadTest.java
M src/test/java/hudson/plugins/gearman/ExecutorWorkerThreadTest.java
M src/test/java/hudson/plugins/gearman/GearmanPluginUtilTest.java
A src/test/java/hudson/plugins/gearman/StartJobWorkerTest.java
Log Message:
-----------
Add WorkflowJob support
- Add tests
- [ok] WorkflowJob is properly registered
- [ok] WorkflowJob is executed
- Review these files:
- [ok] src/main/java/hudson/plugins/gearman/CustomGearmanFunctionFactory.java
- [ok] src/main/java/hudson/plugins/gearman/ExecutorWorkerThread.java
- [ok] src/main/java/hudson/plugins/gearman/GearmanPluginUtil.java
- [ok] src/main/java/hudson/plugins/gearman/SaveableListenerImpl.java
- [ok] src/main/java/hudson/plugins/gearman/StartJobWorker.java
Commit: aaefb138dfe787f57e28dc4959905af5c0cf9e57
https://github.com/jenkinsci/gearman-plugin/commit/aaefb138dfe787f57e28dc4959905af5c0cf9e57
Author: Pavol Gressa <[email protected]>
Date: 2018-03-05 (Mon, 05 Mar 2018)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/gearman/CustomGearmanFunctionFactory.java
M src/main/java/hudson/plugins/gearman/ExecutorWorkerThread.java
A src/main/java/hudson/plugins/gearman/GearmanAbstractProject.java
M src/main/java/hudson/plugins/gearman/GearmanPluginUtil.java
A src/main/java/hudson/plugins/gearman/GearmanProject.java
M src/main/java/hudson/plugins/gearman/GearmanProxy.java
A src/main/java/hudson/plugins/gearman/GearmanWorkflowProject.java
M src/main/java/hudson/plugins/gearman/NodeAvailabilityMonitor.java
M src/main/java/hudson/plugins/gearman/SaveableListenerImpl.java
M src/main/java/hudson/plugins/gearman/StartJobWorker.java
M src/main/resources/hudson/plugins/gearman/GearmanPluginConfig/config.jelly
M src/main/resources/index.jelly
M src/test/java/hudson/plugins/gearman/AbstractWorkerThreadTest.java
M src/test/java/hudson/plugins/gearman/ExecutorWorkerThreadTest.java
M src/test/java/hudson/plugins/gearman/GearmanPluginConfigTest.java
M src/test/java/hudson/plugins/gearman/GearmanPluginUtilTest.java
M src/test/java/hudson/plugins/gearman/GearmanProxyTest.java
M src/test/java/hudson/plugins/gearman/ManagementWorkerThreadTest.java
A src/test/java/hudson/plugins/gearman/StartJobWorkerTest.java
Log Message:
-----------
Merge pull request #1 from pgressa/support-workflow
WorkflowJob support
Commit: 45fc9badf1ba0a38f8e4defed6948fe0e5b36350
https://github.com/jenkinsci/gearman-plugin/commit/45fc9badf1ba0a38f8e4defed6948fe0e5b36350
Author: Pavol Gressa <[email protected]>
Date: 2018-06-18 (Mon, 18 Jun 2018)
Changed paths:
M README.rst
R build-fast
R install-fast
M pom.xml
R version-properties.sh
Log Message:
-----------
SETI-2159 - Use standard GD java-library lifecycle
Commit: 7e7e3f12d5e249318f16e64334a72e20e39652d2
https://github.com/jenkinsci/gearman-plugin/commit/7e7e3f12d5e249318f16e64334a72e20e39652d2
Author: Pavol Gressa <[email protected]>
Date: 2018-06-19 (Tue, 19 Jun 2018)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/gearman/GearmanProxy.java
M src/main/java/hudson/plugins/gearman/MyGearmanWorkerImpl.java
M src/main/java/hudson/plugins/gearman/NodeAvailabilityMonitor.java
M src/main/java/hudson/plugins/gearman/SetDescriptionWorker.java
M src/main/java/hudson/plugins/gearman/StartJobWorker.java
M src/main/java/hudson/plugins/gearman/StopJobWorker.java
Log Message:
-----------
findbugs fixes and do not fail on findbug warning
Commit: f53b3698adc747777c57d3a608a6d46046bdf72f
https://github.com/jenkinsci/gearman-plugin/commit/f53b3698adc747777c57d3a608a6d46046bdf72f
Author: gdgate <[email protected]>
Date: 2018-06-19 (Tue, 19 Jun 2018)
Changed paths:
M README.rst
R build-fast
R install-fast
M pom.xml
M src/main/java/hudson/plugins/gearman/GearmanProxy.java
M src/main/java/hudson/plugins/gearman/MyGearmanWorkerImpl.java
M src/main/java/hudson/plugins/gearman/NodeAvailabilityMonitor.java
M src/main/java/hudson/plugins/gearman/SetDescriptionWorker.java
M src/main/java/hudson/plugins/gearman/StartJobWorker.java
M src/main/java/hudson/plugins/gearman/StopJobWorker.java
R version-properties.sh
Log Message:
-----------
Merge pull request #3 from pgressa/support-workflow
SETI-2159 - Use standard GD java-library lifecycle
Reviewed-by: Michal Vanco <[email protected]>
https://github.com/michalvanco
Commit: 093edf4079004fb69d34b901d7c7e50f661dc04a
https://github.com/jenkinsci/gearman-plugin/commit/093edf4079004fb69d34b901d7c7e50f661dc04a
Author: Pavol Gressa <[email protected]>
Date: 2018-06-19 (Tue, 19 Jun 2018)
Changed paths:
M pom.xml
Log Message:
-----------
add maven-release-plugin dependency
Commit: c626456a38565f4d56b076b5457237cb1efc3e38
https://github.com/jenkinsci/gearman-plugin/commit/c626456a38565f4d56b076b5457237cb1efc3e38
Author: gdgate <[email protected]>
Date: 2018-06-19 (Tue, 19 Jun 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Merge pull request #4 from pgressa/support-workflow
TRIVIAL: add maven-release-plugin dependency
Reviewed-by: Michal Vanco <[email protected]>
https://github.com/michalvanco
Commit: d27f6e84ed39a594ef56872c43059b16d14c63a8
https://github.com/jenkinsci/gearman-plugin/commit/d27f6e84ed39a594ef56872c43059b16d14c63a8
Author: billie-jean <[email protected]>
Date: 2018-06-19 (Tue, 19 Jun 2018)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release gearman-plugin-0.3.0
Commit: afa5bb57a872e3ad8da86e29772f1b3c5396a283
https://github.com/jenkinsci/gearman-plugin/commit/afa5bb57a872e3ad8da86e29772f1b3c5396a283
Author: billie-jean <[email protected]>
Date: 2018-06-19 (Tue, 19 Jun 2018)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: fe717404db327d21a51cf190f998423da4212216
https://github.com/jenkinsci/gearman-plugin/commit/fe717404db327d21a51cf190f998423da4212216
Author: Jan Priessnitz <[email protected]>
Date: 2019-02-06 (Wed, 06 Feb 2019)
Changed paths:
M src/main/java/hudson/plugins/gearman/AbstractWorkerThread.java
A
src/main/java/hudson/plugins/gearman/GearmanNIOJobServerConnectionImpl.java
Log Message:
-----------
SETI-1335: Keep-alive for connections with gearman server
Commit: d1630f3f66f31efc5a0505fea5b006afe685578f
https://github.com/jenkinsci/gearman-plugin/commit/d1630f3f66f31efc5a0505fea5b006afe685578f
Author: gdgate <[email protected]>
Date: 2019-02-26 (Tue, 26 Feb 2019)
Changed paths:
M src/main/java/hudson/plugins/gearman/AbstractWorkerThread.java
A
src/main/java/hudson/plugins/gearman/GearmanNIOJobServerConnectionImpl.java
Log Message:
-----------
Merge pull request #7 from janpriessnitz/keepalive
SETI-1335: Keep-alive for connections with gearman server
Reviewed-by: Petr Klemsinsky
https://github.com/petr-klemsinsky
Commit: 754b886025208ecea813175dfe71429dcbb80d98
https://github.com/jenkinsci/gearman-plugin/commit/754b886025208ecea813175dfe71429dcbb80d98
Author: billie-jean <[email protected]>
Date: 2019-03-06 (Wed, 06 Mar 2019)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release gearman-plugin-0.3.1
Commit: 629e1b687da1e0fa8c20f852072348226b949ca6
https://github.com/jenkinsci/gearman-plugin/commit/629e1b687da1e0fa8c20f852072348226b949ca6
Author: billie-jean <[email protected]>
Date: 2019-03-06 (Wed, 06 Mar 2019)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 629a026678ba7672e328615d74d753626fe691dc
https://github.com/jenkinsci/gearman-plugin/commit/629a026678ba7672e328615d74d753626fe691dc
Author: Chien Minh Do <[email protected]>
Date: 2020-03-21 (Sat, 21 Mar 2020)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/gearman/ComputerListenerImpl.java
M src/main/java/hudson/plugins/gearman/GearmanPluginConfig.java
M src/main/java/hudson/plugins/gearman/ItemListenerImpl.java
M src/main/java/hudson/plugins/gearman/QueueTaskDispatcherImpl.java
M src/main/java/hudson/plugins/gearman/RunListenerImpl.java
M src/main/java/hudson/plugins/gearman/SaveableListenerImpl.java
A src/test/java/hudson/plugins/gearman/ConfigurationAsCodeTest.java
M src/test/java/hudson/plugins/gearman/GearmanPluginConfigTest.java
A
src/test/resources/hudson/plugins/gearman/configuration-as-code-expected.yml
A src/test/resources/hudson/plugins/gearman/configuration-as-code.yml
Log Message:
-----------
CONFIG: SETI-3633 Support Configuration as Code
- Configuration as Code relies on Describable and DataBound mechanism
- The getter and setter method should contain the name of the property
to be usable for configuration-as-code.
- Apparently, the boolean getter should start with either 'is' or 'has'
(eg. isSomething() getter), otherwise configuration-as-code can't detect
it.
Commit: 3a5c15e06a56b4b97473584d1ecafc8109df8993
https://github.com/jenkinsci/gearman-plugin/commit/3a5c15e06a56b4b97473584d1ecafc8109df8993
Author: gdgate <[email protected]>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/gearman/ComputerListenerImpl.java
M src/main/java/hudson/plugins/gearman/GearmanPluginConfig.java
M src/main/java/hudson/plugins/gearman/ItemListenerImpl.java
M src/main/java/hudson/plugins/gearman/QueueTaskDispatcherImpl.java
M src/main/java/hudson/plugins/gearman/RunListenerImpl.java
M src/main/java/hudson/plugins/gearman/SaveableListenerImpl.java
A src/test/java/hudson/plugins/gearman/ConfigurationAsCodeTest.java
M src/test/java/hudson/plugins/gearman/GearmanPluginConfigTest.java
A
src/test/resources/hudson/plugins/gearman/configuration-as-code-expected.yml
A src/test/resources/hudson/plugins/gearman/configuration-as-code.yml
Log Message:
-----------
Merge pull request #9 from chiendm/SETI-3633_support-jcasc
CONFIG: SETI-3633 Support Configuration as Code
Reviewed-by: Hung Cao Hiep
https://github.com/caohhung
Commit: d26d1bc3444f3c25a3fefe4c54a6521d8bd14a25
https://github.com/jenkinsci/gearman-plugin/commit/d26d1bc3444f3c25a3fefe4c54a6521d8bd14a25
Author: billie-jean <[email protected]>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release gearman-plugin-0.0.16
Commit: 7e1055c5bf64fb54aa6cba32c61e57a7f5122166
https://github.com/jenkinsci/gearman-plugin/commit/7e1055c5bf64fb54aa6cba32c61e57a7f5122166
Author: billie-jean <[email protected]>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 4a599e0f65ae082a0928b83a3893b5a5bf8896e4
https://github.com/jenkinsci/gearman-plugin/commit/4a599e0f65ae082a0928b83a3893b5a5bf8896e4
Author: billie-jean <[email protected]>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release gearman-plugin-0.3.2
Commit: 764ee38b5bf72f51e8e833b375e7fd0fad522766
https://github.com/jenkinsci/gearman-plugin/commit/764ee38b5bf72f51e8e833b375e7fd0fad522766
Author: billie-jean <[email protected]>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 156aa8caea4110e891558b75fccc88de7dd99f94
https://github.com/jenkinsci/gearman-plugin/commit/156aa8caea4110e891558b75fccc88de7dd99f94
Author: tvhien <[email protected]>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
A Makefile
M README.rst
A gearman-plugin.spec
M pom.xml
Log Message:
-----------
CONFIG: SETI-4077 add gearman-plugin.spec and Makefile
Commit: 51b138a20b5001fecc646b4b32e87108a7673531
https://github.com/jenkinsci/gearman-plugin/commit/51b138a20b5001fecc646b4b32e87108a7673531
Author: gdgate <[email protected]>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
A Makefile
M README.rst
A gearman-plugin.spec
M pom.xml
Log Message:
-----------
Merge pull request #10 from tvhien/SETI-4077
CONFIG: SETI-4077 add gearman-plugin.spec and Makefile
Reviewed-by: Hung Cao Hiep
https://github.com/caohhung
Commit: 7b28e6403bc43f8223aa4bc49ec706cbe8a6b929
https://github.com/jenkinsci/gearman-plugin/commit/7b28e6403bc43f8223aa4bc49ec706cbe8a6b929
Author: Hien Tran <[email protected]>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M gearman-plugin.spec
Log Message:
-----------
CONFIG: SETI-4077 remove obsoletes package in spec file
Commit: 6d9be212c415c57c4b0cafe32f1b8fd41052ab9f
https://github.com/jenkinsci/gearman-plugin/commit/6d9be212c415c57c4b0cafe32f1b8fd41052ab9f
Author: gdgate <[email protected]>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M gearman-plugin.spec
Log Message:
-----------
Merge pull request #11 from tvhien/SETI-4077-rm-obsoletes
CONFIG: SETI-4077 remove obsoletes package in spec file
Reviewed-by: Hung Cao Hiep
https://github.com/caohhung
Compare:
https://github.com/jenkinsci/gearman-plugin/compare/72abe043f297%5E...6d9be212c415
--
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/gearman-plugin/push/refs/heads/gooddata-master/000000-6d9be2%40github.com.