Branch: refs/heads/master Home: https://github.com/jenkinsci/hp-application-automation-tools-plugin Commit: 344212294c6bf598d1b8a923eed567378ab76259 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/344212294c6bf598d1b8a923eed567378ab76259 Author: YafimK <ka...@hpe.com> Date: 2016-07-27 (Wed, 27 Jul 2016)
Changed paths: M pom.xml Log Message: ----------- Preparation for next iteration Commit: 90c52e35c2647ecee05b9a06a6a8e2a43dc7b96b https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/90c52e35c2647ecee05b9a06a6a8e2a43dc7b96b Author: YafimK <ka...@hpe.com> Date: 2016-07-28 (Thu, 28 Jul 2016) Changed paths: M pom.xml Log Message: ----------- adding required dependencies Commit: 9e6558717433ff9cf8ac7b188e5b75942931e42c https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/9e6558717433ff9cf8ac7b188e5b75942931e42c Author: YafimK <ka...@hpe.com> Date: 2016-07-28 (Thu, 28 Jul 2016) Changed paths: M pom.xml A src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly A src/test/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepTest.java Log Message: ----------- added the LoadRunner scenario run step added a skeleton for a test for this step added the jelly for the groovy snippet generator Commit: 52196607081265153ee464ac8e93f9040bd84dda https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/52196607081265153ee464ac8e93f9040bd84dda Author: YafimK <ka...@hpe.com> Date: 2016-07-28 (Thu, 28 Jul 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.properties A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-controllerPollingInterval.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-fsTests.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-fsTimeout.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-perScenarioTimeOut.html Log Message: ----------- added the help and config for jelly files Commit: 467cd3cb6f1419afce48b57720726c10ea918565 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/467cd3cb6f1419afce48b57720726c10ea918565 Author: YafimK <ka...@hpe.com> Date: 2016-07-29 (Fri, 29 Jul 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/DetailReport.java M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-ignoreErrorStrings.html Log Message: ----------- Transforming Reacorder and action to support build step - Turning AbstractBuild to Run, addProjectActions, Adding SimpleBuildStep.LastBuildAction Commit: 09c1299d5951c73f88228b1d3f7d2bc453e9fc92 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/09c1299d5951c73f88228b1d3f7d2bc453e9fc92 Author: YafimK <ka...@hpe.com> Date: 2016-07-29 (Fri, 29 Jul 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/HtmlBuildReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/results/SummaryReport.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java Log Message: ----------- Updated UFT steps - due to shared modules Commit: e80a89cd7da0968e218d5ddfe50d5707edbfdf13 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/e80a89cd7da0968e218d5ddfe50d5707edbfdf13 Author: YafimK <ka...@hpe.com> Date: 2016-07-29 (Fri, 29 Jul 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- more files updated to follow refractoring to pipeline - https://github.com/jenkinsci/pipeline-plugin/blob/893e3484a25289c59567c6724f7ce19e3d23c6ee/DEVGUIDE.md#variable-substitutions Commit: 7eaf4db856b824b5e6392d5a69047eae8e948d89 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/7eaf4db856b824b5e6392d5a69047eae8e948d89 Author: YafimK <ka...@hpe.com> Date: 2016-07-31 (Sun, 31 Jul 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly M src/main/resources/com/hp/application/automation/tools/results/DetailReport/index.jelly Log Message: ----------- more files updated to follow refractoring to pipeline - https://github.com/jenkinsci/pipeline-plugin/blob/893e3484a25289c59567c6724f7ce19e3d23c6ee/DEVGUIDE.md#variable-substitutions Adding support of simpler pipeline step usage with the syntax generator Commit: 531e236db4ffc9e0f03bc4602446b50f9785834f https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/531e236db4ffc9e0f03bc4602446b50f9785834f Author: YafimK <ka...@hpe.com> Date: 2016-07-31 (Sun, 31 Jul 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- added Backward compatbility to AlmToolsUtils refined dependencies updated LR step Jelly Commit: e2776d48c8ea1bff16c72e06d09eae8e504b6637 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/e2776d48c8ea1bff16c72e06d09eae8e504b6637 Author: YafimK <ka...@hpe.com> Date: 2016-07-31 (Sun, 31 Jul 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-archiveTestResultsMode.html Log Message: ----------- finishing the step and executor Commit: bd7bb5c83a3e8f98321c77a4d7a60cd45b33d3b5 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/bd7bb5c83a3e8f98321c77a4d7a60cd45b33d3b5 Author: YafimK <ka...@hpe.com> Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- finishing the step and executor Commit: d728bba0d17f8da276214b96432293b5e5789106 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/d728bba0d17f8da276214b96432293b5e5789106 Author: YafimK <ka...@hpe.com> Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- Refactoring of the runResultRecorder to prepare for pipeline workaround - that will overload the preform to get the parameter mergedResultNames from outside source. Extracted most code to methods - publishLRreport (the creation of the pref and transaction html's), recordTestResult ( as name says). Commit: b81254167bcfd2c1b5900e4d9f355d6f092defd8 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/b81254167bcfd2c1b5900e4d9f355d6f092defd8 Author: YafimK <ka...@hpe.com> Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- another refactor to minimize duplicated code for adapting the runResultRecorder to support pipeline. Dirty solution before major refactor. Commit: 4669ffd165df0afcecec301eda038319a07032a7 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/4669ffd165df0afcecec301eda038319a07032a7 Author: YafimK <ka...@hpe.com> Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java Log Message: ----------- another refactor to minimize duplicated code for adapting the runResultRecorder to support pipeline. Dirty solution before major refactor. Commit: 72cdaf8731fef0097cb2be1d1d63e3f17215e44b https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/72cdaf8731fef0097cb2be1d1d63e3f17215e44b Author: LU <li...@hpe.com> Date: 2016-08-03 (Wed, 03 Aug 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/model/RunFromAlmModel.java M src/main/java/com/hp/application/automation/tools/run/RunFromAlmBuilder.java Log Message: ----------- Issue: If the test sets contains a empty line, it would be consider as a test set fold name "". So there would be a folder not found error occure. Changes: Remove the empty test sets while reading from the config. Add a validation of check the test sets input. Commit: 1c7b7434e9124b59310aa19105701c5dc9a114b3 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/1c7b7434e9124b59310aa19105701c5dc9a114b3 Author: YafimK <ka...@hpe.com> Date: 2016-08-05 (Fri, 05 Aug 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- fixed issue with test result aggragation by using JUnit plugin as class instead of code duplication. Commit: d29ed217ff5e76328e5ea9c76058e7762e6f0cef https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/d29ed217ff5e76328e5ea9c76058e7762e6f0cef Author: YafimK <ka...@hpe.com> Date: 2016-08-05 (Fri, 05 Aug 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- Temporally disabled the choose publish type - the equal string method won't work, will be replaced with better GUI. changed the addAction to replaceAction in order to support the update of action after parallel LR test. Commit: 14215e37d6f14a2b8fd159b28dfd24abd18e0aa5 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/14215e37d6f14a2b8fd159b28dfd24abd18e0aa5 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-08-11 (Thu, 11 Aug 2016) Changed paths: M .gitignore M pom.xml M src/main/resources/com/hp/application/automation/tools/model/AutEnvironmentModel/config.jelly M src/main/resources/com/hp/application/automation/tools/model/AutEnvironmentParameterModel/config.jelly M src/main/resources/com/hp/application/automation/tools/results/DetailReport/index.jelly M src/main/resources/com/hp/application/automation/tools/results/HtmlBuildReportAction/index.jelly M src/main/resources/com/hp/application/automation/tools/results/PerformanceReportAction/index.jelly M src/main/resources/com/hp/application/automation/tools/results/RunResultRecorder/config.jelly M src/main/resources/com/hp/application/automation/tools/results/SummaryReport/index.jelly M src/main/resources/com/hp/application/automation/tools/results/TestResultToALMUploader/config.jelly M src/main/resources/com/hp/application/automation/tools/results/TransactionSummaryAction/index.jelly M src/main/resources/com/hp/application/automation/tools/run/AutEnvironmentBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/run/PcBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/run/RunFromAlmBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/run/RunFromFileBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/run/SseBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/run/UploadAppBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/settings/AlmServerSettingsBuilder/global.jelly M src/main/resources/com/hp/application/automation/tools/settings/MCServerSettingsBuilder/global.jelly M src/main/resources/index.jelly Log Message: ----------- Minimal jenkins core update & prepration for next iteration (#112) * Update in minimal Jenkins core requirement with required fixes. Commit: 4aab117c010ed1cb02b8c379e49048a400fe7a18 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/4aab117c010ed1cb02b8c379e49048a400fe7a18 Author: YafimK <ka...@hpe.com> Date: 2016-08-29 (Mon, 29 Aug 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java R src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/resources/HpToolsAborter.exe M src/main/resources/HpToolsLauncher.exe M src/main/resources/LRAnalysisLauncher.exe M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly M src/main/resources/com/hp/application/automation/tools/run/RunFromFileBuilder/config.jelly Log Message: ----------- Step constructor chagne to fit snippt generator order change. Commit: e7decd74ddd5b9e668626ad0e09edae8f0507c37 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/e7decd74ddd5b9e668626ad0e09edae8f0507c37 Author: YafimK <ka...@hpe.com> Date: 2016-09-08 (Thu, 08 Sep 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- 1. changed the constructor of systemfilebuilder to require only path to tests as others aren't required - therefore moved to databoundsetter. 2. changed the pipeline step to support this change and to revolve around the builder instead of the model or several arguments to enable future additions. 3. still depends on the filesystembuilder to maintain backward compatibility. 4. fixed support for fsPassword till full support by MC team. Commit: 44a9910d36e13569a1f0a0f5c1677c3542006d17 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/44a9910d36e13569a1f0a0f5c1677c3542006d17 Author: YafimK <ka...@hpe.com> Date: 2016-09-08 (Thu, 08 Sep 2016) Changed paths: M src/main/resources/HpToolsAborter.exe M src/main/resources/HpToolsLauncher.exe M src/main/resources/LRAnalysisLauncher.exe Log Message: ----------- 1. changed the constructor of systemfilebuilder to require only path to tests as others aren't required - therefore moved to databoundsetter. 2. changed the pipeline step to support this change and to revolve around the builder instead of the model or several arguments to enable future additions. 3. still depends on the filesystembuilder to maintain backward compatibility. Commit: 0b16186453485e2787285beb9703f37297a0d054 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/0b16186453485e2787285beb9703f37297a0d054 Author: YafimK <ka...@hpe.com> Date: 2016-09-26 (Mon, 26 Sep 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java Log Message: ----------- small fix to publishResults parameter Commit: 493fd2b117f4c660a459481e497c7b0e62c6a5b5 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/493fd2b117f4c660a459481e497c7b0e62c6a5b5 Author: HPEbot <hpsa...@gmail.com> Date: 2016-09-26 (Mon, 26 Sep 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/model/RunFromAlmModel.java M src/main/java/com/hp/application/automation/tools/run/RunFromAlmBuilder.java Log Message: ----------- Merge pull request #111 from Roy-Lu/5.0.0-SNAPSHOT Fixed a issue which happens when test sets contatins a empty line Commit: f05c7dc5428f699ce4a5e16555fba35fb2f63f15 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/f05c7dc5428f699ce4a5e16555fba35fb2f63f15 Author: Roy-Lu <li...@hpe.com> Date: 2016-09-26 (Mon, 26 Sep 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/run/SseBuilder.java Log Message: ----------- Fix a issue that inputting a string which is not numeric would cause a NumberFormat exception. (#117) Commit: 9b51f2feb42f6e23bc16d4704e19ef508e0872fe https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/9b51f2feb42f6e23bc16d4704e19ef508e0872fe Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-09-27 (Tue, 27 Sep 2016) Changed paths: A LICENSE.txt Log Message: ----------- Adding general license file (#119) Commit: 58df3d63cd4f874b8ded74f37f92c0b6cf1903db https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/58df3d63cd4f874b8ded74f37f92c0b6cf1903db Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-09-27 (Tue, 27 Sep 2016) Changed paths: A LICENSE.txt Log Message: ----------- Adding general license file (#120) Commit: 465506dcad01a0aa25762c64b1667797169d1df4 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/465506dcad01a0aa25762c64b1667797169d1df4 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-09-28 (Wed, 28 Sep 2016) Changed paths: M pom.xml Log Message: ----------- Update pom.xml Commit: 98d10297f64c7e6d75218388e4456318b77ac3bf https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/98d10297f64c7e6d75218388e4456318b77ac3bf Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-09-28 (Wed, 28 Sep 2016) Changed paths: M pom.xml Log Message: ----------- Merge pull request #123 from hpsa/Update-POM--to-support-pipeline Update pom.xml Commit: e576efb7aae8621747e390454e3758e2d6b44833 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/e576efb7aae8621747e390454e3758e2d6b44833 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- added getter for param file Commit: 1556bb04f951fc4f614a0903bad69ec1e8278d8e https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/1556bb04f951fc4f614a0903bad69ec1e8278d8e Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M pom.xml A src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly A src/test/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepTest.java Log Message: ----------- added the LoadRunner scenario run step added a skeleton for a test for this step added the jelly for the groovy snippet generator Commit: c0d5a60e20b0edbc83e38ddb9e1c93d1cf630525 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/c0d5a60e20b0edbc83e38ddb9e1c93d1cf630525 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.properties A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-controllerPollingInterval.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-fsTests.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-fsTimeout.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-perScenarioTimeOut.html Log Message: ----------- added the help and config for jelly files Commit: 61e0b24ad8486d92389462652ac0651ea762e1fa https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/61e0b24ad8486d92389462652ac0651ea762e1fa Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/DetailReport.java M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-ignoreErrorStrings.html Log Message: ----------- Transforming Reacorder and action to support build step - Turning AbstractBuild to Run, addProjectActions, Adding SimpleBuildStep.LastBuildAction Commit: 0a10cdcdedecd861f375cfec4090c3744518c3e3 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/0a10cdcdedecd861f375cfec4090c3744518c3e3 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/HtmlBuildReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/results/SummaryReport.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java Log Message: ----------- Updated UFT steps - due to shared modules Commit: 4b73efaaca8913fe1024f11525393ec898e46c9c https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/4b73efaaca8913fe1024f11525393ec898e46c9c Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- more files updated to follow refractoring to pipeline - https://github.com/jenkinsci/pipeline-plugin/blob/893e3484a25289c59567c6724f7ce19e3d23c6ee/DEVGUIDE.md#variable-substitutions Commit: 499a409c3e2c4de5fc60dea209c7618e1ccb4d48 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/499a409c3e2c4de5fc60dea209c7618e1ccb4d48 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly M src/main/resources/com/hp/application/automation/tools/results/DetailReport/index.jelly Log Message: ----------- more files updated to follow refractoring to pipeline - https://github.com/jenkinsci/pipeline-plugin/blob/893e3484a25289c59567c6724f7ce19e3d23c6ee/DEVGUIDE.md#variable-substitutions Adding support of simpler pipeline step usage with the syntax generator Commit: 26b4b749124582c0c201a699ecf1b25cfc976fd5 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/26b4b749124582c0c201a699ecf1b25cfc976fd5 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- added Backward compatbility to AlmToolsUtils refined dependencies updated LR step Jelly Commit: 004b5dd6b04a18b50c5ab62bf64f52572202fb2b https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/004b5dd6b04a18b50c5ab62bf64f52572202fb2b Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-archiveTestResultsMode.html Log Message: ----------- finishing the step and executor Commit: 529eff6d71693d023d81258c738ac6e87921c02e https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/529eff6d71693d023d81258c738ac6e87921c02e Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- finishing the step and executor Commit: 0f900fd016a88b694dd21ede22785eb624212aaf https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/0f900fd016a88b694dd21ede22785eb624212aaf Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- Refactoring of the runResultRecorder to prepare for pipeline workaround - that will overload the preform to get the parameter mergedResultNames from outside source. Extracted most code to methods - publishLRreport (the creation of the pref and transaction html's), recordTestResult ( as name says). Commit: e63e25a8ba2e922435f370785b0727093115cf5b https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/e63e25a8ba2e922435f370785b0727093115cf5b Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- another refactor to minimize duplicated code for adapting the runResultRecorder to support pipeline. Dirty solution before major refactor. Commit: c53a3b3a8b6fac16d5e522d5261daf3425651c12 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/c53a3b3a8b6fac16d5e522d5261daf3425651c12 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java Log Message: ----------- another refactor to minimize duplicated code for adapting the runResultRecorder to support pipeline. Dirty solution before major refactor. Commit: 4affc0d6cd969d9857951900d22a463a5e6532bb https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/4affc0d6cd969d9857951900d22a463a5e6532bb Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- fixed issue with test result aggragation by using JUnit plugin as class instead of code duplication. Commit: 51fb6cd07b6036399c44fa30ef3fc8cbb13df966 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/51fb6cd07b6036399c44fa30ef3fc8cbb13df966 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- Temporally disabled the choose publish type - the equal string method won't work, will be replaced with better GUI. changed the addAction to replaceAction in order to support the update of action after parallel LR test. Commit: 0f46538530e657eca29491b9e6d9e9a932109023 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/0f46538530e657eca29491b9e6d9e9a932109023 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java R src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecutor.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/resources/HpToolsAborter.exe M src/main/resources/HpToolsLauncher.exe M src/main/resources/LRAnalysisLauncher.exe M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- Step constructor chagne to fit snippt generator order change. Commit: 6de0978bd42009ec3b84a9b616d6a95aa740cc80 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/6de0978bd42009ec3b84a9b616d6a95aa740cc80 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- 1. changed the constructor of systemfilebuilder to require only path to tests as others aren't required - therefore moved to databoundsetter. 2. changed the pipeline step to support this change and to revolve around the builder instead of the model or several arguments to enable future additions. 3. still depends on the filesystembuilder to maintain backward compatibility. 4. fixed support for fsPassword till full support by MC team. Commit: 555f1e6a3d6df3b08733844c3bc5accafed32941 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/555f1e6a3d6df3b08733844c3bc5accafed32941 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/resources/HpToolsAborter.exe M src/main/resources/HpToolsLauncher.exe M src/main/resources/LRAnalysisLauncher.exe Log Message: ----------- 1. changed the constructor of systemfilebuilder to require only path to tests as others aren't required - therefore moved to databoundsetter. 2. changed the pipeline step to support this change and to revolve around the builder instead of the model or several arguments to enable future additions. 3. still depends on the filesystembuilder to maintain backward compatibility. Commit: 3c26b8ded715423a3f41cbd6bd69d3c0a09626ed https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/3c26b8ded715423a3f41cbd6bd69d3c0a09626ed Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java Log Message: ----------- small fix to publishResults parameter Commit: 2fede8555a95f15311534c3e48e162d8251d1069 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/2fede8555a95f15311534c3e48e162d8251d1069 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- added getter for param file Commit: 1eca3b7585575f035b5d0f4ac5333c8e9d5f6cd1 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/1eca3b7585575f035b5d0f4ac5333c8e9d5f6cd1 Author: YafimK <ka...@hpe.com> Date: 2016-10-08 (Sat, 08 Oct 2016) Changed paths: M pom.xml Log Message: ----------- pom fix Commit: 0bc94ea23f9fb21e95420ee5f3f31a7a3a080b55 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/0bc94ea23f9fb21e95420ee5f3f31a7a3a080b55 Author: Roy Lu <li...@hpe.com> Date: 2016-10-09 (Sun, 09 Oct 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/model/RunFromAlmModel.java M src/main/java/com/hp/application/automation/tools/model/SseModel.java A src/main/java/com/hp/application/automation/tools/model/SseProxySettings.java M src/main/java/com/hp/application/automation/tools/rest/RestClient.java M src/main/java/com/hp/application/automation/tools/run/RunFromAlmBuilder.java M src/main/java/com/hp/application/automation/tools/run/SseBuilder.java M src/main/java/com/hp/application/automation/tools/sse/SSEBuilderPerformer.java M src/main/resources/com/hp/application/automation/tools/run/SseBuilder/config.jelly M src/test/java/com/hp/application/automation/tools/sse/sdk/MockSseModel.java M src/test/java/com/hp/application/automation/tools/sse/sdk/TestRunManager.java M src/test/java/com/hp/application/automation/tools/sse/sdk/TestRunManagerSystemTests.java Log Message: ----------- Pipeline and proxy for lab management. 1. Implement pipeline for lab management. 2. Support proxy settings for lab management. 3. Support credential for lab management. Commit: 491d5eff42e4dffb639f94f77cbc038e43f9d98a https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/491d5eff42e4dffb639f94f77cbc038e43f9d98a Author: Roy Lu <li...@hpe.com> Date: 2016-10-09 (Sun, 09 Oct 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/model/SseModel.java A src/main/java/com/hp/application/automation/tools/model/SseProxySettings.java M src/main/java/com/hp/application/automation/tools/rest/RestClient.java M src/main/java/com/hp/application/automation/tools/run/SseBuilder.java M src/main/java/com/hp/application/automation/tools/sse/SSEBuilderPerformer.java M src/main/resources/com/hp/application/automation/tools/run/SseBuilder/config.jelly M src/test/java/com/hp/application/automation/tools/sse/sdk/MockSseModel.java M src/test/java/com/hp/application/automation/tools/sse/sdk/TestRunManager.java M src/test/java/com/hp/application/automation/tools/sse/sdk/TestRunManagerSystemTests.java Log Message: ----------- Merge remote-tracking branch 'upstream/5.0.0-SNAPSHOT' into pipelineForSseStep # Conflicts: # pom.xml # src/main/resources/com/hp/application/automation/tools/run/SseBuilder/config.jelly Commit: 479d13267cccd24271055e958517230a2f2fd1f8 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/479d13267cccd24271055e958517230a2f2fd1f8 Author: Roy Lu <li...@hpe.com> Date: 2016-10-09 (Sun, 09 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/rest/RestClient.java M src/main/java/com/hp/application/automation/tools/run/SseBuilder.java M src/main/java/com/hp/application/automation/tools/sse/SSEBuilderPerformer.java Log Message: ----------- Fix some sonarlint issues. Commit: 8cdaf87ed46384db49e51d6511e31315d21e9c54 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/8cdaf87ed46384db49e51d6511e31315d21e9c54 Author: YafimK <ka...@hpe.com> Date: 2016-10-09 (Sun, 09 Oct 2016) Changed paths: A sonar-project.properties M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/results/SummaryReport.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- Documentation update Commit: f494a6d0056911efb2825cb6b909829bd1172b46 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/f494a6d0056911efb2825cb6b909829bd1172b46 Author: YafimK <ka...@hpe.com> Date: 2016-10-09 (Sun, 09 Oct 2016) Changed paths: A sonar-project.properties M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/results/DetailReport.java M src/main/java/com/hp/application/automation/tools/results/HtmlBuildReportAction.java M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/results/SummaryReport.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java R src/main/resources/HpToolsAborter.exe R src/main/resources/HpToolsLauncher.exe R src/main/resources/LRAnalysisLauncher.exe Log Message: ----------- sonar fixes Commit: c00ce319b2a05b0c8cfdadfad635a15feb2390c7 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/c00ce319b2a05b0c8cfdadfad635a15feb2390c7 Author: YafimK <ka...@hpe.com> Date: 2016-10-09 (Sun, 09 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- sonar fixes Commit: c4972de08a032e371befb2963b86e1a6290db6b0 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/c4972de08a032e371befb2963b86e1a6290db6b0 Author: YafimK <ka...@hpe.com> Date: 2016-10-09 (Sun, 09 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/results/HtmlBuildReportAction.java M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- sonar fixes Commit: 11a585c34315b7ca2d706c124500a5d8cce43b36 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/11a585c34315b7ca2d706c124500a5d8cce43b36 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-09 (Sun, 09 Oct 2016) Changed paths: M pom.xml A sonar-project.properties M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/results/DetailReport.java M src/main/java/com/hp/application/automation/tools/results/HtmlBuildReportAction.java M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/results/SummaryReport.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java R src/main/resources/HpToolsAborter.exe R src/main/resources/HpToolsLauncher.exe R src/main/resources/LRAnalysisLauncher.exe A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.properties A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-archiveTestResultsMode.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-controllerPollingInterval.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-fsTests.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-fsTimeout.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-ignoreErrorStrings.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-perScenarioTimeOut.html M src/main/resources/com/hp/application/automation/tools/results/DetailReport/index.jelly A src/test/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepTest.java Log Message: ----------- Merge pull request #124 from YafimK/LoadRunnerPipelineStep LoadRunner pipeline step Commit: 607786842f33544a0dd75303659d68211215a752 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/607786842f33544a0dd75303659d68211215a752 Author: Roy Lu <li...@hpe.com> Date: 2016-10-10 (Mon, 10 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/model/SseProxySettings.java M src/main/java/com/hp/application/automation/tools/rest/RestClient.java M src/main/java/com/hp/application/automation/tools/run/SseBuilder.java M src/main/java/com/hp/application/automation/tools/sse/SSEBuilderPerformer.java Log Message: ----------- Added comments on some changed methods and classes. Commit: c17d4c589f9354ad27ff4ff470d197a41e7c63ad https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/c17d4c589f9354ad27ff4ff470d197a41e7c63ad Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-10 (Mon, 10 Oct 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/model/SseModel.java A src/main/java/com/hp/application/automation/tools/model/SseProxySettings.java M src/main/java/com/hp/application/automation/tools/rest/RestClient.java M src/main/java/com/hp/application/automation/tools/run/SseBuilder.java M src/main/java/com/hp/application/automation/tools/sse/SSEBuilderPerformer.java M src/main/resources/com/hp/application/automation/tools/run/SseBuilder/config.jelly M src/test/java/com/hp/application/automation/tools/sse/sdk/MockSseModel.java M src/test/java/com/hp/application/automation/tools/sse/sdk/TestRunManager.java M src/test/java/com/hp/application/automation/tools/sse/sdk/TestRunManagerSystemTests.java Log Message: ----------- Merge pull request #126 - added Pipeline support, proxy for ALM Lab Support pipeline, proxy and credentials for ALM lab management. Commit: 39d10fa93bc622192e4ad13801bfe7462fe54be8 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/39d10fa93bc622192e4ad13801bfe7462fe54be8 Author: YafimK <ka...@hpe.com> Date: 2016-10-10 (Mon, 10 Oct 2016) Changed paths: M pom.xml A src/main/java/com/hp/application/automation/tools/model/AbstractSvRunModel.java A src/main/java/com/hp/application/automation/tools/model/SvChangeModeModel.java A src/main/java/com/hp/application/automation/tools/model/SvDataModelSelection.java A src/main/java/com/hp/application/automation/tools/model/SvDeployModel.java A src/main/java/com/hp/application/automation/tools/model/SvExportModel.java A src/main/java/com/hp/application/automation/tools/model/SvPerformanceModelSelection.java A src/main/java/com/hp/application/automation/tools/model/SvServerSettingsModel.java A src/main/java/com/hp/application/automation/tools/model/SvServiceSelectionModel.java A src/main/java/com/hp/application/automation/tools/model/SvUndeployModel.java A src/main/java/com/hp/application/automation/tools/run/AbstractSvRunBuilder.java A src/main/java/com/hp/application/automation/tools/run/AbstractSvRunDescriptor.java A src/main/java/com/hp/application/automation/tools/run/SvChangeModeBuilder.java A src/main/java/com/hp/application/automation/tools/run/SvDeployBuilder.java A src/main/java/com/hp/application/automation/tools/run/SvExportBuilder.java A src/main/java/com/hp/application/automation/tools/run/SvUndeployBuilder.java A src/main/java/com/hp/application/automation/tools/settings/SvServerSettingsBuilder.java A src/main/resources/HpToolsAborter.exe A src/main/resources/HpToolsLauncher.exe A src/main/resources/LRAnalysisLauncher.exe A src/main/resources/com/hp/application/automation/tools/model/SvDataModelSelection/config.jelly A src/main/resources/com/hp/application/automation/tools/model/SvPerformanceModelSelection/config.jelly A src/main/resources/com/hp/application/automation/tools/model/SvServiceSelectionModel/config.jelly A src/main/resources/com/hp/application/automation/tools/run/SvChangeModeBuilder/config.jelly A src/main/resources/com/hp/application/automation/tools/run/SvChangeModeBuilder/config.properties A src/main/resources/com/hp/application/automation/tools/run/SvChangeModeBuilder/help-force.html A src/main/resources/com/hp/application/automation/tools/run/SvDeployBuilder/config.jelly A src/main/resources/com/hp/application/automation/tools/run/SvDeployBuilder/config.properties A src/main/resources/com/hp/application/automation/tools/run/SvDeployBuilder/help-firstAgentFallback.html A src/main/resources/com/hp/application/automation/tools/run/SvDeployBuilder/help-force.html A src/main/resources/com/hp/application/automation/tools/run/SvDeployBuilder/help-service.html A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/config.jelly A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/config.properties A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/help-cleanTargetDirectory.html A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/help-force.html A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/help-switchToStandByFirst.html A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/help-targetDirectory.html A src/main/resources/com/hp/application/automation/tools/run/SvUndeployBuilder/config.jelly A src/main/resources/com/hp/application/automation/tools/run/SvUndeployBuilder/config.properties A src/main/resources/com/hp/application/automation/tools/run/SvUndeployBuilder/help-continueIfNotDeployed.html A src/main/resources/com/hp/application/automation/tools/run/SvUndeployBuilder/help-force.html A src/main/resources/com/hp/application/automation/tools/settings/SvServerSettingsBuilder/global.jelly Log Message: ----------- Added SV PR Commit: 00ad3e409e36b617bbea36d65dfb1fa121274f36 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/00ad3e409e36b617bbea36d65dfb1fa121274f36 Author: YafimK <ka...@hpe.com> Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M HpToolsLauncher/TestRunners/PerformanceTestRunner.cs Log Message: ----------- Fixing an issue in controller - in case a controller is called to close after it has been closed naturally - an exception is thrown - "no application object" Commit: 87a094ae73befc185b65e6ee2a7fd98b7b869bbd https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/87a094ae73befc185b65e6ee2a7fd98b7b869bbd Author: YafimK <ka...@hpe.com> Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- FIxing an serialization issue that led to problems in creating freestyle jobs in 2.x jenkins Commit: d04e04dbddded216c6ccc91efff86ff9fd4e9af4 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/d04e04dbddded216c6ccc91efff86ff9fd4e9af4 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M HpToolsLauncher/TestRunners/PerformanceTestRunner.cs M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java Log Message: ----------- Merge pull request #128 from YafimK/SeriallizationIssueFix Defect fixes: Null pointer exception during job configuration (FreeStyleBuild), Controller trying to close after being closed Commit: 645a59cab9b772153ea6871beca8f09a273ca14c https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/645a59cab9b772153ea6871beca8f09a273ca14c Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M pom.xml Log Message: ----------- Jenkins plugin size bloat fix Removed unneeded dependencies that led to plugin size bloat - Jenkins CLI and Jenkins test harness. Commit: 3457f2f89b535fd9a6d00a5f5425f9660bc3f1cc https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/3457f2f89b535fd9a6d00a5f5425f9660bc3f1cc Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-17 (Mon, 17 Oct 2016) Changed paths: M pom.xml Log Message: ----------- Merge pull request #129 from hpsa/plugin-code-bloat-fix Jenkins plugin size bloat fix Commit: 1ea0d26ba035e4f9367db4340e2cb4d862ef810c https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/1ea0d26ba035e4f9367db4340e2cb4d862ef810c Author: Roy Lu <li...@hpe.com> Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M src/main/resources/com/hp/application/automation/tools/run/SseBuilder/config.jelly Log Message: ----------- Fix the issue that server name and run type can't be stored. Commit: 852fe695bbecbe8cc729249c0338802d5513ad6f https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/852fe695bbecbe8cc729249c0338802d5513ad6f Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M src/main/resources/com/hp/application/automation/tools/run/SseBuilder/config.jelly Log Message: ----------- Merge pull request #130 from Roy-Lu/pipelineForSseStep Fix the issue that server name and run type can't be stored in execute hp tests using ALM lab management build step in Jenkins Commit: b596f6dccf0223df3fc86871b9bdc5a4055c045b https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/b596f6dccf0223df3fc86871b9bdc5a4055c045b Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/resources/HpToolsAborter.exe M src/main/resources/HpToolsLauncher.exe M src/main/resources/LRAnalysisLauncher.exe M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- new pipeline support fix to fully offer archive support Commit: 5f976e04e3e802226115bf7ccec3ee92ed829358 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/5f976e04e3e802226115bf7ccec3ee92ed829358 Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- fix dropdown selection Commit: cb34bd9a803cc24aab82c98ab0213283e7f75d70 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/cb34bd9a803cc24aab82c98ab0213283e7f75d70 Author: Roy Lu <li...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: A src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuilderPublishResultStepExecution.java Log Message: ----------- Create a step for combination of ssebuilder and runresultrecorder. Commit: 973f353e0b595c31564a62d64b31278a0704be11 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/973f353e0b595c31564a62d64b31278a0704be11 Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/resources/HpToolsAborter.exe M src/main/resources/HpToolsLauncher.exe M src/main/resources/LRAnalysisLauncher.exe M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- fix dropdown selection Commit: b24f2f9113ef8b2009f2112e7bf38031b89130fe https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/b24f2f9113ef8b2009f2112e7bf38031b89130fe Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- fix dropdown selection Commit: 38163d67313502a6c0c3a09430769780034a1b0e https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/38163d67313502a6c0c3a09430769780034a1b0e Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/model/ResultsPublisherModel.java M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- style update, view update Commit: 8117063ac00f32ef414b88b4f44897a4967564cd https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/8117063ac00f32ef414b88b4f44897a4967564cd Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- sonar fixes Commit: 43d26c085886250b7f0cce8cfe845e9c97db9dbf https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/43d26c085886250b7f0cce8cfe845e9c97db9dbf Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- sonar fixes Commit: fe052e6f6b9dcb02da336aa8a214200b12ba6967 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/fe052e6f6b9dcb02da336aa8a214200b12ba6967 Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Log Message: ----------- Merge remote-tracking branch 'origin/Pipeline_Fix' into Pipeline_Fix Commit: 2860a3fcf524e1529c968dd97ae772527c0eede7 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/2860a3fcf524e1529c968dd97ae772527c0eede7 Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- sonar fixes Commit: 6fba4e3813a64ec5f9c04ec2841c4e2d79366348 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/6fba4e3813a64ec5f9c04ec2841c4e2d79366348 Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Log Message: ----------- Merge remote-tracking branch 'origin/Pipeline_Fix' into Pipeline_Fix Commit: 7a54ec0e52c01735ae21931fee8ab2cd91dceb22 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/7a54ec0e52c01735ae21931fee8ab2cd91dceb22 Author: YafimK <ka...@hpe.com> Date: 2016-10-20 (Thu, 20 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java Log Message: ----------- added form validation to LrPipelineStep Commit: e5bc7cb33e5e57ae84d22c3a3ad01f63d5f4ac46 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/e5bc7cb33e5e57ae84d22c3a3ad01f63d5f4ac46 Author: Roy Lu <li...@hpe.com> Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuilderPublishResultStepExecution.java A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/config.properties A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/help-archiveTestResultsMode.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/help-environmentConfigurationId.html Log Message: ----------- Added jelly for the build and publish step. Commit: 0a79bbb734f69024a460f70f4a9fc4f71f6370eb https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/0a79bbb734f69024a460f70f4a9fc4f71f6370eb Author: Roy Lu <li...@hpe.com> Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuilderPublishResultStepExecution.java Log Message: ----------- Fix a sonarlint issue. Add copy right. Commit: ffba6720015128e67e6bfebfb06e95442caab4f4 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/ffba6720015128e67e6bfebfb06e95442caab4f4 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/model/ResultsPublisherModel.java M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java M src/main/resources/HpToolsAborter.exe M src/main/resources/HpToolsLauncher.exe M src/main/resources/LRAnalysisLauncher.exe M src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly Log Message: ----------- Merge pull request #133 from YafimK/Pipeline_Fix LoadRunner pipeline step fix Commit: 6aeec0035d0319cc405ef99daacce084c8489567 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/6aeec0035d0319cc405ef99daacce084c8489567 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: A src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuilderPublishResultStepExecution.java A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/config.properties A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/help-archiveTestResultsMode.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/help-environmentConfigurationId.html Log Message: ----------- Merge pull request #131 from Roy-Lu/pipelineForSseStep Add another pipeline step for executing sse build and publishing result Commit: 2ce61563b926be26b1d5a0e7ec26f6ffdde70a51 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/2ce61563b926be26b1d5a0e7ec26f6ffdde70a51 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep.java Log Message: ----------- Update SseBuildAndPublishStep.java fix to RunResultRecorder call Commit: 1ab6adaa1e9b20bf915a05999296b5274d4b319f https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/1ab6adaa1e9b20bf915a05999296b5274d4b319f Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-21 (Fri, 21 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep.java Log Message: ----------- Merge pull request #134 from hpsa/Sse-pipeline-RunResultRecorderFix Update SseBuildAndPublishStep.java Commit: 93dc1017af6684b03718029e9b58320cb1083821 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/93dc1017af6684b03718029e9b58320cb1083821 Author: jackhpe <xiwen.z...@hpe.com> Date: 2016-10-25 (Tue, 25 Oct 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/model/ResultsPublisherModel.java M src/main/java/com/hp/application/automation/tools/model/RunFromAlmModel.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/run/RunFromAlmBuilder.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java A src/main/resources/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStep/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStep/config.properties A src/main/resources/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStep/help-archiveTestResultsMode.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStep/help-fsTests.html Log Message: ----------- Pipeline support for running UFT, running UFT using ALM and small MC defect fix (#135) * run from file system & ALM pipeline implemented * fixed MC server null pointer error * fixed Timeout field in UftScenarioLoadStep jelly, sonar fix * sonar fix * sonar fix * javadoc fix Commit: e0c279c6a14e4287fdeff1f970c7387d578ffb3a https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/e0c279c6a14e4287fdeff1f970c7387d578ffb3a Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-26 (Wed, 26 Oct 2016) Changed paths: A readme.md Log Message: ----------- Create readme.md New plugin readme Commit: 9af695bb94f2f5c9555fef0d11cb09b36ec5d507 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/9af695bb94f2f5c9555fef0d11cb09b36ec5d507 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-10-27 (Thu, 27 Oct 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/model/PcModel.java M src/main/java/com/hp/application/automation/tools/pc/PcClient.java M src/main/java/com/hp/application/automation/tools/pc/PcErrorResponse.java M src/main/java/com/hp/application/automation/tools/pc/PcRestProxy.java M src/main/java/com/hp/application/automation/tools/pc/PcRunEventLog.java M src/main/java/com/hp/application/automation/tools/pc/PcRunEventLogRecord.java M src/main/java/com/hp/application/automation/tools/pc/PcRunRequest.java M src/main/java/com/hp/application/automation/tools/pc/PcRunResponse.java M src/main/java/com/hp/application/automation/tools/pc/PcRunResult.java M src/main/java/com/hp/application/automation/tools/pc/PcRunResults.java M src/main/java/com/hp/application/automation/tools/pc/PcTrendReportMetaData.java M src/main/java/com/hp/application/automation/tools/pc/PcTrendedRun.java M src/main/java/com/hp/application/automation/tools/pc/ReleaseTimeslot.java M src/main/java/com/hp/application/automation/tools/pc/RunState.java M src/main/java/com/hp/application/automation/tools/pc/TimeInterval.java M src/main/java/com/hp/application/automation/tools/pc/TrendReportRequest.java M src/main/java/com/hp/application/automation/tools/pc/TrendedRange.java M src/main/java/com/hp/application/automation/tools/run/PcBuilder.java Log Message: ----------- Pc pipeline support (#136) * Added support for pipeline in PC_Builder * Added support for pipeline in PC_Builder Sonar fixes Added copyright * Rebasing on latest 5.0.0 snapshot branch Added support for pipeline in PC_Builder Sonar fixes Added copyright Commit: 01c77ed7564927279ab8c39396516a19069a8972 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/01c77ed7564927279ab8c39396516a19069a8972 Author: Pavel Chuchma <ch...@seznam.cz> Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M pom.xml M src/main/java/com/hp/application/automation/tools/model/SvDeployModel.java M src/main/java/com/hp/application/automation/tools/model/SvServiceSelectionModel.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/AbstractSvStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/AbstractSvStepDescriptor.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SvChangeModeStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SvDeployStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SvExecution.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SvExportStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SvUndeployStep.java M src/main/java/com/hp/application/automation/tools/run/AbstractSvRunBuilder.java M src/main/java/com/hp/application/automation/tools/run/AbstractSvRunDescriptor.java M src/main/java/com/hp/application/automation/tools/run/SvChangeModeBuilder.java M src/main/java/com/hp/application/automation/tools/run/SvDeployBuilder.java M src/main/java/com/hp/application/automation/tools/run/SvExportBuilder.java M src/main/java/com/hp/application/automation/tools/run/SvUndeployBuilder.java Log Message: ----------- Adding pipeline support for SV build steps (#138) * - adding pipeline support for SV build steps * - using specific version of SVConfigurator * - fixing bug #14781: SVConfigurator is not deploying service descriptions of SCA (simulation failure) - using SVConfigurator 3.82.1.45909 * - making abstract class abstract - handling possible NPE Commit: 3cd2066599f58c60dd08cdd138f688e9609a8c04 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/3cd2066599f58c60dd08cdd138f688e9609a8c04 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-11-01 (Tue, 01 Nov 2016) Changed paths: M .gitignore M HpToolsLauncher/HpToolsLauncher.sln M HpToolsLauncher/Launcher.cs A LRAnalysisLauncher/Helper.cs M LRAnalysisLauncher/LRAnalysisLauncher.csproj M LRAnalysisLauncher/Program.cs M LRAnalysisLauncher/Properties/Resources.Designer.cs M LRAnalysisLauncher/Properties/Resources.resx A sonarlint.json M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java A src/main/java/com/hp/application/automation/tools/LrGraphUtils.java A src/main/java/com/hp/application/automation/tools/PerformanceProjectAction.java M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java A src/main/java/com/hp/application/automation/tools/results/PerformanceJobReportAction.java M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java A src/main/java/com/hp/application/automation/tools/results/SlaRuleTypes.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java A src/main/java/com/hp/application/automation/tools/results/projectparser/package-info.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/AvgTransactionResponseTime.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/GoalResult.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/JobLrScenarioResult.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrJobResults.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrProjectScenarioResults.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrRunResults.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrScenario.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrTest.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/PercentileTransactionWholeRun.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/ProjectLrResults.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/TimeRange.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/TimeRangeResult.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/WholeRunResult.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/XmlParserUtil.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java R src/main/resources/HpToolsAborter.exe R src/main/resources/HpToolsLauncher.exe R src/main/resources/LRAnalysisLauncher.exe A src/main/resources/com/hp/application/automation/tools/PerformanceProjectAction/index.jelly A src/main/resources/com/hp/application/automation/tools/results/PerformanceJobReportAction/index.jelly M src/main/resources/com/hp/application/automation/tools/results/PerformanceReportAction/index.jelly M src/main/resources/com/hp/application/automation/tools/results/TransactionSummaryAction/index.jelly A src/main/webapp/css/chartist-plugin-tooltip.css A src/main/webapp/css/chartist.css A src/main/webapp/css/chartistLegend.css A src/main/webapp/css/projectReport.css A src/main/webapp/icons/16x16/stop.ico A src/main/webapp/icons/16x16/stop.png A src/main/webapp/js/componenets/Accordion/Accordion.js A src/main/webapp/js/dropdown.jsx A src/main/webapp/js/jslib.js A src/main/webapp/js/libaries/chartist/chartist-plugin-axistitle.min.js A src/main/webapp/js/libaries/chartist/chartist-plugin-legend.js A src/main/webapp/js/libaries/chartist/chartist-plugin-pointlabels.js A src/main/webapp/js/libaries/chartist/chartist-plugin-tooltip.min.js A src/main/webapp/js/libaries/chartist/chartist.js A src/main/webapp/js/libaries/chartist/chartist.min.js A src/main/webapp/js/libaries/react/react-dom.min.js A src/main/webapp/js/libaries/react/react-with-addons.min.js A src/main/webapp/scss/chartist.scss A src/main/webapp/scss/chartistLegend.scss A src/main/webapp/scss/settings/_chartist-settings.scss A src/main/webapp/scss/settings/chartist-plugin-tooltip.css.map A src/main/webapp/scss/settings/chartist.css.map A src/main/webapp/scss/settings/chartistLegend.css.map A src/test/java/com/hp/application/automation/tools/results/RunResultRecorderTest.java A src/test/resources/com/hp/application/automation/tools/results/RunReport.xml A src/test/resources/com/hp/application/automation/tools/results/RunReport_sc5.xml Log Message: ----------- New Graphing engine for LoadRunner (#140) * Deprecated jenkins API replacement * New Performance action and graphing, JS support * Added a graph report builder * added sla copying * adding support for other sla rules * New Performrance action and graphing, JS supprot * added timeRange class to TransactionTimeRange * timeRange support * timeRange support * added JSON object export to Jelly script * changed SLA case name to SLA_GOAL * Transfered content from java jelly to js * Transfered content from java jelly to js * Added more sla graphs and fixed the build filtering. * New branch - due to removal of old node modules system. * fixes to required jelly files * Deprecated jenkins API replacement * New Performance action and graphing, JS support * Added a graph report builder * added sla copying * adding support for other sla rules * New Performrance action and graphing, JS supprot * added timeRange class to TransactionTimeRange * timeRange support * timeRange support * added JSON object export to Jelly script * changed SLA case name to SLA_GOAL * Transfered content from java jelly to js * Transfered content from java jelly to js * Added more sla graphs and fixed the build filtering. * New branch - due to removal of old node modules system. * fixes to required jelly files * fixes to required jelly files * Adding support to AverageTRT sla * fixes to required jelly files * fixes to required jelly files * Delete hp-application-automation-tools-plugin.iml * Added another SLA type to the graphing optiones * Updated to fully support chartist, added new graph with full React support. * Adding new xml report - for general stats * Added support in exporting general vuser and transaction data for new graphing abilities * Added transaction summary per transaction * Added connection count to the report * combined report of statistics with SLA * Added xml parser utility * added support for getting run stats added test for the RunReport.xml parser * Code style and refactoring for better design, Added scenario values to project level, updated pom t0 latest 5.0.0 snapshot * updated to support 5.0.0 snapshot version * upgrading graph to support scenario stats summary * upgrading graph to support scenario stats summary * upgrading graph to support scenario stats summary * Upgrading graph to support scenario stats summary * Fixing Vuser sumarrization on project level * Fixed issue where VUser summary wasn't created correctly due to wrong graph name * Fixing Vuser sumarrization on project level * fixed duration time RunReport export * Changed duration to be saved as sec * Added duration summarization * Added duration summarization * Created projectReport CSS updated Jelly Updated project graphs to show transactions * Fixed style for reports. Added fix to issue in case no report node exist in report file. * added stop icon * # Conflicts: # pom.xml # src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java # src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java # src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java # src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java # src/main/resources/HpToolsAborter.exe # src/main/resources/HpToolsLauncher.exe # src/main/resources/LRAnalysisLauncher.exe * Fixed adding project action in pipeline * Fixed adding project action in pipeline * Merging branch 5.0.0_SNAPSHOT * Merge remote-tracking branch 'remotes/upstream/5.0.0-SNAPSHOT' into GraphFeature2_merge # Conflicts: # src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java # src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java # src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java # src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java # src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java # src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java # src/main/resources/HpToolsAborter.exe # src/main/resources/HpToolsLauncher.exe # src/main/resources/LRAnalysisLauncher.exe * Fixed issues in PerformanceProjectReport that didn't let it show up or show up twice. Changed the Launcher.CS to mark build as unstable if only test failed - per the description of unstable on jenkins. Failed marks fatal errors or failures. * Removed the granuality on vusers and added logging . * SonarFixes * Sonar Fixes * Fixed Seperator margin and Chart width * sonar fix Commit: bb47d70940b942f44bf422b1ba820df18542dd26 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/bb47d70940b942f44bf422b1ba820df18542dd26 Author: Roy-Lu <li...@hpe.com> Date: 2016-11-01 (Tue, 01 Nov 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/rest/RestClient.java M src/main/java/com/hp/application/automation/tools/settings/AlmServerSettingsBuilder.java Log Message: ----------- Can configure https url in ALM server config. (#127) Can run sse build through ssl connection. Commit: 26a220f13b2aefb522d19698a1203a15204b794a https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/26a220f13b2aefb522d19698a1203a15204b794a Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-11-22 (Tue, 22 Nov 2016) Changed paths: M readme.md Log Message: ----------- Update readme.md Commit: 4d3a6537b31ffccb37d87e121e5cb7e3cc7809db https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/4d3a6537b31ffccb37d87e121e5cb7e3cc7809db Author: michaelhpe <weimin.j...@hpe.com> Date: 2016-11-28 (Mon, 28 Nov 2016) Changed paths: M src/main/java/com/hp/application/automation/tools/mc/JobConfigurationProxy.java Log Message: ----------- support MC 2.2 (#142) * support MC 2.2 * add documentation for this file Commit: 2e87b92162658395f222a457c1a5cfb7591d2008 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/2e87b92162658395f222a457c1a5cfb7591d2008 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-11-29 (Tue, 29 Nov 2016) Changed paths: A HpToolsLauncher/ConsoleQuickEdit.cs M HpToolsLauncher/Helper.cs M HpToolsLauncher/HpToolsLauncher.csproj M HpToolsLauncher/Launcher.cs M HpToolsLauncher/Program.cs M HpToolsLauncher/Runners/FileSystemTestsRunner.cs M HpToolsLauncher/TestRunResults.cs M HpToolsLauncher/TestRunners/PerformanceTestRunner.cs M LRAnalysisLauncher/Helper.cs M LRAnalysisLauncher/LRAnalysisLauncher.csproj M LRAnalysisLauncher/Program.cs R src/main/java/com/hp/application/automation/tools/LrGraphUtils.java R src/main/java/com/hp/application/automation/tools/PerformanceProjectAction.java M src/main/java/com/hp/application/automation/tools/model/ResultsPublisherModel.java M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep.java R src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep.java M src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java A src/main/java/com/hp/application/automation/tools/results/LrGraphUtils.java M src/main/java/com/hp/application/automation/tools/results/PerformanceJobReportAction.java A src/main/java/com/hp/application/automation/tools/results/PerformanceProjectAction.java M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java M src/main/java/com/hp/application/automation/tools/results/projectparser/performance/JobLrScenarioResult.java M src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrProjectScenarioResults.java M src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrScenario.java M src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrTest.java M src/main/java/com/hp/application/automation/tools/results/projectparser/performance/PercentileTransactionWholeRun.java M src/main/java/com/hp/application/automation/tools/results/projectparser/performance/ProjectLrResults.java M src/main/java/com/hp/application/automation/tools/results/projectparser/performance/TimeRange.java M src/main/java/com/hp/application/automation/tools/results/projectparser/performance/TimeRangeResult.java M src/main/java/com/hp/application/automation/tools/results/projectparser/performance/WholeRunResult.java M src/main/java/com/hp/application/automation/tools/results/projectparser/performance/XmlParserUtil.java R src/main/resources/com/hp/application/automation/tools/PerformanceProjectAction/index.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/config.properties A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-archiveTestResultsMode.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-controllerPollingInterval.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-fsTests.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-fsTimeout.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-ignoreErrorStrings.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-perScenarioTimeOut.html R src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.jelly R src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/config.properties R src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-archiveTestResultsMode.html R src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-controllerPollingInterval.html R src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-fsTests.html R src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-fsTimeout.html R src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-ignoreErrorStrings.html R src/main/resources/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStep/help-perScenarioTimeOut.html A src/main/resources/com/hp/application/automation/tools/results/PerformanceProjectAction/index.jelly A src/main/webapp/css/ColorPlate.css M src/main/webapp/css/chartist-plugin-tooltip.css M src/main/webapp/css/chartist.css M src/main/webapp/css/chartistLegend.css M src/main/webapp/css/projectReport.css R src/main/webapp/js/componenets/Accordion/Accordion.js M src/main/webapp/js/dropdown.jsx M src/main/webapp/js/libaries/chartist/chartist-plugin-axistitle.min.js M src/main/webapp/js/libaries/chartist/chartist-plugin-tooltip.min.js M src/main/webapp/js/libaries/chartist/chartist.js R src/main/webapp/js/libaries/chartist/chartist.min.js A src/main/webapp/js/libaries/chartist/chartist.min.js.old A src/main/webapp/js/libaries/react/react-dom.js M src/test/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepTest.java Log Message: ----------- V5 qa 2 fixes (#141) * Create appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Create appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml Update appveyor.yml * delete appveyor.yml * fix due to changes in RunResultRecorder * 5.0.0 Snapshot update * Updated the Branch from HPSA repo * Sonar fixes, public mutuable collections become private with getter and omse classed become static * Sonar fixes, changed colors in the graph * fixed colors in the graph * Changed pipeline step name to LoadRunnerStep * Changed pipeline step name to LoadRunnerStep * Stackoverflow fix on vuser count check * Added possible fix for the stalling of the test run by disabling quickedit in console as seen here: http://stackoverflow.com/questions/4453692/windows-console-application-getting-stuck-needs-key-press * Added possible fix for the stalling of the test run by disabling quickedit in console as seen here: http://stackoverflow.com/questions/4453692/windows-console-application-getting-stuck-needs-key-press * Added possible fix for the stalling of the test run by disabling quickedit in console as seen here: http://stackoverflow.com/questions/4453692/windows-console-application-getting-stuck-needs-key-press * Added possible fix for the stalling of the test run by disabling quickedit in console as seen here: http://stackoverflow.com/questions/4453692/windows-console-application-getting-stuck-needs-key-press * CloseController crash fix * Updated Vuser to handle StackOverFlow * Replaced thread sleep with timing mechanisem. * added more time to scenarios run * switched place for new graph report * Stackoverflow fix for vuser count and stuck LR thread * switched place for new graph report * Fixing the timer issue * Move thread sleep to WaitHandle * Fixing freestylebuild hang * FInal fix for unstable tests, thread issues for closing scenarios. * TestState fixes * switched place for new graph report * another fix for stackoerflow with vusers * Another fix for the StackOverflow issue with vusers * set JunitArchiver to allow empty results to fix issues with : "No test report files were found. Configuration error?" * Sonar Fixes * Sonar Fixes * Sonar Fixes * Removed trailing whitespaces * fixed Sorting points for scenarios * fixed Sorting points for scenarios * Fixed trimming whitespaces for testpaths * Fixed trimming whitespaces for testpaths * Fixed trimming whitespaces for ErrorStrings * Another fix try for stackoverflow vuser issue * Changed thread handling in waitScenario to be more robust * Changed thread handling in waitScenario to be more robust * Changed thread handling in waitScenario to be more robust * Changed thread handling in waitScenario to be more robust * Changed thread handling in waitScenario to be more robust * Changed thread handling in waitScenario to be more robust * Removed support in duration due to issues with Analysis API * Removed support in duration, vuser and connection due to issues with Analysis API * Removed support in duration, vuser and connection due to issues with Analysis API * Css Fixes for stylin * Css Fixes for styling * Css Fixes for styling * Css Fixes for styling * CS issue fixes * added support in multiple transactions with adding colorplate css Commit: 7dea2fea9d413beb522e0e0644c092be7a50a7f5 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/7dea2fea9d413beb522e0e0644c092be7a50a7f5 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-12-04 (Sun, 04 Dec 2016) Changed paths: M pom.xml Log Message: ----------- 5.0.0 snapshot (#143) Updated POM to have organization Commit: 2fdb04f48b73b4e0a60988c811ce12c9f8b66759 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/2fdb04f48b73b4e0a60988c811ce12c9f8b66759 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-12-18 (Sun, 18 Dec 2016) Changed paths: M pom.xml Log Message: ----------- Added SV and ALM SSE dev to POM (#145) Signed-off-by: YafimK <ka...@hpe.com> Commit: 0e49aa1f29be37d2e01644c925ca451fcbc92359 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/0e49aa1f29be37d2e01644c925ca451fcbc92359 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-12-18 (Sun, 18 Dec 2016) Changed paths: M readme.md Log Message: ----------- Update readme.md Commit: fb7a8f5c677529af4a36123670d8e58b2c922d70 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/fb7a8f5c677529af4a36123670d8e58b2c922d70 Author: YafimK <ka...@hpe.com> Date: 2016-12-20 (Tue, 20 Dec 2016) Changed paths: M pom.xml Log Message: ----------- Update POM to refelect Jenkins.IO changes Signed-off-by: /? <yafim.ka...@gmail.com> Commit: 7a6e55eeb0820cf3380ce749545ba30850a0adad https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/7a6e55eeb0820cf3380ce749545ba30850a0adad Author: /? <yafim.ka...@gmail.com> Date: 2016-12-20 (Tue, 20 Dec 2016) Changed paths: M pom.xml Log Message: ----------- Added issue management link Signed-off-by: /? <yafim.ka...@gmail.com> Commit: 3e472acf5a6f471d6a8c70a1d285a2ce8bdf34c3 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/3e472acf5a6f471d6a8c70a1d285a2ce8bdf34c3 Author: YafimK <yafim.ka...@gmail.com> Date: 2016-12-20 (Tue, 20 Dec 2016) Changed paths: M pom.xml Log Message: ----------- Added issue management link Signed-off-by: YafimK <yafim.ka...@gmail.com> Commit: 56eb3cebca70a8945691eb0731b7053fd5a194a3 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/56eb3cebca70a8945691eb0731b7053fd5a194a3 Author: YafimK <yafim.ka...@gmail.com> Date: 2016-12-20 (Tue, 20 Dec 2016) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release hp-application-automation-tools-5.0 Commit: ac3f0f9db37d508eef5964442d71dc2f52284ab5 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/ac3f0f9db37d508eef5964442d71dc2f52284ab5 Author: YafimK <yafim.ka...@gmail.com> Date: 2016-12-20 (Tue, 20 Dec 2016) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 702d3dda789306b185fd46abdde35dbd32a445f1 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/702d3dda789306b185fd46abdde35dbd32a445f1 Author: hpsa <h...@users.noreply.github.com> Date: 2016-12-20 (Tue, 20 Dec 2016) Changed paths: M .gitignore A HpToolsLauncher/ConsoleQuickEdit.cs M HpToolsLauncher/Helper.cs M HpToolsLauncher/HpToolsLauncher.csproj M HpToolsLauncher/HpToolsLauncher.sln M HpToolsLauncher/Launcher.cs M HpToolsLauncher/Program.cs M HpToolsLauncher/Runners/FileSystemTestsRunner.cs M HpToolsLauncher/TestRunResults.cs M HpToolsLauncher/TestRunners/PerformanceTestRunner.cs A LRAnalysisLauncher/Helper.cs M LRAnalysisLauncher/LRAnalysisLauncher.csproj M LRAnalysisLauncher/Program.cs M LRAnalysisLauncher/Properties/Resources.Designer.cs M LRAnalysisLauncher/Properties/Resources.resx M pom.xml A sonar-project.properties A sonarlint.json M src/main/java/com/hp/application/automation/tools/AlmToolsUtils.java M src/main/java/com/hp/application/automation/tools/mc/JobConfigurationProxy.java A src/main/java/com/hp/application/automation/tools/model/AbstractSvRunModel.java M src/main/java/com/hp/application/automation/tools/model/PcModel.java M src/main/java/com/hp/application/automation/tools/model/ResultsPublisherModel.java M src/main/java/com/hp/application/automation/tools/model/RunFromAlmModel.java M src/main/java/com/hp/application/automation/tools/model/RunFromFileSystemModel.java M src/main/java/com/hp/application/automation/tools/model/SseModel.java A src/main/java/com/hp/application/automation/tools/model/SseProxySettings.java A src/main/java/com/hp/application/automation/tools/model/SvChangeModeModel.java A src/main/java/com/hp/application/automation/tools/model/SvDataModelSelection.java A src/main/java/com/hp/application/automation/tools/model/SvDeployModel.java A src/main/java/com/hp/application/automation/tools/model/SvExportModel.java A src/main/java/com/hp/application/automation/tools/model/SvPerformanceModelSelection.java A src/main/java/com/hp/application/automation/tools/model/SvServerSettingsModel.java A src/main/java/com/hp/application/automation/tools/model/SvServiceSelectionModel.java A src/main/java/com/hp/application/automation/tools/model/SvUndeployModel.java M src/main/java/com/hp/application/automation/tools/pc/PcClient.java M src/main/java/com/hp/application/automation/tools/pc/PcErrorResponse.java M src/main/java/com/hp/application/automation/tools/pc/PcRestProxy.java M src/main/java/com/hp/application/automation/tools/pc/PcRunEventLog.java M src/main/java/com/hp/application/automation/tools/pc/PcRunEventLogRecord.java M src/main/java/com/hp/application/automation/tools/pc/PcRunRequest.java M src/main/java/com/hp/application/automation/tools/pc/PcRunResponse.java M src/main/java/com/hp/application/automation/tools/pc/PcRunResult.java M src/main/java/com/hp/application/automation/tools/pc/PcRunResults.java M src/main/java/com/hp/application/automation/tools/pc/PcTrendReportMetaData.java M src/main/java/com/hp/application/automation/tools/pc/PcTrendedRun.java M src/main/java/com/hp/application/automation/tools/pc/ReleaseTimeslot.java M src/main/java/com/hp/application/automation/tools/pc/RunState.java M src/main/java/com/hp/application/automation/tools/pc/TimeInterval.java M src/main/java/com/hp/application/automation/tools/pc/TrendReportRequest.java M src/main/java/com/hp/application/automation/tools/pc/TrendedRange.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/AbstractSvStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/AbstractSvStepDescriptor.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepExecution.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SseBuilderPublishResultStepExecution.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SvChangeModeStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SvDeployStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SvExecution.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SvExportStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/SvUndeployStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStep.java A src/main/java/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStepExecution.java M src/main/java/com/hp/application/automation/tools/rest/RestClient.java M src/main/java/com/hp/application/automation/tools/results/DetailReport.java M src/main/java/com/hp/application/automation/tools/results/HtmlBuildReportAction.java A src/main/java/com/hp/application/automation/tools/results/LrGraphUtils.java A src/main/java/com/hp/application/automation/tools/results/PerformanceJobReportAction.java A src/main/java/com/hp/application/automation/tools/results/PerformanceProjectAction.java M src/main/java/com/hp/application/automation/tools/results/PerformanceReportAction.java M src/main/java/com/hp/application/automation/tools/results/RunResultRecorder.java A src/main/java/com/hp/application/automation/tools/results/SlaRuleTypes.java M src/main/java/com/hp/application/automation/tools/results/SummaryReport.java M src/main/java/com/hp/application/automation/tools/results/TransactionSummaryAction.java A src/main/java/com/hp/application/automation/tools/results/projectparser/package-info.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/AvgTransactionResponseTime.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/GoalResult.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/JobLrScenarioResult.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrJobResults.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrProjectScenarioResults.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrRunResults.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrScenario.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/LrTest.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/PercentileTransactionWholeRun.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/ProjectLrResults.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/TimeRange.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/TimeRangeResult.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/WholeRunResult.java A src/main/java/com/hp/application/automation/tools/results/projectparser/performance/XmlParserUtil.java A src/main/java/com/hp/application/automation/tools/run/AbstractSvRunBuilder.java A src/main/java/com/hp/application/automation/tools/run/AbstractSvRunDescriptor.java M src/main/java/com/hp/application/automation/tools/run/PcBuilder.java M src/main/java/com/hp/application/automation/tools/run/RunFromAlmBuilder.java M src/main/java/com/hp/application/automation/tools/run/RunFromFileBuilder.java M src/main/java/com/hp/application/automation/tools/run/SseBuilder.java A src/main/java/com/hp/application/automation/tools/run/SvChangeModeBuilder.java A src/main/java/com/hp/application/automation/tools/run/SvDeployBuilder.java A src/main/java/com/hp/application/automation/tools/run/SvExportBuilder.java A src/main/java/com/hp/application/automation/tools/run/SvUndeployBuilder.java M src/main/java/com/hp/application/automation/tools/settings/AlmServerSettingsBuilder.java A src/main/java/com/hp/application/automation/tools/settings/SvServerSettingsBuilder.java M src/main/java/com/hp/application/automation/tools/sse/SSEBuilderPerformer.java R src/main/resources/HpToolsAborter.exe R src/main/resources/HpToolsLauncher.exe R src/main/resources/LRAnalysisLauncher.exe M src/main/resources/com/hp/application/automation/tools/model/AutEnvironmentModel/config.jelly M src/main/resources/com/hp/application/automation/tools/model/AutEnvironmentParameterModel/config.jelly A src/main/resources/com/hp/application/automation/tools/model/SvDataModelSelection/config.jelly A src/main/resources/com/hp/application/automation/tools/model/SvPerformanceModelSelection/config.jelly A src/main/resources/com/hp/application/automation/tools/model/SvServiceSelectionModel/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/config.properties A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-archiveTestResultsMode.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-controllerPollingInterval.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-fsTests.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-fsTimeout.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-ignoreErrorStrings.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/LoadRunnerTestStep/help-perScenarioTimeOut.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/config.properties A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/help-archiveTestResultsMode.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/help-environmentConfigurationId.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStep/config.jelly A src/main/resources/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStep/config.properties A src/main/resources/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStep/help-archiveTestResultsMode.html A src/main/resources/com/hp/application/automation/tools/pipelineSteps/UftScenarioLoadStep/help-fsTests.html M src/main/resources/com/hp/application/automation/tools/results/DetailReport/index.jelly M src/main/resources/com/hp/application/automation/tools/results/HtmlBuildReportAction/index.jelly A src/main/resources/com/hp/application/automation/tools/results/PerformanceJobReportAction/index.jelly A src/main/resources/com/hp/application/automation/tools/results/PerformanceProjectAction/index.jelly M src/main/resources/com/hp/application/automation/tools/results/PerformanceReportAction/index.jelly M src/main/resources/com/hp/application/automation/tools/results/RunResultRecorder/config.jelly M src/main/resources/com/hp/application/automation/tools/results/SummaryReport/index.jelly M src/main/resources/com/hp/application/automation/tools/results/TestResultToALMUploader/config.jelly M src/main/resources/com/hp/application/automation/tools/results/TransactionSummaryAction/index.jelly M src/main/resources/com/hp/application/automation/tools/run/AutEnvironmentBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/run/PcBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/run/RunFromAlmBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/run/RunFromFileBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/run/SseBuilder/config.jelly A src/main/resources/com/hp/application/automation/tools/run/SvChangeModeBuilder/config.jelly A src/main/resources/com/hp/application/automation/tools/run/SvChangeModeBuilder/config.properties A src/main/resources/com/hp/application/automation/tools/run/SvChangeModeBuilder/help-force.html A src/main/resources/com/hp/application/automation/tools/run/SvDeployBuilder/config.jelly A src/main/resources/com/hp/application/automation/tools/run/SvDeployBuilder/config.properties A src/main/resources/com/hp/application/automation/tools/run/SvDeployBuilder/help-firstAgentFallback.html A src/main/resources/com/hp/application/automation/tools/run/SvDeployBuilder/help-force.html A src/main/resources/com/hp/application/automation/tools/run/SvDeployBuilder/help-service.html A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/config.jelly A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/config.properties A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/help-cleanTargetDirectory.html A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/help-force.html A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/help-switchToStandByFirst.html A src/main/resources/com/hp/application/automation/tools/run/SvExportBuilder/help-targetDirectory.html A src/main/resources/com/hp/application/automation/tools/run/SvUndeployBuilder/config.jelly A src/main/resources/com/hp/application/automation/tools/run/SvUndeployBuilder/config.properties A src/main/resources/com/hp/application/automation/tools/run/SvUndeployBuilder/help-continueIfNotDeployed.html A src/main/resources/com/hp/application/automation/tools/run/SvUndeployBuilder/help-force.html M src/main/resources/com/hp/application/automation/tools/run/UploadAppBuilder/config.jelly M src/main/resources/com/hp/application/automation/tools/settings/AlmServerSettingsBuilder/global.jelly M src/main/resources/com/hp/application/automation/tools/settings/MCServerSettingsBuilder/global.jelly A src/main/resources/com/hp/application/automation/tools/settings/SvServerSettingsBuilder/global.jelly M src/main/resources/index.jelly A src/main/webapp/css/ColorPlate.css A src/main/webapp/css/chartist-plugin-tooltip.css A src/main/webapp/css/chartist.css A src/main/webapp/css/chartistLegend.css A src/main/webapp/css/projectReport.css A src/main/webapp/icons/16x16/stop.ico A src/main/webapp/icons/16x16/stop.png A src/main/webapp/js/dropdown.jsx A src/main/webapp/js/jslib.js A src/main/webapp/js/libaries/chartist/chartist-plugin-axistitle.min.js A src/main/webapp/js/libaries/chartist/chartist-plugin-legend.js A src/main/webapp/js/libaries/chartist/chartist-plugin-pointlabels.js A src/main/webapp/js/libaries/chartist/chartist-plugin-tooltip.min.js A src/main/webapp/js/libaries/chartist/chartist.js A src/main/webapp/js/libaries/chartist/chartist.min.js.old A src/main/webapp/js/libaries/react/react-dom.js A src/main/webapp/js/libaries/react/react-dom.min.js A src/main/webapp/js/libaries/react/react-with-addons.min.js A src/main/webapp/scss/chartist.scss A src/main/webapp/scss/chartistLegend.scss A src/main/webapp/scss/settings/_chartist-settings.scss A src/main/webapp/scss/settings/chartist-plugin-tooltip.css.map A src/main/webapp/scss/settings/chartist.css.map A src/main/webapp/scss/settings/chartistLegend.css.map A src/test/java/com/hp/application/automation/tools/pipelineSteps/LrScenarioLoadStepTest.java A src/test/java/com/hp/application/automation/tools/results/RunResultRecorderTest.java M src/test/java/com/hp/application/automation/tools/sse/sdk/MockSseModel.java M src/test/java/com/hp/application/automation/tools/sse/sdk/TestRunManager.java M src/test/java/com/hp/application/automation/tools/sse/sdk/TestRunManagerSystemTests.java A src/test/resources/com/hp/application/automation/tools/results/RunReport.xml A src/test/resources/com/hp/application/automation/tools/results/RunReport_sc5.xml Log Message: ----------- Merge pull request #146 from hpsa/5.0.0-SNAPSHOT 5.0.0 Version merge into master Commit: b7f83b7cdf010e596873cf17485b40b78a1b0ef7 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/b7f83b7cdf010e596873cf17485b40b78a1b0ef7 Author: hpsa <h...@users.noreply.github.com> Date: 2016-12-20 (Tue, 20 Dec 2016) Changed paths: A readme.md Log Message: ----------- Merge pull request #137 from hpsa/Plugin-readme Create readme.md Commit: a33f218fcef5d10933dec7aa9f76cb9c5318e366 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/a33f218fcef5d10933dec7aa9f76cb9c5318e366 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2016-12-24 (Sat, 24 Dec 2016) Changed paths: M pom.xml Log Message: ----------- Update pom.xml Commit: 4cbd9c319d8a9c00281dfe6ac0c9fa28080be6de https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/4cbd9c319d8a9c00281dfe6ac0c9fa28080be6de Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2017-01-09 (Mon, 09 Jan 2017) Changed paths: A .github/PULL_REQUEST_TEMPLATE.md Log Message: ----------- Create PULL_REQUEST_TEMPLATE.md Commit: 2ba2d16e2e0672cfdbc73f0151aff0871bcf2132 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/2ba2d16e2e0672cfdbc73f0151aff0871bcf2132 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2017-01-09 (Mon, 09 Jan 2017) Changed paths: M .github/PULL_REQUEST_TEMPLATE.md Log Message: ----------- Update PULL_REQUEST_TEMPLATE.md Commit: 728c0e41939104a6be9218ba8105440dd6992167 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/728c0e41939104a6be9218ba8105440dd6992167 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2017-01-09 (Mon, 09 Jan 2017) Changed paths: M .github/PULL_REQUEST_TEMPLATE.md Log Message: ----------- Update PULL_REQUEST_TEMPLATE.md Commit: cf53cb9962047a844f6f15e21ef93224b2918f87 https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/cf53cb9962047a844f6f15e21ef93224b2918f87 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2017-01-23 (Mon, 23 Jan 2017) Changed paths: A src/main/java/com/hp/application/automation/tools/rest/HttpHeaders.java A src/main/java/com/hp/application/automation/tools/sse/sdk/request/Request.java A src/main/resources/com/hp/application/automation/tools/run/RunFromAlmBuilder/help-almRunHost.html A src/main/resources/com/hp/application/automation/tools/run/RunFromAlmBuilder/help-almRunMode.html A src/main/resources/com/hp/application/automation/tools/run/RunFromAlmBuilder/help-almTestSets.html A src/main/resources/com/hp/application/automation/tools/run/RunFromAlmBuilder/help-almTimeout.html A src/test/java/com/hp/application/automation/tools/sse/common/TestRestXmlUtils.java A src/test/java/com/hp/application/automation/tools/sse/sdk/MockRestClientStop.java Log Message: ----------- Merge branch 'master' into master Commit: f6fddf72a786cc0b743084383622e18e9d1bd6ca https://github.com/jenkinsci/hp-application-automation-tools-plugin/commit/f6fddf72a786cc0b743084383622e18e9d1bd6ca Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2017-01-23 (Mon, 23 Jan 2017) Changed paths: A .github/PULL_REQUEST_TEMPLATE.md M pom.xml A readme.md Log Message: ----------- Merge pull request #6 from hpsa/master Update to latest version Compare: https://github.com/jenkinsci/hp-application-automation-tools-plugin/compare/80661de82f0a...f6fddf72a786 -- 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.