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 21, 2020
-
-
Imre (Admin) authored
-
- Sep 16, 2020
-
-
-
Sami Hiltunen authored
Makes it possible to configure Praefect's reconciliation through gitlab.rb.
-
- Sep 15, 2020
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42267, we are disabling the Sidekiq Exporter logs by default since they are noisy and don't add a lot of value. This change allows admins to enable them if needed.
-
- Sep 14, 2020
-
-
Amy Troschinetz authored
-
- Sep 10, 2020
-
-
Blair Lunceford authored
-
Blair Lunceford authored
-
Blair Lunceford authored
-
- Sep 09, 2020
-
-
Andreas Brandl authored
Background in https://gitlab.com/gitlab-org/gitlab/-/issues/238556
-
- Sep 02, 2020
-
-
chiehminw authored
this patch makes following changes: 1. Location block does not match a URL query string which results the .git/info/refs being never matched. To match the config of gitlab.com, we simply remove the pattern here. 2. Disable buffering for artifacts. 3. Escape the backslashes to make sure "." (dot) symbols is matched correctly during nginx location regex matching.
-
- Aug 27, 2020
-
-
Chris Weyl authored
-
- Aug 24, 2020
-
-
Katrin Leinweber authored
Without this there will be: > There was an error running gitlab-ctl reconfigure: > > /etc/gitlab/gitlab.rb:1639: syntax error, unexpected tSTRING_BEG, expecting '}' > 'storage.path' => '/var/opt/gi... > ^ > /etc/gitlab/gitlab.rb:1639: syntax error, unexpected =>, expecting end-of-input > 'storage.path' => '/var/opt/gitlab/alertmanage... > ^~
-
- Aug 21, 2020
-
-
- Aug 13, 2020
-
-
Douglas Barbosa Alexandre authored
-
- Aug 11, 2020
-
-
Stan Hu authored
This commit adds settings for the `storage_options` setting used to configure AWS server side encryption. Note that only SSE-KMS (https://docs.aws.amazon.com/kms/latest/developerguide/services-s3.html#sse) is supported; SSE-C is not. Related merge requests: 1. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38240 2. https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/537
-
- Aug 10, 2020
-
-
Instead of the plaintext version of this file. This reverts 4b28887b.
-
- Aug 07, 2020
-
-
Sami Hiltunen authored
'read_only_after_failover' configuration toggle has been removed from Praefect. This commit removes the configuration toggle from Praefect's configuration template.
-
- Aug 06, 2020
-
-
- Aug 05, 2020
-
-
Ben Bodenmiller authored
-
- Jul 31, 2020
-
-
Aishwarya authored
Cron job introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38086
-
- Jul 29, 2020
-
-
Jaime Martinez authored
-
- Jul 24, 2020
-
-
Tiger Watson authored
-
- Jul 22, 2020
-
-
Jaime Martinez authored
-
- Jul 17, 2020
-
-
- Jul 16, 2020
-
-
Blair Lunceford authored
-
- Jul 13, 2020
-
-
Douglas Barbosa Alexandre authored
-
-
- Jul 07, 2020
-
-
Ian Baum authored
This reverts merge request !4289
-
- Jul 03, 2020
-
-
Stan Hu authored
This adds support for the gitlab.yml changes in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34460. This allows GitLab to use the Workhorse S3 client with a single credential, enabling proper MD5 checksums and multipart uploads, and paves the way for user-specified keys for encrypted buckets. These changes require https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35480 to work.
-
- Jun 30, 2020
-
-
Jonathon Reinhart authored
This was missed by !4296. Added and updated for SSL_CERT_DIR.
-
- Adds postgresql['hostssl']; defaults to `false`. If set to `true`, then `host` type connections will be set as `hostssl` for `trust_auth_cidr_addresses` and `md5_auth_cidr_addresses` entries. Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Jun 22, 2020
-
-
Pavlo Strokov authored
Praefect now supports TLS connections. Secured listener can be configured by providing 'tls_listen_addr' configuration in combination with 'tls' section that includes 'certificate_path' and 'key_path'. It is an optional configuration and it is not used by default. Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5446
-
- Jun 10, 2020
-
-
This also includes Psycopg2 which is required by both patroni service and patronictl commands.
-
- Jun 09, 2020
-
-
While the workhorse source version still defaults to text - the Omnibus default for gitlab-workhorse changed to json as part of 12.0 - see https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/3292
-
- Jun 08, 2020
-
-
Craig Miskell authored
With fallback behavior. Borrowed from https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/4289, thanks to @JonathonReinhart
-
- May 28, 2020
-
-
Zeger-Jan van de Weg authored
Now Praefect has the ability to disable mutation on repositories when these are out of date and failover happens, data loss should not happen anymore. As such, this will now be the default, after: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2218 This change updates the omnibus defaults to reflect this, but is not blocked on the upstream merge request.
-
- May 27, 2020
-
-
Ahmad Haghighi authored
-
- The `gitlab.rb` template should show puma as the new default Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5381 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Pavlo Strokov authored
Configuration 'postgres_queue_enabled' for praefect service is not needed anymore as it is made enabled by default. Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5367
-
- May 22, 2020
-
-
Sami Hiltunen authored
Allows enabling Praefect's read-only mode after a failover through gitlab.rb.
-