1. 13 8月, 2013 3 次提交
  2. 10 8月, 2013 2 次提交
  3. 06 8月, 2013 3 次提交
  4. 03 8月, 2013 1 次提交
    • K
      [FIXED JENKINS-18677] · 47de54d0
      Kohsuke Kawaguchi 提交于
      Integrated bytecode-compatibility-transformer that allows core to
      do signature changes on properties that plugins might depend on.
      
      The library performs necessary bytecode transformation to achieve this.
      
      The first use of this is to fix plugins that looks for List
      AbstractProject.triggers, thereby resolving JENKINS-18677.
      
      For the time being, I'm not loading such compatibility annotations from
      plugins, but I did code that in PluginManager. Let's see how this
      feature work out for a while in the core, and if it looks stable and
      solid, we'll open it up to plugins at that point.
      47de54d0
  5. 30 7月, 2013 4 次提交
  6. 24 7月, 2013 2 次提交
  7. 18 7月, 2013 3 次提交
  8. 17 7月, 2013 2 次提交
  9. 16 7月, 2013 1 次提交
  10. 15 7月, 2013 2 次提交
  11. 07 7月, 2013 1 次提交
  12. 06 7月, 2013 2 次提交
  13. 03 7月, 2013 1 次提交
  14. 02 7月, 2013 2 次提交
  15. 29 6月, 2013 1 次提交
  16. 26 6月, 2013 3 次提交
  17. 25 6月, 2013 2 次提交
    • K
      Added the error handling screen · 6badbb32
      Kohsuke Kawaguchi 提交于
      This page gets displayed when we throw an unhandled exception.
      6badbb32
    • K
      [FIXED JENKINS-15437] · d3575548
      Kohsuke Kawaguchi 提交于
      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
  18. 22 6月, 2013 1 次提交
  19. 20 6月, 2013 1 次提交
  20. 19 6月, 2013 1 次提交
  21. 18 6月, 2013 2 次提交