An error occurred fetching the project authors.
  1. 04 Dec, 2020 1 commit
  2. 30 Nov, 2020 1 commit
  3. 26 Nov, 2020 1 commit
  4. 19 Nov, 2020 3 commits
  5. 17 Nov, 2020 1 commit
  6. 12 Nov, 2020 1 commit
    • mfluharty's avatar
      Feature flag recent failures counts · a967f52b
      mfluharty authored
      Push the feature flag to the frontend in the merge requests controller
      Only display the recent failures summaries and badges if enabled
      Adjust spec to check for presence/absence when enabled/disabled
      a967f52b
  7. 10 Nov, 2020 1 commit
    • Justin Boyson's avatar
      Refactor table markup out of expansion cell · ab6b1633
      Justin Boyson authored
      To minimize duplication we are promoting as much HTML table
      markup as is feasible up to the parent "row" components.
      
      Move computed values up to diff_content
      Move html tables up to row components
      Remove expansion row components as no longer needed
      ab6b1633
  8. 06 Nov, 2020 1 commit
  9. 03 Nov, 2020 3 commits
  10. 27 Oct, 2020 1 commit
    • Max Woolf's avatar
      Add ability to export MRs to CSV · 321c64b4
      Max Woolf authored
      This commit adds the button required
      to trigger an async download of MRs as
      a CSV.
      
      It is behind a feature flag
      'export_merge_requests_as_csv'
      
      Add ability to export MRs to CSV
      
      This commit adds the button required
      to trigger an async download of MRs as
      a CSV.
      
      It is behind a feature flag
      'export_merge_requests_as_csv'
      321c64b4
  11. 22 Oct, 2020 2 commits
  12. 16 Oct, 2020 1 commit
    • Yorick Peterse's avatar
      Filtering of merge requests by deployments data · 46aa4e91
      Yorick Peterse authored
      This adds support for filtering merge requests by the environment name
      and deployment times, in addition to the existing support of filtering
      merge requests by a deployment ID. This means you can now get merge
      requests that match an environment name, deployment ID, or are deployed
      before/after a given date and time. These filters can be combined as
      well.
      
      Filtering merge requests by deployments data makes it easy to see what
      has been deployed, and when. In addition, you can apply all the other
      merge requests filters such as a list of labels to filter by.
      
      This new feature is hidden behind the "deployment_filters" feature flag,
      which is disabled by default. This feature flag is a global flag. Merge
      requests can be retrieved for both projects and groups, making it
      difficult to determine what to scope the feature flag to. So we take the
      easy way: it's either enabled for all, or disabled for all. For
      something as simple as a few additional filters this should not pose any
      problems.
      
      See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1246 for
      more information.
      46aa4e91
  13. 15 Oct, 2020 1 commit
  14. 14 Oct, 2020 1 commit
  15. 12 Oct, 2020 1 commit
  16. 06 Oct, 2020 1 commit
  17. 02 Oct, 2020 1 commit
  18. 30 Sep, 2020 1 commit
  19. 29 Sep, 2020 1 commit
  20. 28 Sep, 2020 2 commits
  21. 18 Sep, 2020 1 commit
  22. 11 Sep, 2020 1 commit
  23. 10 Sep, 2020 2 commits
  24. 03 Sep, 2020 1 commit
  25. 01 Sep, 2020 2 commits
  26. 28 Aug, 2020 2 commits
  27. 26 Aug, 2020 1 commit
  28. 18 Aug, 2020 1 commit
  29. 17 Aug, 2020 1 commit
  30. 13 Aug, 2020 2 commits