- 19 Mar, 2016 1 commit
-
-
Yorick Peterse authored
This caches the output of Repository#exists? in Redis while making sure it's flushed properly when creating new repositories, deleting them, etc. For the ProjectWiki tests to work I had to make ProjectWiki#create_repo! public as testing private methods in RSpec is a bit of a pain.
-
- 17 Feb, 2016 1 commit
-
-
Yorick Peterse authored
This ensures the caches for Repository#empty? and Repository#has_visible_content? are flushed after a repository has been imported or forked. Fixes gitlab-org/gitlab-ce#13505
-
- 15 Dec, 2015 1 commit
-
-
Gabriel Mazetto authored
-
- 18 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 11 Sep, 2015 1 commit
-
-
Stan Hu authored
Use import_status to track async import status and give feedback to the user Closes #2388 Closes #2400
-