@@ -44,11 +44,18 @@ All technical content published by GitLab lives in the documentation, including:
-[Upload your GitLab License](user/admin_area/license.md) Upload the license you purchased for GitLab Enterprise Edition to unlock its features.
-[Audit Events](administration/audit_events.md) Check how user access changed in projects and groups.
-[Access restrictions](user/admin_area/settings/visibility_and_access_controls.md#enabled-git-access-protocols) Define which Git access protocols can be used to talk to GitLab
<<<<<<< HEAD
-[Changing the appearance of the login page](customization/branded_login_page.md) Make the login page branded for your GitLab instance.
-[Email](tools/email.md) Email GitLab users from GitLab
-[Push Rules](push_rules/push_rules.md) Advanced push rules for your project.
- [Help message](customization/help_message.md) Set information about administrators of your GitLab instance.
=======
>>>>>>> 57ef7bca47f3cdeedd684779f1b1f825bb778cec
-[Authentication/Authorization](administration/auth/README.md) Configure external authentication with LDAP, SAML, CAS and additional Omniauth providers.
-[Changing the appearance of the login page](customization/branded_login_page.md) Make the login page branded for your GitLab instance.
-[Email](tools/email.md) Email GitLab users from GitLab
-[Push Rules](push_rules/push_rules.md) Advanced push rules for your project.
-[Help message](customization/help_message.md) Set information about administrators of your GitLab instance.
-[Container Registry](administration/container_registry.md) Configure Docker Registry with GitLab.
-[Custom Git hooks](administration/custom_hooks.md) Custom Git hooks (on the filesystem) for when webhooks aren't enough.
-[Debugging Tips](administration/troubleshooting/debug.md) Tips to debug problems when things go wrong
| `id` | integer/string | yes | The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) owned by the authenticated user |
=======
| `id` | integer/string | yes | The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) owned by the authenticated user |
>>>>>>> 57ef7bca47f3cdeedd684779f1b1f825bb778cec
| `state` | string | no | Return all issues or just those that are `opened` or `closed` |
| `labels` | string | no | Comma-separated list of label names, issues must have all labels to be returned. `No+Label` lists all issues with no labels |
| `iids` | Array[integer] | no | Return only the issues having the given `iid` |
Click the button at the top right to toggle focus mode on and off. In focus mode, the navigation UI is hidden, allowing you to focus on issues in the board.
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'
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.'
optional:repository_size_limit,type: Integer,desc: 'Size limit per repository (MB)'
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'
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.'
optional:repository_size_limit,type: Integer,desc: 'Size limit per repository (MB)'