1. 06 7月, 2012 1 次提交
    • J
      [FIXED JENKINS-14325] CCE & missing GUI when using jobs inside folders. · c91584ff
      Jesse Glick 提交于
      Introduced AbstractProject.supportsMakeDisabled rather than using trick of checking for parent instanceof Jenkins.
      Extracted common GUI into makeDisabled.jelly, with accompanying I18N refactoring.
      Also moved all this into AbstractProject, where the relevant methods are defined, rather than Job where they are not.
      c91584ff
  2. 02 7月, 2012 4 次提交
  3. 29 6月, 2012 4 次提交
    • K
      massaging the change a bit. · d46ba52c
      Kohsuke Kawaguchi 提交于
      - doc improvement
      - report the result and the problem to the listener
      d46ba52c
    • K
      follow-up bug fix to 7bcc8107 · d1d66fee
      Kohsuke Kawaguchi 提交于
      d1d66fee
    • K
      exposing items to URL · 7bcc8107
      Kohsuke Kawaguchi 提交于
      7bcc8107
    • K
      splitting JavaScript into smaller fragments for better maintainability. · 96442cd9
      Kohsuke Kawaguchi 提交于
      One of the problems with the current way Jenkins puts JavaScripts is that most everything is in a single file. It doesn't highlight the relationship between those fragments and their corresponding tag files.
      
      So I'm experimenting with moving out these fragments into individual JavaScript files co-located with the tag file. They then get loaded into the page via <st:adjunct>. Each script is served with unique URL such that the browser will not even have to try conditional GET when loading different pages, so this should prevent the performance problem caused by the fact that there are now lots of <script> tags in the page.
      
       If for some reason even this turns out to be a problem, we can always add additional build steps to concatenate them all.
      96442cd9
  4. 28 6月, 2012 9 次提交
  5. 25 6月, 2012 4 次提交
  6. 23 6月, 2012 10 次提交
  7. 22 6月, 2012 1 次提交
  8. 21 6月, 2012 5 次提交
  9. 20 6月, 2012 2 次提交
    • K
      [FIXED JENKINS-12318] · 9fbd6d3a
      Kohsuke Kawaguchi 提交于
      Preserve in-progress builds when reloading a job.
      Because in-flight builds tend to update the state a lot, with this
      change we refrain from reloading those builds from the disk.
      
      This should be acceptable since we are primarily reloading a job, and
      reloading of builds are secondary.
      9fbd6d3a
    • K
      [FIXED JENKINS-13148] · aa5e0790
      Kohsuke Kawaguchi 提交于
      All top-level jobs show up in search, as opposed to just jobs in the
      current view or in the primary view.
      aa5e0790