- 22 Feb, 2017 21 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Chat slash commands show labels correctly See merge request !1280
-
Sean McGivern authored
[Elasticsearch] More efficient search See merge request !1282
-
Felipe Artur authored
[ci skip]
-
Felipe Artur authored
[ci skip]
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Backport "Change branch_name param to branch throughout V4 API" See merge request !1276
-
Valery Sizov authored
-
Rémy Coutable authored
# Conflicts: # doc/api/v3_to_v4.md
-
Rémy Coutable authored
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Update Elasticsearch to 5.1 Closes #1253 See merge request !1059
-
Sean McGivern authored
API: Make subscription API more RESTfuL See merge request !1274
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Fix form response errors not shown for create label dropdown. See merge request !9058
-
Robert Schilling authored
Update documentation
-
Robert Schilling authored
-
Z.J. van de Weg authored
-
Alfredo Sumaran authored
Add filtered search to MR page See merge request !1243
-
Alfredo Sumaran authored
Add filtered search to MR page Closes #27131 See merge request !9284
-
Robert Speicher authored
No more and/or See merge request !9428
-
- 21 Feb, 2017 19 commits
-
-
Douwe Maan authored
Copy data before compression to prevent 'file changed as we read it' Closes #26881 See merge request !8728
-
Clement Ho authored
#26703 change todos counter position & format ( for large counts ) Closes #26703 See merge request !9171
-
Douwe Maan authored
-
Drew Blessing authored
# This is the 1st commit message: Add `copy` backup strategy to combat file changed errors The backup Rake task used to stream data directly from the live data directory into the backup. Under many circumstances this worked OK. However, really active instances would experience a 'file changed as we read it' error - especially with data like the registry. This now copies the data first, then compresses it. It will take a bit more disk space while the backup is in progress, but it's a necessary thing. # The commit message #2 will be skipped: # Add env var
-
Douwe Maan authored
Redo internals of Incoming Mail Support See merge request !9385
-
Oswaldo Ferreira authored
-
Annabel Dunstone Gray authored
Fix the commit search UI Closes gitlab-ee#1765 See merge request !9411
-
mhasbini authored
-
Robert Speicher authored
Don't try to update a project's external service caches on a secondary Geo node See merge request !1273
-
Clement Ho authored
-
Rémy Coutable authored
Squash default See merge request !1272
-
Clement Ho authored
-
Robert Speicher authored
Upgrade Rails to 4.2.8 See merge request !9419
-
Filipa Lacerda authored
Rename retry failed button on pipeline page to just retry See merge request !9369
-
Stan Hu authored
Add user deletion permission check in `Users::DestroyService` See merge request !8974
-
Gabriel Mazetto authored
-
Sean McGivern authored
git-annex may add a pre-commit hook on the GitLab server, which will cause the commit to fail unless git-annex is configured. As there shouldn't be one on the server normally, ignore all commit hooks.
-
Sean McGivern authored
For large repos, the checkout as part of creating a worktree can be very expensive. This can be so expensive that processes get 'stuck' on GitLab.com. To make this cheaper, configure sparse checkout for squash worktrees so that we only check out the files that were changed in the target branch (new files don't need to be included). Also add specs to cover the case where only new files are added, and the case where the diff isn't shown in the merge request because it's too large.
-
Annabel Dunstone Gray authored
Changed coverage reg expression placeholder text to be more like a placeholder Closes #28389 See merge request !9407
-