1. 29 5月, 2019 1 次提交
  2. 27 5月, 2019 2 次提交
  3. 26 5月, 2019 5 次提交
  4. 25 5月, 2019 1 次提交
  5. 24 5月, 2019 2 次提交
  6. 22 5月, 2019 1 次提交
  7. 21 5月, 2019 1 次提交
  8. 20 5月, 2019 3 次提交
  9. 19 5月, 2019 1 次提交
  10. 18 5月, 2019 1 次提交
  11. 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
  12. 16 5月, 2019 3 次提交
  13. 15 5月, 2019 2 次提交
  14. 13 5月, 2019 2 次提交
  15. 12 5月, 2019 2 次提交
  16. 11 5月, 2019 4 次提交
  17. 10 5月, 2019 4 次提交
  18. 09 5月, 2019 2 次提交
    • 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