1. 04 9月, 2020 1 次提交
  2. 28 8月, 2020 1 次提交
  3. 20 8月, 2020 1 次提交
  4. 17 8月, 2020 1 次提交
  5. 16 7月, 2020 1 次提交
  6. 19 6月, 2020 1 次提交
  7. 28 5月, 2020 1 次提交
  8. 11 5月, 2020 1 次提交
  9. 24 4月, 2020 1 次提交
  10. 28 3月, 2020 1 次提交
  11. 26 3月, 2020 1 次提交
  12. 23 3月, 2020 1 次提交
  13. 18 2月, 2020 1 次提交
  14. 14 2月, 2020 1 次提交
  15. 29 1月, 2020 1 次提交
  16. 30 12月, 2019 1 次提交
  17. 19 12月, 2019 1 次提交
  18. 11 12月, 2019 1 次提交
  19. 06 12月, 2019 1 次提交
  20. 15 11月, 2019 1 次提交
  21. 11 11月, 2019 1 次提交
  22. 17 10月, 2019 1 次提交
  23. 10 10月, 2019 3 次提交
  24. 18 9月, 2019 1 次提交
  25. 13 9月, 2019 1 次提交
  26. 10 8月, 2019 1 次提交
    • I
      Split MR widget into cached and non-cached serializers · b99011af
      Igor 提交于
      Splits auto-refreshing of MR widget into 2 requests:
      
      - the one which uses etag-caching and invalidates the fields on change
      - the one without caching
      
      The idea is to gradually move all the fields to etag-cached endpoint
      b99011af
  27. 19 7月, 2019 1 次提交
  28. 05 7月, 2019 1 次提交
    • D
      Use MergeRequest#source_project as permissions reference for MergeRequest#all_pipelines · 019caa8d
      drew cimino 提交于
      MergeRequest#all_pipelines fetches Ci::Pipeline records from the source
      project, so we should specifically check that project for permissions.
      This was already happening for intra-project merge requests, but in the
      event that the target and source projects both have private builds, we
      should ensure that the project permissions are respected.
      019caa8d
  29. 28 6月, 2019 1 次提交
  30. 06 6月, 2019 1 次提交
  31. 09 4月, 2019 1 次提交
  32. 28 3月, 2019 1 次提交
  33. 06 3月, 2019 1 次提交
  34. 23 2月, 2019 1 次提交
  35. 18 2月, 2019 1 次提交
    • R
      Fix Projects::MergeRequests::DiffsController specs · 45ce5ff7
      Rémy Coutable 提交于
      These specs were flaky and only passing after a retry due to how
      rspec-retry works.
      
      1. The test with paths that don't exist was returning 200 on the first
        try, then 404 on the second, not because the paths don't exist, but
        because the MR IID didn't change, thus the MR couldn't be found.
        I decided to remove the test entirely since we don't seem to return
        404 for paths that don't exist.
      2. The test with a user that cannot view the merge request was failing
        the first time because the project owner wasn't removed with
        `project.team.truncate`.
        Changing the `let(:user)` to `create(:user)` and calling
        `project.add_maintainer(user)` in the `before` block fix the test.
      Signed-off-by: NRémy Coutable <remy@rymai.me>
      45ce5ff7
  36. 07 2月, 2019 1 次提交
  37. 31 1月, 2019 1 次提交
  38. 28 1月, 2019 1 次提交