Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d3441de2e2400e37e1f16969dcb2975545c7da1c
      
https://github.com/jenkinsci/jenkins/commit/d3441de2e2400e37e1f16969dcb2975545c7da1c
  Author: M Ramon Leon <[email protected]>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    A core/src/main/java/hudson/cli/DisablePluginCommand.java
    M core/src/main/resources/hudson/cli/Messages.properties
    A test/src/test/java/hudson/cli/DisablePluginCommandTest.java

  Log Message:
  -----------
  [JENKINS-27177] Add disable plugin command and tests


  Commit: 43a1611f48d20bd99319370dfb25f48bd9fbf903
      
https://github.com/jenkinsci/jenkins/commit/43a1611f48d20bd99319370dfb25f48bd9fbf903
  Author: M Ramon Leon <[email protected]>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M test/src/test/java/hudson/cli/DisablePluginCommandTest.java

  Log Message:
  -----------
  [JENKINS-27177] Add check to avoid restart in windows and a message fix.


  Commit: 1062f9abd86271bfec678d4f1f103639d11873ca
      
https://github.com/jenkinsci/jenkins/commit/1062f9abd86271bfec678d4f1f103639d11873ca
  Author: M Ramon Leon <[email protected]>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M core/src/main/java/hudson/cli/DisablePluginCommand.java
    M core/src/main/resources/hudson/cli/Messages.properties

  Log Message:
  -----------
  [JENKINS-27177] Some polishment.


  Commit: 18be1960d145293084cfab48bfffb1ab65e147fc
      
https://github.com/jenkinsci/jenkins/commit/18be1960d145293084cfab48bfffb1ab65e147fc
  Author: M Ramon Leon <[email protected]>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M test/src/test/java/hudson/cli/DisablePluginCommandTest.java

  Log Message:
  -----------
  [JENKINS-27177] Change windows check.


  Commit: fe8d0d5e7c31bc938c90708c895780ce0be80fbd
      
https://github.com/jenkinsci/jenkins/commit/fe8d0d5e7c31bc938c90708c895780ce0be80fbd
  Author: M Ramon Leon <[email protected]>
  Date:   2018-10-15 (Mon, 15 Oct 2018)

  Changed paths:
    M .gitignore
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/PluginWrapper.java
    M core/src/main/java/hudson/cli/DisablePluginCommand.java
    M core/src/main/resources/hudson/Messages.properties
    M core/src/main/resources/hudson/Messages_es.properties
    M core/src/main/resources/hudson/cli/Messages.properties
    M core/src/main/resources/hudson/cli/Messages_es.properties
    M test/src/test/java/hudson/cli/DisablePluginCommandTest.java

  Log Message:
  -----------
  [JENKINS-27177] Add strategies to disable plugins. Move process to core

Move the process to core to be reusable, not only for the cli command.
Add optionalDependants list to PluginWrapper to process them easily.

Replace (depreacate) the disable method without checks by this one with
strategies.

Improve messages and tests


  Commit: a609502609bee8640a1261e618fea1bff76ac64b
      
https://github.com/jenkinsci/jenkins/commit/a609502609bee8640a1261e618fea1bff76ac64b
  Author: M Ramon Leon <[email protected]>
  Date:   2018-10-15 (Mon, 15 Oct 2018)

  Changed paths:
    M core/src/main/java/hudson/cli/DisablePluginCommand.java

  Log Message:
  -----------
  [JENKINS-27177] Minor fixes


  Commit: 1aa7dbb818ed263af97e9dca7d765b9e18379335
      
https://github.com/jenkinsci/jenkins/commit/1aa7dbb818ed263af97e9dca7d765b9e18379335
  Author: M Ramon Leon <[email protected]>
  Date:   2018-10-15 (Mon, 15 Oct 2018)

  Changed paths:
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/PluginWrapper.java
    M core/src/main/resources/hudson/cli/Messages.properties
    M core/src/main/resources/hudson/cli/Messages_es.properties
    M test/src/test/java/hudson/cli/DisablePluginCommandTest.java

  Log Message:
  -----------
  [JENKINS-27177] Minor fixes


  Commit: 8f239f6ee18085fe445a3c265e8c6e2bdfe197c6
      
https://github.com/jenkinsci/jenkins/commit/8f239f6ee18085fe445a3c265e8c6e2bdfe197c6
  Author: M Ramon Leon <[email protected]>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/PluginWrapper.java
    M core/src/main/resources/hudson/Messages.properties
    M test/src/test/java/hudson/cli/DisablePluginCommandTest.java

  Log Message:
  -----------
  [JENKINS-27177] Add new status error_disabling and minor fixes

When there is some problem disabling a plugin (the disabling file cannot
be created) it should be indicated and also reflected in the dependee
plugin.


  Commit: 65faa1e6d82580c66cfba8672bfd115936c3750d
      
https://github.com/jenkinsci/jenkins/commit/65faa1e6d82580c66cfba8672bfd115936c3750d
  Author: M Ramon Leon <[email protected]>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/cli/DisablePluginCommand.java

  Log Message:
  -----------
  [JENKINS-27177] Minor fixes.

Change the way of an array copy and ensure non null args


  Commit: 8bc71b718137e8eb808dfb974e70ba590e034e36
      
https://github.com/jenkinsci/jenkins/commit/8bc71b718137e8eb808dfb974e70ba590e034e36
  Author: M Ramon Leon <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/cli/DisablePluginCommand.java
    M core/src/main/resources/hudson/Messages.properties
    M core/src/main/resources/hudson/cli/Messages.properties

  Log Message:
  -----------
  [JENKINS-27177] Improve messages


  Commit: ed1dc0c92a0b5ef3906c438c5d3738b869e032cb
      
https://github.com/jenkinsci/jenkins/commit/ed1dc0c92a0b5ef3906c438c5d3738b869e032cb
  Author: M Ramon Leon <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M test/src/test/java/hudson/cli/DisablePluginCommandTest.java

  Log Message:
  -----------
  [JENKINS-27177] Specific test to demo right disablement with wrong order


  Commit: 131794b84d1509da908351522959df165f9fa61a
      
https://github.com/jenkinsci/jenkins/commit/131794b84d1509da908351522959df165f9fa61a
  Author: Baptiste Mathus <[email protected]>
  Date:   2018-11-08 (Thu, 08 Nov 2018)

  Changed paths:
    M .gitignore
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/PluginWrapper.java
    A core/src/main/java/hudson/cli/DisablePluginCommand.java
    M core/src/main/resources/hudson/Messages.properties
    M core/src/main/resources/hudson/Messages_es.properties
    M core/src/main/resources/hudson/cli/Messages.properties
    M core/src/main/resources/hudson/cli/Messages_es.properties
    A test/src/test/java/hudson/cli/DisablePluginCommandTest.java

  Log Message:
  -----------
  Merge pull request #3648 from MRamonLeon/JENKINS-27177

[JENKINS-27177] Add disable plugin command and tests


Compare: 
https://github.com/jenkinsci/jenkins/compare/d13e4cdb32e9...131794b84d15
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to