This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 13, 2019
-
-
Balasankar C authored
Not replacing issue references are closed issues won't be moved. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 12, 2019
-
-
DJ Mountney authored
-
-
- Sep 06, 2019
-
-
DJ Mountney authored
-
DJ Mountney authored
-
DJ Mountney authored
-
- Sep 05, 2019
-
-
DJ Mountney authored
-
- Sep 03, 2019
-
-
Valery Sizov authored
-
- Aug 30, 2019
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitaly/merge_requests/1297, we introduced a mechanism to prevent accidental deletion of objects from object pools. The idea is that if an object becomes "dangling", meaning there is no ref pointing to it, we just add a new ref to un-dangle it. It turns out this can create too many refs. If a pooled repository may contain many dangling references, a fetch from the parent repository to one of its fork may take an extraordinarily long time because git will attempt to run `git for-each-ref` on every single ref in the pooled repository. This can cause a simple fetch to take minutes. To avoid this problem, we use a similar strategy that we employed in the `git push` case (https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3364). Git added a config option, core.alternateRefsCommand, to fix this issue. From https://github.com/git/git/commit/465e73fff380808f0ba3fb17984ab8636afb6405: When pushing into a repository that borrows its objects from an alternate object store, "git receive-pack" that responds to the push request on the other side lists the tips of refs in the alternate to reduce the amount of objects transferred. This sometimes is detrimental when the number of refs in the alternate is absurdly large, in which case the bandwidth saved in potentially fewer objects transferred is wasted in excessively large ref advertisement. The alternate refs that are advertised are now configurable with a pair of configuration variables. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65985
-
- Aug 23, 2019
-
-
Quanqi Jing authored
-
- Aug 22, 2019
-
-
Balasankar C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Aug 14, 2019
-
-
As this is still less common and old IDE won't accept EC certs, only modern AEAD encryption methods are enabled.
-
- Aug 13, 2019
-
- Aug 07, 2019
-
-
Stan Hu authored
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14975 added support for enabling the nonce-based `Content-Security-Type` headers, which can significantly reduce JavaScript cross-site scripting (XSS) attacks. Currently this is not on by default because misconfiguring it could potentially break loading of JavaScript. Users can configure the `report_only` and `report_uri` values to report CSP violations before they enable it completely. In the future, we hope to generate reasonable defaults (https://gitlab.com/gitlab-org/gitlab-ce/issues/65675) so that GitLab will be secured by default.
-
- Jul 31, 2019
-
-
Max Wittig authored
Related to https://gitlab.com/gitlab-org/gitlab-pages/merge_requests/155
-
- Jul 25, 2019
-
-
Stan Hu authored
Now that we're shipping OpenSSL v1.1.1 and TLS v1.3 is becoming used more frequently, let's enable it by default. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4526
-
- Jul 12, 2019
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- Jul 11, 2019
-
-
Roger Meier authored
-
-
- Jul 09, 2019
-
-
- Jun 28, 2019
-
-
- Jun 27, 2019
-
-
Zeger-Jan van de Weg authored
This reverts merge request !3364
-
- Jun 21, 2019
-
-
Stan Hu authored
On GitLab.com, we noticed pushes to the GitLab CE and EE repositories were taking 3-4 minutes because they were advertising thousands of refs from forked repositories.. Git added a config option, core.alternateRefsPrefixes, to fix that issue. From https://github.com/git/git/commit/465e73fff380808f0ba3fb17984ab8636afb6405: When pushing into a repository that borrows its objects from an alternate object store, "git receive-pack" that responds to the push request on the other side lists the tips of refs in the alternate to reduce the amount of objects transferred. This sometimes is detrimental when the number of refs in the alternate is absurdly large, in which case the bandwidth saved in potentially fewer objects transferred is wasted in excessively large ref advertisement. The alternate refs that are advertised are now configurable with a pair of configuration variables. Since we don't need this configured on a per-repository basis, we can set it as a global setting. Closes https://gitlab.com/gitlab-org/gitaly/issues/1747
-
- Jun 05, 2019
-
-
* remove auth_server from config template * mark auth_server as deprecated in default attributes
-
Ben Kochie authored
-
- May 29, 2019
-
-
DJ Mountney authored
Please enter the commit message for your changes. Lines starting
-
- May 26, 2019
-
-
Balasankar C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 24, 2019
-
-
Closes #4140
-
Robert Marshall authored
- Release 12.0 will default to JSON logging for all services that support it except for the registry. This includes gitaly, gitlab-shell, gitlab-workhorse, sidekiq, gitlab-pages. Resolves: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4102 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 21, 2019
- May 13, 2019
-
-
Gabriel Mazetto authored
Removed unused init template
-
- May 12, 2019
-
-
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- May 11, 2019
-
-
Balasankar C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 01, 2019
-
-
Douglas Barbosa Alexandre authored
-
-
- Apr 18, 2019
-
-
Ben Kochie authored
* Allow gitlab auth signup by default. * Fix external URLs. * Fix api_url path. * Fix bug in template rendering. * Fix tests. * Update docs for auth setup.
-
- Apr 16, 2019
-
-
Patrick Bajao authored
-