Branch: refs/heads/master Home: https://github.com/jenkinsci/rally-plugin Commit: af868e951d80df68d017abdc7f070cbf9f67fa78 https://github.com/jenkinsci/rally-plugin/commit/af868e951d80df68d017abdc7f070cbf9f67fa78 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-12 (Tue, 12 May 2015)
Changed paths: M .gitignore Log Message: ----------- update .gitignore to exclude the target directory Commit: 616420c22c1207a006b3a86ef6e3e93003fbc8f4 https://github.com/jenkinsci/rally-plugin/commit/616420c22c1207a006b3a86ef6e3e93003fbc8f4 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-12 (Tue, 12 May 2015) Changed paths: M pom.xml Log Message: ----------- update java rally api dependency version Commit: 4b54cfaa8e07bb8430735cf57cf2b1e9124b07be https://github.com/jenkinsci/rally-plugin/commit/4b54cfaa8e07bb8430735cf57cf2b1e9124b07be Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-12 (Tue, 12 May 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/PostBuild.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/resources/com/jenkins/plugins/rally/PostBuild/config.jelly Log Message: ----------- move away from deprecated rally api, embrace apiKey-based authentication Commit: ea0f8eb3af01db311cda4a2419eb09511d7b4663 https://github.com/jenkinsci/rally-plugin/commit/ea0f8eb3af01db311cda4a2419eb09511d7b4663 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-12 (Tue, 12 May 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java Log Message: ----------- enable username/password in proxy configuration Commit: 5220bb407dd80c43eb1c41a2661ad1cccbe873c1 https://github.com/jenkinsci/rally-plugin/commit/5220bb407dd80c43eb1c41a2661ad1cccbe873c1 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-12 (Tue, 12 May 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java Log Message: ----------- add interpolation to SCM URIs such that 'revision' is dynamically populated Commit: 7cf99b273ccc6437bf51b57c80903cb1e1269f87 https://github.com/jenkinsci/rally-plugin/commit/7cf99b273ccc6437bf51b57c80903cb1e1269f87 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-15 (Fri, 15 May 2015) Changed paths: M pom.xml M src/main/java/com/jenkins/plugins/rally/PostBuild.java M src/main/java/com/jenkins/plugins/rally/PostBuildHelper.java M src/main/java/com/jenkins/plugins/rally/connector/RallyAttributes.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/java/com/jenkins/plugins/rally/scm/BuildDetails.java M src/main/java/com/jenkins/plugins/rally/scm/ChangeInformation.java M src/main/java/com/jenkins/plugins/rally/scm/Changes.java M src/main/resources/com/jenkins/plugins/rally/PostBuild/config.jelly Log Message: ----------- cleaned up source code in preparation for adding tests Commit: cc2d6fb7a7fb0f9e9584e3e156d8e0415b38f8ff https://github.com/jenkinsci/rally-plugin/commit/cc2d6fb7a7fb0f9e9584e3e156d8e0415b38f8ff Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-16 (Sat, 16 May 2015) Changed paths: M .gitignore R src/main/java/com/jenkins/plugins/rally/PostBuild.java A src/main/java/com/jenkins/plugins/rally/RallyException.java A src/main/java/com/jenkins/plugins/rally/RallyPlugin.java A src/main/java/com/jenkins/plugins/rally/config/AdvancedConfiguration.java A src/main/java/com/jenkins/plugins/rally/config/BuildConfiguration.java A src/main/java/com/jenkins/plugins/rally/config/RallyConfiguration.java A src/main/java/com/jenkins/plugins/rally/config/RallyPluginConfiguration.java A src/main/java/com/jenkins/plugins/rally/config/ScmChangeCaptureRange.java A src/main/java/com/jenkins/plugins/rally/config/ScmConfiguration.java A src/main/java/com/jenkins/plugins/rally/connector/AlmConnector.java A src/main/java/com/jenkins/plugins/rally/connector/RallyApi.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/java/com/jenkins/plugins/rally/connector/RallyDetailsDTO.java A src/main/java/com/jenkins/plugins/rally/utils/TemplatedUriResolver.java R src/main/resources/com/jenkins/plugins/rally/PostBuild/config.jelly R src/main/resources/com/jenkins/plugins/rally/PostBuild/global.jelly R src/main/resources/com/jenkins/plugins/rally/PostBuild/help-name.html A src/main/resources/com/jenkins/plugins/rally/RallyPlugin/config.jelly A src/main/resources/com/jenkins/plugins/rally/RallyPlugin/global.jelly A src/main/resources/com/jenkins/plugins/rally/RallyPlugin/help-name.html A src/main/resources/com/jenkins/plugins/rally/config/AdvancedConfiguration/config.jelly A src/main/resources/com/jenkins/plugins/rally/config/BuildConfiguration/config.jelly A src/main/resources/com/jenkins/plugins/rally/config/RallyConfiguration/config.jelly A src/main/resources/com/jenkins/plugins/rally/config/RallyPluginConfiguration/config.jelly A src/main/resources/com/jenkins/plugins/rally/config/ScmConfiguration/config.jelly A src/main/test/com/jenkins/plugins/rally/RallyPluginTest.java A src/main/test/com/jenkins/plugins/rally/connector/RallyConnectorTest.java A src/main/test/com/jenkins/plugins/rally/connector/StubRallyApi.java A src/main/test/com/jenkins/plugins/rally/utils/TemplatedUriResolverTest.java R target/rallyupdate.hpi R target/rallyupdate.jar Log Message: ----------- [wip] refactoring for better testability Commit: 21663d3574741f41a5082bb0137506c040cd709b https://github.com/jenkinsci/rally-plugin/commit/21663d3574741f41a5082bb0137506c040cd709b Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-17 (Sun, 17 May 2015) Changed paths: M pom.xml M src/main/java/com/jenkins/plugins/rally/PostBuildHelper.java M src/main/java/com/jenkins/plugins/rally/RallyException.java M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/config/ScmConfiguration.java M src/main/java/com/jenkins/plugins/rally/connector/AlmConnector.java M src/main/java/com/jenkins/plugins/rally/connector/RallyApi.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/java/com/jenkins/plugins/rally/connector/RallyDetailsDTO.java M src/main/java/com/jenkins/plugins/rally/scm/Changes.java A src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java A src/main/java/com/jenkins/plugins/rally/scm/ScmConnector.java M src/main/java/com/jenkins/plugins/rally/utils/TemplatedUriResolver.java M src/main/test/com/jenkins/plugins/rally/connector/RallyConnectorTest.java R src/main/test/com/jenkins/plugins/rally/connector/StubRallyApi.java A src/main/test/com/jenkins/plugins/rally/scm/JenkinsConnectorTest.java M src/main/test/com/jenkins/plugins/rally/utils/TemplatedUriResolverTest.java Log Message: ----------- [wip] more refactoring, more tests Commit: b0ed837b0b911d846c4dde3b28c7fbf72b46f6ed https://github.com/jenkinsci/rally-plugin/commit/b0ed837b0b911d846c4dde3b28c7fbf72b46f6ed Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-17 (Sun, 17 May 2015) Changed paths: R src/main/java/com/jenkins/plugins/rally/PostBuildHelper.java M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/config/AdvancedConfiguration.java M src/main/java/com/jenkins/plugins/rally/config/BuildConfiguration.java M src/main/java/com/jenkins/plugins/rally/config/RallyConfiguration.java M src/main/java/com/jenkins/plugins/rally/config/ScmConfiguration.java M src/main/java/com/jenkins/plugins/rally/connector/AlmConnector.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java R src/main/java/com/jenkins/plugins/rally/scm/BuildDetails.java M src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java M src/main/java/com/jenkins/plugins/rally/scm/ScmConnector.java M src/main/java/com/jenkins/plugins/rally/utils/TemplatedUriResolver.java M src/main/test/com/jenkins/plugins/rally/connector/RallyConnectorTest.java M src/main/test/com/jenkins/plugins/rally/scm/JenkinsConnectorTest.java Log Message: ----------- [wip] more refactoring, more tests Commit: da1ec9c1bc3fe39637cc3996caf11bdf32bd9179 https://github.com/jenkinsci/rally-plugin/commit/da1ec9c1bc3fe39637cc3996caf11bdf32bd9179 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-17 (Sun, 17 May 2015) Changed paths: A LICENSE M pom.xml M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/config/AdvancedConfiguration.java M src/main/java/com/jenkins/plugins/rally/config/BuildConfiguration.java M src/main/java/com/jenkins/plugins/rally/config/RallyConfiguration.java M src/main/java/com/jenkins/plugins/rally/config/RallyPluginConfiguration.java M src/main/java/com/jenkins/plugins/rally/config/ScmConfiguration.java M src/main/java/com/jenkins/plugins/rally/connector/RallyApi.java M src/main/resources/com/jenkins/plugins/rally/RallyPlugin/config.jelly R src/main/resources/com/jenkins/plugins/rally/RallyPlugin/help-name.html A src/main/resources/com/jenkins/plugins/rally/RallyPlugin/help-rallyApiKey.html A src/main/resources/com/jenkins/plugins/rally/RallyPlugin/help-scmCommitTemplate.html R src/main/resources/com/jenkins/plugins/rally/config/AdvancedConfiguration/config.jelly R src/main/resources/com/jenkins/plugins/rally/config/BuildConfiguration/config.jelly R src/main/resources/com/jenkins/plugins/rally/config/RallyConfiguration/config.jelly R src/main/resources/com/jenkins/plugins/rally/config/RallyPluginConfiguration/config.jelly R src/main/resources/com/jenkins/plugins/rally/config/ScmConfiguration/config.jelly R src/main/test/com/jenkins/plugins/rally/RallyPluginTest.java R src/main/test/com/jenkins/plugins/rally/connector/RallyConnectorTest.java R src/main/test/com/jenkins/plugins/rally/scm/JenkinsConnectorTest.java R src/main/test/com/jenkins/plugins/rally/utils/TemplatedUriResolverTest.java A src/test/java/com/jenkins/plugins/rally/RallyPluginTest.java A src/test/java/com/jenkins/plugins/rally/connector/RallyConnectorTest.java A src/test/java/com/jenkins/plugins/rally/scm/JenkinsConnectorTest.java A src/test/java/com/jenkins/plugins/rally/utils/TemplatedUriResolverTest.java Log Message: ----------- [wip] more refactoring, getting tests to run with surefire runner Commit: 1ed0fe69dabcd123d67ff08d8968173e87055189 https://github.com/jenkinsci/rally-plugin/commit/1ed0fe69dabcd123d67ff08d8968173e87055189 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-17 (Sun, 17 May 2015) Changed paths: M pom.xml M src/main/resources/com/jenkins/plugins/rally/RallyPlugin/config.jelly M src/test/java/com/jenkins/plugins/rally/RallyPluginTest.java Log Message: ----------- [wip] fix error introduced during refactor, config.jelly not persisting build capture range correctly Commit: aeecbede76b5a8290edb8d34c514f150b3686bb9 https://github.com/jenkinsci/rally-plugin/commit/aeecbede76b5a8290edb8d34c514f150b3686bb9 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-19 (Tue, 19 May 2015) Changed paths: R README A README.md Log Message: ----------- [wip] markdownify readme Commit: 32edb3864592884eca74944f3f70111160943a22 https://github.com/jenkinsci/rally-plugin/commit/32edb3864592884eca74944f3f70111160943a22 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-19 (Tue, 19 May 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java Log Message: ----------- update changeset message to be more clear about the jenkins build number, addressing issue #1 Commit: 961f349f5a7fccd07bd7903ae96188e130c59030 https://github.com/jenkinsci/rally-plugin/commit/961f349f5a7fccd07bd7903ae96188e130c59030 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-19 (Tue, 19 May 2015) Changed paths: A .travis.yml Log Message: ----------- add travis-ci config file per #2 Commit: cda4ef668ca1143f49567b5e0fef2238355e1f96 https://github.com/jenkinsci/rally-plugin/commit/cda4ef668ca1143f49567b5e0fef2238355e1f96 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-19 (Tue, 19 May 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/config/BuildConfiguration.java M src/main/resources/com/jenkins/plugins/rally/RallyPlugin/config.jelly Log Message: ----------- fixed build issues discovered during CI configuration Commit: b889a5ab9007589c0fc11851f0975096a5e0ee9c https://github.com/jenkinsci/rally-plugin/commit/b889a5ab9007589c0fc11851f0975096a5e0ee9c Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-21 (Thu, 21 May 2015) Changed paths: M pom.xml M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/connector/AlmConnector.java R src/main/java/com/jenkins/plugins/rally/connector/RallyApi.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java M src/test/java/com/jenkins/plugins/rally/RallyPluginTest.java M src/test/java/com/jenkins/plugins/rally/connector/RallyConnectorTest.java Log Message: ----------- correct minor erroneous behavior introduced during refactor; upgrade to current jenkins Commit: 9babdbc52d7b018a240e149f5009f35a0aa9a64a https://github.com/jenkinsci/rally-plugin/commit/9babdbc52d7b018a240e149f5009f35a0aa9a64a Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-21 (Thu, 21 May 2015) Changed paths: M .travis.yml M README.md Log Message: ----------- remove openjdk6 support, add ci badge to README Commit: 7cd88f47ca8903de5d04f6253aa3601940a2e760 https://github.com/jenkinsci/rally-plugin/commit/7cd88f47ca8903de5d04f6253aa3601940a2e760 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/java/com/jenkins/plugins/rally/scm/Changes.java M src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java M src/test/java/com/jenkins/plugins/rally/RallyPluginTest.java Log Message: ----------- clean up a little unused code Commit: 4cba7a9fe2a6af3bfd925cf78d2cc975a2711da5 https://github.com/jenkinsci/rally-plugin/commit/4cba7a9fe2a6af3bfd925cf78d2cc975a2711da5 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java A src/main/java/com/jenkins/plugins/rally/utils/CommitMessageParser.java M src/test/java/com/jenkins/plugins/rally/scm/JenkinsConnectorTest.java A src/test/java/com/jenkins/plugins/rally/utils/CommitMessageParserTest.java Log Message: ----------- add a few more tests, starting to rework the message parsing logic Commit: 5c9b22b02ea6e3f23d4f4781e2cd733113350caa https://github.com/jenkinsci/rally-plugin/commit/5c9b22b02ea6e3f23d4f4781e2cd733113350caa Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M README.md R src/main/java/com/jenkins/plugins/rally/connector/RallyAttributes.java M src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java M src/main/java/com/jenkins/plugins/rally/utils/CommitMessageParser.java M src/test/java/com/jenkins/plugins/rally/utils/CommitMessageParserTest.java Log Message: ----------- finishes the refactor of commit message parsing, updates README file as well Commit: ce4a45dc7ef3e8d98fc08e2f770eb27674b140f8 https://github.com/jenkinsci/rally-plugin/commit/ce4a45dc7ef3e8d98fc08e2f770eb27674b140f8 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M .travis.yml M README.md M pom.xml Log Message: ----------- attempts to add coverage badge to project Commit: 6e70e5edc6958a9c3209589e117a9e439d475642 https://github.com/jenkinsci/rally-plugin/commit/6e70e5edc6958a9c3209589e117a9e439d475642 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M .travis.yml Log Message: ----------- attemps better results on coverage build Commit: 144f2989c47c414337ea7b4911d57806ca72b247 https://github.com/jenkinsci/rally-plugin/commit/144f2989c47c414337ea7b4911d57806ca72b247 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M pom.xml Log Message: ----------- let's tell nobody about how stupid i am Commit: 750b7d8c46f0eff6fb95de697bcf893366dfd5e8 https://github.com/jenkinsci/rally-plugin/commit/750b7d8c46f0eff6fb95de697bcf893366dfd5e8 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M .travis.yml M pom.xml Log Message: ----------- updates build information (for coverage badge) Commit: 9822c1294693d456af70a769627e915a596f48d2 https://github.com/jenkinsci/rally-plugin/commit/9822c1294693d456af70a769627e915a596f48d2 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/config/ScmConfiguration.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java M src/main/java/com/jenkins/plugins/rally/scm/ScmConnector.java M src/main/resources/com/jenkins/plugins/rally/RallyPlugin/config.jelly A src/main/resources/com/jenkins/plugins/rally/RallyPlugin/help-scmFileTemplate.html M src/test/java/com/jenkins/plugins/rally/RallyPluginTest.java M src/test/java/com/jenkins/plugins/rally/scm/JenkinsConnectorTest.java Log Message: ----------- adds configuration option for scm file links per #7 Commit: 87dfd457b1421a681b0bb81513039d8ad470ffd1 https://github.com/jenkinsci/rally-plugin/commit/87dfd457b1421a681b0bb81513039d8ad470ffd1 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M README.md M pom.xml M src/main/resources/index.jelly Log Message: ----------- rebrands to rally bookkeeper Commit: 5aa9c9c76d85c90c31b81bab379758c2448d6cd9 https://github.com/jenkinsci/rally-plugin/commit/5aa9c9c76d85c90c31b81bab379758c2448d6cd9 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M README.md Log Message: ----------- removes redundant readme information Commit: 87018427fa6d958ed4db8c8dbffb58a1f95e2245 https://github.com/jenkinsci/rally-plugin/commit/87018427fa6d958ed4db8c8dbffb58a1f95e2245 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M pom.xml Log Message: ----------- updating project uri in pom to comply with jenkins wiki rules Commit: 891de5525ca48930a648cb347d24f3398b7ebae6 https://github.com/jenkinsci/rally-plugin/commit/891de5525ca48930a648cb347d24f3398b7ebae6 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release rally-bookkeeper-1.0 Commit: 8fbfcecd481e4d3aee8eed774917a1a2335c1e3f https://github.com/jenkinsci/rally-plugin/commit/8fbfcecd481e4d3aee8eed774917a1a2335c1e3f Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: efc64e2a18b6d8b3281492a4ca8fc0d667e11d47 https://github.com/jenkinsci/rally-plugin/commit/efc64e2a18b6d8b3281492a4ca8fc0d667e11d47 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: A src/main/java/com/jenkins/plugins/rally/RallyAssetNotFoundException.java M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java A src/main/java/com/jenkins/plugins/rally/service/RallyService.java M src/test/java/com/jenkins/plugins/rally/connector/RallyConnectorTest.java A src/test/java/com/jenkins/plugins/rally/service/RallyServiceTest.java Log Message: ----------- [wip] adds tests, refactors rally interface into service layer and connector layer. this commit should not be packaged into an HPI file Commit: 544ef6fcce8b7fa7092dabf09c852732794952ea https://github.com/jenkinsci/rally-plugin/commit/544ef6fcce8b7fa7092dabf09c852732794952ea Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/java/com/jenkins/plugins/rally/service/RallyService.java M src/test/java/com/jenkins/plugins/rally/connector/RallyConnectorTest.java M src/test/java/com/jenkins/plugins/rally/service/RallyServiceTest.java Log Message: ----------- continues refactor of rally connector/service layers. has been verified to update changeset tab Commit: f59e5264a38d5133c3d036c75f380a4990c904a9 https://github.com/jenkinsci/rally-plugin/commit/f59e5264a38d5133c3d036c75f380a4990c904a9 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M pom.xml Log Message: ----------- adds errorprone checking to build Commit: 311cd3eaaa63c07e32732d6f14f11a54ba99a18d https://github.com/jenkinsci/rally-plugin/commit/311cd3eaaa63c07e32732d6f14f11a54ba99a18d Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java M src/main/java/com/jenkins/plugins/rally/scm/ScmConnector.java M src/test/java/com/jenkins/plugins/rally/scm/JenkinsConnectorTest.java Log Message: ----------- removes unnecessary dependency Commit: fc9f856ed4e3bf4f570fe1cadba24330479be1b5 https://github.com/jenkinsci/rally-plugin/commit/fc9f856ed4e3bf4f570fe1cadba24330479be1b5 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M pom.xml Log Message: ----------- adds mutation testing library Commit: 7cb8a72eab75ef01c1de6c1358cdce3bf0d1eb98 https://github.com/jenkinsci/rally-plugin/commit/7cb8a72eab75ef01c1de6c1358cdce3bf0d1eb98 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: A src/main/java/com/jenkins/plugins/rally/RallyGuiceModule.java M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/config/AdvancedConfiguration.java M src/main/java/com/jenkins/plugins/rally/config/BuildConfiguration.java M src/main/java/com/jenkins/plugins/rally/config/RallyConfiguration.java M src/main/java/com/jenkins/plugins/rally/config/ScmConfiguration.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java M src/main/java/com/jenkins/plugins/rally/scm/ScmConnector.java M src/main/java/com/jenkins/plugins/rally/service/RallyService.java M src/test/java/com/jenkins/plugins/rally/connector/RallyConnectorTest.java M src/test/java/com/jenkins/plugins/rally/scm/JenkinsConnectorTest.java M src/test/java/com/jenkins/plugins/rally/service/RallyServiceTest.java Log Message: ----------- moves to guice-based IoC Commit: fa7ced7adcc8d105a1b011c9472be57ec9e383f1 https://github.com/jenkinsci/rally-plugin/commit/fa7ced7adcc8d105a1b011c9472be57ec9e383f1 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java A src/main/java/com/jenkins/plugins/rally/utils/JsonElementBuilder.java A src/main/java/com/jenkins/plugins/rally/utils/RallyCreateBuilder.java A src/main/java/com/jenkins/plugins/rally/utils/RallyQueryBuilder.java Log Message: ----------- adds a fluent refactor for building queries/creation statements Commit: 6615b5315dde5b9725a1b34a14497f1250d83cf9 https://github.com/jenkinsci/rally-plugin/commit/6615b5315dde5b9725a1b34a14497f1250d83cf9 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/connector/RallyDetailsDTO.java M src/main/java/com/jenkins/plugins/rally/scm/JenkinsConnector.java M src/main/java/com/jenkins/plugins/rally/scm/ScmConnector.java M src/main/java/com/jenkins/plugins/rally/service/RallyService.java Log Message: ----------- refactors string double-array into a list of objects for filenames and actions from jenkins scm information Commit: 023879ea4a21d8ab1b1bbff133ed8293b4867209 https://github.com/jenkinsci/rally-plugin/commit/023879ea4a21d8ab1b1bbff133ed8293b4867209 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/java/com/jenkins/plugins/rally/service/RallyService.java M src/main/java/com/jenkins/plugins/rally/utils/RallyQueryBuilder.java A src/main/java/com/jenkins/plugins/rally/utils/RallyUpdateBean.java M src/test/java/com/jenkins/plugins/rally/connector/RallyConnectorTest.java M src/test/java/com/jenkins/plugins/rally/service/RallyServiceTest.java Log Message: ----------- continues refactoring and addition of tests Commit: 7df4dd1694bcb52b4ea181f70bedb7832a93b178 https://github.com/jenkinsci/rally-plugin/commit/7df4dd1694bcb52b4ea181f70bedb7832a93b178 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/config/RallyConfiguration.java M src/main/java/com/jenkins/plugins/rally/connector/RallyConnector.java M src/main/java/com/jenkins/plugins/rally/service/RallyService.java M src/main/resources/com/jenkins/plugins/rally/RallyPlugin/config.jelly M src/test/java/com/jenkins/plugins/rally/RallyPluginTest.java M src/test/java/com/jenkins/plugins/rally/connector/RallyConnectorTest.java M src/test/java/com/jenkins/plugins/rally/service/RallyServiceTest.java Log Message: ----------- adds ability to create the specified rally repository if it doesn't exist, addressing #4 Commit: 4304c3449b7ee093a8579bca7416a29bed7e2a71 https://github.com/jenkinsci/rally-plugin/commit/4304c3449b7ee093a8579bca7416a29bed7e2a71 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M README.md Log Message: ----------- adds maven goals to the readme file Commit: 7926fa263c5fc6c4d5634bb90b12886fdb7a1893 https://github.com/jenkinsci/rally-plugin/commit/7926fa263c5fc6c4d5634bb90b12886fdb7a1893 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release rally-bookkeeper-2.0 Commit: d95a98a81af6e57e52769763ba452ce8844eab67 https://github.com/jenkinsci/rally-plugin/commit/d95a98a81af6e57e52769763ba452ce8844eab67 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: c34d3bb4da8b8942348f53b2f5bfadc9042fa937 https://github.com/jenkinsci/rally-plugin/commit/c34d3bb4da8b8942348f53b2f5bfadc9042fa937 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2015-06-03 (Wed, 03 Jun 2015) Changed paths: A src/main/java/com/jenkins/plugins/rally/PostBuild.java Log Message: ----------- basic sketch of the data migration Commit: b08818c6dd4eceeb2a1f25404e32e53223d6b68b https://github.com/jenkinsci/rally-plugin/commit/b08818c6dd4eceeb2a1f25404e32e53223d6b68b Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2015-06-03 (Wed, 03 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/PostBuild.java Log Message: ----------- A bit more sketch Commit: 3560502215c6b2004a73cec70b1c49e0cc09a459 https://github.com/jenkinsci/rally-plugin/commit/3560502215c6b2004a73cec70b1c49e0cc09a459 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2015-06-03 (Wed, 03 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/PostBuild.java Log Message: ----------- Indentation fix Commit: 62a3d0a98a1f5c1875fb3291c5015dcf32841471 https://github.com/jenkinsci/rally-plugin/commit/62a3d0a98a1f5c1875fb3291c5015dcf32841471 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2015-06-03 (Wed, 03 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/PostBuild.java Log Message: ----------- Deprecated marker Commit: 0aa54b38d27c16619d8a80ecfff13b0c5b55bca7 https://github.com/jenkinsci/rally-plugin/commit/0aa54b38d27c16619d8a80ecfff13b0c5b55bca7 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-04 (Thu, 04 Jun 2015) Changed paths: M README.md M pom.xml M src/main/java/com/jenkins/plugins/rally/PostBuild.java Log Message: ----------- cleans up minor artifacts from bookkeeper fork, addresses #5 Commit: e76b57ba40fd77770aaa2022d65f2d38caa99f3f https://github.com/jenkinsci/rally-plugin/commit/e76b57ba40fd77770aaa2022d65f2d38caa99f3f Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-05 (Fri, 05 Jun 2015) Changed paths: M pom.xml Log Message: ----------- downgrades jenkins dependency to LTS version, completes #5 Commit: d157318df48dd7103bf508173718999b6d982258 https://github.com/jenkinsci/rally-plugin/commit/d157318df48dd7103bf508173718999b6d982258 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-06 (Sat, 06 Jun 2015) Changed paths: M pom.xml M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java A src/main/java/com/jenkins/plugins/rally/credentials/RallyCredentials.java A src/main/java/com/jenkins/plugins/rally/credentials/RallyCredentialsImpl.java A src/main/java/com/jenkins/plugins/rally/credentials/RallyCredentialsNameProvider.java M src/main/resources/com/jenkins/plugins/rally/RallyPlugin/config.jelly R src/main/resources/com/jenkins/plugins/rally/RallyPlugin/help-rallyApiKey.html A src/main/resources/com/jenkins/plugins/rally/credentials/RallyCredentialsImpl/config.jelly A src/main/resources/com/jenkins/plugins/rally/credentials/RallyCredentialsImpl/help-apiKey.html A src/main/resources/com/jenkins/plugins/rally/credentials/RallyCredentialsImpl/help-description.html A src/main/resources/com/jenkins/plugins/rally/credentials/RallyCredentialsImpl/help-name.html Log Message: ----------- adds credentials plugin support addressing #6 Commit: b763799e372306b92c2654411038ecaf6a007d38 https://github.com/jenkinsci/rally-plugin/commit/b763799e372306b92c2654411038ecaf6a007d38 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-06 (Sat, 06 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/PostBuild.java M src/main/java/com/jenkins/plugins/rally/RallyPlugin.java M src/main/java/com/jenkins/plugins/rally/config/AdvancedConfiguration.java M src/main/resources/com/jenkins/plugins/rally/RallyPlugin/config.jelly M src/test/java/com/jenkins/plugins/rally/RallyPluginTest.java M src/test/java/com/jenkins/plugins/rally/service/RallyServiceTest.java Log Message: ----------- removes advanced debug enabled option Commit: f4d086c57ada498b1d629c531571937a2c7b06db https://github.com/jenkinsci/rally-plugin/commit/f4d086c57ada498b1d629c531571937a2c7b06db Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-07 (Sun, 07 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/PostBuild.java Log Message: ----------- junk commit Commit: de9c1c067d0eedbb13c549d1e58c278310960a89 https://github.com/jenkinsci/rally-plugin/commit/de9c1c067d0eedbb13c549d1e58c278310960a89 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-07 (Sun, 07 Jun 2015) Changed paths: M src/main/java/com/jenkins/plugins/rally/PostBuild.java Log Message: ----------- implements data migration from previous version to current. the remainder will be taken care of in the instructions and migration guide Commit: 18d797ee3e205a43d4c13a2d6558730d064df4a6 https://github.com/jenkinsci/rally-plugin/commit/18d797ee3e205a43d4c13a2d6558730d064df4a6 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-07 (Sun, 07 Jun 2015) Changed paths: M pom.xml Log Message: ----------- adds 'compatibleSinceVersion' to pom file (to clarify backwards compatibility issue) Commit: 699cea0af35aa1080e74e45b81f39f7cc58cf787 https://github.com/jenkinsci/rally-plugin/commit/699cea0af35aa1080e74e45b81f39f7cc58cf787 Author: R. Michael Rogers <r.m.rog...@gmail.com> Date: 2015-06-09 (Tue, 09 Jun 2015) Changed paths: M README.md Log Message: ----------- adds badge for cloudbees build Compare: https://github.com/jenkinsci/rally-plugin/compare/d6a2117e0ec0...699cea0af35a -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.