Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: ecd38d59dd0d08c3eac3e6f9c869654fcf7e7bd8
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/ecd38d59dd0d08c3eac3e6f9c869654fcf7e7bd8
  Author: Dorin Bogdan <[email protected]>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

  Changed paths:
    A 
src/main/java/com/microfocus/application/automation/tools/model/CredentialsScope.java
    M 
src/main/java/com/microfocus/application/automation/tools/model/RunFromAlmModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/MigrateAlmCredentialsBuilder.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/help-almCredentialsScope.html
    M src/main/webapp/js/almUtils.js
    M 
src/test/java/com/microfocus/application/automation/tools/octane/tests/detection/UFTExtensionTest.java

  Log Message:
  -----------
  US #687011 [Jenkins][Security ]Improve Credential handling for Jenkins plugin


  Commit: 5597a3f3886c016972bbf16b8cf86d79e0543ca8
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/5597a3f3886c016972bbf16b8cf86d79e0543ca8
  Author: Dorin Bogdan <[email protected]>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/model/CredentialsScope.java
    M 
src/main/java/com/microfocus/application/automation/tools/model/RunFromAlmModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/config.jelly

  Log Message:
  -----------
  backward compatibility handling, few optimizations, get rid of some warnings


  Commit: 5bc3f85a60fb9937444647d80a57405950fe12f2
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/5bc3f85a60fb9937444647d80a57405950fe12f2
  Author: Dorin Bogdan <[email protected]>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/help-almCredentialsScope.html

  Log Message:
  -----------
  small improvements to get more readable code


  Commit: 00c883dd69227b0daa196f7c496a64e25bd8cf52
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/00c883dd69227b0daa196f7c496a64e25bd8cf52
  Author: Dorin Bogdan <[email protected]>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java

  Log Message:
  -----------
  clean-up unused code / functions


  Commit: ea73784c330f649743697abe8071148395e3a895
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/ea73784c330f649743697abe8071148395e3a895
  Author: Dorin Bogdan <[email protected]>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/model/AlmServerSettingsModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java

  Log Message:
  -----------
  improve / simplify complex functions


  Commit: 6f196a523cdae500006026a8ae19213bc3f027a2
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/6f196a523cdae500006026a8ae19213bc3f027a2
  Author: Dorin Bogdan <[email protected]>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  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
    M HpToolsLauncher/TestRunners/ApiTestRunner.cs
    M HpToolsLauncher/TestRunners/GuiTestRunner.cs
    M HpToolsLauncher/TestSuiteRunResults.cs
    M pom.xml
    M 
src/main/java/com/microfocus/application/automation/tools/AlmToolsUtils.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/model/processors/builders/AbstractBuilderProcessor.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/octaneExecution/ExecuteTestsInOctaneBuilder.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/JUnitXmlIterator.java
    M 
src/main/java/com/microfocus/application/automation/tools/results/ReportMetaData.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
    M 
src/main/java/com/microfocus/application/automation/tools/run/SseBuilder.java
    M 
src/main/java/com/microfocus/application/automation/tools/sse/sdk/handler/LabPollHandler.java
    M 
src/main/java/com/microfocus/application/automation/tools/sse/sdk/handler/PollHandler.java
    M src/main/resources/META-INF/hudson.remoting.ClassFilter
    M 
src/main/resources/com/microfocus/application/automation/tools/octane/octaneExecution/ExecuteTestsInOctaneBuilder/config.jelly
    M 
src/main/resources/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder/help.html
    M 
src/main/resources/com/microfocus/application/automation/tools/results/HtmlBuildReportAction/index.jelly
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromFileBuilder/config.jelly
    M 
src/main/resources/com/microfocus/application/automation/tools/settings/OctaneServerSettingsGlobalConfiguration/help-parameters.html
    M 
src/main/resources/com/microfocus/application/automation/tools/uft/model/FilterTestsModel/config.jelly
    M src/main/webapp/configure.js

  Log Message:
  -----------
  Merge branch 'latest' into latest


  Commit: b9d1cdca323a52634cf65a31b2acfc7a5a04f79c
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/b9d1cdca323a52634cf65a31b2acfc7a5a04f79c
  Author: Dorin Bogdan <[email protected]>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java

  Log Message:
  -----------
  fix compile error


  Commit: 4606246f07bd731e6fa42a2d649ebe6a4d849084
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/4606246f07bd731e6fa42a2d649ebe6a4d849084
  Author: Dorin Bogdan <[email protected]>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java

  Log Message:
  -----------
  revert / remove duplicate try/catch block


  Commit: 5f74531d558441b2374f9599dcc519bbceee805d
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/5f74531d558441b2374f9599dcc519bbceee805d
  Author: Zhipeng Wang <[email protected]>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/model/AlmServerSettingsModel.java
    A 
src/main/java/com/microfocus/application/automation/tools/model/CredentialsScope.java
    M 
src/main/java/com/microfocus/application/automation/tools/model/RunFromAlmModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/MigrateAlmCredentialsBuilder.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java
    M 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/help-almCredentialsScope.html
    M src/main/webapp/js/almUtils.js
    M 
src/test/java/com/microfocus/application/automation/tools/octane/tests/detection/UFTExtensionTest.java

  Log Message:
  -----------
  Merge pull request #445 from dorin7bogdan/latest

US #687011 [Jenkins][Security ]Improve Credential handling for Jenkins plugin


Compare: 
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/compare/3061939eee08...5f74531d5584

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hpe-application-automation-tools-plugin/push/refs/heads/latest/306193-5f7453%40github.com.

Reply via email to