requires:housekeeping_incremental_repack_period,type: Integer,desc: "Number of Git pushes after which an incremental 'git repack' is run."
end
optional:html_emails_enabled,type: Boolean,desc: 'By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format.'
requires:metrics_host,type: String,desc: 'The InfluxDB host'
requires:metrics_method_call_threshold,type: Integer,desc: 'A method call is only tracked when it takes longer to complete than the given amount of milliseconds.'
requires:metrics_packet_size,type: Integer,desc: 'The amount of points to store in a single UDP packet'
<<<<<<<HEAD
requires:metrics_port,type: Integer,desc: 'The UDP port to use for connecting to InfluxDB'
requires:metrics_pool_size,type: Integer,desc: 'The amount of InfluxDB connections to open'
=======
requires:metrics_pool_size,type: Integer,desc: 'The amount of InfluxDB connections to open'
requires:metrics_port,type: Integer,desc: 'The UDP port to use for connecting to InfluxDB'
>>>>>>>origin/master
requires:metrics_sample_interval,type: Integer,desc: 'The sampling interval in seconds'
requires:metrics_timeout,type: Integer,desc: 'The amount of seconds after which an InfluxDB connection will time out'
optional:recaptcha_enabled,type: Boolean,desc: 'Helps prevent bots from creating accounts'
givenrecaptcha_enabled: ->(val){val}do
requires:recaptcha_site_key,type: String,desc: 'Generate site key at http://www.google.com/recaptcha'
requires:recaptcha_private_key,type: String,desc: 'Generate private key at http://www.google.com/recaptcha'
requires:recaptcha_site_key,type: String,desc: 'Generate site key at http://www.google.com/recaptcha'
end
optional:repository_checks_enabled,type: Boolean,desc: "GitLab will periodically run 'git fsck' in all project and wiki repositories to look for silent disk corruption issues."
optional:repository_storages,type: Array[String],desc: 'Storage paths for new projects'
...
...
@@ -139,22 +148,22 @@ module API
end
## EE-only START
optional:email_additional_text,type: String,desc: 'Additional text added to the bottom of every email for legal/auditing/compliance reasons'
optional:help_text,type: String,desc: 'GitLab server administrator information'
requires:elasticsearch_url,type: String,desc: 'The url to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., "http://localhost:9200, http://localhost:9201")'
end
optional:elasticsearch_aws,type: Boolean,desc: 'Enable support for AWS hosted elasticsearch'
givenelasticsearch_aws: ->(val){val}do
requires:elasticsearch_aws_region,type: String,desc: 'The AWS region the elasticsearch domain is configured'
optional:elasticsearch_aws_access_key,type: String,desc: 'AWS IAM access key'
requires:elasticsearch_aws_region,type: String,desc: 'The AWS region the elasticsearch domain is configured'
optional:elasticsearch_aws_secret_access_key,type: String,desc: 'AWS IAM secret access key'
end
optional:usage_ping_enabled,type: Boolean,desc: 'Every week GitLab will report license usage back to GitLab, Inc.'
optional:repository_storages,type: Array[String],desc: 'A list of names of enabled storage paths, taken from `gitlab.yml`. New projects will be created in one of these stores, chosen at random.'
requires:elasticsearch_url,type: String,desc: 'The url to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., "http://localhost:9200, http://localhost:9201")'
end
optional:email_additional_text,type: String,desc: 'Additional text added to the bottom of every email for legal/auditing/compliance reasons'
optional:help_text,type: String,desc: 'GitLab server administrator information'
optional:repository_size_limit,type: Integer,desc: 'Size limit per repository (MB)'
optional:repository_storages,type: Array[String],desc: 'A list of names of enabled storage paths, taken from `gitlab.yml`. New projects will be created in one of these stores, chosen at random.'
optional:usage_ping_enabled,type: Boolean,desc: 'Every week GitLab will report license usage back to GitLab, Inc.'
msgid "The number of attempts GitLab will make to access a storage."
msgstr ""
msgid "The number of failures of after which GitLab will completely prevent access to the storage. The number of failures can be reset in the admin interface: %{link_to_health_page} or using the %{api_documentation_link}."
msgid "The number of failures after which GitLab will completely prevent access to the storage. The number of failures can be reset in the admin interface: %{link_to_health_page} or using the %{api_documentation_link}."
msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
...
...
@@ -6211,7 +6211,7 @@ msgstr ""
msgid "The time in seconds GitLab will try to access storage. After this time a timeout error will be raised."
msgstr ""
msgid "The time in seconds between storage checks. When a previous check did complete yet, GitLab will skip a check."
msgid "The time in seconds between storage checks. If a check did not complete yet, GitLab will skip the next check."
msgstr ""
msgid "The time taken by each data entry gathered by that stage."