- 23 Aug, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 18 Aug, 2017 2 commits
-
-
Robert Speicher authored
- Adds a new `ProjectMovedError` class to encapsulate that error condition. Inherits from `NotFoundError` so existing rescues should continue to work. - Separating that condition out of `NotFoundError` allowed us to simplify the `raise_not_found` helper and avoid repeating the literal string. - Spec makes use of `ERROR_MESSAGES` hash to avoid repeating literal error message strings.
-
Robert Speicher authored
- Combine multiple `it` blocks into one where it made sense - Use `set` for the top-level User record - Refactor permission matrix tests
-
- 27 Jul, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 16 Jun, 2017 1 commit
-
-
Michael Kozono authored
-
- 14 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 05 Jun, 2017 5 commits
-
-
Michael Kozono authored
And refactor to self-document a little better.
-
Michael Kozono authored
No external behavior change. This allows `GitHttpController` to set the HTTP status based on the type of error. Alternatively, we could have added an attribute to GitAccessStatus, but this pattern seemed appropriate.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
- 08 May, 2017 1 commit
-
-
Sam Rose authored
-
- 20 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 03 Apr, 2017 1 commit
-
-
Rémy Coutable authored
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 24 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Sean McGivern authored
These specs never ran due to incorrect indentation: the `context` blocks were inside the `before`. Additionally, `GitHooksService` now has to yield itself to callers, and `GitAccess` never appears to have had an `allowed?` method.
-
- 05 Feb, 2017 1 commit
-
- 25 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 20 Dec, 2016 1 commit
-
-
Lin Jen-Shin authored
and move those checks to be private. Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_20285012 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_20285279
-
- 08 Dec, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 18 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 17 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 16 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
checking user permission.
-
- 11 Nov, 2016 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 09 Nov, 2016 1 commit
-
-
Douwe Maan authored
Ensure external users are not able to clone disabled repositories. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23788 See merge request !2017 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 01 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
Due to different way of handling owners of a project, they were not allowed to fetch CI sources for project.
-
- 18 Oct, 2016 1 commit
-
-
Sean McGivern authored
These were introduced in: <https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/645>
-
- 20 Sep, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 Sep, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 15 Sep, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 17 Aug, 2016 1 commit
-
-
Ali Ibrahim authored
-
- 04 Aug, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 29 Jul, 2016 2 commits
-
-
Timothy Andrew authored
- Likely introduced during an improper conflict resolution.
-
Timothy Andrew authored
1. In the context of protected branches. 2. Test this behaviour.
-