- 03 Jan, 2017 1 commit
-
-
Patricio Cano authored
-
- 29 Dec, 2016 19 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
-
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
-
Robert Schilling authored
-
Sean McGivern authored
Check if user can read project before being assigned to issue See merge request !1007
-
- 28 Dec, 2016 7 commits
-
-
victorwu authored
-
Felipe Artur authored
-
Felipe Artur authored
-
Valery Sizov authored
-
Marin Jankovski authored
[ci skip]
-
Marin Jankovski authored
[ci skip]
-
Robert Schilling authored
-
- 27 Dec, 2016 13 commits
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Valery Sizov authored
-
Yorick Peterse authored
Added changelog for MR !8322 See merge request !8325
-
Yorick Peterse authored
[ci skip]
-
Yorick Peterse authored
Disable timeout while removing services Closes #25976 See merge request !8322
-
Sytse Sijbrandij authored
-
Douwe Maan authored
Merge branch '25931-gitlab-merge-request-view-crash-when-commiting-a-js-sourcemap-file' into 'master' Resolve "Gitlab merge request view crash when commiting a js sourcemap file" Closes #25931 See merge request !8310
-
Sean McGivern authored
Rename filename to file path in tooltip of file header in merge request diff See merge request !8314
-
Sean McGivern authored
Rename "autodeploy" to "auto deploy" Closes #25999 See merge request !8289
-
Sean McGivern authored
Fix build failure links in Slack See merge request !8311
-
Z.J. van de Weg authored
On GitLab.com this migration could take about 3 minutes. Disabling the statement we know we have enough time to complete this. Fixes #25976
-