1. 05 9月, 2019 2 次提交
  2. 04 9月, 2019 5 次提交
  3. 03 9月, 2019 5 次提交
  4. 02 9月, 2019 9 次提交
  5. 31 8月, 2019 2 次提交
  6. 30 8月, 2019 4 次提交
  7. 29 8月, 2019 9 次提交
  8. 28 8月, 2019 4 次提交
    • S
      Add top-level warnings key to performance bar response · 9bfb012a
      Sean McGivern 提交于
      This key is useful to reduce the amount of logic needed on the frontend:
      if `has_warnings` is true, then the frontend knows that the request in
      question has warnings for some metric.
      9bfb012a
    • S
      Return warnings for performance bar from backend · 23c1cfcc
      Sean McGivern 提交于
      For each DetailedView subclass, we add a `warnings` array to:
      
      1. The top-level response.
      2. Each individual call under the `details` key.
      
      We use the `.thresholds` hash on the DetailedView to determine what's a
      warning. If that hash is empty (the default), then the warnings array
      will always be empty.
      23c1cfcc
    • V
      Update CE files for GSD projects filter · e4fbd94c
      Victor Zagorodny 提交于
      A new param with_security_reports was added to
      GET /groups/:id/projects API and the code to
      support this logic in GroupProjectsFinder and
      Project model. Also, a DB index was added to
      ci_job_artifacts table to speed up the search
      of security reports artifacts for projects
      e4fbd94c
    • P
      Filter out old system notes for epics · c9b4dc67
      Patrick Derichs 提交于
      c9b4dc67