Branch: refs/heads/changes

  Home:   https://github.com/jenkinsci/jx-resources-plugin

  Commit: e4ad3cb8646cbb87df8b9262a9242f0e7425992e

      
https://github.com/jenkinsci/jx-resources-plugin/commit/e4ad3cb8646cbb87df8b9262a9242f0e7425992e

  Author: James Strachan <[email protected]>

  Date:   2018-08-13 (Mon, 13 Aug 2018)



  Changed paths:

    M pom.xml

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    R src/main/java/org/jenkinsci/plugins/jx/resources/MarkupUtils.java

    R src/main/java/org/jenkinsci/plugins/jx/resources/URLHelpers.java

    R src/main/java/org/jenkinsci/plugins/jx/resources/kube/ClientHelper.java

    R 
src/main/java/org/jenkinsci/plugins/jx/resources/kube/CoreActivityStep.java

    R 
src/main/java/org/jenkinsci/plugins/jx/resources/kube/DoneablePipelineActivities.java

    R src/main/java/org/jenkinsci/plugins/jx/resources/kube/DtoSupport.java

    R src/main/java/org/jenkinsci/plugins/jx/resources/kube/GitStatus.java

    R src/main/java/org/jenkinsci/plugins/jx/resources/kube/KubernetesNames.java

    R 
src/main/java/org/jenkinsci/plugins/jx/resources/kube/PipelineActivity.java

    R 
src/main/java/org/jenkinsci/plugins/jx/resources/kube/PipelineActivityList.java

    R 
src/main/java/org/jenkinsci/plugins/jx/resources/kube/PipelineActivitySpec.java

    R 
src/main/java/org/jenkinsci/plugins/jx/resources/kube/PipelineActivityStep.java

    R 
src/main/java/org/jenkinsci/plugins/jx/resources/kube/PromoteActivityStep.java

    R 
src/main/java/org/jenkinsci/plugins/jx/resources/kube/PromotePullRequestStep.java

    R 
src/main/java/org/jenkinsci/plugins/jx/resources/kube/PromoteUpdateStep.java

    R 
src/main/java/org/jenkinsci/plugins/jx/resources/kube/StageActivityStep.java

    R src/main/java/org/jenkinsci/plugins/jx/resources/kube/Statuses.java

    M src/test/java/org/jenkinsci/plugins/jx/resources/URLHelpersTest.java



  Log Message:

  -----------

  Merge pull request #2 from jenkinsci/changes



upgrade to the latest java client





  Commit: 105b7c90fd69311ec386fdc2acc00995de970369

      
https://github.com/jenkinsci/jx-resources-plugin/commit/105b7c90fd69311ec386fdc2acc00995de970369

  Author: jenkins-x-bot <[email protected]>

  Date:   2018-08-29 (Wed, 29 Aug 2018)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  fix(version): update io.jenkins-x.client:jx-java-client to 1.0.4





  Commit: 295fc997b378bf198a6faa95fd3a423fc8b1b5f2

      
https://github.com/jenkinsci/jx-resources-plugin/commit/295fc997b378bf198a6faa95fd3a423fc8b1b5f2

  Author: James Strachan <[email protected]>

  Date:   2018-09-06 (Thu, 06 Sep 2018)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #3 from 
jenkinsci/updatebot-7c6614fa-86f0-4146-b43a-71d02bcdc29b



update io.jenkins-x.client:jx-java-client to 1.0.4





  Commit: 466cd720259c120b1b7f1e3726518b9f1df1af65

      
https://github.com/jenkinsci/jx-resources-plugin/commit/466cd720259c120b1b7f1e3726518b9f1df1af65

  Author: James Strachan <[email protected]>

  Date:   2018-09-06 (Thu, 06 Sep 2018)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  fix: lets not set the pipeline status to succeeded if stages running





  Commit: e5ddbf9b5c411e0d0fa365c54ff15801cd0ddd03

      
https://github.com/jenkinsci/jx-resources-plugin/commit/e5ddbf9b5c411e0d0fa365c54ff15801cd0ddd03

  Author: James Strachan <[email protected]>

  Date:   2018-09-06 (Thu, 06 Sep 2018)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  Merge pull request #4 from jstrachan/changes



fix: lets not set the pipeline status to succeeded if stages running





  Commit: 028a991efab96d091ff17d010c8fa045d8c452c0

      
https://github.com/jenkinsci/jx-resources-plugin/commit/028a991efab96d091ff17d010c8fa045d8c452c0

  Author: James Rawlings <[email protected]>

  Date:   2018-09-06 (Thu, 06 Sep 2018)



  Changed paths:

    M Jenkinsfile.release



  Log Message:

  -----------

  add jx step git credentials





  Commit: 8e671ef5f1ef9ed61a10c5eeb676342e26c5ec2c

      
https://github.com/jenkinsci/jx-resources-plugin/commit/8e671ef5f1ef9ed61a10c5eeb676342e26c5ec2c

  Author: James Strachan <[email protected]>

  Date:   2018-09-11 (Tue, 11 Sep 2018)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  fix: add workaround for running in serverless jenkins



when in the jenkinsfilerunner the JOB_NAME / parent names are not setup 
correctly so lets default to the workaround env vars for now





  Commit: 8dc0c370cbca428dffbb85770dd3519e3dc79977

      
https://github.com/jenkinsci/jx-resources-plugin/commit/8dc0c370cbca428dffbb85770dd3519e3dc79977

  Author: James Strachan <[email protected]>

  Date:   2018-09-11 (Tue, 11 Sep 2018)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  Merge pull request #5 from jstrachan/changes



fix: add workaround for running in serverless jenkins





  Commit: 5740008b9ad083c0ac1bcc10d7aba1b6749aaae8

      
https://github.com/jenkinsci/jx-resources-plugin/commit/5740008b9ad083c0ac1bcc10d7aba1b6749aaae8

  Author: James Rawlings <[email protected]>

  Date:   2018-12-04 (Tue, 04 Dec 2018)



  Changed paths:

    A OWNERS



  Log Message:

  -----------

  Create OWNERS





  Commit: 62e34a633689c25d37a23af4650daeaa8955ea93

      
https://github.com/jenkinsci/jx-resources-plugin/commit/62e34a633689c25d37a23af4650daeaa8955ea93

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  fix: avoid populating jenkins URLs if using servlerless jenkins





  Commit: 6afa9c33535a099e12009b55c4127d8296cb42c1

      
https://github.com/jenkinsci/jx-resources-plugin/commit/6afa9c33535a099e12009b55c4127d8296cb42c1

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    A jx/scripts/README.md

    A jx/scripts/release.sh



  Log Message:

  -----------

  fix: lets add a release script





  Commit: 540adfd5ae45aa7d8ea255fbc697abfc3044b6b1

      
https://github.com/jenkinsci/jx-resources-plugin/commit/540adfd5ae45aa7d8ea255fbc697abfc3044b6b1

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    A jx/scripts/README.md

    A jx/scripts/release.sh

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  Merge pull request #6 from jstrachan/changes



fix: avoid populating jenkins URLs if using servlerless jenkins





  Commit: 118c5015fd951ffdd438d93ef469d4f3ddd05eb5

      
https://github.com/jenkinsci/jx-resources-plugin/commit/118c5015fd951ffdd438d93ef469d4f3ddd05eb5

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    A jx/scripts/ci.sh



  Log Message:

  -----------

  fix: add a CI script





  Commit: cd409dd212de60aba49d5d36d520a6a8e89d2457

      
https://github.com/jenkinsci/jx-resources-plugin/commit/cd409dd212de60aba49d5d36d520a6a8e89d2457

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    A jx/scripts/ci.sh



  Log Message:

  -----------

  Merge pull request #8 from jstrachan/changes



add CI script fix: lets add a release script





  Commit: 452515e1d984defb3274e38a3b4ab643e74d0ed4

      
https://github.com/jenkinsci/jx-resources-plugin/commit/452515e1d984defb3274e38a3b4ab643e74d0ed4

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/ci.sh



  Log Message:

  -----------

  chore: dummy PR to test CI





  Commit: e6aa933a0c76b059877f1a10df93727d88a6d7de

      
https://github.com/jenkinsci/jx-resources-plugin/commit/e6aa933a0c76b059877f1a10df93727d88a6d7de

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/ci.sh



  Log Message:

  -----------

  Merge pull request #9 from jstrachan/changes



chore: dummy PR to test CI





  Commit: ef85f6fde53856f0fcdbae5f848084b49e07479a

      
https://github.com/jenkinsci/jx-resources-plugin/commit/ef85f6fde53856f0fcdbae5f848084b49e07479a

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  fix: use the latest surefire





  Commit: a8b294de167b268bae666d0a1753f6c71fdecd5e

      
https://github.com/jenkinsci/jx-resources-plugin/commit/a8b294de167b268bae666d0a1753f6c71fdecd5e

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  chore: dummy commit testing CI/CD





  Commit: 864d517db0c8d93c2f7350f0eb079085f346a231

      
https://github.com/jenkinsci/jx-resources-plugin/commit/864d517db0c8d93c2f7350f0eb079085f346a231

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh

    M pom.xml



  Log Message:

  -----------

  Merge pull request #10 from jstrachan/changes



fix: use the latest surefire





  Commit: d36ef52983fd7500f7d8d54a781544d38a1047b4

      
https://github.com/jenkinsci/jx-resources-plugin/commit/d36ef52983fd7500f7d8d54a781544d38a1047b4

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  fix: release repo





  Commit: ed65f0e5d7c1188b85ca34ae827336130c2e7ddf

      
https://github.com/jenkinsci/jx-resources-plugin/commit/ed65f0e5d7c1188b85ca34ae827336130c2e7ddf

  Author: jenkins-x-bot <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  Merge pull request #11 from jstrachan/changes



fix: release repo





  Commit: 7ebf09b90d1c9fff3bad03e167e3c3778c135ce8

      
https://github.com/jenkinsci/jx-resources-plugin/commit/7ebf09b90d1c9fff3bad03e167e3c3778c135ce8

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  chore: trigger CD pipeline





  Commit: 2cb5e409df92af22c890815ab733f195b8e99b92

      
https://github.com/jenkinsci/jx-resources-plugin/commit/2cb5e409df92af22c890815ab733f195b8e99b92

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  Merge pull request #12 from jstrachan/changes



chore: trigger CD pipeline





  Commit: 9fb504d6d698e5d0a9101372f13af82c703ca6cc

      
https://github.com/jenkinsci/jx-resources-plugin/commit/9fb504d6d698e5d0a9101372f13af82c703ca6cc

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  fix: use correct distro repo





  Commit: abdee57f549dd38be2c6ef91aefb2a99229a5d2e

      
https://github.com/jenkinsci/jx-resources-plugin/commit/abdee57f549dd38be2c6ef91aefb2a99229a5d2e

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  Merge pull request #13 from jstrachan/changes



fix: use correct distro repo





  Commit: 349e98c18ace6d95208a756dad8e67cf7ad02426

      
https://github.com/jenkinsci/jx-resources-plugin/commit/349e98c18ace6d95208a756dad8e67cf7ad02426

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  chore: lets try use a different server id





  Commit: 45f435b29a5afd8c7c1bcaa169a12f2893f7a511

      
https://github.com/jenkinsci/jx-resources-plugin/commit/45f435b29a5afd8c7c1bcaa169a12f2893f7a511

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  Merge pull request #14 from jstrachan/changes



chore: lets try use a different server id





  Commit: 0424be22fda6c038dc32733292da9b6d4667e95b

      
https://github.com/jenkinsci/jx-resources-plugin/commit/0424be22fda6c038dc32733292da9b6d4667e95b

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  chore: fix typo





  Commit: 290b37bbc2603d65539646f9db08aea10d2d4710

      
https://github.com/jenkinsci/jx-resources-plugin/commit/290b37bbc2603d65539646f9db08aea10d2d4710

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  Merge pull request #15 from jstrachan/changes



chore: fix typo





  Commit: 82295e1ce3be6aface0dfd161d0f24123ba2ec0d

      
https://github.com/jenkinsci/jx-resources-plugin/commit/82295e1ce3be6aface0dfd161d0f24123ba2ec0d

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  chore: try fix server id that works





  Commit: d05f46a979045cd772b5be07057cee570b10ff63

      
https://github.com/jenkinsci/jx-resources-plugin/commit/d05f46a979045cd772b5be07057cee570b10ff63

  Author: James Strachan <[email protected]>

  Date:   2018-12-07 (Fri, 07 Dec 2018)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  Merge pull request #16 from jstrachan/changes



chore: try fix server id that works





  Commit: 4b99e16f0d8e87f38a4eb4feef3b6ea363d87429

      
https://github.com/jenkinsci/jx-resources-plugin/commit/4b99e16f0d8e87f38a4eb4feef3b6ea363d87429

  Author: Vincent Latombe <[email protected]>

  Date:   2018-12-12 (Wed, 12 Dec 2018)



  Changed paths:

    A 
src/main/java/org/jenkinsci/plugins/jx/resources/ProwEnvironmentContributor.java



  Log Message:

  -----------

  Overrides Jenkins default BUILD_ID and BUILD_NUMBER when running as a prow job





  Commit: 75de7841fa57dba786fcb5d02cb6f504d697a29d

      
https://github.com/jenkinsci/jx-resources-plugin/commit/75de7841fa57dba786fcb5d02cb6f504d697a29d

  Author: jenkins-x-bot <[email protected]>

  Date:   2018-12-12 (Wed, 12 Dec 2018)



  Changed paths:

    A 
src/main/java/org/jenkinsci/plugins/jx/resources/ProwEnvironmentContributor.java



  Log Message:

  -----------

  Merge pull request #17 from Vlatombe/prow_build



Overrides Jenkins default BUILD_ID and BUILD_NUMBER when running as a…





  Commit: 6d5e41549bd8667552d460f4e74bd0ae7f0b0adf

      
https://github.com/jenkinsci/jx-resources-plugin/commit/6d5e41549bd8667552d460f4e74bd0ae7f0b0adf

  Author: Gareth Evans <[email protected]>

  Date:   2018-12-13 (Thu, 13 Dec 2018)



  Changed paths:

    M .gitignore

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    A src/test/java/org/jenkinsci/plugins/jx/resources/ExpandVarsTest.java



  Log Message:

  -----------

  feat: added ability to expand values of environment variables as build 
id/numbers





  Commit: fe3c9914903499b316a54d425cf545703158ea66

      
https://github.com/jenkinsci/jx-resources-plugin/commit/fe3c9914903499b316a54d425cf545703158ea66

  Author: Gareth Evans <[email protected]>

  Date:   2018-12-13 (Thu, 13 Dec 2018)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  fix: indentation





  Commit: dff2120eb0dc7900cdfe7644a78f2aaf0686d43d

      
https://github.com/jenkinsci/jx-resources-plugin/commit/dff2120eb0dc7900cdfe7644a78f2aaf0686d43d

  Author: jenkins-x-bot <[email protected]>

  Date:   2018-12-13 (Thu, 13 Dec 2018)



  Changed paths:

    M .gitignore

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    A src/test/java/org/jenkinsci/plugins/jx/resources/ExpandVarsTest.java



  Log Message:

  -----------

  Merge pull request #18 from garethjevans/expandvars



feat: added ability to expand values of environment variables as build 
id/numbers





  Commit: b1087743bc6cdedfbac76dc195572b50ea2de19a

      
https://github.com/jenkinsci/jx-resources-plugin/commit/b1087743bc6cdedfbac76dc195572b50ea2de19a

  Author: James Strachan <[email protected]>

  Date:   2018-12-13 (Thu, 13 Dec 2018)



  Changed paths:

    M OWNERS



  Log Message:

  -----------

  Update OWNERS





  Commit: 226fba6a507264975b2d88d51c72f492710a1a08

      
https://github.com/jenkinsci/jx-resources-plugin/commit/226fba6a507264975b2d88d51c72f492710a1a08

  Author: Steve Arch <[email protected]>

  Date:   2018-12-13 (Thu, 13 Dec 2018)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    A 
src/main/java/org/jenkinsci/plugins/jx/resources/EnvironmentVariableExpander.java

    A 
src/test/java/org/jenkinsci/plugins/jx/resources/EnvironmentVariableExpanderTest.java

    R src/test/java/org/jenkinsci/plugins/jx/resources/ExpandVarsTest.java



  Log Message:

  -----------

  feat: let's expand all environment variables, not just one of them.





  Commit: cfddf47605388d11bae8f4aebc37ce50103784b9

      
https://github.com/jenkinsci/jx-resources-plugin/commit/cfddf47605388d11bae8f4aebc37ce50103784b9

  Author: Steve Arch <[email protected]>

  Date:   2018-12-13 (Thu, 13 Dec 2018)



  Changed paths:

    M 
src/main/java/org/jenkinsci/plugins/jx/resources/EnvironmentVariableExpander.java



  Log Message:

  -----------

  Belt-and-braces





  Commit: 963636171d1383cd011f06bc3ebffdbd1f30a4c9

      
https://github.com/jenkinsci/jx-resources-plugin/commit/963636171d1383cd011f06bc3ebffdbd1f30a4c9

  Author: James Strachan <[email protected]>

  Date:   2019-01-17 (Thu, 17 Jan 2019)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    A 
src/main/java/org/jenkinsci/plugins/jx/resources/EnvironmentVariableExpander.java

    A 
src/test/java/org/jenkinsci/plugins/jx/resources/EnvironmentVariableExpanderTest.java

    R src/test/java/org/jenkinsci/plugins/jx/resources/ExpandVarsTest.java



  Log Message:

  -----------

  Merge pull request #20 from agentgonzo/envvars



feat: let's expand all environment variables, not just one of them.





  Commit: fc9a43154553fa476344cafd282348b0fa3848a3

      
https://github.com/jenkinsci/jx-resources-plugin/commit/fc9a43154553fa476344cafd282348b0fa3848a3

  Author: James Strachan <[email protected]>

  Date:   2019-01-27 (Sun, 27 Jan 2019)



  Changed paths:

    M Jenkinsfile.release



  Log Message:

  -----------

  chore: fix release to push the pom.xml's version change





  Commit: 25467afdadde1ad7d40cc7f6a4e4eb1f06f91a54

      
https://github.com/jenkinsci/jx-resources-plugin/commit/25467afdadde1ad7d40cc7f6a4e4eb1f06f91a54

  Author: James Strachan <[email protected]>

  Date:   2019-01-27 (Sun, 27 Jan 2019)



  Changed paths:

    M Jenkinsfile.release



  Log Message:

  -----------

  Merge pull request #21 from jstrachan/changes



chore: fix release to push the pom.xml's version change





  Commit: b22a242e202a441dd6431859b761b7eeb96d81a5

      
https://github.com/jenkinsci/jx-resources-plugin/commit/b22a242e202a441dd6431859b761b7eeb96d81a5

  Author: James Strachan <[email protected]>

  Date:   2019-01-27 (Sun, 27 Jan 2019)



  Changed paths:

    M Jenkinsfile.release



  Log Message:

  -----------

  chore: tone down logging and add more diagnostics to release pipeline





  Commit: 32f876669ca7f2427de2edf8e8641d2903e00b17

      
https://github.com/jenkinsci/jx-resources-plugin/commit/32f876669ca7f2427de2edf8e8641d2903e00b17

  Author: James Strachan <[email protected]>

  Date:   2019-01-27 (Sun, 27 Jan 2019)



  Changed paths:

    M Jenkinsfile.release



  Log Message:

  -----------

  Merge pull request #22 from jstrachan/changes



chore: tone down logging and add more diagnostics to release pipeline





  Commit: 2a3d4898f3ee863e0930b3f7f7a2e21ca1702002

      
https://github.com/jenkinsci/jx-resources-plugin/commit/2a3d4898f3ee863e0930b3f7f7a2e21ca1702002

  Author: James Strachan <[email protected]>

  Date:   2019-01-27 (Sun, 27 Jan 2019)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  chore: fix release to push the pom.xml's version change





  Commit: 6e454895fee5b41d5029e1fc797965ffbd8353b7

      
https://github.com/jenkinsci/jx-resources-plugin/commit/6e454895fee5b41d5029e1fc797965ffbd8353b7

  Author: James Strachan <[email protected]>

  Date:   2019-01-27 (Sun, 27 Jan 2019)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  Merge pull request #23 from jstrachan/changes



chore: fix release to push the pom.xml's version change





  Commit: dc1be7d243fff5328c4785bf04dfff8cc1be41e6

      
https://github.com/jenkinsci/jx-resources-plugin/commit/dc1be7d243fff5328c4785bf04dfff8cc1be41e6

  Author: James Strachan <[email protected]>

  Date:   2019-01-27 (Sun, 27 Jan 2019)



  Changed paths:

    R Jenkinsfile.release



  Log Message:

  -----------

  chore: remove old release pipeline





  Commit: b6850822f350b75c4df555ba3330b6d2fbe851de

      
https://github.com/jenkinsci/jx-resources-plugin/commit/b6850822f350b75c4df555ba3330b6d2fbe851de

  Author: James Strachan <[email protected]>

  Date:   2019-01-27 (Sun, 27 Jan 2019)



  Changed paths:

    M jx/scripts/release.sh



  Log Message:

  -----------

  chore: fix pipeline





  Commit: ab06e5c2b1b59415609e0857bb20be6f915f2634

      
https://github.com/jenkinsci/jx-resources-plugin/commit/ab06e5c2b1b59415609e0857bb20be6f915f2634

  Author: James Strachan <[email protected]>

  Date:   2019-01-27 (Sun, 27 Jan 2019)



  Changed paths:

    R Jenkinsfile.release

    M jx/scripts/release.sh



  Log Message:

  -----------

  Merge pull request #24 from jstrachan/changes



chore: fix pipeline





  Commit: 5c61e55d1d6ba24bd759496d9b7fa7151b859a0f

      
https://github.com/jenkinsci/jx-resources-plugin/commit/5c61e55d1d6ba24bd759496d9b7fa7151b859a0f

  Author: Jesse Glick <[email protected]>

  Date:   2019-02-05 (Tue, 05 Feb 2019)



  Changed paths:

    M 
src/main/java/org/jenkinsci/plugins/jx/resources/GlobalPluginConfiguration.java

    M 
src/main/resources/org/jenkinsci/plugins/jx/resources/GlobalPluginConfiguration/config.jelly



  Log Message:

  -----------

  Add a client validation button.





  Commit: 1fc4ce9b7c5e20718303f06b0496a60215b6cb0e

      
https://github.com/jenkinsci/jx-resources-plugin/commit/1fc4ce9b7c5e20718303f06b0496a60215b6cb0e

  Author: James Strachan <[email protected]>

  Date:   2019-02-08 (Fri, 08 Feb 2019)



  Changed paths:

    M 
src/main/java/org/jenkinsci/plugins/jx/resources/GlobalPluginConfiguration.java

    M 
src/main/resources/org/jenkinsci/plugins/jx/resources/GlobalPluginConfiguration/config.jelly



  Log Message:

  -----------

  Merge pull request #25 from jglick/validateClient



Add a client validation button





  Commit: e82a516a6e361ba688fdd795e0160c9c9d0dc93b

      
https://github.com/jenkinsci/jx-resources-plugin/commit/e82a516a6e361ba688fdd795e0160c9c9d0dc93b

  Author: Jesse Glick <[email protected]>

  Date:   2019-02-08 (Fri, 08 Feb 2019)



  Changed paths:

    M pom.xml

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  Updating parent POM, and removing unused dependencies.





  Commit: 9b076bc9206f237299f6450741d29bc17e0f6b8e

      
https://github.com/jenkinsci/jx-resources-plugin/commit/9b076bc9206f237299f6450741d29bc17e0f6b8e

  Author: Jesse Glick <[email protected]>

  Date:   2019-02-08 (Fri, 08 Feb 2019)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  Fall back to setting jenkinsURL to JenkinsLocationConfiguration.url.





  Commit: ed44c3ef4569d6e661c4016d24831193ea76e1e1

      
https://github.com/jenkinsci/jx-resources-plugin/commit/ed44c3ef4569d6e661c4016d24831193ea76e1e1

  Author: Jesse Glick <[email protected]>

  Date:   2019-02-08 (Fri, 08 Feb 2019)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  Meaningless to have a @DataBoundConstructor on an @Extension.





  Commit: 022052deac8e4b4d315b458a33890e008aef608b

      
https://github.com/jenkinsci/jx-resources-plugin/commit/022052deac8e4b4d315b458a33890e008aef608b

  Author: Jesse Glick <[email protected]>

  Date:   2019-02-08 (Fri, 08 Feb 2019)



  Changed paths:

    M 
src/main/java/org/jenkinsci/plugins/jx/resources/GlobalPluginConfiguration.java



  Log Message:

  -----------

  Saw some other things that look incorrect.





  Commit: aa5c90a7daa08876f28a714670241eefebbe6126

      
https://github.com/jenkinsci/jx-resources-plugin/commit/aa5c90a7daa08876f28a714670241eefebbe6126

  Author: Jesse Glick <[email protected]>

  Date:   2019-02-08 (Fri, 08 Feb 2019)



  Changed paths:

    A src/main/resources/index.jelly



  Log Message:

  -----------

  Also you need to have an /index.jelly in every plugin.





  Commit: 338f69342f867ed4f4b70e3abd9d3edcc99700c5

      
https://github.com/jenkinsci/jx-resources-plugin/commit/338f69342f867ed4f4b70e3abd9d3edcc99700c5

  Author: James Strachan <[email protected]>

  Date:   2019-02-09 (Sat, 09 Feb 2019)



  Changed paths:

    M pom.xml

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    A src/main/resources/index.jelly



  Log Message:

  -----------

  Merge pull request #26 from jglick/cleanup



Updating parent POM, and removing unused dependencies





  Commit: 74e926cd8f4fdf48b3c2f96c83a61be6e93132dc

      
https://github.com/jenkinsci/jx-resources-plugin/commit/74e926cd8f4fdf48b3c2f96c83a61be6e93132dc

  Author: Jesse Glick <[email protected]>

  Date:   2019-02-11 (Mon, 11 Feb 2019)



  Changed paths:

    M pom.xml

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    A src/main/resources/index.jelly



  Log Message:

  -----------

  Merge branch 'master' into JenkinsLocationConfiguration





  Commit: 856513580ba7b1356e1c3da9094d3e05d3dcf2dc

      
https://github.com/jenkinsci/jx-resources-plugin/commit/856513580ba7b1356e1c3da9094d3e05d3dcf2dc

  Author: Jesse Glick <[email protected]>

  Date:   2019-02-11 (Mon, 11 Feb 2019)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  FindBugs check pending https://github.com/jenkinsci/jenkins/pull/3321.





  Commit: 2843f882bccc89b1d193f0e7d85d0e22e84e1245

      
https://github.com/jenkinsci/jx-resources-plugin/commit/2843f882bccc89b1d193f0e7d85d0e22e84e1245

  Author: Jesse Glick <[email protected]>

  Date:   2019-02-11 (Mon, 11 Feb 2019)



  Changed paths:

    M pom.xml

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    A src/main/resources/index.jelly



  Log Message:

  -----------

  Merge branch 'master' into ctors





  Commit: 6a66cedd65f438aeb5d70e88addc4e09d436f7c9

      
https://github.com/jenkinsci/jx-resources-plugin/commit/6a66cedd65f438aeb5d70e88addc4e09d436f7c9

  Author: jenkins-x-bot <[email protected]>

  Date:   2019-03-21 (Thu, 21 Mar 2019)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  Merge pull request #27 from jglick/JenkinsLocationConfiguration



Fall back to setting jenkinsURL to JenkinsLocationConfiguration.url





  Commit: 2f6d2bb681c71c149717c3256f7c268ea3d5c683

      
https://github.com/jenkinsci/jx-resources-plugin/commit/2f6d2bb681c71c149717c3256f7c268ea3d5c683

  Author: jenkins-x-bot <[email protected]>

  Date:   2019-03-21 (Thu, 21 Mar 2019)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    M 
src/main/java/org/jenkinsci/plugins/jx/resources/GlobalPluginConfiguration.java



  Log Message:

  -----------

  Merge pull request #28 from jglick/ctors



Meaningless to have a @DataBoundConstructor on an @Extension





  Commit: 7a7c898d373e7c5ae712354128530020ccb2bb2d

      
https://github.com/jenkinsci/jx-resources-plugin/commit/7a7c898d373e7c5ae712354128530020ccb2bb2d

  Author: Steve Boardwell <[email protected]>

  Date:   2019-04-15 (Mon, 15 Apr 2019)



  Changed paths:

    M .gitignore



  Log Message:

  -----------

  Add .vscode to .gitignore





  Commit: be447bab10bcb5165623e0fc1f1469a041794420

      
https://github.com/jenkinsci/jx-resources-plugin/commit/be447bab10bcb5165623e0fc1f1469a041794420

  Author: Steve Boardwell <[email protected]>

  Date:   2019-04-15 (Mon, 15 Apr 2019)



  Changed paths:

    M pom.xml

    M src/main/java/org/jenkinsci/plugins/jx/resources/KubernetesUtils.java

    A 
src/test/java/org/jenkinsci/plugins/jx/resources/KubernetesUtilsDateFormatterTest.java



  Log Message:

  -----------

  Replace joda time with java time





  Commit: 01992b2268a35935f4cba08849648166bab8153e

      
https://github.com/jenkinsci/jx-resources-plugin/commit/01992b2268a35935f4cba08849648166bab8153e

  Author: Jesse Glick <[email protected]>

  Date:   2019-04-16 (Tue, 16 Apr 2019)



  Changed paths:

    M .gitignore

    M pom.xml

    M src/main/java/org/jenkinsci/plugins/jx/resources/KubernetesUtils.java

    A 
src/test/java/org/jenkinsci/plugins/jx/resources/KubernetesUtilsDateFormatterTest.java



  Log Message:

  -----------

  Merge pull request #29 from sboardwell/master



Replace joda time with java time





  Commit: c4d62015526265fe4d90e5d3e860e45bf9272526

      
https://github.com/jenkinsci/jx-resources-plugin/commit/c4d62015526265fe4d90e5d3e860e45bf9272526

  Author: Jesse Glick <[email protected]>

  Date:   2019-04-16 (Tue, 16 Apr 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Prep for maven-release-plugin.





  Commit: 9707ace35505010c45d3cc7d0f8573edddf00c27

      
https://github.com/jenkinsci/jx-resources-plugin/commit/9707ace35505010c45d3cc7d0f8573edddf00c27

  Author: Jesse Glick <[email protected]>

  Date:   2019-04-16 (Tue, 16 Apr 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release jx-resources-1.0.36





  Commit: 520f0a91dd01f404d29cee07433635e43c474294

      
https://github.com/jenkinsci/jx-resources-plugin/commit/520f0a91dd01f404d29cee07433635e43c474294

  Author: Jesse Glick <[email protected]>

  Date:   2019-04-16 (Tue, 16 Apr 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

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





  Commit: f0d9fb76230b65e851095da936a439d953c5f64d

      
https://github.com/jenkinsci/jx-resources-plugin/commit/f0d9fb76230b65e851095da936a439d953c5f64d

  Author: Jesse Glick <[email protected]>

  Date:   2019-06-06 (Thu, 06 Jun 2019)



  Changed paths:

    A .mvn/extensions.xml

    A .mvn/maven.config

    M pom.xml

    M 
src/main/java/org/jenkinsci/plugins/jx/resources/GlobalPluginConfiguration.java



  Log Message:

  -----------

  [SECURITY-1379] Secure the GlobalPluginConfiguration.doValidateClient web 
method





  Commit: 8dc06379e73f261cd1ec3eac11ef754702c8d71e

      
https://github.com/jenkinsci/jx-resources-plugin/commit/8dc06379e73f261cd1ec3eac11ef754702c8d71e

  Author: Jesse Glick <[email protected]>

  Date:   2019-06-06 (Thu, 06 Jun 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release jx-resources-1.0.37





  Commit: 50b7e2276ec690153a0b07164627777f18bce6d8

      
https://github.com/jenkinsci/jx-resources-plugin/commit/50b7e2276ec690153a0b07164627777f18bce6d8

  Author: Jesse Glick <[email protected]>

  Date:   2019-06-06 (Thu, 06 Jun 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

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





  Commit: 46d936e51fb29b1e961fab0e0da3e91953f12c55

      
https://github.com/jenkinsci/jx-resources-plugin/commit/46d936e51fb29b1e961fab0e0da3e91953f12c55

  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>

  Date:   2020-02-13 (Thu, 13 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  chore(deps): bump plugin from 3.43 to 3.56



Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 3.43 to 3.56.

- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)

- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)

- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-3.43...plugin-3.56)



Signed-off-by: dependabot-preview[bot] <[email protected]>





  Commit: 911ee81623c05645e8e574cf7ad4a6a5a002f1be

      
https://github.com/jenkinsci/jx-resources-plugin/commit/911ee81623c05645e8e574cf7ad4a6a5a002f1be

  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>

  Date:   2020-02-13 (Thu, 13 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  chore(deps): bump workflow-scm-step from 2.4 to 2.10



Bumps 
[workflow-scm-step](https://github.com/jenkinsci/workflow-scm-step-plugin) from 
2.4 to 2.10.

- [Release 
notes](https://github.com/jenkinsci/workflow-scm-step-plugin/releases)

- 
[Changelog](https://github.com/jenkinsci/workflow-scm-step-plugin/blob/master/CHANGELOG.md)

- 
[Commits](https://github.com/jenkinsci/workflow-scm-step-plugin/compare/workflow-scm-step-2.4...workflow-scm-step-2.10)



Signed-off-by: dependabot-preview[bot] <[email protected]>





  Commit: 7fc6bc2b0d4b2b7829eeaaff8bee6925ec9c26d1

      
https://github.com/jenkinsci/jx-resources-plugin/commit/7fc6bc2b0d4b2b7829eeaaff8bee6925ec9c26d1

  Author: James Strachan <[email protected]>

  Date:   2020-02-13 (Thu, 13 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #30 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-3.56



chore(deps): bump plugin from 3.43 to 3.56





  Commit: 7016815a47be897e527be9bf31091e80306e2fe3

      
https://github.com/jenkinsci/jx-resources-plugin/commit/7016815a47be897e527be9bf31091e80306e2fe3

  Author: James Strachan <[email protected]>

  Date:   2020-02-13 (Thu, 13 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #34 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-scm-step-2.10



chore(deps): bump workflow-scm-step from 2.4 to 2.10





  Commit: a9bad5fc75a6e068c7fa5b02a9e9c8e628ddd234

      
https://github.com/jenkinsci/jx-resources-plugin/commit/a9bad5fc75a6e068c7fa5b02a9e9c8e628ddd234

  Author: James Strachan <[email protected]>

  Date:   2020-02-13 (Thu, 13 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  fix: upgrade versions





  Commit: 99af5b290aa03303dfbc2c7010ae29def50c6bd4

      
https://github.com/jenkinsci/jx-resources-plugin/commit/99af5b290aa03303dfbc2c7010ae29def50c6bd4

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  fix: upgrade dependencies



so we use the new BOM to simplify things lots. Thanks for the heads up @jglick





  Commit: f880db9e3585390afda2507f40bab841afcb8705

      
https://github.com/jenkinsci/jx-resources-plugin/commit/f880db9e3585390afda2507f40bab841afcb8705

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  fix: lets add the test dependencies for easier local testsing





  Commit: 092207832ac2718dfab45d9b20ed6aff9866cced

      
https://github.com/jenkinsci/jx-resources-plugin/commit/092207832ac2718dfab45d9b20ed6aff9866cced

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #35 from jstrachan/changes



fix: upgrade versions





  Commit: 76299656eaabfa1172f79154f9523219215d5157

      
https://github.com/jenkinsci/jx-resources-plugin/commit/76299656eaabfa1172f79154f9523219215d5157

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    A src/main/java/org/jenkinsci/plugins/jx/resources/GitURLInfo.java

    A src/main/java/org/jenkinsci/plugins/jx/resources/GitURLParser.java

    A src/test/java/org/jenkinsci/plugins/jx/resources/GitURLParserTest.java



  Log Message:

  -----------

  fix: add labels and discovery of git repo + owner





  Commit: 25d8aebc93215d982e0d4d367aca491f8b8d2e2b

      
https://github.com/jenkinsci/jx-resources-plugin/commit/25d8aebc93215d982e0d4d367aca491f8b8d2e2b

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M pom.xml

    A src/main/java/io/jenkins/x/client/Constants.java

    A src/main/java/io/jenkins/x/client/PipelineClient.java

    A src/main/java/io/jenkins/x/client/Pipelines.java

    A src/main/java/io/jenkins/x/client/ServiceClient.java

    A src/main/java/io/jenkins/x/client/kube/ClientHelper.java

    A src/main/java/io/jenkins/x/client/kube/CoreActivityStep.java

    A src/main/java/io/jenkins/x/client/kube/DoneablePipelineActivities.java

    A src/main/java/io/jenkins/x/client/kube/DtoSupport.java

    A src/main/java/io/jenkins/x/client/kube/GitStatus.java

    A src/main/java/io/jenkins/x/client/kube/KubeHelpers.java

    A src/main/java/io/jenkins/x/client/kube/KubernetesNames.java

    A src/main/java/io/jenkins/x/client/kube/PipelineActivity.java

    A src/main/java/io/jenkins/x/client/kube/PipelineActivityList.java

    A src/main/java/io/jenkins/x/client/kube/PipelineActivitySpec.java

    A src/main/java/io/jenkins/x/client/kube/PipelineActivityStep.java

    A src/main/java/io/jenkins/x/client/kube/PipelineKey.java

    A src/main/java/io/jenkins/x/client/kube/PreviewActivityStep.java

    A src/main/java/io/jenkins/x/client/kube/PromoteActivityStep.java

    A src/main/java/io/jenkins/x/client/kube/PromotePullRequestStep.java

    A src/main/java/io/jenkins/x/client/kube/PromoteUpdateStep.java

    A src/main/java/io/jenkins/x/client/kube/StageActivityStep.java

    A src/main/java/io/jenkins/x/client/kube/Statuses.java

    A src/main/java/io/jenkins/x/client/model/Jenkins.java

    A src/main/java/io/jenkins/x/client/tree/BaseNode.java

    A src/main/java/io/jenkins/x/client/tree/BranchNode.java

    A src/main/java/io/jenkins/x/client/tree/BuildNode.java

    A src/main/java/io/jenkins/x/client/tree/OwnerNode.java

    A src/main/java/io/jenkins/x/client/tree/PipelineTreeModel.java

    A src/main/java/io/jenkins/x/client/tree/PullRequestsNode.java

    A src/main/java/io/jenkins/x/client/tree/RepoNode.java

    A src/main/java/io/jenkins/x/client/tree/StageNode.java

    A src/main/java/io/jenkins/x/client/tree/TreeItem.java

    A src/main/java/io/jenkins/x/client/tree/TreeModelListener.java

    A src/main/java/io/jenkins/x/client/tree/TreeModelListenerAdapter.java

    A src/main/java/io/jenkins/x/client/tree/TreeModelListeners.java

    A src/main/java/io/jenkins/x/client/tree/TreeNode.java

    A src/main/java/io/jenkins/x/client/util/Icons.java

    A src/main/java/io/jenkins/x/client/util/MarkupUtils.java

    A src/main/java/io/jenkins/x/client/util/Strings.java

    A src/main/java/io/jenkins/x/client/util/Times.java

    A src/main/java/io/jenkins/x/client/util/URLHelpers.java



  Log Message:

  -----------

  fix: lets add the jx client code



so its easier to keep it in sync with jx from a single plugin as we don't 
really use the code elsewhere yet.



it also helps shrink the dependencies to keep things in sync with the jenkins 
plugin BOM





  Commit: dc1a21da67d5a1ddb2fc14fd0df421ed579601f8

      
https://github.com/jenkinsci/jx-resources-plugin/commit/dc1a21da67d5a1ddb2fc14fd0df421ed579601f8

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M src/main/java/io/jenkins/x/client/kube/PipelineActivitySpec.java

    A src/main/java/io/jenkins/x/client/kube/PipelineAttachment.java



  Log Message:

  -----------

  fix: upgrade to latest jx schema





  Commit: 5c451ba39b4f4274a60932c8885e9efee7e6d5d4

      
https://github.com/jenkinsci/jx-resources-plugin/commit/5c451ba39b4f4274a60932c8885e9efee7e6d5d4

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  fix: store branch in the spec





  Commit: c36ba8de5fc42c3c380e464dab00f762dc815deb

      
https://github.com/jenkinsci/jx-resources-plugin/commit/c36ba8de5fc42c3c380e464dab00f762dc815deb

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  fix: upgrade the kube client





  Commit: c032ffd7c3036e63839ab781d5ca0923bd4d132c

      
https://github.com/jenkinsci/jx-resources-plugin/commit/c032ffd7c3036e63839ab781d5ca0923bd4d132c

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  fix: populate more data on the PipelineActivity





  Commit: 8cb6cff39fd52febc46283cb5a2b51f4c3d14a2b

      
https://github.com/jenkinsci/jx-resources-plugin/commit/8cb6cff39fd52febc46283cb5a2b51f4c3d14a2b

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M src/main/java/io/jenkins/x/client/PipelineClient.java

    M src/main/java/io/jenkins/x/client/kube/CoreActivityStep.java

    M src/main/java/io/jenkins/x/client/kube/GitStatus.java

    M src/main/java/io/jenkins/x/client/kube/PipelineActivityStep.java

    M src/main/java/io/jenkins/x/client/kube/PipelineAttachment.java

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    M src/main/java/org/jenkinsci/plugins/jx/resources/GitURLParser.java



  Log Message:

  -----------

  fix: fix up the warnings





  Commit: 989957f29c5f1a1ed3c160fc4c9bd5dcc985cfe6

      
https://github.com/jenkinsci/jx-resources-plugin/commit/989957f29c5f1a1ed3c160fc4c9bd5dcc985cfe6

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M pom.xml

    A src/main/java/io/jenkins/x/client/Constants.java

    A src/main/java/io/jenkins/x/client/PipelineClient.java

    A src/main/java/io/jenkins/x/client/Pipelines.java

    A src/main/java/io/jenkins/x/client/ServiceClient.java

    A src/main/java/io/jenkins/x/client/kube/ClientHelper.java

    A src/main/java/io/jenkins/x/client/kube/CoreActivityStep.java

    A src/main/java/io/jenkins/x/client/kube/DoneablePipelineActivities.java

    A src/main/java/io/jenkins/x/client/kube/DtoSupport.java

    A src/main/java/io/jenkins/x/client/kube/GitStatus.java

    A src/main/java/io/jenkins/x/client/kube/KubeHelpers.java

    A src/main/java/io/jenkins/x/client/kube/KubernetesNames.java

    A src/main/java/io/jenkins/x/client/kube/PipelineActivity.java

    A src/main/java/io/jenkins/x/client/kube/PipelineActivityList.java

    A src/main/java/io/jenkins/x/client/kube/PipelineActivitySpec.java

    A src/main/java/io/jenkins/x/client/kube/PipelineActivityStep.java

    A src/main/java/io/jenkins/x/client/kube/PipelineAttachment.java

    A src/main/java/io/jenkins/x/client/kube/PipelineKey.java

    A src/main/java/io/jenkins/x/client/kube/PreviewActivityStep.java

    A src/main/java/io/jenkins/x/client/kube/PromoteActivityStep.java

    A src/main/java/io/jenkins/x/client/kube/PromotePullRequestStep.java

    A src/main/java/io/jenkins/x/client/kube/PromoteUpdateStep.java

    A src/main/java/io/jenkins/x/client/kube/StageActivityStep.java

    A src/main/java/io/jenkins/x/client/kube/Statuses.java

    A src/main/java/io/jenkins/x/client/model/Jenkins.java

    A src/main/java/io/jenkins/x/client/tree/BaseNode.java

    A src/main/java/io/jenkins/x/client/tree/BranchNode.java

    A src/main/java/io/jenkins/x/client/tree/BuildNode.java

    A src/main/java/io/jenkins/x/client/tree/OwnerNode.java

    A src/main/java/io/jenkins/x/client/tree/PipelineTreeModel.java

    A src/main/java/io/jenkins/x/client/tree/PullRequestsNode.java

    A src/main/java/io/jenkins/x/client/tree/RepoNode.java

    A src/main/java/io/jenkins/x/client/tree/StageNode.java

    A src/main/java/io/jenkins/x/client/tree/TreeItem.java

    A src/main/java/io/jenkins/x/client/tree/TreeModelListener.java

    A src/main/java/io/jenkins/x/client/tree/TreeModelListenerAdapter.java

    A src/main/java/io/jenkins/x/client/tree/TreeModelListeners.java

    A src/main/java/io/jenkins/x/client/tree/TreeNode.java

    A src/main/java/io/jenkins/x/client/util/Icons.java

    A src/main/java/io/jenkins/x/client/util/MarkupUtils.java

    A src/main/java/io/jenkins/x/client/util/Strings.java

    A src/main/java/io/jenkins/x/client/util/Times.java

    A src/main/java/io/jenkins/x/client/util/URLHelpers.java

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java

    A src/main/java/org/jenkinsci/plugins/jx/resources/GitURLInfo.java

    A src/main/java/org/jenkinsci/plugins/jx/resources/GitURLParser.java

    A src/test/java/org/jenkinsci/plugins/jx/resources/GitURLParserTest.java



  Log Message:

  -----------

  Merge pull request #38 from jstrachan/changes



fix: add more metadata into the PipelineActivity





  Commit: 2af45220d5c01dbc744a1b63998e19f73854e221

      
https://github.com/jenkinsci/jx-resources-plugin/commit/2af45220d5c01dbc744a1b63998e19f73854e221

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    A .updatebot.yml



  Log Message:

  -----------

  fix: upgrade jackson to avoid CVE





  Commit: 3b79a9b00dc527a8f9e3863b067e74360fcaa4c6

      
https://github.com/jenkinsci/jx-resources-plugin/commit/3b79a9b00dc527a8f9e3863b067e74360fcaa4c6

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  fix: upgrade jackson to avoid CVE





  Commit: 355ecd4e07098a3635eb0ca5e1d6d767546d1cb6

      
https://github.com/jenkinsci/jx-resources-plugin/commit/355ecd4e07098a3635eb0ca5e1d6d767546d1cb6

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    A .updatebot.yml

    M pom.xml



  Log Message:

  -----------

  Merge pull request #40 from jstrachan/changes



fix: upgrade jackson to avoid CVE





  Commit: 81bb14744a6b47df9a6f25934a5ae54c6ecc976e

      
https://github.com/jenkinsci/jx-resources-plugin/commit/81bb14744a6b47df9a6f25934a5ae54c6ecc976e

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M src/main/java/org/jenkinsci/plugins/jx/resources/BuildSyncRunListener.java



  Log Message:

  -----------

  fix: use the correct build number label





  Commit: 43366f18aa68c0b1a8a41e67a040f434aa75b8e0

      
https://github.com/jenkinsci/jx-resources-plugin/commit/43366f18aa68c0b1a8a41e67a040f434aa75b8e0

  Author: James Strachan <[email protected]>

  Date:   2020-02-14 (Fri, 14 Feb 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release jx-resources-1.0.38





Compare: 
https://github.com/jenkinsci/jx-resources-plugin/compare/e154b3562dc2...43366f18aa68

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jx-resources-plugin/push/refs/heads/changes/e154b3-43366f%40github.com.

Reply via email to