Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: f4ac3afbab78c0e0eddec5f5e3114b83c8ce4eb3
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/f4ac3afbab78c0e0eddec5f5e3114b83c8ce4eb3
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M HpToolsLauncher/Helper.cs
    M HpToolsLauncher/Launcher.cs
    M HpToolsLauncher/Properties/Resources.Designer.cs
    M HpToolsLauncher/Properties/Resources.resx
    M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
    M HpToolsLauncher/Runners/FileSystemTestsRunner.cs
    A HpToolsLauncher/TestParameter.cs
    M HpToolsLauncher/TestParameterInfo.cs
    M HpToolsLauncher/TestRunners/GuiTestRunner.cs
    M 
src/main/java/com/microfocus/application/automation/tools/model/RunFromFileSystemModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromFileBuilder.java
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromFileBuilder/config.jelly
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromFileBuilder/help-fsTests.html
    M 
src/main/resources/com/microfocus/application/automation/tools/uft/model/UftSettingsModel/config.jelly
    M src/main/webapp/js/fileSystemUtils.js

  Log Message:
  -----------
  Improve parameter configuration in Jenkins jobs, initial commit


  Commit: 5a5edf49bec3689e8f042d9ac3bd64bbe0e95bd3
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/5a5edf49bec3689e8f042d9ac3bd64bbe0e95bd3
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-01-27 (Thu, 27 Jan 2022)

  Changed paths:
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromFileBuilder/config.jelly

  Log Message:
  -----------
  front-end minor fix for alignment


  Commit: a72d57cda761ba3c65ac8b5c1c3d673529687101
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/a72d57cda761ba3c65ac8b5c1c3d673529687101
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
    M HpToolsLauncher/HpToolsLauncherTests/UnitTest1.cs
    M HpToolsLauncher/Launcher.cs
    M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
    M HpToolsLauncher/TestInfo.cs
    M 
src/main/java/com/microfocus/application/automation/tools/model/RunFromAlmModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/model/RunFromFileSystemModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromFileBuilder.java
    A 
src/main/java/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel.java
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/config.jelly
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/help-almTestSets.html
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromFileBuilder/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/config.jelly
    M src/main/webapp/js/fileSystemUtils.js
    A src/main/webapp/js/specifyParametersUtils.js
    M 
src/test/java/com/microfocus/application/automation/tools/octane/tests/detection/UFTExtensionTest.java

  Log Message:
  -----------
  introducing SpecifyParametersModel, implementing compatibility with ALM, 
optimizations


  Commit: 44c1fafae0dfd9fde539c6e2d57129d50d95ef28
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/44c1fafae0dfd9fde539c6e2d57129d50d95ef28
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
    M HpToolsLauncher/Runners/AlmTestSetsRunner.cs

  Log Message:
  -----------
  optimizations


  Commit: b2e6f625d6d8abb19fb2e651f3d62f4ff53acdeb
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/b2e6f625d6d8abb19fb2e651f3d62f4ff53acdeb
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/microfocus/application/automation/tools/octane/actions/UFTTestDetectionPublisher.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/executor/TestExecutionJobCreatorService.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/executor/UFTTestDetectionCallable.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/executor/UftConstants.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/JUnitExtension.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/JUnitTestResult.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/JUnitXmlIterator.java
    A 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/codeless/CodelessResult.java
    A 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/codeless/CodelessResultParameter.java
    A 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/codeless/CodelessResultUnit.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/xml/AbstractXmlIterator.java
    M 
src/main/java/com/microfocus/application/automation/tools/results/RunResultRecorder.java
    A 
src/main/java/com/microfocus/application/automation/tools/run/RunFromCodelessBuilder.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromFileBuilder.java
    M src/main/resources/META-INF/hudson.remoting.ClassFilter
    M 
src/main/resources/com/microfocus/application/automation/tools/Messages.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromCodelessBuilder/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromCodelessBuilder/config.properties
    M 
src/test/java/com/microfocus/application/automation/tools/octane/tests/TestResultIterator.java
    M 
src/test/java/com/microfocus/application/automation/tools/octane/tests/xml/TestResultXmlWriterTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/latest' into latest


  Commit: 02b52f4eac8c434067acbd40efdbf97ad3b8976d
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/02b52f4eac8c434067acbd40efdbf97ad3b8976d
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
    M HpToolsLauncher/HpToolsLauncher.csproj

  Log Message:
  -----------
  add TestParameter class to compile target


  Commit: 1a8b01c861d17d6f381cd250e0d19ae9699f2f5c
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/1a8b01c861d17d6f381cd250e0d19ae9699f2f5c
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  refactor and fixed incorrect selector


  Commit: fe1b8ea3a32af3affd3b3d35ef822a31f3e6ecba
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/fe1b8ea3a32af3affd3b3d35ef822a31f3e6ecba
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  updated error handling in js


  Commit: 4fbf4c3b2f5a8d1774f141cfd9d8b55d2fb1b12b
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/4fbf4c3b2f5a8d1774f141cfd9d8b55d2fb1b12b
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

  Changed paths:
    M 
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/config.jelly
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  fixed bugs with front-end, jobs with multiple steps can work with parameter 
specification, switch to querySelectors,


  Commit: b0b9a8c9716815cade745fe8a4ba70a2144d9541
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/b0b9a8c9716815cade745fe8a4ba70a2144d9541
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

  Changed paths:
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  rename variables


  Commit: 6908b473e737e3a45c27640aa50cb93b1fd4c289
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/6908b473e737e3a45c27640aa50cb93b1fd4c289
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M 
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/help-__emptyForHelp.html
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  refactor and added help


  Commit: 1c76bdd80143c166efa552c62d5f2621b6b40ba3
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/1c76bdd80143c166efa552c62d5f2621b6b40ba3
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  fixed bugged selector and refactor


  Commit: 75fcbde7ae51ba0a87ac0588137afa5225195cb8
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/75fcbde7ae51ba0a87ac0588137afa5225195cb8
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M HpToolsLauncher/Launcher.cs
    M HpToolsLauncher/Properties/Resources.Designer.cs
    M HpToolsLauncher/Properties/Resources.resx
    M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
    M HpToolsLauncher/Runners/FileSystemTestsRunner.cs

  Log Message:
  -----------
  added docs, refactor for ALMRunner in parameter specification, separating 
test parameter specifications


  Commit: d09858304336f41c74c9b4b1273e88c37c83e1c3
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/d09858304336f41c74c9b4b1273e88c37c83e1c3
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  Fixing "Error occurred while parsing parameter input" from the table of 
parameters


  Commit: 658c807500ed316ceb1f82192a4eb02337d037de
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/658c807500ed316ceb1f82192a4eb02337d037de
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  fix JSON formatting issues for input and output as well


  Commit: ec48a063ae2f0930c7e6166a085e1034c15e17f7
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/ec48a063ae2f0930c7e6166a085e1034c15e17f7
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M 
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/config.jelly
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  fix JSON formatting issue caused by security policy, adjustments for UI


  Commit: f28c5ef09ec520781a54465fb5a955d855fca8f0
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/f28c5ef09ec520781a54465fb5a955d855fca8f0
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M 
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/config.jelly
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  refactor, changed class names, added additional check for parsed JSON


  Commit: 10071b79b33d9991f55c7157444477d197615691
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/10071b79b33d9991f55c7157444477d197615691
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  bugfix, testinput has to be queried each time, because if textarea is 
expanded, the previous input is hided, not removed


  Commit: b5afaad01b5d58b74a0ac429d98ba9d48e421e88
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/b5afaad01b5d58b74a0ac429d98ba9d48e421e88
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-21 (Mon, 21 Feb 2022)

  Changed paths:
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  fixing undefined label for test if test input is empty


  Commit: f50482c51e4461d1b5d712d7779efb7b457fd5c1
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/f50482c51e4461d1b5d712d7779efb7b457fd5c1
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-21 (Mon, 21 Feb 2022)

  Changed paths:
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  more descriptive message if no tests are specified


  Commit: a030e1d8cad096da5855af69000470bc2573556e
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/a030e1d8cad096da5855af69000470bc2573556e
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M HpToolsLauncher/HpToolsLauncherTests/UnitTest1.cs
    M HpToolsLauncher/Properties/Resources.Designer.cs
    M HpToolsLauncher/Properties/Resources.resx
    M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
    M HpToolsLauncher/TestInfo.cs
    M HpToolsLauncher/TestParameterInfo.cs
    M HpToolsLauncher/TestRunners/ApiTestRunner.cs
    M HpToolsLauncher/TestRunners/GuiTestRunner.cs
    M 
src/main/java/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel.java
    M 
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/config.jelly
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  Fixed "illegal input parameter type" defect with Any param type, for Date 
type only Date portion is printed, fixed issue with ALM jobs, where only first 
param would be used, introduced type verification for API tests


  Commit: 768ccfd8f67b1ae1f2b82adc278d61c9a310676a
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/768ccfd8f67b1ae1f2b82adc278d61c9a310676a
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel.java
    M 
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/config.jelly
    M src/main/webapp/js/specifyParametersUtils.js

  Log Message:
  -----------
  refactor for type dropdown


  Commit: 64e3c88fcb4eebe0a9056473994ee6088ca4200b
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/64e3c88fcb4eebe0a9056473994ee6088ca4200b
  Author: Zsolt Lukacs <zsolt.luk...@microfocus.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M HpToolsLauncher/TestParameterInfo.cs
    M 
src/main/java/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel.java

  Log Message:
  -----------
  refactor, changed variable name, fixed defect, in case of the Number type 
error was thrown for non-corresponding type


  Commit: eb6de5b5dbd9d4db51f9ecf2c31b4a9b08e665ef
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/eb6de5b5dbd9d4db51f9ecf2c31b4a9b08e665ef
  Author: plescaevelyn <62516621+plescaeve...@users.noreply.github.com>
  Date:   2022-03-07 (Mon, 07 Mar 2022)

  Changed paths:
    M HpToolsLauncher/Helper.cs
    M HpToolsLauncher/HpToolsLauncher.csproj
    M HpToolsLauncher/HpToolsLauncherTests/UnitTest1.cs
    M HpToolsLauncher/Launcher.cs
    M HpToolsLauncher/Properties/Resources.Designer.cs
    M HpToolsLauncher/Properties/Resources.resx
    M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
    M HpToolsLauncher/Runners/FileSystemTestsRunner.cs
    M HpToolsLauncher/TestInfo.cs
    A HpToolsLauncher/TestParameter.cs
    M HpToolsLauncher/TestParameterInfo.cs
    M HpToolsLauncher/TestRunners/ApiTestRunner.cs
    M HpToolsLauncher/TestRunners/GuiTestRunner.cs
    M 
src/main/java/com/microfocus/application/automation/tools/model/RunFromAlmModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/model/RunFromFileSystemModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromFileBuilder.java
    A 
src/main/java/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel.java
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/config.jelly
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/help-almTestSets.html
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromFileBuilder/config.jelly
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromFileBuilder/help-fsTests.html
    A 
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/help-__emptyForHelp.html
    M 
src/main/resources/com/microfocus/application/automation/tools/uft/model/UftSettingsModel/config.jelly
    M src/main/webapp/js/fileSystemUtils.js
    A src/main/webapp/js/specifyParametersUtils.js
    M 
src/test/java/com/microfocus/application/automation/tools/octane/tests/detection/UFTExtensionTest.java

  Log Message:
  -----------
  Merge pull request #477 from Zsolt-Lukacs22/latest

Improve parameter configuration in Jenkins jobs


Compare: 
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/compare/a6cf8fd91c0e...eb6de5b5dbd9

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hpe-application-automation-tools-plugin/push/refs/heads/latest/a6cf8f-eb6de5%40github.com.

Reply via email to