An error occurred fetching the project authors.
  1. 09 Mar, 2016 1 commit
  2. 07 Mar, 2016 14 commits
  3. 05 Mar, 2016 1 commit
  4. 03 Mar, 2016 1 commit
  5. 02 Mar, 2016 1 commit
  6. 26 Feb, 2016 1 commit
    • Yorick Peterse's avatar
      Flush repository caches before renaming projects · 1dfef90a
      Yorick Peterse authored
      This ensures that if a project is later re-created using the old path it
      doesn't end up re-using the old cache. This also ensures we don't keep
      the cache around until its expired by Redis itself.
      
      Fixes gitlab-org/gitlab-ce#13790
      1dfef90a
  7. 24 Feb, 2016 2 commits
  8. 23 Feb, 2016 1 commit
  9. 17 Feb, 2016 1 commit
  10. 16 Feb, 2016 1 commit
  11. 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
  12. 08 Feb, 2016 1 commit
    • Yorick Peterse's avatar
      Cache various Repository Git operations · 9a99d8e4
      Yorick Peterse authored
      This caches the output of the following methods:
      
      * Repository#empty?
      * Repository#has_visible_content?
      * Repository#root_ref
      
      The cache for Repository#has_visible_content? is flushed whenever a
      commit is pushed to a new branch or an existing branch is removed.
      The cache for Repository#root_ref is only flushed whenever a user
      changes the default branch of a project. The cache for Repository#empty?
      is never explicitly flushed as there's no need for it.
      9a99d8e4
  13. 05 Feb, 2016 2 commits
  14. 03 Feb, 2016 3 commits
  15. 29 Jan, 2016 1 commit
  16. 28 Jan, 2016 1 commit
  17. 27 Jan, 2016 2 commits
  18. 26 Jan, 2016 1 commit
  19. 22 Jan, 2016 2 commits
  20. 20 Jan, 2016 1 commit
  21. 19 Jan, 2016 1 commit