1. 11 6月, 2014 1 次提交
  2. 10 6月, 2014 4 次提交
    • J
      [FIXED JENKINS-20327] When saving a list view, submit POST data with size... · adfa9a30
      Jesse Glick 提交于
      [FIXED JENKINS-20327] When saving a list view, submit POST data with size proportional to the # of jobs selected for inclusion, not the number of options.
      This can be done easily by setting json="true"; otherwise the default is to pass =false for each unselected job.
      Ironically, even with this fix we are sending 2× what is needed,
      since currently ListView.submit does not even check the json parameter for job names:
      it only pays attention to top-level request parameters that the browser defines for selected checkboxes.
      Ideally we could ask buildFormTree to ignore a given form element entirely, so as to avoid the wasted data.
      adfa9a30
    • J
    • J
      [FIXED JENKINS-19310] Provide correct links for build history inside a folder. · ea954349
      Jesse Glick 提交于
      The basic fix is to use ${rootURL} plus full model object URLs rather than relying on ${jobBaseUrl}.
      This is made trickier by the fact that the model object URLs are computed inside ProgressiveRendering.compute,
      and therefore will not be correct when nondefault views are in the crumb trail unless the original request information is present.
      So modifying ProgressiveRendering to preserve a copy of the original request for use during computation.
      (This could probably be used to simplify parts of AsynchPeople as well.)
      Also improving AbstractItem.getUrl to properly construct a URL including views even when the current page is not inside the item;
      it should suffice for some ancestor of the current item (or a view thereof) to be in the ancestor list of this page.
      ea954349
    • J
      [JENKINS-19310] Reproduced problem in test. · 00ab6012
      Jesse Glick 提交于
      00ab6012
  3. 09 6月, 2014 2 次提交
    • J
      @WithBridgeMethods and @AdaptField did not work to maintain binary compatibility. · 710f168d
      Jesse Glick 提交于
      Existing code referring to a member of type AbstractBuild often called methods not present in Run.
      Changed to retain the existing fields and getters but deprecating them and introducing replacements.
      710f168d
    • K
      [FIXED JENKINS-23228] · c95777e4
      Kohsuke Kawaguchi 提交于
      Documented this feature and integrated a newer version of Stapler.
      
      I took the opportunity to reorder the content in the section, so that
      the tree parameter becomes the main subject.
      
      At this point, the depth parameter should be only used in a limited
      circumstance, so it should be treated as such.
      c95777e4
  4. 06 6月, 2014 3 次提交
  5. 04 6月, 2014 1 次提交
  6. 03 6月, 2014 1 次提交
  7. 01 6月, 2014 1 次提交
  8. 30 5月, 2014 1 次提交
  9. 28 5月, 2014 1 次提交
  10. 25 5月, 2014 1 次提交
  11. 24 5月, 2014 2 次提交
    • D
      [FIX JENKINS-17114] Distinguish 'nodes offline' from 'no nodes' · 5aa32c86
      Daniel Beck 提交于
      Jenkins currently does not distinguish between 'All nodes for a
      label are offline' and 'There are no nodes for a label'. This is
      exacerbated by the current wording:
      
          All nodes of label 'foo' are offline
      
      Instead of just changing the wording to something not seeming to
      imply existence of such nodes, add a second wording that clearly
      states that there are no such nodes.
      5aa32c86
    • J
      Helpful to show the user ID in the same place as the API token, since you will... · 67dd49a2
      Jesse Glick 提交于
      Helpful to show the user ID in the same place as the API token, since you will be using them together.
      (With a security realm where the ID is an email address but a short name is used elsewhere, people can get confused.)
      67dd49a2
  12. 23 5月, 2014 3 次提交
  13. 22 5月, 2014 2 次提交
  14. 21 5月, 2014 1 次提交
    • K
      Move invalid body ID to body class and data · 9ac5357e
      Kyle A. Matheny 提交于
      IDs cannot contain spaces. Instead, let's move jenkins-${h.version} to the `class` attribute, which is space delimited. This way it can still be used for styling if needed (using `body.jenkins-x.y`). If this is not used for anything other than knowing which version of Jenkins is running, use `<body id="jenkins" class="yui-skin-sam" data-version="jenkins-${h.version}">` -- IDs and Classes should not be used to store data.
      9ac5357e
  15. 15 5月, 2014 1 次提交
  16. 13 5月, 2014 2 次提交
  17. 12 5月, 2014 2 次提交
  18. 11 5月, 2014 2 次提交
  19. 09 5月, 2014 1 次提交
  20. 08 5月, 2014 1 次提交
  21. 07 5月, 2014 1 次提交
  22. 02 5月, 2014 1 次提交
  23. 01 5月, 2014 1 次提交
  24. 28 4月, 2014 1 次提交
  25. 24 4月, 2014 1 次提交
  26. 22 4月, 2014 2 次提交