gitlab-org--gitlab-foss/app
Yorick Peterse 54aa0969d4 Fixed Repository#exists? to handle errors
Now that Repository#raw_repository no longer sets the autocrlf option it
will also no longer raise any NoRepository errors since it doesn't
access Rugged any more. This also means that Repository#exists? can't
simply return the raw repository as this is no indication of whether or
not the repository actually exists (besides returning a non boolean is
weird in the first place).

To solve this problem Repository#exists? now properly checks if the
repository exists and returns true/false instead of a
Gitlab::Git::Repository or nil object.
2016-02-18 12:19:49 +01:00
..
assets Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' 2016-02-17 17:20:35 +00:00
controllers Merge branch 'git-archive-refactor' into 'master' 2016-02-17 17:16:34 +00:00
finders Scope issue projects to a Group when possible 2016-01-18 12:27:33 +01:00
helpers Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' 2016-02-17 17:20:35 +00:00
mailers Fix broken link in CI build notification emails 2016-02-12 14:01:27 +01:00
models Fixed Repository#exists? to handle errors 2016-02-18 12:19:49 +01:00
services Merge branch 'fix/gitpushservice-complexity-issue' into 'master' 2016-02-18 09:33:21 +00:00
uploaders Let the CI runner know about builds that this build depends on 2016-01-14 19:45:55 +01:00
validators Re-add EmailValidator to avoid the repetition of format: { with: Devise.email_regexp } 2016-02-09 18:15:35 +01:00
views Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' 2016-02-17 17:20:35 +00:00
workers Merge branch 'fix/gitpushservice-complexity-issue' into 'master' 2016-02-18 09:33:21 +00:00