- 05 Jan, 2017 9 commits
-
-
Sean McGivern authored
Only fetch repo once on secondary after push See merge request !1015
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
We will use this hook name in future, but with a better implementation.
-
Sean McGivern authored
Add more push rules to the API Closes #493 and #948 See merge request !1022
-
Sean McGivern authored
Remove a custom validation in the LDAP Group link API Closes #972 See merge request !1026
-
Sean McGivern authored
Disable LDAP permission override in project members edit list Closes #1475 See merge request !1018
-
Rémy Coutable authored
The validation is now done by Grape since 16a8b5c6. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 04 Jan, 2017 4 commits
-
-
Douwe Maan authored
Use EE build status badge in README See merge request !1013
-
Sean McGivern authored
Expose issue weight on the API Closes #749 See merge request !1023
-
Robert Schilling authored
-
Robert Schilling authored
-
- 03 Jan, 2017 5 commits
-
-
Patricio Cano authored
-
Robert Schilling authored
-
Sean McGivern authored
Prevent 500 error when entering/uploading a license See merge request !1016
-
Sean McGivern authored
Add tests to cycle analytics See merge request !1019
-
Drew Blessing authored
Previously, if an admin clicked 'Upload license' without attaching or entering a license, a 500 error would occur. Now, we check for the right param. This also changed the render and return to a redirect, which is more appropriate.
-
- 02 Jan, 2017 1 commit
-
-
Alfredo Sumaran authored
-
- 30 Dec, 2016 3 commits
-
-
Stan Hu authored
Closes #1475
-
Sean McGivern authored
ES doc. Add the explanation of what indexing option is See merge request !1017
-
Valery Sizov authored
-
- 29 Dec, 2016 18 commits
-
-
Sean McGivern authored
Currently, after a push we trigger the 'push' system hook on the secondary for every ref. This hook performs `git fetch primary --force`. When a repository with a large number of local refs is pushed for the first time, git will then try to fetch the entire repository once for every ref, generating a large amount of network and disk usage for the temporary packfiles used during the fetch process. In addition to this, if a fetch fails in the `GeoRepositoryUpdateWorker`, its temporary packfile will remain present until the next GC run. To work around this, define a new 'fetch' hook type. Fake the system hooks so that this is only called for secondary Geo nodes. Then remove the fetching from the per-ref update step, and explicitly call the hook once per push instead. This means that there is a risk the update step will happen before the fetch is finished, but it does stop the disk usage problem.
-
Sean McGivern authored
Make ES guide less confusing Closes #1418 See merge request !992
-
Valery Sizov authored
-
Sean McGivern authored
Grapify the settings API See merge request !1010
-
Sean McGivern authored
-
Valery Sizov authored
CE upstream Closes #1451 and gitlab-ce#25827 See merge request !1000
-
Sean McGivern authored
Grapify the push rules API See merge request !1005
-
Sean McGivern authored
Grapify the project git hooks API See merge request !1006
-
Valery Sizov authored
-
Sean McGivern authored
Grapify the LDAP API See merge request !1003
-
Sean McGivern authored
Grapify the LDAP group link API See merge request !1002
-
Valery Sizov authored
-
Sean McGivern authored
About GitLab link in sidebar that links to help page Closes gitlab-ce#24479 See merge request !1008
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Sean McGivern authored
Grapify the license API See merge request !1004
-