An error occurred fetching the project authors.
- 03 Jun, 2016 3 commits
-
-
Valery Sizov authored
-
James Lopez authored
-
James Lopez authored
-
- 02 Jun, 2016 4 commits
-
-
Josh Frye authored
-
Josh Frye authored
-
Josh Frye authored
-
Kamil Trzcinski authored
-
- 01 Jun, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 30 May, 2016 1 commit
-
-
Grzegorz Bizon authored
Use def with parentheses when there are parameters. See #17478
-
- 25 May, 2016 1 commit
-
-
Phil Hughes authored
-
- 24 May, 2016 4 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
Phil Hughes authored
When the project limit is zero & the user tries to create a project, the error displayed is now 'Personal project creation is not allowed. Please contact your administrator with questions' Closes #17691
-
- 20 May, 2016 3 commits
-
-
Robert Speicher authored
Update CE code to include some refactor done in EE to do with import url This is simply updating the code to match EE and avoid further conflicts related to `import_data` and `import_url` changes made on EE only. See merge request !4223
-
James Lopez authored
-
Yorick Peterse authored
This wasn't removed when merging CE into this branch.
-
- 19 May, 2016 1 commit
-
-
Rubén Dávila authored
-
- 18 May, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Kamil Trzcinski authored
-
- 17 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 May, 2016 2 commits
-
-
Robert Speicher authored
Remove unused methods from Event model
-
Kamil Trzcinski authored
-
- 14 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 13 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 12 May, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 11 May, 2016 1 commit
-
-
James Lopez authored
-
- 10 May, 2016 1 commit
-
-
Rubén Dávila authored
Also refactored Project#safe_import_url
-
- 09 May, 2016 8 commits
-
-
Rubén Dávila authored
* I introduced the new UrlSanitizer class which can help us to protect credentials used in URLs. * Renames `.process` class method to `.sanitize`
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Rubén Dávila authored
With this fix we remove the credentials from the repo URLs that are shown when there is an internal error with Git
-
Jeroen van Baarsen authored
In 8278b763 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
-
Stan Hu authored
If you attempt to push thousands of branches at once, the 60-second timeout will occur because GitAccess checking does a lot of work to check if the user has permission to push to a branch. This changes does two things: 1. Instead of making 1 DB query per branch push, use a memoized list of protected branches to check 2. Memoize what permissions the user has to perform on this project On a test of 10,000 branch pushes, this prevents gitlab-shell from hitting the 60-second timeout. Closes #17225
-
- 08 May, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Robert Speicher authored
-