1. 26 Aug, 2016 3 commits
    • Robert Speicher's avatar
      Merge branch 'fix-external-issue-tracker-link' into 'master' · bf84a1cb
      Robert Speicher authored
      Fix external issue tracker "Issues" link leading to 404s
      
      ## What does this MR do?
      
      This MR fixes the redirection to the wrong URL when using an external issue tracker, such as JIRA or Redmine.  a70431f8 modified the behavior to link to the external issue tracker
      issues URL instead of the project path URL. This restores the previous behavior.
      
      ## Why was this MR needed?
      
      The issues URL often has `:id` associated with it for linking mentioned issues.
      For external issue trackers, the project page is the intended target.
      
      ## What are the relevant issue numbers?
      
      Closes #21252
      
      Related to #21402
      
      See merge request !6006
      bf84a1cb
    • Robert Speicher's avatar
      Merge branch '21378-error-500-after-8-11-update-on-system-infos-page' into 'master' · ef575846
      Robert Speicher authored
      Handle unavailable system info
      
      ## What does this MR do?
      
      Handle the case where we can't get system info without blowing up. As this is the first tab in the monitoring section, it's difficult to get to the other tabs if this page throws a 500. Also be more specific about the info we want, so we don't fail on something we don't care about (like `/proc/net/dev`).
      
      ## Why was this MR needed?
      
      grsecurity can prevent users from reading `/proc`, which is what Vmstat uses to find CPU and memory info.
      
      ## What are the relevant issue numbers?
      
      Closes #21378.
      
      See merge request !5989
      ef575846
    • Douwe Maan's avatar
  2. 24 Aug, 2016 6 commits
  3. 23 Aug, 2016 17 commits
  4. 22 Aug, 2016 3 commits
  5. 21 Aug, 2016 2 commits
  6. 20 Aug, 2016 9 commits