1. 20 11月, 2013 4 次提交
    • J
      Better null safety. · 6586d779
      Jesse Glick 提交于
      Defense against an exception consistently thrown when running functional tests against 1.532.1 (but not 1.540, for whatever reason):
      … hudson.PluginWrapper stop
      WARNING: Failed to shut down …
      java.lang.NullPointerException
      	at jenkins.model.Jenkins.lookup(Jenkins.java:3898)
      	at hudson.PluginWrapper.getPlugin(PluginWrapper.java:287)
      	at hudson.PluginWrapper.stop(PluginWrapper.java:377)
      	at hudson.PluginManager.stop(PluginManager.java:650)
      	at org.jvnet.hudson.test.TestPluginManager.reallyStop(TestPluginManager.java:129)
      	at org.jvnet.hudson.test.TestPluginManager.access$000(TestPluginManager.java:55)
      	at org.jvnet.hudson.test.TestPluginManager$1.run(TestPluginManager.java:140)
      6586d779
    • J
      Do not throw Error for a recoverable condition. · 90395ee6
      Jesse Glick 提交于
      In this case, someone tried to add an element to a persisted list, and it was added in memory but the configuration could not be saved.
      Unclear whether that should even be treated as an error condition (the write failure might be transient, and a subsequent write would store the addition),
      but if it should be then we should throw a simple runtime exception.
      90395ee6
    • H
      Merge pull request #1022 from synopsys-arc-oss/russian-localization-fix · aa554ea5
      Harald Albers 提交于
      Cleanup of Russian translation ...
      aa554ea5
    • K
      [JENKINS-20618] · 06bdbed5
      Kohsuke Kawaguchi 提交于
      Added a patched version of jzlib from
      https://github.com/kohsuke/jzlib/tree/jzlib-1.1.3-kohsuke-1 to better
      understand the deflate problem.
      06bdbed5
  2. 19 11月, 2013 13 次提交
  3. 18 11月, 2013 6 次提交
  4. 17 11月, 2013 12 次提交
  5. 16 11月, 2013 5 次提交