An error occurred fetching the project authors.
  1. 12 May, 2020 1 commit
    • pburdette's avatar
      Filter by branch name · e7be625f
      pburdette authored
      Add pipeline branch name
      token. Make necessary code
      changes to update query params
      with tokens. Search with debounce
      after first 20 authors / branches
      are rendered.
      e7be625f
  2. 06 May, 2020 1 commit
    • Payton Burdette's avatar
      Add pipeline filter feature · c104c906
      Payton Burdette authored
      Filter pipelines by trigger author,
      Add unit tests, Add needed backend
      changes to pipelines controller. Ensure
      polling is working correctly with new
      filter.
      c104c906
  3. 05 May, 2020 1 commit
    • Frédéric Caplette's avatar
      Add feature flag and DAG tab · 35ef89c1
      Frédéric Caplette authored
      This adds a new tab in the pipeline
      view where user will be able to
      visualize their DAG graph. This is
      behind a feature flag enabled by default.
      35ef89c1
  4. 28 Apr, 2020 1 commit
  5. 20 Apr, 2020 1 commit
    • drew's avatar
      Renderable TestSuite errors · 9722651d
      drew authored
      - Do not raise exceptions for malformed JUnit XML
      - Add an existential error field to TestSuite
      9722651d
  6. 17 Apr, 2020 1 commit
  7. 09 Apr, 2020 1 commit
  8. 02 Apr, 2020 1 commit
  9. 31 Mar, 2020 1 commit
  10. 17 Mar, 2020 1 commit
  11. 13 Mar, 2020 1 commit
  12. 11 Feb, 2020 1 commit
  13. 07 Jan, 2020 2 commits
  14. 04 Dec, 2019 1 commit
  15. 05 Nov, 2019 1 commit
    • Nick Kipling's avatar
      Initial frontend work for new tests tab · e524b752
      Nick Kipling authored
      Added tests tab to pipelines detail
      Created new Vue components for test detail
      Added temporary data formatting
      Updated pipelines bundle to load new components
      e524b752
  16. 25 Oct, 2019 1 commit
  17. 21 Oct, 2019 1 commit
  18. 16 Oct, 2019 1 commit
  19. 07 Oct, 2019 2 commits
  20. 17 Sep, 2019 1 commit
  21. 16 Sep, 2019 2 commits
  22. 23 Aug, 2019 1 commit
  23. 22 Aug, 2019 1 commit
  24. 30 Jul, 2019 1 commit
    • Yorick Peterse's avatar
      Inject EE modules in a CE compatible fashion · 1112fec4
      Yorick Peterse authored
      All instances of injecting an EE specific module have been changed to
      use the new methods for this: prepend_if_ee, extend_if_ee, and
      include_if_ee. This allows these lines to be included in CE, even when
      the modules to inject do not exist. This in turn allows us to backport
      these lines to CE and keep them there, instead of having to strip them
      out.
      1112fec4
  25. 06 May, 2019 2 commits
  26. 04 Apr, 2019 1 commit
    • Stan Hu's avatar
      Fix and expand Gitaly FindCommit caching · f2fa7c32
      Stan Hu authored
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26248 added
      support for deduplicating FindCommit requests using Gitaly ref name
      caching. However, not all endpoints were covered, and in one case the
      Gitaly wrapper wasn't actually surrounding the serialization step. We
      can safely cache ref names between FindCommit calls for #index and #show
      endpoints for merge requests and pipelines. This can significantly
      reduce the number of FindCommit requests.
      f2fa7c32
  27. 02 Apr, 2019 1 commit
    • Stan Hu's avatar
      Cache FindCommit results in pipelines view · e37383d4
      Stan Hu authored
      For each pipeline, the controller will call `Pipeline#latest?` to
      determine if the pipeline's ref is the latest for that branch.
      Since it's likely that the same branches are being used in each
      pipeline, we can reduce Gitaly overhead by caching the results
      of the FindCommit call.
      e37383d4
  28. 31 Jan, 2019 1 commit
  29. 30 Jan, 2019 3 commits
  30. 28 Jan, 2019 1 commit
  31. 17 Jan, 2019 1 commit
  32. 16 Jan, 2019 1 commit
  33. 05 Dec, 2018 2 commits