An error occurred fetching the project authors.
- 08 Dec, 2017 1 commit
-
-
Mayra Cabrera authored
-
- 07 Oct, 2017 1 commit
-
-
Jacopo authored
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
-
- 06 Oct, 2017 1 commit
-
-
Toon Claes authored
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
-
- 30 Aug, 2017 3 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
`allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
-
Nick Thomas authored
This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
-
- 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 1 commit
-
-
Kamil Trzcinski authored
-