Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-04-29Fix text based on exampleEvan Read
2019-04-29Avoid links requiring permissionsEvan Read
2019-04-29Add email clarificationCynthia Ng
2019-04-29Merge branch 'docs-autodevops-namespace' into 'master'Evan Read
Add clarification on namespace creation See merge request gitlab-org/gitlab-ce!27772
2019-04-29Merge branch 'master' into 'master'Evan Read
fix include example See merge request gitlab-org/gitlab-ce!27571
2019-04-29Docs: Environments Documentation reviewMarcel Amirault
2019-04-29Clarify masked variables docsSteve Azzopardi
- Add note that must contain only letters, numbers, underscore - Add example of escape characters - Add regex used for validation closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60785
2019-04-26Add clarification on namespace creationdanielgruesso
2019-04-26Merge branch 'docs-rollout-resource-type' into 'master'Mike Lewis
Add rollout type to variables list. See merge request gitlab-org/gitlab-ce!27757
2019-04-26Documented the Admin Area's `Dashboard`Russell Dickenson
Part of issue 57874
2019-04-26List group name restrictionsEvan Read
2019-04-26Update NFS docs to reflect new Rugged backportsStan Hu
We backported the Rugged implementations of a Git access to older versions of GitLab. Update the documentation to reflect this. Relates to: * https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/21833/diffs * https://gitlab.com/gitlab-org/release/tasks/issues/749
2019-04-26Add rollout type to variables list.danielgruesso
2019-04-26Fix reference-style links in CI predefined varsPeter Leitzen
2019-04-25Improve externalization.md PO regen docsLuke Bennett
Instill confidence in gettext:regenerate command
2019-04-25Merge branch 'improve-review-apps-jobs-structure' into 'master'Lin Jen-Shin
Organize better Review Apps and QA jobs See merge request gitlab-org/gitlab-ce!27509
2019-04-25Merge branch 'autodevops_remote_private_helm_repository' into 'master'Stan Hu
Adding ability to specify helm chart repo using environment variables Closes #49520 See merge request gitlab-org/gitlab-ce!27123
2019-04-24Update development Review Apps documentation with the latest changesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-24Merge branch 'add-ci-variable-protected-ref' into 'master'Grzegorz Bizon
Add CI variable CI_REF_PROTECTED See merge request gitlab-org/gitlab-ce!26716
2019-04-24Clarify UX debt labelPedro Moreira da Silva
2019-04-24Docs: review MR !27275Marcia Ramos
2019-04-24Job artifact documentation: Added list of textual formatsPhilipp Hasper
!22112 added the latest extension to this list, .log meaning that this doc extension is valid for version >= 11.5 Closes #56801
2019-04-24Bring Slack app docs to CE and add tiersAchilleas Pipinellis
2019-04-23Merge branch ↵Michael Kozono
'ce-11199-add-a-rake-task-to-seed-insights-data-for-a-given-project' into 'master' Provide a new gitlab:seed:issues task See merge request gitlab-org/gitlab-ce!27454
2019-04-23Merge branch 'add_simplified_chinese_proofreader' into 'master'Rémy Coutable
Update proofreader.md - add simplified chinese proofreader See merge request gitlab-org/gitlab-ce!27568
2019-04-23Support negative matchesKamil Trzciński
This adds support for != and !~ operators giving more flexibility in comparing values
2019-04-23Add whitespace for list so it rendersEvan Read
2019-04-23Make it clearer when CI_MERGE_REQUEST_ variables are availableAchilleas Pipinellis
2019-04-23Merge branch 'update_proofreader' into 'master'Rémy Coutable
Update proofreader.md - remove incorrect proofreader and resign See merge request gitlab-org/gitlab-ce!27567
2019-04-23Merge branch 'patch-52' into 'master'Rémy Coutable
Update proofreader.md - Request to be proofreader See merge request gitlab-org/gitlab-ce!27556
2019-04-23Provide a new gitlab:seed:issues taskRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-23fix include exampleAaron Brülisauer
no leading slash at project reference
2019-04-23update proofreaderHuang Tao
add Chinese Simplified(简体中文) proofreader @xiaogang_gitlab
2019-04-23update proofreaderHuang Tao
Resignation of Chinese Traditional(繁體中文-台湾) and Chinese Traditional(繁體中文-香港) proofreader positions
2019-04-23update proofreaderHuang Tao
Since it's an incorrect Korean proofreader, all remove @htve
2019-04-23Add doc cross links for large repositoriesSteve Azzopardi
2019-04-22Update proofreader.md - Request to be proofreaderIvan Ip
2019-04-22Add Victor Wu as proofreaderVictor Wu
2019-04-22Docs: update feature name "Pipelines for Merged Results"Marcia Ramos
2019-04-22Document how to use GitLab.com only badgesAchilleas Pipinellis
Functionality added in https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/449
2019-04-22Docs: fixes grammar/typoMarcia Ramos
2019-04-19Remove leading whitespaces from serviceaccount/clusterrolebinding ↵Thiago Presa
multi-resource YAML
2019-04-19Merge branch 'small-improvement-in-docs' into 'master'Achilleas Pipinellis
Highlighted 'not' in the docs See merge request gitlab-org/gitlab-ce!27506
2019-04-19Merge branch ↵Grzegorz Bizon
'58663-use-include-template-syntax-for-including-the-code-quality-job' into 'master' Resolve "Use include template syntax for including the Code Quality job" Closes #58663 See merge request gitlab-org/gitlab-ce!27448
2019-04-19Merge branch '39858-add-group-owned-info-to-projects-api' into 'master'Douwe Maan
Return group information on Project endpoint Closes #39858 See merge request gitlab-org/gitlab-ce!27427
2019-04-19Merge branch 'protected-runner-registration' into 'master'Kamil Trzciński
Add configuration of access_level for runners on registration via API See merge request gitlab-org/gitlab-ce!27490
2019-04-19Highlighted 'not' in the docsKartikey Tanna
2019-04-19Adds namespace information to project endpointMayra Cabrera
- Namespace now return avatar_url and web_url - NamespaceBasic entity was modified to include avatar_url and web_url, information is fetched differently depending if the Namespace is a user or a group Includes documentation changes Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39858
2019-04-18Merge branch 'ssot' into 'master'Sid Sijbrandij
ssot as principle See merge request gitlab-org/gitlab-ce!27436
2019-04-18Add configuration of access_level for runners on registration via APIzelin-l
Allow setting access_level of new runner to not_protected (default) or ref_protected Minor update to relevant docs and tests