1. 24 9月, 2019 2 次提交
  2. 23 9月, 2019 2 次提交
  3. 16 9月, 2019 2 次提交
  4. 09 9月, 2019 2 次提交
  5. 05 9月, 2019 1 次提交
  6. 02 9月, 2019 2 次提交
  7. 27 8月, 2019 4 次提交
  8. 26 8月, 2019 2 次提交
  9. 19 8月, 2019 2 次提交
  10. 09 8月, 2019 1 次提交
  11. 08 8月, 2019 2 次提交
  12. 02 8月, 2019 1 次提交
    • D
      Update versions of some detached plugins that installed in some cases when... · 551cbd78
      Daniel Beck 提交于
      Update versions of some detached plugins that installed in some cases when upgrading Jenkins or when implied dependencies are not specified for manually managed plugins. (#4125)
      
      * Update bundled plugins
      
      * Add new dependencies for JUnit, fix test with matrix-auth
      
      * Introduce property for matrix-auth version
      551cbd78
  13. 22 7月, 2019 2 次提交
  14. 19 7月, 2019 1 次提交
  15. 17 7月, 2019 2 次提交
  16. 16 7月, 2019 1 次提交
  17. 15 7月, 2019 4 次提交
  18. 12 7月, 2019 1 次提交
  19. 11 7月, 2019 2 次提交
    • I
      [JENKINS-43610] Split Trilead out from Core (#4085) · f76ee6d8
      Ivan Fernandez Calvo 提交于
      * [JENKINS-43610] Split Trilead out from Core
      
      * revert changes on ./core/src/main/resources/jenkins/split-plugin-cycles.txt
      
      * remove JDK version on split-plugins.txt
      
      * bump trilead-api version to 1.0.4
      
      * fix: add trilead-api incremental version to detached plugins
      
      * fix: add consume-incrementals setting to maven
      
      * Update core/src/main/resources/jenkins/split-plugins.txt
      Co-Authored-By: NJesse Glick <jglick@cloudbees.com>
      f76ee6d8
    • J
      [JENKINS-58362] Need to have only one copy of SystemCommandLanguage among detached plugins (#4099) · f4364e4e
      Jesse Glick 提交于
      * Need to have only one copy of SystemCommandLanguage among detached plugins.
      
      * Removing some cases from LoadDetachedPluginsTest which were sensitive to particular versions of detached plugins and thus hard to maintain.
      Already had to do one such change in 84f939cebd1a0d03633e7b7c01e71ac387fb6463 and now upgradeFromJenkins2WithNewerDependency began failing after a war/pom.xml change.
      f4364e4e
  20. 08 7月, 2019 2 次提交
  21. 01 7月, 2019 2 次提交
    • J
      [JENKINS-57528] - Load detached plugins which are implicit deps of other... · 5b48a42f
      Jesse Glick 提交于
      [JENKINS-57528] - Load detached plugins which are implicit deps of other plugins at startup even w/o UC (#4000)
      
      * Do not warn repeatedly of the same missing update site dependency.
      This happens when locally testing split plugins (despite their presence in WEB-INF/detached-plugins/*.hpi).
      
      (cherry picked from commit 918a0fd2211210a158279b2f19690c86801fe4a1)
      
      * Detached plugins must be kept up to date with security advisories.
      
      (cherry picked from commit e08d28a69897ff94811e02040255a9d266c44d0d)
      
      * Load detached plugins which are implicit dependencies of other plugins at startup, even if the update center was not used.
      
      (cherry picked from commit ad7a36001d30a6174b25e616fc3c215dd24919d1)
      
      * Adjusted expected version after e08d28a69897ff94811e02040255a9d266c44d0d.
      
      (cherry picked from commit 84f939cebd1a0d03633e7b7c01e71ac387fb6463)
      
      * e08d28a69897ff94811e02040255a9d266c44d0d exposed tests which had been incorrectly storing plugins as *.hpi rather than *.jpi.
      
      (cherry picked from commit a0abad7ec474b28d2d388f075bc54f961046b09a)
      
      * Test failure after ad7a36001d30a6174b25e616fc3c215dd24919d1.
      
      (cherry picked from commit 0084e8dbdddf93bb1353516c1fe20d807577631f)
      
      * Another test failure after ad7a36001d30a6174b25e616fc3c215dd24919d1; fewer installDetachedPlugin calls are now required.
      
      (cherry picked from commit b65bb54e9975a7c77103bf7cf4da82295498f308)
      (cherry picked from commit 855ea2ee)
      5b48a42f
    • K
      4404c6e6