Skip to content
  1. Jul 03, 2013
    • Kohsuke Kawaguchi's avatar
      creating an RC branch · 147997b6
      Kohsuke Kawaguchi authored
      147997b6
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-18589] · 7facc773
      Kohsuke Kawaguchi authored
      Use DescribableList to handle the copy-on-write semantics correctly. The vector class just doesn't cut it, and we've been setting a new value to this field, which will violates all sorts of the concurrent programming practice.
      
      This change has the nice side effect of removing {{class="vector"}} from the persisted XML. A test is added to make sure we can still read back such an XML.
      7facc773
  2. Jul 02, 2013
  3. Jun 29, 2013
  4. Jun 27, 2013
  5. Jun 26, 2013
  6. Jun 25, 2013
  7. Jun 24, 2013
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-15437] · d3575548
      Kohsuke Kawaguchi authored
      The exception handler ended up adding almost all the headers again,
      resulting in a lot of duplicate headers.
      
      Most critically, stapler was adding "Content-Encoding" header twice,
      breaking browsers.
      d3575548
  8. Jun 21, 2013
  9. Jun 20, 2013
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-7825] · d35f0d55
      Kohsuke Kawaguchi authored
      Exposed the UI that sets the assigned label of matrix projects.
      This deprecates the "Matrix tie parent" plugin.
      d35f0d55
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-17247] · 8d0f7f56
      Kohsuke Kawaguchi authored
      Reimplemented a proper topological sort and generates a total order
      comparison function.
      8d0f7f56
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-18417] · 216f5c6a
      Kohsuke Kawaguchi authored
      FingerprintCleanupThread can now partially clean up a fingerprint record
      by removing portions of it that's not referencing existing stuff.
      216f5c6a
  10. Jun 19, 2013
  11. Jun 18, 2013
  12. Jun 17, 2013
  13. Jun 16, 2013
  14. Jun 15, 2013
    • Kohsuke Kawaguchi's avatar
      Started producing 1.6 class files · 3431a7cb
      Kohsuke Kawaguchi authored
      The plan of the record is that we start producing 1.6 class files and
      see if people start complaining. If we hear from users, we'll re-visit
      our decision, and if we don't, then we'll start using 1.6 features
      everywhere in the code.
      3431a7cb
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-15578] · 4a71b011
      Kohsuke Kawaguchi authored
      The slave launch thread is another background thread, and it should run
      like a super-user
      4a71b011
  15. Jun 14, 2013
  16. Jun 13, 2013