An error occurred fetching the project authors.
  1. 11 Feb, 2016 1 commit
    • Kirill Zaitsev's avatar
      Add new data to project in push, issue, merge-request and note webhooks data · b123171d
      Kirill Zaitsev authored
      - Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`,
        `path_with_namespace` and `default_branch` in `project` in push, issue,
        merge-request and note webhooks data
      - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in
        favor of `git_http_url` in `project` for push, issue, merge-request and
        note webhooks data
      - Deprecate the `repository` key in push, issue, merge-request and
        note webhooks data, use `project` instead
      b123171d
  2. 04 Feb, 2016 1 commit
  3. 01 Feb, 2016 1 commit
    • Yorick Peterse's avatar
      Optimize fetching issues closed by a merge request · 99492d6b
      Yorick Peterse authored
      Instead of running ClosingIssueExtractor for every commit in a merge
      request we can gather all the commit messages (and the merge request
      description), concatenate all this together and then run
      ClosingIssueExtractor only once.
      
      The result of this is that MergeRequest#closes_issues is now between
      3.5x and 4x faster than the old setup. Using a merge request with 10
      commits (each referencing a number of issues to close) this reduced the
      call duration from around 200 milliseconds to around 50 milliseconds.
      
      As a result of these changes the Jira related tests for
      MergeRequest#closes_issues have been removed. These tests stubbed
      Commit#closes_issues meaning that the only code that was really tested
      was the call to Array#uniq to filter out duplicate issues. As this code
      is no longer used (nor present) the corresponding tests were removed.
      
      Related: gitlab-org/gitlab-ce#12419
      99492d6b
  4. 06 Jan, 2016 2 commits
  5. 18 Dec, 2015 1 commit
  6. 09 Dec, 2015 1 commit
  7. 07 Dec, 2015 1 commit
  8. 05 Dec, 2015 1 commit
  9. 02 Dec, 2015 1 commit
  10. 23 Nov, 2015 1 commit
  11. 20 Nov, 2015 1 commit
  12. 18 Nov, 2015 1 commit
  13. 13 Nov, 2015 1 commit
  14. 22 Oct, 2015 1 commit
  15. 08 Oct, 2015 1 commit
  16. 06 Sep, 2015 1 commit
  17. 11 Aug, 2015 2 commits
  18. 04 Aug, 2015 1 commit
  19. 22 Jun, 2015 2 commits
  20. 26 May, 2015 3 commits
  21. 30 Apr, 2015 1 commit
  22. 16 Apr, 2015 1 commit
  23. 12 Feb, 2015 1 commit
  24. 22 Jan, 2015 1 commit
  25. 06 Oct, 2014 1 commit
    • Vinnie Okada's avatar
      Add specs for tasks · fecd9c0c
      Vinnie Okada authored
      Add tests for the new task list functionality in the Markdown parser and
      in issues and merge requests.
      fecd9c0c
  26. 25 Aug, 2014 1 commit
  27. 26 Jun, 2014 1 commit
  28. 13 Jun, 2014 1 commit
  29. 28 May, 2014 1 commit
  30. 09 Apr, 2014 1 commit
  31. 23 Jan, 2014 1 commit
  32. 14 Dec, 2013 1 commit
  33. 12 Dec, 2013 1 commit
  34. 06 Nov, 2013 1 commit
  35. 07 Oct, 2013 1 commit