- 07 Apr, 2018 2 commits
-
-
Kamil Trzciński authored
-
Mayra Cabrera authored
This will allow to download a repo using the token from the DeployToken
-
- 06 Apr, 2018 1 commit
-
-
Stan Hu authored
git 2.16 will fail badly if there are stale worktrees. Closes #44115
-
- 05 Apr, 2018 1 commit
-
-
Tomasz Maczukin authored
-
- 28 Mar, 2018 2 commits
-
-
Douwe Maan authored
-
Bob Van Landuyt authored
Removes permanent redirects, this means that redirects will only be possible as long as the old route isn't taken by a new project/group.
-
- 25 Feb, 2018 1 commit
-
-
Michael Kozono authored
-
- 22 Feb, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 15 Feb, 2018 1 commit
-
-
James Edwards-Jones authored
-
- 06 Feb, 2018 9 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- 08 Dec, 2017 1 commit
-
-
Mayra Cabrera authored
-
- 07 Dec, 2017 1 commit
-
-
James Lopez authored
-
- 24 Oct, 2017 1 commit
-
-
Alejandro Rodríguez authored
We also delete some unused code related to the aforementioned feature.
-
- 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.
-
- 28 Sep, 2017 1 commit
-
-
Gabriel Mazetto authored
This is used in EE for the storage migration, and we want to use this in CE as well to be able to migrate projects to hashed_storage.
-
- 30 Aug, 2017 2 commits
-
-
Nick Thomas authored
-
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
-
- 18 Aug, 2017 1 commit
-
-
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.
-
- 16 Jun, 2017 1 commit
-
-
Michael Kozono authored
-
- 05 Jun, 2017 9 commits
-
-
Michael Kozono authored
Because it is sometimes never used.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
https://gitlab.com/gitlab-org/gitlab-ce/commit/57e3e942de1adef2c8621905370f07d7da7870c4 I changed it to a separate condition rather than depending on the order of the case-when statements to prevent this mistake again.
-
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
* The spec has 7 failures at this point * Specify rendered error messages * Render the GitAccess message rather than “Access denied” * Render the Not Found message provided by GitAccess, instead of a custom one * Expect GitAccess to check the config for whether Git-over-HTTP pull or push is disabled, rather than doing it in the controller * Add more thorough testing for authentication * Dried up a lot of tests * Fixed some broken tests
-
- 10 Apr, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 13 Mar, 2017 1 commit
-
-
Adam Niedzielski authored
-
- 23 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 20 Dec, 2016 1 commit
-
-
Lin Jen-Shin authored
-