Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/azure-commons-plugin

  Commit: 28cd86d1e1df20ea82edca1c9b97cc8accae264c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/28cd86d1e1df20ea82edca1c9b97cc8accae264c

  Author: Microsoft GitHub User <msftg...@microsoft.com>

  Date:   2017-07-17 (Mon, 17 Jul 2017)



  Changed paths:

    A .gitignore



  Log Message:

  -----------

  Initial commit





  Commit: 438479040e9dc7009f71d55653763c5b4e069176

      
https://github.com/jenkinsci/azure-commons-plugin/commit/438479040e9dc7009f71d55653763c5b4e069176

  Author: Microsoft Open Source <microsoftopensou...@users.noreply.github.com>

  Date:   2017-07-17 (Mon, 17 Jul 2017)



  Changed paths:

    A LICENSE



  Log Message:

  -----------

  Initial commit





  Commit: 7b5049a6f668b0215a53bd1a4a5e78ee51f78a2c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/7b5049a6f668b0215a53bd1a4a5e78ee51f78a2c

  Author: Microsoft Open Source <microsoftopensou...@users.noreply.github.com>

  Date:   2017-07-17 (Mon, 17 Jul 2017)



  Changed paths:

    A README.md



  Log Message:

  -----------

  Initial commit





  Commit: 21514d74f1980ccada303eeacd0654533a6e7b08

      
https://github.com/jenkinsci/azure-commons-plugin/commit/21514d74f1980ccada303eeacd0654533a6e7b08

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-18 (Tue, 18 Jul 2017)



  Changed paths:

    M .gitignore

    A pom.xml

    A src/main/java/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder.java

    A src/main/resources/index.jelly

    A 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/config.jelly

    A 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/global.jelly

    A 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/help-name.html

    A 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/help-useFrench.html



  Log Message:

  -----------

  initial commit with a default helloWorld builder





  Commit: ac6e24774fcf1b07275bf2196ec9047498af58c0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/ac6e24774fcf1b07275bf2196ec9047498af58c0

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-19 (Wed, 19 Jul 2017)



  Changed paths:

    M .gitignore

    A pom.xml

    A src/main/java/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder.java

    A src/main/resources/index.jelly

    A 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/config.jelly

    A 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/global.jelly

    A 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/help-name.html

    A 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/help-useFrench.html



  Log Message:

  -----------

  Merge pull request #1 from juniwang/master



initial commit as plugin with a default helloWorld builder





  Commit: a3f5ddb88d645616817743b3e525894a21244283

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a3f5ddb88d645616817743b3e525894a21244283

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-07-19 (Wed, 19 Jul 2017)



  Changed paths:

    M pom.xml

    A src/main/java/com/microsoft/jenkins/azurecommons/Constants.java

    A src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    A src/main/resources/org/jenkinsci/plugins/azurecommons/Messages.properties



  Log Message:

  -----------

  SSH client helper





  Commit: 4fa87afb810587bc1c875764161e000b20b35867

      
https://github.com/jenkinsci/azure-commons-plugin/commit/4fa87afb810587bc1c875764161e000b20b35867

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-19 (Wed, 19 Jul 2017)



  Changed paths:

    M pom.xml

    A src/main/java/com/microsoft/jenkins/azurecommons/HelloWorldBuilder.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientConfiguration.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    R src/main/java/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder.java

    A src/main/resources/ApplicationInsights.xml

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/HelloWorldBuilder/config.jelly

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/HelloWorldBuilder/global.jelly

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/HelloWorldBuilder/help-name.html

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/HelloWorldBuilder/help-useFrench.html

    R 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/config.jelly

    R 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/global.jelly

    R 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/help-name.html

    R 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/help-useFrench.html



  Log Message:

  -----------

  application insights client codes





  Commit: f3e8c684052606c73079b24486b3c2a60eb6eebd

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f3e8c684052606c73079b24486b3c2a60eb6eebd

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-20 (Thu, 20 Jul 2017)



  Changed paths:

    R src/main/java/com/microsoft/jenkins/azurecommons/HelloWorldBuilder.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    R 
src/main/resources/com/microsoft/jenkins/azurecommons/HelloWorldBuilder/config.jelly

    R 
src/main/resources/com/microsoft/jenkins/azurecommons/HelloWorldBuilder/global.jelly

    R 
src/main/resources/com/microsoft/jenkins/azurecommons/HelloWorldBuilder/help-name.html

    R 
src/main/resources/com/microsoft/jenkins/azurecommons/HelloWorldBuilder/help-useFrench.html

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.jelly

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.properties

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/help-appInsightsEnabled.html



  Log Message:

  -----------

  add global configuration settings for app insights





  Commit: 1c9ec3e19a21ef506daa60bf06c187a52c19ac02

      
https://github.com/jenkinsci/azure-commons-plugin/commit/1c9ec3e19a21ef506daa60bf06c187a52c19ac02

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-21 (Fri, 21 Jul 2017)



  Changed paths:

    A src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientConfiguration.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    M 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.jelly



  Log Message:

  -----------

  enable opt-in/out event in commons plugin and serve as example





  Commit: 79c07dfed83e38bed529affb61489dcf4b3f947c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/79c07dfed83e38bed529affb61489dcf4b3f947c

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-24 (Mon, 24 Jul 2017)



  Changed paths:

    M pom.xml

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/TelemetryInterceptor.java



  Log Message:

  -----------

  add interceptor to trace azure rest api calls





  Commit: 682cb6164c48d6e5a5cd5ef4ef8340b625e0497c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/682cb6164c48d6e5a5cd5ef4ef8340b625e0497c

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-07-24 (Mon, 24 Jul 2017)



  Changed paths:

    M pom.xml

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    A src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    M src/main/resources/org/jenkinsci/plugins/azurecommons/Messages.properties



  Log Message:

  -----------

  Update the SSHClient with more authentication options





  Commit: 99970b81857915917698a5cf3e4ab97dc5907c9c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/99970b81857915917698a5cf3e4ab97dc5907c9c

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-07-24 (Mon, 24 Jul 2017)



  Changed paths:

    M pom.xml

    A src/main/java/com/microsoft/jenkins/azurecommons/Constants.java

    A src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    A src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    A src/main/resources/org/jenkinsci/plugins/azurecommons/Messages.properties



  Log Message:

  -----------

  Merge pull request #2 from ArieShout/ssh



SSH client helper





  Commit: 2cdd23f6568a7a653d992310b3c8af17ccde7e13

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2cdd23f6568a7a653d992310b3c8af17ccde7e13

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-24 (Mon, 24 Jul 2017)



  Changed paths:

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsUtils.java



  Log Message:

  -----------

  add utils for has sensitive properties





  Commit: d29492dc328d0416273ca92afcbda7dfdf717ad4

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d29492dc328d0416273ca92afcbda7dfdf717ad4

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-24 (Mon, 24 Jul 2017)



  Changed paths:

    M pom.xml

    A src/main/java/com/microsoft/jenkins/azurecommons/Constants.java

    A src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    A src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    A src/main/resources/org/jenkinsci/plugins/azurecommons/Messages.properties



  Log Message:

  -----------

  merge and resolve conflicts





  Commit: 0e376758649ac37941aaac875dabb599794d458e

      
https://github.com/jenkinsci/azure-commons-plugin/commit/0e376758649ac37941aaac875dabb599794d458e

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-24 (Mon, 24 Jul 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java



  Log Message:

  -----------

  add doc for local debug





  Commit: f054b31f39eeb3d22eb656ffba7ca1bf09d707e9

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f054b31f39eeb3d22eb656ffba7ca1bf09d707e9

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-25 (Tue, 25 Jul 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java



  Log Message:

  -----------

  add sync lock to avoid instantiating AppInsightsClient of the same plugin 
multiple times





  Commit: bab232ce63b3f1bd8e36c15f34ad4ae99833e4e5

      
https://github.com/jenkinsci/azure-commons-plugin/commit/bab232ce63b3f1bd8e36c15f34ad4ae99833e4e5

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-25 (Tue, 25 Jul 2017)



  Changed paths:

    M pom.xml

    A src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsUtils.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/TelemetryInterceptor.java

    R src/main/java/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder.java

    A src/main/resources/ApplicationInsights.xml

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.jelly

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.properties

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/help-appInsightsEnabled.html

    R 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/config.jelly

    R 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/global.jelly

    R 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/help-name.html

    R 
src/main/resources/org/jenkinsci/plugins/azurecommons/HelloWorldBuilder/help-useFrench.html



  Log Message:

  -----------

  Merge pull request #3 from juniwang/dev



Add common client libraries for App Insights





  Commit: 156fe2cf3b0fde8513e78fe275d6a12ab0a242b7

      
https://github.com/jenkinsci/azure-commons-plugin/commit/156fe2cf3b0fde8513e78fe275d6a12ab0a242b7

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-26 (Wed, 26 Jul 2017)



  Changed paths:

    M pom.xml

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AzureHttpRecorder.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/TelemetryInterceptor.java



  Log Message:

  -----------

  update Azure http recorder to avoid ClassLoader issue





  Commit: 01408540155cf5bd46505920fed8a0daa418a291

      
https://github.com/jenkinsci/azure-commons-plugin/commit/01408540155cf5bd46505920fed8a0daa418a291

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-07-26 (Wed, 26 Jul 2017)



  Changed paths:

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java



  Log Message:

  -----------

  Non-captured SSH remote command execution





  Commit: 29c66d9b33e1a083fc131f239d9b42d812f83ab3

      
https://github.com/jenkinsci/azure-commons-plugin/commit/29c66d9b33e1a083fc131f239d9b42d812f83ab3

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-27 (Thu, 27 Jul 2017)



  Changed paths:

    M pom.xml

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AzureHttpRecorder.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/TelemetryInterceptor.java



  Log Message:

  -----------

  Merge pull request #4 from juniwang/dev



update Azure http recorder to avoid ClassLoader issue





  Commit: 9943a07273394f81f21544cc8b23c6f87fac1231

      
https://github.com/jenkinsci/azure-commons-plugin/commit/9943a07273394f81f21544cc8b23c6f87fac1231

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-07-28 (Fri, 28 Jul 2017)



  Changed paths:

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java



  Log Message:

  -----------

  Merge pull request #6 from ArieShout/non-captured-ssh-exec



Support for non-captured SSH remote command execution





  Commit: 5b54dd56296b52c94d63fd4246239962c255193e

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5b54dd56296b52c94d63fd4246239962c255193e

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-07-31 (Mon, 31 Jul 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java



  Log Message:

  -----------

  validate the plugin not null before sending event





  Commit: de9bf12b6968e08be07fdf646f9352f640046151

      
https://github.com/jenkinsci/azure-commons-plugin/commit/de9bf12b6968e08be07fdf646f9352f640046151

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-08-01 (Tue, 01 Aug 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java



  Log Message:

  -----------

  fix more null pointer exception while performing testing locally





  Commit: 5abb5e7e50006da96ba83d3a555036d2694cf2a3

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5abb5e7e50006da96ba83d3a555036d2694cf2a3

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-08-01 (Tue, 01 Aug 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java



  Log Message:

  -----------

  Merge pull request #7 from juniwang/dev



validate the plugin not null before sending event





  Commit: 2e29bb42c3d8c7db3027cf2c9f07a85962aaa4b0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2e29bb42c3d8c7db3027cf2c9f07a85962aaa4b0

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-08-02 (Wed, 02 Aug 2017)



  Changed paths:

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    M src/main/resources/org/jenkinsci/plugins/azurecommons/Messages.properties



  Log Message:

  -----------

  Throw specific exception on SSH command error exit status





  Commit: 444d91499d477dbf763be46c473627e7147a36b0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/444d91499d477dbf763be46c473627e7147a36b0

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-08-02 (Wed, 02 Aug 2017)



  Changed paths:

    M src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java



  Log Message:

  -----------

  add plugin load events for AI





  Commit: 5fec93473345c013d883f291ca3ff21c9f85628d

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5fec93473345c013d883f291ca3ff21c9f85628d

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-08-03 (Thu, 03 Aug 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    M 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.jelly

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator/footer.jelly



  Log Message:

  -----------

  add page decorator to send ping





  Commit: 2d8c5b1479181dde58a4e9de5f8c8ce71ca30661

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2d8c5b1479181dde58a4e9de5f8c8ce71ca30661

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-08-04 (Fri, 04 Aug 2017)



  Changed paths:

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    M src/main/resources/org/jenkinsci/plugins/azurecommons/Messages.properties



  Log Message:

  -----------

  Merge pull request #8 from ArieShout/ssh-exit-status



Throw specific exception on SSH command error exit status





  Commit: c3d00fd480f4bc6d1a25b3e865525232cc4807f8

      
https://github.com/jenkinsci/azure-commons-plugin/commit/c3d00fd480f4bc6d1a25b3e865525232cc4807f8

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-08-04 (Fri, 04 Aug 2017)



  Changed paths:

    M src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java



  Log Message:

  -----------

  add plugin load events for AI





  Commit: 63c458c1d146a5822309d194adf9dbcf6447ffb5

      
https://github.com/jenkinsci/azure-commons-plugin/commit/63c458c1d146a5822309d194adf9dbcf6447ffb5

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-08-04 (Fri, 04 Aug 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    M 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.jelly

    A 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator/footer.jelly



  Log Message:

  -----------

  add page decorator to send ping





  Commit: 11191cf5a10489976c8d93c2d995c95af594494f

      
https://github.com/jenkinsci/azure-commons-plugin/commit/11191cf5a10489976c8d93c2d995c95af594494f

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-08-04 (Fri, 04 Aug 2017)



  Changed paths:

    A src/main/resources/lib/azure/checkboxList.jelly

    A src/main/resources/lib/azure/checkboxList/checkboxList.js

    A src/main/resources/lib/azure/taglib



  Log Message:

  -----------

  Dynamic checkbox list





  Commit: 31fbe2f42145cb5353caba75dd89d258a4352fc9

      
https://github.com/jenkinsci/azure-commons-plugin/commit/31fbe2f42145cb5353caba75dd89d258a4352fc9

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-08-04 (Fri, 04 Aug 2017)



  Changed paths:

    A src/main/resources/lib/azure/checkboxList.jelly

    A src/main/resources/lib/azure/checkboxList/checkboxList.js

    A src/main/resources/lib/azure/taglib



  Log Message:

  -----------

  Merge pull request #5 from ArieShout/checkbox-list



Dynamic checkbox list





  Commit: ec78e51d9ccf7ba70ec1361f8851c65ec66f5ca8

      
https://github.com/jenkinsci/azure-commons-plugin/commit/ec78e51d9ccf7ba70ec1361f8851c65ec66f5ca8

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-08-04 (Fri, 04 Aug 2017)



  Changed paths:

    A src/main/java/com/microsoft/jenkins/azurecommons/EnvironmentInjector.java



  Log Message:

  -----------

  Inject environment variables to run object





  Commit: 97e8706128f911525d3bced747aecd8dc56bfc62

      
https://github.com/jenkinsci/azure-commons-plugin/commit/97e8706128f911525d3bced747aecd8dc56bfc62

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-08-04 (Fri, 04 Aug 2017)



  Changed paths:

    A checkstyle.xml

    M pom.xml

    M src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    M src/main/java/com/microsoft/jenkins/azurecommons/EnvironmentInjector.java

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsUtils.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AzureHttpRecorder.java

    A src/main/resources/com/microsoft/jenkins/azurecommons/Messages.properties

    M 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.properties

    R src/main/resources/org/jenkinsci/plugins/azurecommons/Messages.properties



  Log Message:

  -----------

  Enforce checkstyle





  Commit: cb9794925eb053cf6236b212349547a435812e72

      
https://github.com/jenkinsci/azure-commons-plugin/commit/cb9794925eb053cf6236b212349547a435812e72

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-08-04 (Fri, 04 Aug 2017)



  Changed paths:

    A checkstyle.xml

    M pom.xml

    M src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    A src/main/java/com/microsoft/jenkins/azurecommons/EnvironmentInjector.java

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsUtils.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AzureHttpRecorder.java

    A src/main/resources/com/microsoft/jenkins/azurecommons/Messages.properties

    M 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.properties

    R src/main/resources/org/jenkinsci/plugins/azurecommons/Messages.properties



  Log Message:

  -----------

  Merge pull request #10 from ArieShout/inject-env



Inject environment variables and apply checkstyle





  Commit: 83c612fe206407757747e982e9b4dd2c430af88a

      
https://github.com/jenkinsci/azure-commons-plugin/commit/83c612fe206407757747e982e9b4dd2c430af88a

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-08-07 (Mon, 07 Aug 2017)



  Changed paths:

    M pom.xml

    M src/main/java/com/microsoft/jenkins/azurecommons/Constants.java

    A src/main/java/com/microsoft/jenkins/azurecommons/JobContext.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/BaseCommandContext.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    A src/main/java/com/microsoft/jenkins/azurecommons/command/CommandState.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/IBaseCommandData.java

    A src/main/java/com/microsoft/jenkins/azurecommons/command/ICommand.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/ICommandServiceData.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/INextCommandAware.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/SimpleBuildStepExecution.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/TransitionInfo.java

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    M src/main/resources/com/microsoft/jenkins/azurecommons/Messages.properties



  Log Message:

  -----------

  Command state machine





  Commit: a5dc25062e481321d83576cf5daf18a3bb7f30ad

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a5dc25062e481321d83576cf5daf18a3bb7f30ad

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-08-08 (Tue, 08 Aug 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/BaseCommandContext.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    M src/main/java/com/microsoft/jenkins/azurecommons/command/CommandState.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/IBaseCommandData.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/ICommandServiceData.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/INextCommandAware.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/command/TransitionInfo.java



  Log Message:

  -----------

  Refine the CommandService, reducing states and simplifying transitions





  Commit: d0ec406880abb38f4fe24e09ec97843b8d94dc8e

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d0ec406880abb38f4fe24e09ec97843b8d94dc8e

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-08-08 (Tue, 08 Aug 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/BaseCommandContext.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    M src/main/java/com/microsoft/jenkins/azurecommons/command/CommandState.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/IBaseCommandData.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/ICommandServiceData.java



  Log Message:

  -----------

  Add last command state to the command service data





  Commit: 6ca600c3abf1a42f56ed4604edc6181099b3949d

      
https://github.com/jenkinsci/azure-commons-plugin/commit/6ca600c3abf1a42f56ed4604edc6181099b3949d

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-08-09 (Wed, 09 Aug 2017)



  Changed paths:

    M pom.xml

    M src/main/java/com/microsoft/jenkins/azurecommons/Constants.java

    A src/main/java/com/microsoft/jenkins/azurecommons/JobContext.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/BaseCommandContext.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    A src/main/java/com/microsoft/jenkins/azurecommons/command/CommandState.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/IBaseCommandData.java

    A src/main/java/com/microsoft/jenkins/azurecommons/command/ICommand.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/ICommandServiceData.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/INextCommandAware.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/SimpleBuildStepExecution.java

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    M src/main/resources/com/microsoft/jenkins/azurecommons/Messages.properties



  Log Message:

  -----------

  Merge pull request #11 from ArieShout/command-fsm



Command state machine





  Commit: 840130cb432a8c6996d7fd284693d908425e68cc

      
https://github.com/jenkinsci/azure-commons-plugin/commit/840130cb432a8c6996d7fd284693d908425e68cc

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-08-15 (Tue, 15 Aug 2017)



  Changed paths:

    M pom.xml

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java



  Log Message:

  -----------

  replace the default AI instrumentation key with test key





  Commit: 43a094241817319be271f15bd130d4b58ced69fe

      
https://github.com/jenkinsci/azure-commons-plugin/commit/43a094241817319be271f15bd130d4b58ced69fe

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-08-15 (Tue, 15 Aug 2017)



  Changed paths:

    A checkstyle.xml

    M pom.xml

    M src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    M src/main/java/com/microsoft/jenkins/azurecommons/Constants.java

    A src/main/java/com/microsoft/jenkins/azurecommons/EnvironmentInjector.java

    A src/main/java/com/microsoft/jenkins/azurecommons/JobContext.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/BaseCommandContext.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    A src/main/java/com/microsoft/jenkins/azurecommons/command/CommandState.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/IBaseCommandData.java

    A src/main/java/com/microsoft/jenkins/azurecommons/command/ICommand.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/ICommandServiceData.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/INextCommandAware.java

    A 
src/main/java/com/microsoft/jenkins/azurecommons/command/SimpleBuildStepExecution.java

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsUtils.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AzureHttpRecorder.java

    A src/main/resources/com/microsoft/jenkins/azurecommons/Messages.properties

    M 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.properties

    A src/main/resources/lib/azure/checkboxList.jelly

    A src/main/resources/lib/azure/checkboxList/checkboxList.js

    A src/main/resources/lib/azure/taglib

    R src/main/resources/org/jenkinsci/plugins/azurecommons/Messages.properties



  Log Message:

  -----------

  merge and resolve conflicts





  Commit: d71448caaa4b58adcd0eaf40a8bafb5ead568cc7

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d71448caaa4b58adcd0eaf40a8bafb5ead568cc7

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-08-16 (Wed, 16 Aug 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java



  Log Message:

  -----------

  fix issue that default AI config instead of user config is effective after 
Jenkins restart





  Commit: 4eb810d5eff469cd627945faf17a01f0c91af5a4

      
https://github.com/jenkinsci/azure-commons-plugin/commit/4eb810d5eff469cd627945faf17a01f0c91af5a4

  Author: Junbo Wang <juniw...@microsoft.com>

  Date:   2017-08-17 (Thu, 17 Aug 2017)



  Changed paths:

    M pom.xml

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java



  Log Message:

  -----------

  Merge pull request #13 from juniwang/dev



Set the test AI as default





  Commit: 3986a4a107a76593d1a721c02860b5827541f89a

      
https://github.com/jenkinsci/azure-commons-plugin/commit/3986a4a107a76593d1a721c02860b5827541f89a

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-08-17 (Thu, 17 Aug 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    A 
src/test/java/com/microsoft/jenkins/azurecommons/command/CommandServiceTest.java



  Log Message:

  -----------

  traceable methods for CommandService





  Commit: de763a82dabff2845500963963738f375225c02f

      
https://github.com/jenkinsci/azure-commons-plugin/commit/de763a82dabff2845500963963738f375225c02f

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-08-17 (Thu, 17 Aug 2017)



  Changed paths:

    M pom.xml

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    M 
src/test/java/com/microsoft/jenkins/azurecommons/command/CommandServiceTest.java



  Log Message:

  -----------

  Unit tests for CommandService





  Commit: 6328b2aed27a4b588a782577f6daca5fcfe387b9

      
https://github.com/jenkinsci/azure-commons-plugin/commit/6328b2aed27a4b588a782577f6daca5fcfe387b9

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-08-19 (Sat, 19 Aug 2017)



  Changed paths:

    M pom.xml

    M src/main/java/com/microsoft/jenkins/azurecommons/EnvironmentInjector.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/BaseCommandContext.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/IBaseCommandData.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/SimpleBuildStepExecution.java

    M 
src/test/java/com/microsoft/jenkins/azurecommons/command/CommandServiceTest.java



  Log Message:

  -----------

  Fix envionment variables injection/fetch for pipeline





  Commit: 1ff9d1b6093da6ee8db18104922df6140f353e7b

      
https://github.com/jenkinsci/azure-commons-plugin/commit/1ff9d1b6093da6ee8db18104922df6140f353e7b

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-09-04 (Mon, 04 Sep 2017)



  Changed paths:

    M pom.xml

    M src/main/java/com/microsoft/jenkins/azurecommons/EnvironmentInjector.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/BaseCommandContext.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/IBaseCommandData.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/command/SimpleBuildStepExecution.java

    A 
src/test/java/com/microsoft/jenkins/azurecommons/command/CommandServiceTest.java



  Log Message:

  -----------

  Merge pull request #14 from ArieShout/env



Fix environment injection and fetch for pipeline, close duplicate #12





  Commit: 71a6ada79083e034e5943c7bb69615a1b40f79b5

      
https://github.com/jenkinsci/azure-commons-plugin/commit/71a6ada79083e034e5943c7bb69615a1b40f79b5

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-09-20 (Wed, 20 Sep 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Use 0.1 as the base version (#17)





  Commit: 84bbe6d26c79678b3b86713a2405bd20e3ba125c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/84bbe6d26c79678b3b86713a2405bd20e3ba125c

  Author: Dayang Shen <days...@microsoft.com>

  Date:   2017-09-25 (Mon, 25 Sep 2017)



  Changed paths:

    A EULA.txt

    A ThirdPartyNotices.txt

    M pom.xml



  Log Message:

  -----------

  Add EULA and ThirdPartyNotices





  Commit: 4f31e5497889d7e71a738f305758837005f1916f

      
https://github.com/jenkinsci/azure-commons-plugin/commit/4f31e5497889d7e71a738f305758837005f1916f

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-09-25 (Mon, 25 Sep 2017)



  Changed paths:

    M pom.xml

    A 
src/main/java/com/microsoft/jenkins/azurecommons/credentials/MsiTokenCredentials.java



  Log Message:

  -----------

  Add the MSI credential for Azure client.





  Commit: ba5f1eb742483d0e0650a503d29bdfbfb33aa393

      
https://github.com/jenkinsci/azure-commons-plugin/commit/ba5f1eb742483d0e0650a503d29bdfbfb33aa393

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-09-25 (Mon, 25 Sep 2017)



  Changed paths:

    A src/main/resources/lib/azure/dropdownList.jelly

    A src/main/resources/lib/azure/dropdownList/dropdownList.js

    A src/main/resources/lib/azure/radioBlock.jelly

    A src/main/resources/lib/azure/radioBlock/radioBlock.js

    A src/main/resources/lib/azure/tab.jelly



  Log Message:

  -----------

  Migrate the UI Control by Wanpang.





  Commit: 36524bd8a4d4be798c34d4d3803b535ff9de7f61

      
https://github.com/jenkinsci/azure-commons-plugin/commit/36524bd8a4d4be798c34d4d3803b535ff9de7f61

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-09-25 (Mon, 25 Sep 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/credentials/MsiTokenCredentials.java



  Log Message:

  -----------

  Fix the checkstyle.





  Commit: 3b7dd18806db6572d02c6d32aad0acaadd4920be

      
https://github.com/jenkinsci/azure-commons-plugin/commit/3b7dd18806db6572d02c6d32aad0acaadd4920be

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-09-25 (Mon, 25 Sep 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/credentials/MsiTokenCredentials.java



  Log Message:

  -----------

  Fix some missing text.





  Commit: 4d1a269a14244e623a81e3c11510cfb9d13bf65b

      
https://github.com/jenkinsci/azure-commons-plugin/commit/4d1a269a14244e623a81e3c11510cfb9d13bf65b

  Author: Ken Chen <kenc...@microsoft.com>

  Date:   2017-09-25 (Mon, 25 Sep 2017)



  Changed paths:

    A CHANGELOG.md

    A CONTRIBUTING.md

    M README.md

    M pom.xml



  Log Message:

  -----------

  Update README and pom.xml for initial release





  Commit: fc5424fa0969076380726b0a020044c86534d7a3

      
https://github.com/jenkinsci/azure-commons-plugin/commit/fc5424fa0969076380726b0a020044c86534d7a3

  Author: Ken Chen <kenc...@microsoft.com>

  Date:   2017-09-26 (Tue, 26 Sep 2017)



  Changed paths:

    M README.md



  Log Message:

  -----------

  Remove EULA from README





  Commit: f04c1c2f9a4855e9d392200bb69a775782c4521b

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f04c1c2f9a4855e9d392200bb69a775782c4521b

  Author: Ken Chen <kenc...@microsoft.com>

  Date:   2017-09-26 (Tue, 26 Sep 2017)



  Changed paths:

    M README.md



  Log Message:

  -----------

  Minor update to README





  Commit: 4d262d70168b60bb0acf8d54d456dc45b6833835

      
https://github.com/jenkinsci/azure-commons-plugin/commit/4d262d70168b60bb0acf8d54d456dc45b6833835

  Author: Ken Chen <kenc...@microsoft.com>

  Date:   2017-09-26 (Tue, 26 Sep 2017)



  Changed paths:

    M pom.xml

    M src/main/resources/ApplicationInsights.xml



  Log Message:

  -----------

  Fix pom.xml to include right resources for checkstyle





  Commit: 23dc27e6d7b145406835487b0b713224fa85975f

      
https://github.com/jenkinsci/azure-commons-plugin/commit/23dc27e6d7b145406835487b0b713224fa85975f

  Author: Ken Chen <kenc...@microsoft.com>

  Date:   2017-09-26 (Tue, 26 Sep 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-0.1.1





  Commit: 26a9bccda6ef9e6d1e94ea24f7f3c1b4e8a78fe7

      
https://github.com/jenkinsci/azure-commons-plugin/commit/26a9bccda6ef9e6d1e94ea24f7f3c1b4e8a78fe7

  Author: Ken Chen <kenc...@microsoft.com>

  Date:   2017-09-26 (Tue, 26 Sep 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 3694345645d745e6a41977a7def2e803ad17fc44

      
https://github.com/jenkinsci/azure-commons-plugin/commit/3694345645d745e6a41977a7def2e803ad17fc44

  Author: Ken Chen <kenc...@microsoft.com>

  Date:   2017-09-27 (Wed, 27 Sep 2017)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update CHANGELOG





  Commit: ee67ed2a83cc7b8eb869ae63a9f33d54ba686ee9

      
https://github.com/jenkinsci/azure-commons-plugin/commit/ee67ed2a83cc7b8eb869ae63a9f33d54ba686ee9

  Author: Ken Chen <kenc...@microsoft.com>

  Date:   2017-09-29 (Fri, 29 Sep 2017)



  Changed paths:

    R EULA.txt

    A RuntimeLicenses/License.txt

    A RuntimeLicenses/ThirdPartyNotices.txt

    R ThirdPartyNotices.txt

    M pom.xml



  Log Message:

  -----------

  Move EULA and TPN





  Commit: 76442de43facd82aefca2456c32e28dd3e657ad0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/76442de43facd82aefca2456c32e28dd3e657ad0

  Author: Dayang Shen <days...@microsoft.com>

  Date:   2017-10-10 (Tue, 10 Oct 2017)



  Changed paths:

    R RuntimeLicenses/License.txt

    R RuntimeLicenses/ThirdPartyNotices.txt

    M pom.xml



  Log Message:

  -----------

  Remove EULA temporarily according to regulations of Jenkins Org





  Commit: 405b07224c87c907669cb8ecd3055e2675563092

      
https://github.com/jenkinsci/azure-commons-plugin/commit/405b07224c87c907669cb8ecd3055e2675563092

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-10-10 (Tue, 10 Oct 2017)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update CHANGELOG for 0.1.3





  Commit: b027c388386d6c063066a937bf7c8a3af690a002

      
https://github.com/jenkinsci/azure-commons-plugin/commit/b027c388386d6c063066a937bf7c8a3af690a002

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-10-10 (Tue, 10 Oct 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-0.1.3.1





  Commit: e3db238f8e92ab3344a16d407bc81c0ca6f042c0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/e3db238f8e92ab3344a16d407bc81c0ca6f042c0

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-10-10 (Tue, 10 Oct 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 7b5cd8c868308677c84dc181101016c2d220da2c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/7b5cd8c868308677c84dc181101016c2d220da2c

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-10-10 (Tue, 10 Oct 2017)



  Changed paths:

    M pom.xml

    A 
src/main/java/com/microsoft/jenkins/azurecommons/credentials/MsiTokenCredentials.java



  Log Message:

  -----------

  Add the MSI credential for Azure client.





  Commit: a8a787cfbe36ebd6c1498ec6bf454ad31e3dc6bc

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a8a787cfbe36ebd6c1498ec6bf454ad31e3dc6bc

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-10-10 (Tue, 10 Oct 2017)



  Changed paths:

    A src/main/resources/lib/azure/dropdownList.jelly

    A src/main/resources/lib/azure/dropdownList/dropdownList.js

    A src/main/resources/lib/azure/radioBlock.jelly

    A src/main/resources/lib/azure/radioBlock/radioBlock.js

    A src/main/resources/lib/azure/tab.jelly



  Log Message:

  -----------

  Migrate the UI Control by Wanpang.





  Commit: 32a6a4bbafcb56c71da0212c3d047fe103a77cb4

      
https://github.com/jenkinsci/azure-commons-plugin/commit/32a6a4bbafcb56c71da0212c3d047fe103a77cb4

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-10-10 (Tue, 10 Oct 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/credentials/MsiTokenCredentials.java



  Log Message:

  -----------

  Fix the checkstyle.





  Commit: f281751913b5cc1066dc1f25bf3d2054b64c499a

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f281751913b5cc1066dc1f25bf3d2054b64c499a

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-10-10 (Tue, 10 Oct 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/credentials/MsiTokenCredentials.java



  Log Message:

  -----------

  Fix some missing text.





  Commit: fe30a88e1cbdf91891cab4dd1f348ae0f73291d0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/fe30a88e1cbdf91891cab4dd1f348ae0f73291d0

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-10-11 (Wed, 11 Oct 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/credentials/MsiTokenCredentials.java



  Log Message:

  -----------

  Fix the findbugs warning.





  Commit: 8bfec7cd1f45e32a796529d5f8718b59917186b5

      
https://github.com/jenkinsci/azure-commons-plugin/commit/8bfec7cd1f45e32a796529d5f8718b59917186b5

  Author: Raphael Yu <yyddx...@gmail.com>

  Date:   2017-10-10 (Tue, 10 Oct 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/credentials/MsiTokenCredentials.java



  Log Message:

  -----------

  Merge pull request #2 from LGDoor/dev



Fix the findbugs warning.





  Commit: fd9c86f3f4fe02ec6d3dcb709098092a0b12168e

      
https://github.com/jenkinsci/azure-commons-plugin/commit/fd9c86f3f4fe02ec6d3dcb709098092a0b12168e

  Author: chenyl <che...@microsoft.com>

  Date:   2017-10-26 (Thu, 26 Oct 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java



  Log Message:

  -----------

  Change AI logger level to fine





  Commit: cff7798602a90f9bdc9dc14961e0bd9d5f8f8cf7

      
https://github.com/jenkinsci/azure-commons-plugin/commit/cff7798602a90f9bdc9dc14961e0bd9d5f8f8cf7

  Author: chenyl <che...@microsoft.com>

  Date:   2017-10-26 (Thu, 26 Oct 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java



  Log Message:

  -----------

  Change AI logger level to fine





  Commit: 9f8a412fe066f6961ae311fd9e1bcce03ba73ca8

      
https://github.com/jenkinsci/azure-commons-plugin/commit/9f8a412fe066f6961ae311fd9e1bcce03ba73ca8

  Author: chenyl <che...@microsoft.com>

  Date:   2017-10-26 (Thu, 26 Oct 2017)



  Changed paths:



  Log Message:

  -----------

  Merge remote-tracking branch 'origin/dev' into dev



# Conflicts:

#       
src/main/java/com/microsoft/jenkins/azurecommons/credentials/MsiTokenCredentials.java





  Commit: 9b2fc8c760457647dff90f69217c33a7baeb1971

      
https://github.com/jenkinsci/azure-commons-plugin/commit/9b2fc8c760457647dff90f69217c33a7baeb1971

  Author: Chenyang Liu <zackliu1...@hotmail.com>

  Date:   2017-10-30 (Mon, 30 Oct 2017)



  Changed paths:

    M 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java



  Log Message:

  -----------

  Merge pull request #3 from zackliu/dev



Change log level from info to fine





  Commit: 061aaaf2f3467662cf2c27ef72a827a1638fbe80

      
https://github.com/jenkinsci/azure-commons-plugin/commit/061aaaf2f3467662cf2c27ef72a827a1638fbe80

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-10-30 (Mon, 30 Oct 2017)



  Changed paths:

    A ThirdPartyNotices.txt

    M pom.xml



  Log Message:

  -----------

  Add back TPN (#5)





  Commit: 189859035a5fbbad627e9f095c93e3417dc7c79b

      
https://github.com/jenkinsci/azure-commons-plugin/commit/189859035a5fbbad627e9f095c93e3417dc7c79b

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-10-31 (Tue, 31 Oct 2017)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update CHANGELOG for release 0.1.4





  Commit: a4ff307708022ae237deec3f1f64f45c122586ab

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a4ff307708022ae237deec3f1f64f45c122586ab

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-10-31 (Tue, 31 Oct 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-0.1.4





  Commit: f81627c29ba571cb5dcbeab8f324a3533b46daf3

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f81627c29ba571cb5dcbeab8f324a3533b46daf3

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-10-31 (Tue, 31 Oct 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: d65184aa13f067b3536893f11f4f3fc4564d19f6

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d65184aa13f067b3536893f11f4f3fc4564d19f6

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-11-01 (Wed, 01 Nov 2017)



  Changed paths:

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java



  Log Message:

  -----------

  JENKINS-47766 Avoid Secret decryption when building SSH clients (#4)





  Commit: 1733ec2b2dba4d357561353217f55521bb19986f

      
https://github.com/jenkinsci/azure-commons-plugin/commit/1733ec2b2dba4d357561353217f55521bb19986f

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-11-02 (Thu, 02 Nov 2017)



  Changed paths:

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java



  Log Message:

  -----------

  Mark SSHClient Auth helper classes package accessible





  Commit: 009b3908994f9ff72bfbd3b218bc2632df385082

      
https://github.com/jenkinsci/azure-commons-plugin/commit/009b3908994f9ff72bfbd3b218bc2632df385082

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-11-02 (Thu, 02 Nov 2017)



  Changed paths:

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    M src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    M 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java



  Log Message:

  -----------

  Merge pull request #6 from ArieShout/pull_4



JENKINS-47766 Avoid Secret decryption when building SSH clients





  Commit: f18a261e12157f0a532ad2c74074166eeee5bb6c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f18a261e12157f0a532ad2c74074166eeee5bb6c

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-11-03 (Fri, 03 Nov 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Fix surefire test failure on Windows by upgrading to 2.20.1





  Commit: fa3e4183f0fc0621c9e70d3738c59bc2f43e078d

      
https://github.com/jenkinsci/azure-commons-plugin/commit/fa3e4183f0fc0621c9e70d3738c59bc2f43e078d

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2017-11-03 (Fri, 03 Nov 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #7 from ArieShout/surefire



Fix surefire test failure on Windows by upgrading to 2.20.1





  Commit: 2939837a15643447a2b963200932ea09ac4dc817

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2939837a15643447a2b963200932ea09ac4dc817

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-11-03 (Fri, 03 Nov 2017)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update CHANGELOG for release 0.1.5





  Commit: 4785d7ca810b98673f0db185b8a6af6383726370

      
https://github.com/jenkinsci/azure-commons-plugin/commit/4785d7ca810b98673f0db185b8a6af6383726370

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-11-03 (Fri, 03 Nov 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-0.1.5





  Commit: a95551d14875095d21a7f1b82d29b58d783a2726

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a95551d14875095d21a7f1b82d29b58d783a2726

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-11-03 (Fri, 03 Nov 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 8ef7f18f2006c5cdf11f070ed6beb5b19e1adf57

      
https://github.com/jenkinsci/azure-commons-plugin/commit/8ef7f18f2006c5cdf11f070ed6beb5b19e1adf57

  Author: chenyl <che...@microsoft.com>

  Date:   2017-11-07 (Tue, 07 Nov 2017)



  Changed paths:

    M pom.xml

    A src/main/ai-resources/ApplicationInsights.xml

    R src/main/resources/ApplicationInsights.xml



  Log Message:

  -----------

  Fix UI library issue





  Commit: fcc6b4f3fab02a937c387c39944b2b1bb4c04c68

      
https://github.com/jenkinsci/azure-commons-plugin/commit/fcc6b4f3fab02a937c387c39944b2b1bb4c04c68

  Author: Chenyang Liu <zackliu1...@hotmail.com>

  Date:   2017-12-04 (Mon, 04 Dec 2017)



  Changed paths:

    M pom.xml

    A src/main/ai-resources/ApplicationInsights.xml

    R src/main/resources/ApplicationInsights.xml



  Log Message:

  -----------

  Merge pull request #8 from zackliu/dev_filter



Fix UI library issue





  Commit: b7d1a39e5040f433ae665aa03f7ff21cd6eb26aa

      
https://github.com/jenkinsci/azure-commons-plugin/commit/b7d1a39e5040f433ae665aa03f7ff21cd6eb26aa

  Author: chenyl <che...@microsoft.com>

  Date:   2017-12-07 (Thu, 07 Dec 2017)



  Changed paths:

    M src/main/resources/lib/azure/dropdownList.jelly



  Log Message:

  -----------

  Update dropdownlist to find help-file automatically





  Commit: b585a8f787f57e5552063db224e04a54454c1c87

      
https://github.com/jenkinsci/azure-commons-plugin/commit/b585a8f787f57e5552063db224e04a54454c1c87

  Author: Chenyang Liu <zackliu1...@hotmail.com>

  Date:   2017-12-07 (Thu, 07 Dec 2017)



  Changed paths:

    M src/main/resources/lib/azure/dropdownList.jelly



  Log Message:

  -----------

  Merge pull request #9 from zackliu/dev



Update dropdownlist to find help-file automatically





  Commit: 45f5bc5b2e8631008c27aaa339fcea780092b754

      
https://github.com/jenkinsci/azure-commons-plugin/commit/45f5bc5b2e8631008c27aaa339fcea780092b754

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-19 (Tue, 19 Dec 2017)



  Changed paths:

    M .gitignore

    R CHANGELOG.md

    R CONTRIBUTING.md

    R LICENSE

    R README.md

    R ThirdPartyNotices.txt

    A azure-commons-core/pom.xml

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureEnvUtil.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/Constants.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/EnvironmentInjector.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/JobContext.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/BaseCommandContext.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/CommandService.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/CommandState.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/IBaseCommandData.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/ICommand.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/ICommandServiceData.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/INextCommandAware.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/SimpleBuildStepExecution.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/MsiTokenCredentials.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/TokenCredentialData.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/remote/SSHClient.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/remote/UsernameAuth.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/remote/UsernamePasswordAuth.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/remote/UsernamePrivateKeyAuth.java

    A azure-commons-core/src/main/resources/lib/azure/checkboxList.jelly

    A 
azure-commons-core/src/main/resources/lib/azure/checkboxList/checkboxList.js

    A azure-commons-core/src/main/resources/lib/azure/dropdownList.jelly

    A 
azure-commons-core/src/main/resources/lib/azure/dropdownList/dropdownList.js

    A azure-commons-core/src/main/resources/lib/azure/radioBlock.jelly

    A azure-commons-core/src/main/resources/lib/azure/radioBlock/radioBlock.js

    A azure-commons-core/src/main/resources/lib/azure/tab.jelly

    A azure-commons-core/src/main/resources/lib/azure/taglib

    A 
azure-commons-core/src/test/java/com/microsoft/jenkins/azurecommons/core/command/CommandServiceTest.java

    A azure-commons-plugin/.gitignore

    A azure-commons-plugin/CHANGELOG.md

    A azure-commons-plugin/CONTRIBUTING.md

    A azure-commons-plugin/LICENSE

    A azure-commons-plugin/README.md

    A azure-commons-plugin/ThirdPartyNotices.txt

    A azure-commons-plugin/pom.xml

    A azure-commons-plugin/src/main/ai-resources/ApplicationInsights.xml

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/Constants.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/EnvironmentInjector.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/JobContext.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/BaseCommandContext.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/CommandState.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/IBaseCommandData.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/ICommand.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/ICommandServiceData.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/INextCommandAware.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/SimpleBuildStepExecution.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsUtils.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AzureHttpRecorder.java

    A 
azure-commons-plugin/src/main/resources/com/microsoft/jenkins/azurecommons/core/Messages.properties

    A 
azure-commons-plugin/src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.jelly

    A 
azure-commons-plugin/src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.properties

    A 
azure-commons-plugin/src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/help-appInsightsEnabled.html

    A 
azure-commons-plugin/src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator/footer.jelly

    M pom.xml

    R src/main/ai-resources/ApplicationInsights.xml

    R src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    R src/main/java/com/microsoft/jenkins/azurecommons/Constants.java

    R src/main/java/com/microsoft/jenkins/azurecommons/EnvironmentInjector.java

    R src/main/java/com/microsoft/jenkins/azurecommons/JobContext.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/command/BaseCommandContext.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    R src/main/java/com/microsoft/jenkins/azurecommons/command/CommandState.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/command/IBaseCommandData.java

    R src/main/java/com/microsoft/jenkins/azurecommons/command/ICommand.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/command/ICommandServiceData.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/command/INextCommandAware.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/command/SimpleBuildStepExecution.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/credentials/MsiTokenCredentials.java

    R src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    R src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsUtils.java

    R 
src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AzureHttpRecorder.java

    R src/main/resources/com/microsoft/jenkins/azurecommons/Messages.properties

    R 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.jelly

    R 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/config.properties

    R 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig/help-appInsightsEnabled.html

    R 
src/main/resources/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator/footer.jelly

    R src/main/resources/index.jelly

    R src/main/resources/lib/azure/checkboxList.jelly

    R src/main/resources/lib/azure/checkboxList/checkboxList.js

    R src/main/resources/lib/azure/dropdownList.jelly

    R src/main/resources/lib/azure/dropdownList/dropdownList.js

    R src/main/resources/lib/azure/radioBlock.jelly

    R src/main/resources/lib/azure/radioBlock/radioBlock.js

    R src/main/resources/lib/azure/tab.jelly

    R src/main/resources/lib/azure/taglib

    R 
src/test/java/com/microsoft/jenkins/azurecommons/command/CommandServiceTest.java



  Log Message:

  -----------

  Split the azure-common-core package.



Keep the old classes for backward compatibility.





  Commit: a6ecfd08f14e809cd7146bf211f7ef6b707a11dd

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a6ecfd08f14e809cd7146bf211f7ef6b707a11dd

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-19 (Tue, 19 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  Fix the group Id.





  Commit: 96246688c9b3e6dfdbf42b61ee97ffe604032194

      
https://github.com/jenkinsci/azure-commons-plugin/commit/96246688c9b3e6dfdbf42b61ee97ffe604032194

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-19 (Tue, 19 Dec 2017)



  Changed paths:

    A azure-commons-core/CHANGELOG.md

    A azure-commons-core/CONTRIBUTING.md

    A azure-commons-core/LICENSE

    A azure-commons-core/README.md



  Log Message:

  -----------

  Add docs.





  Commit: e7ccc924186b77a8d27970d789cba0f9f90fb35a

      
https://github.com/jenkinsci/azure-commons-plugin/commit/e7ccc924186b77a8d27970d789cba0f9f90fb35a

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-19 (Tue, 19 Dec 2017)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Add the project name.





  Commit: 6a4fde6cb62142628ec075a081de0c0abadb36cc

      
https://github.com/jenkinsci/azure-commons-plugin/commit/6a4fde6cb62142628ec075a081de0c0abadb36cc

  Author: R. Tyler Croy <ty...@monkeypox.org>

  Date:   2017-12-19 (Tue, 19 Dec 2017)



  Changed paths:

    A Jenkinsfile



  Log Message:

  -----------

  Introduce a Jenkinsfile for CI of this plugin



This should help prevent failures like JENKINS-48636 from being merged in the 
future





  Commit: 0c1a677e5f18b2d2c1e0f4b5e21e51ba37ad6224

      
https://github.com/jenkinsci/azure-commons-plugin/commit/0c1a677e5f18b2d2c1e0f4b5e21e51ba37ad6224

  Author: Andrew Bayer <andrew.ba...@gmail.com>

  Date:   2017-12-19 (Tue, 19 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [FIXED JENKINS-48636] Fix versioning and groupId.





  Commit: 942379de2420c9e7b33da780266145ad0a3f9428

      
https://github.com/jenkinsci/azure-commons-plugin/commit/942379de2420c9e7b33da780266145ad0a3f9428

  Author: Andrew Bayer <andrew.ba...@gmail.com>

  Date:   2017-12-19 (Tue, 19 Dec 2017)



  Changed paths:

    A Jenkinsfile



  Log Message:

  -----------

  Add a Jenkinsfile too, so we don't need #14 at all.





  Commit: a98229b342944412a8d68d5128b15ee32725eacb

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a98229b342944412a8d68d5128b15ee32725eacb

  Author: R. Tyler Croy <ty...@monkeypox.org>

  Date:   2017-12-19 (Tue, 19 Dec 2017)



  Changed paths:

    A Jenkinsfile



  Log Message:

  -----------

  Merge pull request #14 from jenkinsci/using-ci



Introduce a Jenkinsfile for CI of this plugin





  Commit: 706d87be99e740b149bf6bbd7e35bba508f6ed93

      
https://github.com/jenkinsci/azure-commons-plugin/commit/706d87be99e740b149bf6bbd7e35bba508f6ed93

  Author: Andrew Bayer <andrew.ba...@gmail.com>

  Date:   2017-12-19 (Tue, 19 Dec 2017)



  Changed paths:

    M Jenkinsfile



  Log Message:

  -----------

  Merge remote-tracking branch 'origin/dev' into jenkins-48636



Conflicts:

        Jenkinsfile





  Commit: efa14aec6c047bb4fd44c01f377381497eab7790

      
https://github.com/jenkinsci/azure-commons-plugin/commit/efa14aec6c047bb4fd44c01f377381497eab7790

  Author: Raphael Yu <yyddx...@gmail.com>

  Date:   2017-12-20 (Wed, 20 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  Merge pull request #15 from abayer/jenkins-48636



[FIXED JENKINS-48636] Fix versioning and groupId.





  Commit: b3b0ad0d00dfaf5befeab77b5d5fe68fcd46b467

      
https://github.com/jenkinsci/azure-commons-plugin/commit/b3b0ad0d00dfaf5befeab77b5d5fe68fcd46b467

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-20 (Wed, 20 Dec 2017)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/TokenCredentialData.java



  Log Message:

  -----------

  Define the type constants.





  Commit: 75f9de6a8c0c14644395e678b512eecb858d85e4

      
https://github.com/jenkinsci/azure-commons-plugin/commit/75f9de6a8c0c14644395e678b512eecb858d85e4

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-20 (Wed, 20 Dec 2017)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/TokenCredentialData.java



  Log Message:

  -----------

  Rename the obsolete endpoint name.





  Commit: 851a90c43ab32e0ae76abfc998979095f8cb8aac

      
https://github.com/jenkinsci/azure-commons-plugin/commit/851a90c43ab32e0ae76abfc998979095f8cb8aac

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-20 (Wed, 20 Dec 2017)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java



  Log Message:

  -----------

  Wrap the IOException.





  Commit: 606ae3fe98ddcb9b82b2516e4ff4cb96d5de3a99

      
https://github.com/jenkinsci/azure-commons-plugin/commit/606ae3fe98ddcb9b82b2516e4ff4cb96d5de3a99

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-20 (Wed, 20 Dec 2017)



  Changed paths:

    A CHANGELOG.md

    A CONTRIBUTING.md

    A README.md

    R azure-commons-core/CHANGELOG.md

    R azure-commons-core/CONTRIBUTING.md

    R azure-commons-plugin/CHANGELOG.md

    R azure-commons-plugin/CONTRIBUTING.md



  Log Message:

  -----------

  Update the docs.





  Commit: eee10342ba7e11b37403a1869938bcf8c46ceb01

      
https://github.com/jenkinsci/azure-commons-plugin/commit/eee10342ba7e11b37403a1869938bcf8c46ceb01

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-20 (Wed, 20 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.0





  Commit: 0d341ecdd9005860fcdc04560722a5a70fb1e8f6

      
https://github.com/jenkinsci/azure-commons-plugin/commit/0d341ecdd9005860fcdc04560722a5a70fb1e8f6

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-20 (Wed, 20 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 9203a1d93be75dde76a7ff11a41ef70907e91f12

      
https://github.com/jenkinsci/azure-commons-plugin/commit/9203a1d93be75dde76a7ff11a41ef70907e91f12

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-22 (Fri, 22 Dec 2017)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java



  Log Message:

  -----------

  Fix the missing user agent.





  Commit: 68b83ec988594ef44e5e598266e2c90d28c00990

      
https://github.com/jenkinsci/azure-commons-plugin/commit/68b83ec988594ef44e5e598266e2c90d28c00990

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-22 (Fri, 22 Dec 2017)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java



  Log Message:

  -----------

  Fix the unused configurer.





  Commit: 51f2509e70cd5444c8d42e28fa3422973ed53e1b

      
https://github.com/jenkinsci/azure-commons-plugin/commit/51f2509e70cd5444c8d42e28fa3422973ed53e1b

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-22 (Fri, 22 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.1





  Commit: 6e53b7e749f562d4504fe2d25e357920516977fb

      
https://github.com/jenkinsci/azure-commons-plugin/commit/6e53b7e749f562d4504fe2d25e357920516977fb

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-22 (Fri, 22 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: e6faddc80df18726baef3f68050db837a2fa0582

      
https://github.com/jenkinsci/azure-commons-plugin/commit/e6faddc80df18726baef3f68050db837a2fa0582

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2017-12-25 (Mon, 25 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/BaseCommandContext.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/CommandService.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/CommandState.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/IBaseCommandData.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/ICommand.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/ICommandServiceData.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/INextCommandAware.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/command/SimpleBuildStepExecution.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/remote/SSHClient.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/remote/UsernameAuth.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/remote/UsernamePasswordAuth.java

    R 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/remote/UsernamePrivateKeyAuth.java

    R 
azure-commons-core/src/test/java/com/microsoft/jenkins/azurecommons/core/command/CommandServiceTest.java

    M azure-commons-plugin/pom.xml

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/JobContext.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/BaseCommandContext.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/CommandService.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/CommandState.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/IBaseCommandData.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/ICommand.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/ICommandServiceData.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/INextCommandAware.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/command/SimpleBuildStepExecution.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/remote/SSHClient.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernameAuth.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePasswordAuth.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/remote/UsernamePrivateKeyAuth.java

    A 
azure-commons-plugin/src/test/java/com/microsoft/jenkins/azurecommons/command/CommandServiceTest.java



  Log Message:

  -----------

  Revert 'command' and 'remote' package.





  Commit: ef788179633bbc32068b8a9b7baf7c5dab1f98c0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/ef788179633bbc32068b8a9b7baf7c5dab1f98c0

  Author: Raphael Yu <yyddx...@gmail.com>

  Date:   2017-12-25 (Mon, 25 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.2





  Commit: 60f6dae4a88a685b9025a9a3a3776d3d745a2915

      
https://github.com/jenkinsci/azure-commons-plugin/commit/60f6dae4a88a685b9025a9a3a3776d3d745a2915

  Author: Raphael Yu <yyddx...@gmail.com>

  Date:   2017-12-25 (Mon, 25 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 9643a0d77afb06ee346cd922067b6d8ceaf0108e

      
https://github.com/jenkinsci/azure-commons-plugin/commit/9643a0d77afb06ee346cd922067b6d8ceaf0108e

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-12-26 (Tue, 26 Dec 2017)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update CHANGELOG for release 0.2.2.1





  Commit: d28126054b7f942fea73bddaa8691f1358c1eee9

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d28126054b7f942fea73bddaa8691f1358c1eee9

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-12-26 (Tue, 26 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.2.1





  Commit: ce7c03d5e869d4c5e8df7434fe358e0146223c8d

      
https://github.com/jenkinsci/azure-commons-plugin/commit/ce7c03d5e869d4c5e8df7434fe358e0146223c8d

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-12-26 (Tue, 26 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: b16af769bd27215f77f56493ad249fd30ee95749

      
https://github.com/jenkinsci/azure-commons-plugin/commit/b16af769bd27215f77f56493ad249fd30ee95749

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-12-28 (Thu, 28 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.2.2





  Commit: 5916e6af2b13fde37f7c58d5501faa993e480ee3

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5916e6af2b13fde37f7c58d5501faa993e480ee3

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2017-12-28 (Thu, 28 Dec 2017)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 55c1d3ab55654f484f4fbf17bde2c2e81b9a7e89

      
https://github.com/jenkinsci/azure-commons-plugin/commit/55c1d3ab55654f484f4fbf17bde2c2e81b9a7e89

  Author: Raphael Yu <yyddx...@gmail.com>

  Date:   2018-01-03 (Wed, 03 Jan 2018)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/MsiTokenCredentials.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/RemoteMsiTokenCredentials.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/TokenCredentialData.java



  Log Message:

  -----------

  Enable remote MSI requests on Jenkins agents.





  Commit: bc20b3e11022530fe3407a75eb70a31ae27a3757

      
https://github.com/jenkinsci/azure-commons-plugin/commit/bc20b3e11022530fe3407a75eb70a31ae27a3757

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2018-01-03 (Wed, 03 Jan 2018)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/TokenCredentialData.java



  Log Message:

  -----------

  Fix findbugs warnings.





  Commit: d7123b12070cef04ec96d6196d945bc389b64072

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d7123b12070cef04ec96d6196d945bc389b64072

  Author: Raphael Yu <xia...@microsoft.com>

  Date:   2018-01-03 (Wed, 03 Jan 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/MsiTokenCredentials.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/RemoteMsiTokenCredentials.java



  Log Message:

  -----------

  remove commons-lang3





  Commit: cc2aafa0332262d82d177cb6ffe19e3a0da9c474

      
https://github.com/jenkinsci/azure-commons-plugin/commit/cc2aafa0332262d82d177cb6ffe19e3a0da9c474

  Author: Xiangyang Yu <yyddx...@gmail.com>

  Date:   2018-01-03 (Wed, 03 Jan 2018)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update CHANGELOG.md





  Commit: 79052dcb15e740cb2e0fbe77d537ca6cf96da561

      
https://github.com/jenkinsci/azure-commons-plugin/commit/79052dcb15e740cb2e0fbe77d537ca6cf96da561

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-01-03 (Wed, 03 Jan 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.3





  Commit: 05b001a87a07292c09d5017b77d8f810007bf3ec

      
https://github.com/jenkinsci/azure-commons-plugin/commit/05b001a87a07292c09d5017b77d8f810007bf3ec

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-01-03 (Wed, 03 Jan 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: a14d01a5766a290b3c553f45879f3d0403132125

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a14d01a5766a290b3c553f45879f3d0403132125

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-01-08 (Mon, 08 Jan 2018)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/TokenCredentialData.java



  Log Message:

  -----------

  Support for certificate in service principal token





  Commit: a3fc2c22fe335b7e7e459242aa143fd7530606bf

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a3fc2c22fe335b7e7e459242aa143fd7530606bf

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2018-01-08 (Mon, 08 Jan 2018)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/TokenCredentialData.java



  Log Message:

  -----------

  Merge pull request #21 from ArieShout/sp-certificate



Support for certificate in service principal token





  Commit: 7a2fe5c72e91c7a81aaafe55cde68636b3d01b30

      
https://github.com/jenkinsci/azure-commons-plugin/commit/7a2fe5c72e91c7a81aaafe55cde68636b3d01b30

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-01-09 (Tue, 09 Jan 2018)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update CHANGELOG for release 0.2.4





  Commit: 1c6332379ec0394c0eedc97dfa984dfd2464d4af

      
https://github.com/jenkinsci/azure-commons-plugin/commit/1c6332379ec0394c0eedc97dfa984dfd2464d4af

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-01-09 (Tue, 09 Jan 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.4





  Commit: cc030684ea990c541ffef3be6aff459f41df4a6f

      
https://github.com/jenkinsci/azure-commons-plugin/commit/cc030684ea990c541ffef3be6aff459f41df4a6f

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-01-09 (Tue, 09 Jan 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 50c9e8fec2210c658d82f504f5137142a22838ea

      
https://github.com/jenkinsci/azure-commons-plugin/commit/50c9e8fec2210c658d82f504f5137142a22838ea

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2018-02-26 (Mon, 26 Feb 2018)



  Changed paths:

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java



  Log Message:

  -----------

  Inject test AI instrumentation key for development environment (#22)





  Commit: 9753c7a2a9cce8d3c72519a217fd3f6d2c0862ba

      
https://github.com/jenkinsci/azure-commons-plugin/commit/9753c7a2a9cce8d3c72519a217fd3f6d2c0862ba

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2018-03-28 (Wed, 28 Mar 2018)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/JobContext.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/JobContext.java



  Log Message:

  -----------

  Add helper methods for job run owner lookup (#23)





  Commit: 5d0f30bd46c2699562d97b3ebd70d2cf7a2bdac3

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5d0f30bd46c2699562d97b3ebd70d2cf7a2bdac3

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-03-29 (Thu, 29 Mar 2018)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update CHANGELOG for release 0.2.5





  Commit: 570d0eb60e7e5115e8e200d3f4f55afbd8d44540

      
https://github.com/jenkinsci/azure-commons-plugin/commit/570d0eb60e7e5115e8e200d3f4f55afbd8d44540

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-03-29 (Thu, 29 Mar 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.5





  Commit: 5347b1421f6161c74718aa8ef2bb8af4223e16ad

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5347b1421f6161c74718aa8ef2bb8af4223e16ad

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-03-29 (Thu, 29 Mar 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: fcba4bce9dbb0bcd52930e9cbe31cb2e9a77f7cd

      
https://github.com/jenkinsci/azure-commons-plugin/commit/fcba4bce9dbb0bcd52930e9cbe31cb2e9a77f7cd

  Author: Menghua Xiao <ariesh...@gmail.com>

  Date:   2018-05-14 (Mon, 14 May 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    A 
azure-commons-plugin/src/main/resources/META-INF/hudson.remoting.ClassFilter



  Log Message:

  -----------

  Whitelist classes for JEP-200 XStream serialization (JENKINS-51147) (#24)





  Commit: c3112ffadf5dac01b1244465af4d72e36b17bdfd

      
https://github.com/jenkinsci/azure-commons-plugin/commit/c3112ffadf5dac01b1244465af4d72e36b17bdfd

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-05-17 (Thu, 17 May 2018)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update CHANGELOG for release 0.2.6





  Commit: 302cbb0f979a17046e6644139134d0fd02f0a946

      
https://github.com/jenkinsci/azure-commons-plugin/commit/302cbb0f979a17046e6644139134d0fd02f0a946

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-05-17 (Thu, 17 May 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.6





  Commit: b0b89099fb9e307acc04911a94a239ed40740154

      
https://github.com/jenkinsci/azure-commons-plugin/commit/b0b89099fb9e307acc04911a94a239ed40740154

  Author: Menghua Xiao <menx...@microsoft.com>

  Date:   2018-05-17 (Thu, 17 May 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: b81735b829589f55c22f3a4ca6a0eb7d58f74a06

      
https://github.com/jenkinsci/azure-commons-plugin/commit/b81735b829589f55c22f3a4ca6a0eb7d58f74a06

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-08-06 (Mon, 06 Aug 2018)



  Changed paths:

    M README.md



  Log Message:

  -----------

  Add reporting issues instruction in README





  Commit: da881af6eac22a38a9e0dda2ad0d59de7cd9cdee

      
https://github.com/jenkinsci/azure-commons-plugin/commit/da881af6eac22a38a9e0dda2ad0d59de7cd9cdee

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-08-06 (Mon, 06 Aug 2018)



  Changed paths:

    M README.md



  Log Message:

  -----------

  Change jira component name





  Commit: 566c073a27381e830bbfd972a0b829ad76eae012

      
https://github.com/jenkinsci/azure-commons-plugin/commit/566c073a27381e830bbfd972a0b829ad76eae012

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-08-15 (Wed, 15 Aug 2018)



  Changed paths:

    M README.md



  Log Message:

  -----------

  Merge pull request #26 from jenkinsci/file_issues_on_jira



Add reporting issues instruction in README





  Commit: 15e5eb99e24e8e4a81d3ccc04a6afef7432a8b47

      
https://github.com/jenkinsci/azure-commons-plugin/commit/15e5eb99e24e8e4a81d3ccc04a6afef7432a8b47

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-09-18 (Tue, 18 Sep 2018)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Upgrade azure sdk version to 1.15.1





  Commit: d8efa02a397b8d4f799c3c3abf64e501192f1f67

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d8efa02a397b8d4f799c3c3abf64e501192f1f67

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-09-18 (Tue, 18 Sep 2018)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #27 from jenkinsci/azure_sdk_upgrade



Upgrade azure sdk version to 1.15.1





  Commit: 3fadc08d239f14669c61cf987be7a26b2453b8ad

      
https://github.com/jenkinsci/azure-commons-plugin/commit/3fadc08d239f14669c61cf987be7a26b2453b8ad

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-09-18 (Tue, 18 Sep 2018)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update changelog for version 0.2.7





  Commit: 2f2854c4912cb51bc2ac862176b1d91b40ceae14

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2f2854c4912cb51bc2ac862176b1d91b40ceae14

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-09-18 (Tue, 18 Sep 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.7





  Commit: 63a00e8dddc2b56fea20a35f103b3fd7fa99434f

      
https://github.com/jenkinsci/azure-commons-plugin/commit/63a00e8dddc2b56fea20a35f103b3fd7fa99434f

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-09-18 (Tue, 18 Sep 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 9221362a79323d57c218c6f0f894a4ed26c82db3

      
https://github.com/jenkinsci/azure-commons-plugin/commit/9221362a79323d57c218c6f0f894a4ed26c82db3

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-09-29 (Sat, 29 Sep 2018)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Revert "Upgrade azure sdk version to 1.15.1"





  Commit: a572b4159ad6fb91dbfbc6327a5e3ac5f068b3bd

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a572b4159ad6fb91dbfbc6327a5e3ac5f068b3bd

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-09-29 (Sat, 29 Sep 2018)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #28 from jenkinsci/revert-27-azure_sdk_upgrade



Revert "Upgrade azure sdk version to 1.15.1"





  Commit: 144b49f2bc7e584c156d72069453e6d6f9577cb2

      
https://github.com/jenkinsci/azure-commons-plugin/commit/144b49f2bc7e584c156d72069453e6d6f9577cb2

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-09-29 (Sat, 29 Sep 2018)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update changelog for version 0.2.8





  Commit: 8f5504c14c9684e85b7c270bd1fdf95c0ccb7858

      
https://github.com/jenkinsci/azure-commons-plugin/commit/8f5504c14c9684e85b7c270bd1fdf95c0ccb7858

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-09-29 (Sat, 29 Sep 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.8





  Commit: 085187342cb2bae0d598498b134226d06ced31a0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/085187342cb2bae0d598498b134226d06ced31a0

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-09-29 (Sat, 29 Sep 2018)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: b0080306c167849799f05988fb6c5d16719c5dac

      
https://github.com/jenkinsci/azure-commons-plugin/commit/b0080306c167849799f05988fb6c5d16719c5dac

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2018-10-28 (Sun, 28 Oct 2018)



  Changed paths:

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java



  Log Message:

  -----------

  Don't use deprecated TimeUnit2 anymore





  Commit: d121d7abf03c6b21352cf8aace97ba58bb082502

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d121d7abf03c6b21352cf8aace97ba58bb082502

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2018-10-28 (Sun, 28 Oct 2018)



  Changed paths:

    M README.md

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java



  Log Message:

  -----------

  Fix typos





  Commit: ad4138bc08a516ca1ac980ac98635b8c41ea0228

      
https://github.com/jenkinsci/azure-commons-plugin/commit/ad4138bc08a516ca1ac980ac98635b8c41ea0228

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2018-10-28 (Sun, 28 Oct 2018)



  Changed paths:

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsUtils.java



  Log Message:

  -----------

  Simplify code using foreach loop





  Commit: ea46630297aa9480791c470ddf3cb29f4b693dd7

      
https://github.com/jenkinsci/azure-commons-plugin/commit/ea46630297aa9480791c470ddf3cb29f4b693dd7

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2018-10-28 (Sun, 28 Oct 2018)



  Changed paths:

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java



  Log Message:

  -----------

  Fix #29: Typo in PROP_JENKINS_INSTAMCE_ID constant in AppInsightsConstants





  Commit: f350e4cdf6d638ffaf6e6eff53011fc67abeea7e

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f350e4cdf6d638ffaf6e6eff53011fc67abeea7e

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2018-10-28 (Sun, 28 Oct 2018)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/TokenCredentialData.java



  Log Message:

  -----------

  Use try-with-resources for automatic resource cleanup





  Commit: 10f5aa72a3f5a3dbe130719b99105fe42dbb86a3

      
https://github.com/jenkinsci/azure-commons-plugin/commit/10f5aa72a3f5a3dbe130719b99105fe42dbb86a3

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2018-10-28 (Sun, 28 Oct 2018)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/MsiTokenCredentials.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsUtils.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AzureHttpRecorder.java



  Log Message:

  -----------

  Fix dangling Javadoc





  Commit: 946eea1cc6977ae8f65d0730fb39d7b38fb1eea8

      
https://github.com/jenkinsci/azure-commons-plugin/commit/946eea1cc6977ae8f65d0730fb39d7b38fb1eea8

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2018-10-28 (Sun, 28 Oct 2018)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/JobContext.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/MsiTokenCredentials.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/RemoteMsiTokenCredentials.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/JobContext.java



  Log Message:

  -----------

  Fix some Javadoc issues





  Commit: 2fb8ce074ad0d7574aa5a3d87ee1db1be2b0c099

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2fb8ce074ad0d7574aa5a3d87ee1db1be2b0c099

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-10-29 (Mon, 29 Oct 2018)



  Changed paths:

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java



  Log Message:

  -----------

  Merge pull request #30 from darxriggs/fix-typo-in-public-api



Fix #29: Typo in PROP_JENKINS_INSTAMCE_ID constant in AppInsightsConstants





  Commit: 5f4f439189f8e3b780b2709756ffdce94052dabc

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5f4f439189f8e3b780b2709756ffdce94052dabc

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2018-11-05 (Mon, 05 Nov 2018)



  Changed paths:

    M README.md

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/JobContext.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/MsiTokenCredentials.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/RemoteMsiTokenCredentials.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/TokenCredentialData.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/AzureCommonsPlugin.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/JobContext.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClientFactory.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsConstants.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsGlobalConfig.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsUtils.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AzureHttpRecorder.java



  Log Message:

  -----------

  Merge pull request #31 from darxriggs/code-cleanup



Code Improvements





  Commit: 3577749679caeaf9a3e069ef53b5e99d60476dda

      
https://github.com/jenkinsci/azure-commons-plugin/commit/3577749679caeaf9a3e069ef53b5e99d60476dda

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-15 (Fri, 15 Mar 2019)



  Changed paths:

    M azure-commons-plugin/pom.xml

    A azure-commons-plugin/src/main/ai-resources/ai.properties

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/JenkinsTelemetryClient.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/TelemetryEventData.java



  Log Message:

  -----------

  Use https to send ai event





  Commit: 231152f26247ee5f045237d78ff18b28b5af15a3

      
https://github.com/jenkinsci/azure-commons-plugin/commit/231152f26247ee5f045237d78ff18b28b5af15a3

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-15 (Fri, 15 Mar 2019)



  Changed paths:

    R azure-commons-plugin/src/main/ai-resources/ApplicationInsights.xml



  Log Message:

  -----------

  Remove applicationInsigths.xml file





  Commit: c83f8e4be075169d4faa6b2b339d7550f1cf7b61

      
https://github.com/jenkinsci/azure-commons-plugin/commit/c83f8e4be075169d4faa6b2b339d7550f1cf7b61

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-15 (Fri, 15 Mar 2019)



  Changed paths:

    M azure-commons-plugin/pom.xml

    R azure-commons-plugin/src/main/ai-resources/ApplicationInsights.xml

    A azure-commons-plugin/src/main/ai-resources/ai.properties

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/JenkinsTelemetryClient.java

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/TelemetryEventData.java



  Log Message:

  -----------

  Merge pull request #33 from jenkinsci/telemetry



Use https to send ai event





  Commit: effff8258a06781dad716e31fcfc97326510577c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/effff8258a06781dad716e31fcfc97326510577c

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-27 (Wed, 27 Mar 2019)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/AzureClientFactory.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/AbstractTokenCredentials.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/ImdsTokenCredentials.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/MsiTokenCredentials.java

    A 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/RemoteImdsTokenCredentials.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/RemoteMsiTokenCredentials.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/TokenCredentialData.java



  Log Message:

  -----------

  Add IDMS credentials (#34)



* Add IDMS credentials



* Change parameters for imds http request



* Encode url parameters





  Commit: 5e58bfe63cd0afa53de7b4098bb66016e52a33fa

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5e58bfe63cd0afa53de7b4098bb66016e52a33fa

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-27 (Wed, 27 Mar 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Add changelog for version 0.2.9





  Commit: f935e954e83678a930b806d2396d042b9c1be092

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f935e954e83678a930b806d2396d042b9c1be092

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-27 (Wed, 27 Mar 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.9





  Commit: 7717f3180bd92585ae0a20c52c916855d0f0de50

      
https://github.com/jenkinsci/azure-commons-plugin/commit/7717f3180bd92585ae0a20c52c916855d0f0de50

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-27 (Wed, 27 Mar 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 1a46c1dcffcaae673e0fa9d39e602bdd24a759ef

      
https://github.com/jenkinsci/azure-commons-plugin/commit/1a46c1dcffcaae673e0fa9d39e602bdd24a759ef

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-28 (Thu, 28 Mar 2019)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/ImdsTokenCredentials.java



  Log Message:

  -----------

  Fix URL encode issue (#35)





  Commit: 3491a53e2633cbc14db3933e4f15ff3c263a49dd

      
https://github.com/jenkinsci/azure-commons-plugin/commit/3491a53e2633cbc14db3933e4f15ff3c263a49dd

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-28 (Thu, 28 Mar 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Add change log for version 0.2.10





  Commit: d983fb8755012320bfb802b82ece07d636e76775

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d983fb8755012320bfb802b82ece07d636e76775

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-28 (Thu, 28 Mar 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.10





  Commit: 32ca718082819539ab4e425b5069097c479e2878

      
https://github.com/jenkinsci/azure-commons-plugin/commit/32ca718082819539ab4e425b5069097c479e2878

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-03-28 (Thu, 28 Mar 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: e776f5eb3828d9334ccfe147042d5297f02cca1d

      
https://github.com/jenkinsci/azure-commons-plugin/commit/e776f5eb3828d9334ccfe147042d5297f02cca1d

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-04-15 (Mon, 15 Apr 2019)



  Changed paths:

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/JenkinsTelemetryClient.java



  Log Message:

  -----------

  Close response (#36)





  Commit: 2d11cdb79e0fb37f9c2b6553d79137e375aa7399

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2d11cdb79e0fb37f9c2b6553d79137e375aa7399

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-04-15 (Mon, 15 Apr 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Add changelog for version 0.2.11





  Commit: 21c929e074b8d14bc045750eed2de2e9a64b3ec0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/21c929e074b8d14bc045750eed2de2e9a64b3ec0

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-04-15 (Mon, 15 Apr 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-0.2.11





  Commit: d5b1f14053035dd43a7d080334301e1b25f9c761

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d5b1f14053035dd43a7d080334301e1b25f9c761

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-04-15 (Mon, 15 Apr 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: e4279a13e552d6a09bd4d03a57f5771d1b849eac

      
https://github.com/jenkinsci/azure-commons-plugin/commit/e4279a13e552d6a09bd4d03a57f5771d1b849eac

  Author: Tim Jacomb <t.jac...@kainos.com>

  Date:   2019-04-29 (Mon, 29 Apr 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M pom.xml



  Log Message:

  -----------

  Upgrade baseline, java 8, fix maven build (#37)



* Upgrade baseline, java 8, fix maven build



* Update pom.xml



* Rerun CI



* Use 2.60.3 jackson-api plugin requires it





  Commit: 9724a4ce0303dbc6d7c3f6ee30c283b4ee52ffc8

      
https://github.com/jenkinsci/azure-commons-plugin/commit/9724a4ce0303dbc6d7c3f6ee30c283b4ee52ffc8

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-10 (Fri, 10 May 2019)



  Changed paths:

    M azure-commons-plugin/pom.xml

    M azure-commons-plugin/src/main/ai-resources/ai.properties

    A 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AiProperties.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsClient.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPageDecorator.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AzureHttpRecorder.java



  Log Message:

  -----------

  Default disable tracing some ai events (#38)



* Default disable tracing some ai events



* Fix checkstyle issue



* Add switch for restart trace





  Commit: ca7231e9506608cc1534a16ef72e7c234add514b

      
https://github.com/jenkinsci/azure-commons-plugin/commit/ca7231e9506608cc1534a16ef72e7c234add514b

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-10 (Fri, 10 May 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Add change log for version 1.0.0





  Commit: 9cddcf768bc3a75de3419e807d37b4847fced503

      
https://github.com/jenkinsci/azure-commons-plugin/commit/9cddcf768bc3a75de3419e807d37b4847fced503

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-10 (Fri, 10 May 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-1.0.0





  Commit: f684efc9499d1587b1bd3bcb2edf755c229a9c28

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f684efc9499d1587b1bd3bcb2edf755c229a9c28

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-10 (Fri, 10 May 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 2bad1df59ebf59e325567578636cb2d2240d0575

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2bad1df59ebf59e325567578636cb2d2240d0575

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-10 (Fri, 10 May 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Add change log for version 1.0.1





  Commit: 5fdd81874686302703c48a7a82dcca1391f555bc

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5fdd81874686302703c48a7a82dcca1391f555bc

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-10 (Fri, 10 May 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-1.0.1





  Commit: 962856769ab9a86182f1f03bf296f755dc631ae0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/962856769ab9a86182f1f03bf296f755dc631ae0

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-10 (Fri, 10 May 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: d1f6b301d7d02e218141e22a62af713e12869f1b

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d1f6b301d7d02e218141e22a62af713e12869f1b

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-13 (Mon, 13 May 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Remove overwrite configs from parent jenkins pom





  Commit: 18f36ff51ba036cfa3b7330bc3f2260a22af6bcf

      
https://github.com/jenkinsci/azure-commons-plugin/commit/18f36ff51ba036cfa3b7330bc3f2260a22af6bcf

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-13 (Mon, 13 May 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #39 from jenkinsci/pom



Remove overwrite configs from parent Jenkins pom





  Commit: 282cac453fe6a234092c7d00ad134a2c9e5b4bc7

      
https://github.com/jenkinsci/azure-commons-plugin/commit/282cac453fe6a234092c7d00ad134a2c9e5b4bc7

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-13 (Mon, 13 May 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Add change log for version 1.0.2





  Commit: dafe87cea4d6e7a3017dac1b397869b303fba32d

      
https://github.com/jenkinsci/azure-commons-plugin/commit/dafe87cea4d6e7a3017dac1b397869b303fba32d

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-13 (Mon, 13 May 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-1.0.2





  Commit: 2691d7f5129d6d695695b7ed3d41cda0bca24312

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2691d7f5129d6d695695b7ed3d41cda0bca24312

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-13 (Mon, 13 May 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 42259abc0b5ebff1526eeed3d5b447a350a5f8ff

      
https://github.com/jenkinsci/azure-commons-plugin/commit/42259abc0b5ebff1526eeed3d5b447a350a5f8ff

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-17 (Fri, 17 May 2019)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/ImdsTokenCredentials.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/MsiTokenCredentials.java



  Log Message:

  -----------

  Change http logging level





  Commit: 2a9df23816764ce42c4525584a7b79aa3e773787

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2a9df23816764ce42c4525584a7b79aa3e773787

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-22 (Wed, 22 May 2019)



  Changed paths:

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/ImdsTokenCredentials.java

    M 
azure-commons-core/src/main/java/com/microsoft/jenkins/azurecommons/core/credentials/MsiTokenCredentials.java



  Log Message:

  -----------

  Merge branch 'log_level' into dev





  Commit: f6459cae49dd792384702a860405125ccf99ea17

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f6459cae49dd792384702a860405125ccf99ea17

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-22 (Wed, 22 May 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Add changelog for version 1.0.3





  Commit: f725dc85f8d11c8a27da7ced283b8d45accf60eb

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f725dc85f8d11c8a27da7ced283b8d45accf60eb

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-22 (Wed, 22 May 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-1.0.3





  Commit: eaa773b3420b18c44a8c68455a7eb52e2ea12813

      
https://github.com/jenkinsci/azure-commons-plugin/commit/eaa773b3420b18c44a8c68455a7eb52e2ea12813

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-05-22 (Wed, 22 May 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 6158c3a204038d093c072dd61adb1e7e8b30973d

      
https://github.com/jenkinsci/azure-commons-plugin/commit/6158c3a204038d093c072dd61adb1e7e8b30973d

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-06-21 (Fri, 21 Jun 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Remove dependency range to avoid building changes from time





  Commit: 0aa7e91545d0c780ef9da7a68c4d0f4c1c50c478

      
https://github.com/jenkinsci/azure-commons-plugin/commit/0aa7e91545d0c780ef9da7a68c4d0f4c1c50c478

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-06-24 (Mon, 24 Jun 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #42 from jenkinsci/pom



Remove dependency range to avoid building changes from time





  Commit: d49bc5433fa16e1e1620377e53920b3b2f8f14c7

      
https://github.com/jenkinsci/azure-commons-plugin/commit/d49bc5433fa16e1e1620377e53920b3b2f8f14c7

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-06-26 (Wed, 26 Jun 2019)



  Changed paths:

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/JenkinsTelemetryClient.java



  Log Message:

  -----------

  Async send load events & set timeout for http connect





  Commit: 4032ef3e6d5b0a9cbcf72f4a18ca8598786689dd

      
https://github.com/jenkinsci/azure-commons-plugin/commit/4032ef3e6d5b0a9cbcf72f4a18ca8598786689dd

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-06-26 (Wed, 26 Jun 2019)



  Changed paths:

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java



  Log Message:

  -----------

  Add exceptionhanlder for load event thread





  Commit: 5664428d73694584f54589274498b7a0d1a99ec2

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5664428d73694584f54589274498b7a0d1a99ec2

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-06-28 (Fri, 28 Jun 2019)



  Changed paths:

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/AppInsightsPluginLoadListener.java

    M 
azure-commons-plugin/src/main/java/com/microsoft/jenkins/azurecommons/telemetry/JenkinsTelemetryClient.java



  Log Message:

  -----------

  Merge pull request #43 from jenkinsci/async



 Async send load events & set timeout for http connect





  Commit: f469270a7036f7be06374d6c09c276722a58a8a8

      
https://github.com/jenkinsci/azure-commons-plugin/commit/f469270a7036f7be06374d6c09c276722a58a8a8

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-07-18 (Thu, 18 Jul 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Add changelog for version 1.0.4





  Commit: 784be285a171a7a4ebe1c94418651a7931ca52df

      
https://github.com/jenkinsci/azure-commons-plugin/commit/784be285a171a7a4ebe1c94418651a7931ca52df

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-07-18 (Thu, 18 Jul 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-1.0.4





  Commit: 198f2e8e2221c27a32b567d33628acb13c73b0c0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/198f2e8e2221c27a32b567d33628acb13c73b0c0

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-07-18 (Thu, 18 Jul 2019)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 6ed05c78df52f024fcb1ab851855b9c9b04b1f48

      
https://github.com/jenkinsci/azure-commons-plugin/commit/6ed05c78df52f024fcb1ab851855b9c9b04b1f48

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-09-05 (Thu, 05 Sep 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Bump jackson-databind version





  Commit: c474b147d9821cccf352e71383ad5a0675ec9b71

      
https://github.com/jenkinsci/azure-commons-plugin/commit/c474b147d9821cccf352e71383ad5a0675ec9b71

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-10-17 (Thu, 17 Oct 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Bump dependencies version (#44)





  Commit: 53a78d546c3ade9bc23de3bdd10a44f66762f2b4

      
https://github.com/jenkinsci/azure-commons-plugin/commit/53a78d546c3ade9bc23de3bdd10a44f66762f2b4

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-11-04 (Mon, 04 Nov 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Bump jackson version (#45)





  Commit: 6cb1d91d1d68a8b346e5fe8876ff290a6e7bdbab

      
https://github.com/jenkinsci/azure-commons-plugin/commit/6cb1d91d1d68a8b346e5fe8876ff290a6e7bdbab

  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  Date:   2019-11-06 (Wed, 06 Nov 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Bump jackson.version from 2.9.10 to 2.10.0 (#46)



Bumps `jackson.version` from 2.9.10 to 2.10.0.



Updates `jackson-annotations` from 2.9.10 to 2.10.0

- [Release notes](https://github.com/FasterXML/jackson/releases)

- [Commits](https://github.com/FasterXML/jackson/commits)



Updates `jackson-databind` from 2.9.10 to 2.10.0

- [Release notes](https://github.com/FasterXML/jackson/releases)

- [Commits](https://github.com/FasterXML/jackson/commits)



Updates `jackson-core` from 2.9.10 to 2.10.0

- [Release notes](https://github.com/FasterXML/jackson-core/releases)

- 
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.9.10...jackson-core-2.10.0)



Signed-off-by: dependabot[bot] <supp...@github.com>





  Commit: 64eac15c75ca5de5fc9d6219d5e275104a8026f1

      
https://github.com/jenkinsci/azure-commons-plugin/commit/64eac15c75ca5de5fc9d6219d5e275104a8026f1

  Author: Jie Shen <drfish...@gmail.com>

  Date:   2019-12-09 (Mon, 09 Dec 2019)



  Changed paths:

    A azure-pipelines.yml



  Log Message:

  -----------

  Set up CI with Azure Pipelines (#47)



[skip ci]





  Commit: bc540e4055b04e9bd2d61a708ddc118d241697c4

      
https://github.com/jenkinsci/azure-commons-plugin/commit/bc540e4055b04e9bd2d61a708ddc118d241697c4

  Author: Joseph Petersen <joseph...@gmail.com>

  Date:   2020-01-14 (Tue, 14 Jan 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  bump parent pom (#49)





  Commit: 07fd8017e3df3ab184c5a039b13de5f4a3fd9483

      
https://github.com/jenkinsci/azure-commons-plugin/commit/07fd8017e3df3ab184c5a039b13de5f4a3fd9483

  Author: Joseph Petersen <joseph...@gmail.com>

  Date:   2020-01-14 (Tue, 14 Jan 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  bump jenkins core (#50)





  Commit: a0cd22ee8b6afd80803e4f54a328f8906c832b6d

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a0cd22ee8b6afd80803e4f54a328f8906c832b6d

  Author: Joseph Petersen <joseph...@gmail.com>

  Date:   2020-01-14 (Tue, 14 Jan 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  bump jackson2-api (#48)





  Commit: 6e15bc365d1ed13eabbcd7f3ec687ff4f8598770

      
https://github.com/jenkinsci/azure-commons-plugin/commit/6e15bc365d1ed13eabbcd7f3ec687ff4f8598770

  Author: xuzhang3 <57888764+xuzha...@users.noreply.github.com>

  Date:   2020-06-17 (Wed, 17 Jun 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Bump guava from 19.0 to 24.1.1-jre





  Commit: 07dabf2ac7da4a48839c5d2579f13f86e9e091fd

      
https://github.com/jenkinsci/azure-commons-plugin/commit/07dabf2ac7da4a48839c5d2579f13f86e9e091fd

  Author: xuzhang3 <Zhangxu894765>

  Date:   2020-10-26 (Mon, 26 Oct 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  update maintainer





  Commit: e9d3e998a0d0f80edc7b6835b1d5f5d33d3a19e0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/e9d3e998a0d0f80edc7b6835b1d5f5d33d3a19e0

  Author: xuzhang3 <Zhangxu894765>

  Date:   2020-10-26 (Mon, 26 Oct 2020)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  update changelog





  Commit: 983fa445aa3cc48da7771f0258a72c534a3adff5

      
https://github.com/jenkinsci/azure-commons-plugin/commit/983fa445aa3cc48da7771f0258a72c534a3adff5

  Author: xuzhang3 <Zhangxu894765>

  Date:   2020-10-26 (Mon, 26 Oct 2020)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-1.0.5





  Commit: 2865280aa25aa7dfb643cd30b19ab8ec3a7f7d4d

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2865280aa25aa7dfb643cd30b19ab8ec3a7f7d4d

  Author: xuzhang3 <Zhangxu894765>

  Date:   2020-10-26 (Mon, 26 Oct 2020)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 28b3d8b3b9d5ec62bab7d673a377405f7961c0e1

      
https://github.com/jenkinsci/azure-commons-plugin/commit/28b3d8b3b9d5ec62bab7d673a377405f7961c0e1

  Author: Tim Jacomb <timjacomb1+git...@gmail.com>

  Date:   2020-11-16 (Mon, 16 Nov 2020)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  Update build to allow using recent core





  Commit: e10921e50ad405c6e87c338f45781585dc9aaee2

      
https://github.com/jenkinsci/azure-commons-plugin/commit/e10921e50ad405c6e87c338f45781585dc9aaee2

  Author: Tim Jacomb <timjacomb1+git...@gmail.com>

  Date:   2020-11-16 (Mon, 16 Nov 2020)



  Changed paths:

    M azure-commons-core/src/main/resources/lib/azure/dropdownList.jelly

    M azure-commons-core/src/main/resources/lib/azure/radioBlock.jelly

    M pom.xml



  Log Message:

  -----------

  Add compatibility with >2.263, requires bumping baseline





  Commit: dd17233a46f780119a2c2eeda8a9f6c82f8d9986

      
https://github.com/jenkinsci/azure-commons-plugin/commit/dd17233a46f780119a2c2eeda8a9f6c82f8d9986

  Author: Tim Jacomb <timjacomb1+git...@gmail.com>

  Date:   2020-11-16 (Mon, 16 Nov 2020)



  Changed paths:

    A .mvn/extensions.xml

    A .mvn/maven.config

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  Incrementalified





  Commit: 5295e669f3ee17524aca9aef2dca99595ab82062

      
https://github.com/jenkinsci/azure-commons-plugin/commit/5295e669f3ee17524aca9aef2dca99595ab82062

  Author: Tim Jacomb <timjacomb1+git...@gmail.com>

  Date:   2020-11-16 (Mon, 16 Nov 2020)



  Changed paths:

    M azure-commons-plugin/pom.xml



  Log Message:

  -----------

  Docs migration





  Commit: c094849fd2871c83300342a0c6e673772097cc28

      
https://github.com/jenkinsci/azure-commons-plugin/commit/c094849fd2871c83300342a0c6e673772097cc28

  Author: Tim Jacomb <timjacomb1+git...@gmail.com>

  Date:   2020-11-16 (Mon, 16 Nov 2020)



  Changed paths:

    R checkstyle.xml

    M pom.xml



  Log Message:

  -----------

  Make checkstyle work in multimodule project





  Commit: 92b755836d828d052c2df6b10e1c5a50a139896e

      
https://github.com/jenkinsci/azure-commons-plugin/commit/92b755836d828d052c2df6b10e1c5a50a139896e

  Author: xuzhang3 <57888764+xuzha...@users.noreply.github.com>

  Date:   2020-12-23 (Wed, 23 Dec 2020)



  Changed paths:

    A .mvn/extensions.xml

    A .mvn/maven.config

    M azure-commons-core/pom.xml

    M azure-commons-core/src/main/resources/lib/azure/dropdownList.jelly

    M azure-commons-core/src/main/resources/lib/azure/radioBlock.jelly

    M azure-commons-plugin/pom.xml

    R checkstyle.xml

    M pom.xml



  Log Message:

  -----------

  Merge pull request #51 from timja/tables-to-divs



JENKINS-64195 Make plugin work on Jenkins >=2.266





  Commit: cf027988a3fdb8d4856e192d7da943c70335b49f

      
https://github.com/jenkinsci/azure-commons-plugin/commit/cf027988a3fdb8d4856e192d7da943c70335b49f

  Author: xuzhang3 <Zhangxu894765>

  Date:   2020-12-23 (Wed, 23 Dec 2020)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  update changelog





  Commit: 164bd8084b283dacfecabfc409ba28577b4e4dbb

      
https://github.com/jenkinsci/azure-commons-plugin/commit/164bd8084b283dacfecabfc409ba28577b4e4dbb

  Author: xuzhang3 <Zhangxu894765>

  Date:   2020-12-23 (Wed, 23 Dec 2020)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-1.1.0





  Commit: 20349928a81e8870e43f7e6c3d09a759261b77e0

      
https://github.com/jenkinsci/azure-commons-plugin/commit/20349928a81e8870e43f7e6c3d09a759261b77e0

  Author: xuzhang3 <Zhangxu894765>

  Date:   2020-12-23 (Wed, 23 Dec 2020)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 2f1e31499caba251e7e5b5fc874d64055022db4f

      
https://github.com/jenkinsci/azure-commons-plugin/commit/2f1e31499caba251e7e5b5fc874d64055022db4f

  Author: xuzhang3 <Zhangxu894765>

  Date:   2021-02-20 (Sat, 20 Feb 2021)



  Changed paths:

    M CHANGELOG.md

    M README.md



  Log Message:

  -----------

  update document





  Commit: 621ce7f34c7a46947e02ec017b11e4c365bb113c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/621ce7f34c7a46947e02ec017b11e4c365bb113c

  Author: xuzhang3 <Zhangxu894765>

  Date:   2021-02-20 (Sat, 20 Feb 2021)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release azure-commons-parent-1.1.1





  Commit: 3cd1879fb6720f0c33ee94f9fcae240f6d666189

      
https://github.com/jenkinsci/azure-commons-plugin/commit/3cd1879fb6720f0c33ee94f9fcae240f6d666189

  Author: xuzhang3 <Zhangxu894765>

  Date:   2021-02-20 (Sat, 20 Feb 2021)



  Changed paths:

    M azure-commons-core/pom.xml

    M azure-commons-plugin/pom.xml

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 97c05edc9fbcbcf1aa58cb3f3ac8c19160b0337f

      
https://github.com/jenkinsci/azure-commons-plugin/commit/97c05edc9fbcbcf1aa58cb3f3ac8c19160b0337f

  Author: xuzhang3 <Zhangxu894765>

  Date:   2021-03-16 (Tue, 16 Mar 2021)



  Changed paths:

    M README.md



  Log Message:

  -----------

  update document





  Commit: 7668a9eec82790e2fe6ae9f47e9c6368567ff751

      
https://github.com/jenkinsci/azure-commons-plugin/commit/7668a9eec82790e2fe6ae9f47e9c6368567ff751

  Author: xuzhang3 <Zhangxu894765>

  Date:   2021-03-16 (Tue, 16 Mar 2021)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  add Tim to maintainer





  Commit: a08dcb42444528b90637fdff95c991ff760fb096

      
https://github.com/jenkinsci/azure-commons-plugin/commit/a08dcb42444528b90637fdff95c991ff760fb096

  Author: xuzhang3 <57888764+xuzha...@users.noreply.github.com>

  Date:   2021-03-16 (Tue, 16 Mar 2021)



  Changed paths:

    M README.md

    M pom.xml



  Log Message:

  -----------

  Merge pull request #52 from jenkinsci/f/docupdate



Update document





  Commit: c65b13a099f4cee9152a7caa7ce64e46b70a303a

      
https://github.com/jenkinsci/azure-commons-plugin/commit/c65b13a099f4cee9152a7caa7ce64e46b70a303a

  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  Date:   2021-03-25 (Thu, 25 Mar 2021)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Bump guava from 24.1.1-jre to 29.0-jre



Bumps [guava](https://github.com/google/guava) from 24.1.1-jre to 29.0-jre.

- [Release notes](https://github.com/google/guava/releases)

- [Commits](https://github.com/google/guava/commits)



Signed-off-by: dependabot[bot] <supp...@github.com>





  Commit: 04ee8a2dd898cb107ef1beb6acb5c86066bcfe9c

      
https://github.com/jenkinsci/azure-commons-plugin/commit/04ee8a2dd898cb107ef1beb6acb5c86066bcfe9c

  Author: xuzhang3 <57888764+xuzha...@users.noreply.github.com>

  Date:   2021-03-26 (Fri, 26 Mar 2021)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #53 from 
jenkinsci/dependabot/maven/com.google.guava-guava-29.0-jre



Bump guava from 24.1.1-jre to 29.0-jre





Compare: 
https://github.com/jenkinsci/azure-commons-plugin/compare/28cd86d1e1df%5E...04ee8a2dd898

-- 
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/azure-commons-plugin/push/refs/heads/master/000000-04ee8a%40github.com.

Reply via email to