1. 18 5月, 2019 1 次提交
  2. 17 5月, 2019 3 次提交
    • J
      [JENKINS-57528] - Load detached plugins which are implicit deps of other... · 855ea2ee
      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)
      855ea2ee
    • O
      Merge pull request #4024 from jsoref/cleanup-html · c7090f8d
      Oleg Nenashev 提交于
      IntelliJ/HTML(fr): Start tag has wrong closing tag
      c7090f8d
    • O
      Merge pull request #4020 from jsoref/java-cleanup · bfdd4953
      Oleg Nenashev 提交于
      Java cleanup
      bfdd4953
  3. 16 5月, 2019 2 次提交
  4. 15 5月, 2019 2 次提交
  5. 13 5月, 2019 2 次提交
  6. 12 5月, 2019 2 次提交
  7. 11 5月, 2019 4 次提交
  8. 10 5月, 2019 4 次提交
  9. 09 5月, 2019 3 次提交
    • A
      [SECURITY-901] Remove restriction · d74b31ba
      amuniz 提交于
      This is a follow up on SECURITY-901 changes to remove the @Restricted
      annotation after the security release is done.
      d74b31ba
    • M
      [FIX JENKINS-41696] Fix recording fingerprints (#3915) · 82aca642
      Mit Naria 提交于
      * [FIX JENKINS-41696] Fix recording fingerprints
      
      1. Fix bug which records fingerprints while
         ignoring the excludes when archiving artifacts.
      
      * [JENKINS-41696] Fix recording fingerprints
      
      1. Fix bug which records fingerprints while
         ignoring the excludes when archiving artifacts.
      2. Fingerprinter now supports excluding patterns for targets,
         caseSensitivity and defaultExcludes.
      
      * [FIX JENKINS-41696] Fix recording fingerprints
      
      1. Fix bug which records fingerprints while
         ignoring the excludes when archiving artifacts.
      2. Fingerprinter now supports excludes,
         defaultExcludes and caseSensitivity.
      Signed-off-by: NMit Naria <mit4dev@gmail.com>
      
      * [FIX JENKINS-41696] Fix recording fingerprints
      
          1. Fix bug which records fingerprints while
             ignoring the excludes when archiving artifacts.
          2. Fingerprinter now supports excludes,
             defaultExcludes and caseSensitivity.
      
      * removing unused annotation and triggering a build.
      
      * Apply suggestions from code review by jvz
      Co-Authored-By: Nfoxtrot9 <mit4dev@gmail.com>
      
      * [JENKINS-41696] Fix deserialization bug using readResolve.
      Signed-off-by: NMit Naria <mit4dev@gmail.com>
      
      * Update Fingerprinter.java
      
      1. Getters and setters for defaultExcludes and caseSensitive use boolean instead of Boolean.
      
      * Minor bug fixs.
      Signed-off-by: NMit Naria <mit4dev@gmail.com>
      
      * Fix stupid mistake in last commit
      Signed-off-by: NMit Naria <mit4dev@gmail.com>
      82aca642
    • O
      Merge pull request #3922 from jsoref/JENKINS-56379 · 002cf09d
      Oleg Nenashev 提交于
      [JENKINS-56379] Absorb pipeline-model-definition symbol-hetero-list.jelly into hetero-list.jelly
      002cf09d
  10. 08 5月, 2019 2 次提交
    • J
      Remove manag_.groovy · 5bee3556
      Josh Soref 提交于
      This was an experiment that was not adopted.
      
      Retaining just creates confusion.
      
      For reference, these are the commits related to the file:
      
      o    68d4d22f kk [JENKINS-8446] it's better to let those directories setting be a part of JENKINS_HOME rather than being independent configuration properties, since they aren't orthogonal.
      :\
      : o  82917200 kk making it more type-safe
      : |
      : o  8c7c1c62 kk this file is now auto-generated
      :/
      o  61768cc0 kk not specifying the file extension so that different pieces can be implemented by different view technologies
      |
      o  12ad3b02 kk replaced i18n by '_' since it shows up a lot.
      :
      o  00bc3298 kk experimental re-write of the "manage Jenkins" view by Groovy
      |
      ~
      5bee3556
    • O
      upgrade to winstone 5.3 (Jetty 9.4.18.v20190429) · 523d3db5
      olivier lamy 提交于
      Signed-off-by: Nolivier lamy <olamy@apache.org>
      523d3db5
  11. 07 5月, 2019 1 次提交
  12. 06 5月, 2019 3 次提交
  13. 05 5月, 2019 4 次提交
    • J
      [JENKINS-57244] FilePath (de)serialization via XStream is unsupported but... · 70546108
      Jesse Glick 提交于
      [JENKINS-57244] FilePath (de)serialization via XStream is unsupported but should not be fatal (#4011)
      
      * [JENKINS-57244] FilePath (de)serialization via XStream is unsupported but should not be fatal.
      
      * Factoring out a _getChannelForSerialization with a friendlier message and a redirect.
      70546108
    • I
      Cleanup StopBuildsCommandTest · 4787bd44
      Ilya Zasimov 提交于
      4787bd44
    • O
      Merge pull request #4012 from jglick/Run.keepLog · 9ad3967d
      Oleg Nenashev 提交于
      Run.keepLog-related names were misleading
      9ad3967d
    • A
      [JENKINS-11888] - Add stop-job CLI command (#3686) · 63b953d4
      austry 提交于
      * JENKINS-11888 Add stop-job CLI command
      
      * JENKINS-11888 Add license headers
      
      * JENKINS-11888 Review fix
      
      * JENKINS-11888 Fix review
      
      * JENKINS-11888 Remove moved files from cli package
      
      * JENKINS-11888 Fix logging
      
      * JENKINS-11888 Collect jobs list before stopping any builds
      
      * JENKINS-11888 Refactor isBuilding check
      
      * JENKINS-11888 Add Restricted annotation for StopBuildsCommand
      
      * JENKINS-11888 Make cli output more responsive
      
      * JENKINS-11888 Remove single quote for job name
      
      * JENKINS-11888 Add semicolon
      
      * JENKINS-11888 Handle exception for executor.doStop
      
      * JENKINS-11888 Rework test to use JenkinsRule
      
      * JENKINS-11888 Remove semicolons from CLI output
      
      * JENKINS-11888 Fix tests for windows platform
      
      * JENKINS-11888 Write message about exception in one line
      
      * JENKINS-11888 Fix output on not founded job
      
      * JENKINS-11888 Improve tests
      
      * JENKINS-11888 Use fullDisplayName for job name
      
      * JENKINS-11888 Use single quotes for build and job names
      
      * JENKINS-11888 Cleanup exceptions throwing
      
      * JENKINS-11888 Add test checking second job will be stopped if first stop failed
      63b953d4
  14. 04 5月, 2019 4 次提交
  15. 03 5月, 2019 2 次提交
  16. 02 5月, 2019 1 次提交