1. 23 2月, 2013 3 次提交
  2. 22 2月, 2013 4 次提交
    • J
      [FIXED JENKINS-16844] MenuItem.post allows context menu items like Build Now... · b9c18a7b
      Jesse Glick 提交于
      [FIXED JENKINS-16844] MenuItem.post allows context menu items like Build Now to send a POST request.
      Currently just shows a hover notification; TBD if there are use cases for displaying the response.
      b9c18a7b
    • J
      [JENKINS-15156] Found a problem with uninitialized run maps in new Maven modules. · 09c7cf6a
      Jesse Glick 提交于
      Not observed in actual usage, but reproducible (for me at least, though apparently not ci.jenkins-ci.org) in a test:
      java.lang.AssertionError: null
          at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:628)
          at jenkins.model.lazy.AbstractLazyLoadRunMap.all(AbstractLazyLoadRunMap.java:581)
          at jenkins.model.lazy.AbstractLazyLoadRunMap.entrySet(AbstractLazyLoadRunMap.java:243)
          at java.util.AbstractMap$2$1.<init>(AbstractMap.java:378)
          at java.util.AbstractMap$2.iterator(AbstractMap.java:377)
          at hudson.util.RunList.iterator(RunList.java:103)
          at hudson.util.RunList.size(RunList.java:114)
          at hudson.maven.MavenProjectTest.testDeleteSetBuildDeletesModuleBuilds(MavenProjectTest.java:159)
      09c7cf6a
    • J
      [JENKINS-16917] hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl... · fd0657ef
      Jesse Glick 提交于
      [JENKINS-16917] hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl should not be extending BuildTrigger.DescriptorImpl since it does not produce a BuildTrigger from newInstance.
      (Generally there is no reason to subclass a Descriptor type which is already an @Extension rather than an explicit abstract supertype, but this is a bit more conservative change than just making it final.)
      fd0657ef
    • J
  3. 20 2月, 2013 5 次提交
    • J
      Merge pull request #717 from albers/translation · 263b4e47
      Jesse Glick 提交于
      translation cleanup
      263b4e47
    • H
      translation cleanup · 9a5c66fd
      Harald Albers 提交于
      purged some dislocated messages that survived my former cleanups
      9a5c66fd
    • H
      translation cleanup · 58a2ff7a
      Harald Albers 提交于
      removed translations from GlobalSecurityConfiguration and jenkins/model/Jenkins
      that should only exist in GlobalCloudConfiguration
      58a2ff7a
    • H
      translation cleanup · 9652aa6d
      Harald Albers 提交于
      removed translations from GlobalSecurityConfiguration and jenkins/model/Jenkins
      that should only exist in GlobalQuietPeriodConfiguration and config-quietPeriod
      added translations based on messages from corresponding locations
      9652aa6d
    • H
      translation cleanup · f355e4d1
      Harald Albers 提交于
      removed translations from GlobalSecurityConfiguration and jenkins/model/Jenkins
      that should only exist in GlobalSCMRetryCountConfiguration and config-retryCount
      added translation based on messages from corresponding locations
      corrected wrong property names
      f355e4d1
  4. 17 2月, 2013 26 次提交
  5. 16 2月, 2013 2 次提交