1. 17 2月, 2016 1 次提交
  2. 16 2月, 2016 3 次提交
  3. 15 2月, 2016 1 次提交
    • R
      Fix the "x of y" displayed at the top of Issuables' sidebar · 54613b6a
      Rémy Coutable 提交于
      1. We now display the index of the current issuable among all its project's
      issuables, of the same type and with the same state.
      2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper
      module.
      3. Added acceptance specs for the sidebar counter.
      54613b6a
  4. 12 2月, 2016 1 次提交
    • K
      Add new data to project in push, issue, merge-request and note webhooks data · b123171d
      Kirill Zaitsev 提交于
      - 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
  5. 11 2月, 2016 1 次提交
  6. 10 2月, 2016 5 次提交
  7. 09 2月, 2016 2 次提交
  8. 08 2月, 2016 3 次提交
  9. 05 2月, 2016 2 次提交
  10. 04 2月, 2016 5 次提交
  11. 03 2月, 2016 3 次提交
  12. 02 2月, 2016 6 次提交
  13. 01 2月, 2016 2 次提交
    • Y
      Optimize fetching issues closed by a merge request · 99492d6b
      Yorick Peterse 提交于
      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
    • J
      WIP lazy blobs · 64c8ee47
      Jacob Vosmaer 提交于
      64c8ee47
  14. 30 1月, 2016 4 次提交
  15. 29 1月, 2016 1 次提交