An error occurred fetching the project authors.
  1. 07 Aug, 2019 1 commit
    • David Wilkins's avatar
      Convert RestClient to Gitlab::HTTP for Prometheus Monitor · 467a411e
      David Wilkins authored
      - Closes #60024
      
      - Change PrometheusClient.new to accept a base url instead of an
        already created RestClient
      
      - Use Gitlab::HTTP in PrometheusClient instead of creating RestClient
        in PrometheusService
      
      - Move http_options from PrometheusService to
        PrometheusClient (follow_redirects: false)
      
      - ensure that base urls don't have the trailing slash
      
      - Created a `PrometheusClient#url` method that might not be strictly
        required
      
      - Change rescued exceptions from RestClient::* to
        HTTParty::ResponseError where possible and StandardError for the
        rest
      467a411e
  2. 26 Jul, 2019 1 commit
  3. 19 Jun, 2019 1 commit
  4. 08 May, 2019 1 commit
  5. 02 May, 2019 1 commit
    • Mark Chao's avatar
      Validate MR branch names · d8bddb16
      Mark Chao authored
      Prevents refspec as branch name, which would bypass branch protection
      when used in conjunction with rebase.
      
      HEAD seems to be a special case with lots of occurrence,
      so it is considered valid for now.
      
      Another special case is `refs/head/*`, which can be imported.
      d8bddb16
  6. 14 Mar, 2019 1 commit
  7. 06 Feb, 2019 2 commits
  8. 24 Jan, 2019 1 commit
  9. 07 Aug, 2018 1 commit
    • Stan Hu's avatar
      Fix Bitbucket Cloud importer omitting replies · 8c467b91
      Stan Hu authored
      Inline diff comments did not have the proper position, so even though
      they had line codes the merge request validation would fail. Now
      we cache the line position for each parent comment and use that.
      
      Closes #50052
      8c467b91
  10. 24 May, 2018 1 commit
  11. 03 Apr, 2018 1 commit
  12. 20 Nov, 2017 1 commit
  13. 07 Aug, 2017 1 commit
  14. 02 Aug, 2017 1 commit
  15. 27 Jul, 2017 2 commits
  16. 21 Jun, 2017 1 commit
  17. 23 Feb, 2017 4 commits
  18. 25 Jan, 2017 1 commit
  19. 19 Dec, 2016 1 commit
  20. 14 Dec, 2016 1 commit
  21. 09 Dec, 2016 1 commit
  22. 22 Nov, 2016 3 commits
  23. 08 Jun, 2016 1 commit
  24. 22 Mar, 2016 1 commit
  25. 07 Mar, 2016 1 commit