summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Final removal of KubernetesService39217-remove-kubernetes-service-integrationTiger2019-08-081-38/+0
| | | | | | Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
* Update documentation for new feature flag percent rollout UXJason Goodman2019-08-073-2/+60
| | | | Add updated screen shots
* Add Jenkins quick reference pageJason Lenny2019-08-073-0/+211
|
* Merge branch '45619-reservedNames-docs' into 'master'Achilleas Pipinellis2019-08-071-21/+3
|\ | | | | | | | | | | | | Docs: Update and sort reserved names Closes #45619 See merge request gitlab-org/gitlab-ce!31569
| * Update and sort reserved namesStefan Schmalzhaf2019-08-071-21/+3
| |
* | Use Git 2.22 for GitLabZeger-Jan van de Weg2019-08-071-4/+4
| | | | | | | | Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715
* | Compress images with pngquantAchilleas Pipinellis2019-08-07232-0/+0
| |
* | Merge branch 'mc/feature/add-at-colon-variable-masking' into 'master'Grzegorz Bizon2019-08-071-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Allow masking @ and : characters Closes #63043 See merge request gitlab-org/gitlab-ce!31065
| * | Document new masking requirementsmc/feature/add-at-colon-variable-maskingMatija Čupić2019-07-231-1/+1
| | |
* | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65499Russell Dickenson2019-08-073-18/+21
| | |
* | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62446Russell Dickenson2019-08-072-6/+5
| | |
* | | Merge branch 'docs/4501-docker-in-docker-19-03-service-fails' into 'master'Evan Read2019-08-071-54/+150
|\ \ \ | | | | | | | | | | | | | | | | Update DinD example for 19.03.1 See merge request gitlab-org/gitlab-ce!31051
| * | | Update DinD example for 19.03docs/4501-docker-in-docker-19-03-service-failsSteve Azzopardi2019-08-061-54/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docker 19.03 enables TLS by default: ``` Starting in 18.09+, the dind variants of this image will automatically generate TLS certificates in the directory specified by the DOCKER_TLS_CERTDIR environment variable. Warning: in 18.09, this behavior is disabled by default (for compatibility). If you use --network=host, shared network namespaces (as in Kubernetes pods), or otherwise have network access to the container (including containers started within the dind instance via their gateway interface), this is a potential security issue (which can lead to access to the host system, for example). It is recommended to enable TLS by setting the variable to an appropriate value (-e DOCKER_TLS_CERTDIR=/certs or similar). In 19.03+, this behavior is enabled by default. ``` Update the example to use docker over TLS.
* | | | Fix assorted linksMarcel Amirault2019-08-0712-18/+15
| | | | | | | | | | | | | | | | Fix links as discovered by the lint in the docs project
* | | | Use separate Kubernetes namespaces per environmentTiger Watson2019-08-072-29/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kubernetes deployments on new clusters will now have a separate namespace per project environment, instead of sharing a single namespace for the project. Behaviour of existing clusters is unchanged. All new functionality is controlled by the :kubernetes_namespace_per_environment feature flag, which is safe to enable/disable at any time.
* | | | Follow-up: Tweak line to improve badge placementMarcel Amirault2019-08-071-2/+4
| | | |
* | | | Follow-Up: Change code blocks to shell typeMarcel Amirault2019-08-071-3/+3
| | | |
* | | | Docs - Update link in SSL_TLS Certificates Page to Let's Encrypt IntergrationDean Leggo2019-08-071-1/+1
| | | |
* | | | Merge branch 'remove-peek-gc' into 'master'Stan Hu2019-08-061-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove GC metrics from performance bar Closes gitlab-org/quality/nightly#122 See merge request gitlab-org/gitlab-ce!31550
| * | | | Remove GC metrics from performance barSean McGivern2019-08-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were disabled in production mode, but that also broke the rest of the performance bar. As they were only enabled in development mode, we can just remove them for now.
* | | | | Merge branch 'jramsay/committer-approval-api' into 'master'Douwe Maan2019-08-061-8/+10
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Add committer approval API attribute docs Closes #61796 See merge request gitlab-org/gitlab-ce!31538
| * | | | Add committer approval API attributejramsay/committer-approval-apiJames Ramsay2019-08-061-8/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Merge Requests Approvals can be restricted to prevent the merge request author or merge request committers from self approving. The author restriction is already available in the API, but the committer restriction was not.
* | | | Merge branch 'sh-update-nfs-delegation-docs' into 'master'Drew Blessing2019-08-061-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Suggest disabling of NFS delegation not needed for RHEL7 update See merge request gitlab-org/gitlab-ce!31546
| * | | Suggest disabling of NFS delegation not needed for RHEL7 updateStan Hu2019-08-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Red Hat finally fixed the NFS server delegation problem that caused the TEST_STATEID flood. Mention the docs that disabling delegation may no longer be needed.
* | | | Merge branch 'make-issue-boards-importable' into 'master'Sean McGivern2019-08-061-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Make issue boards importable See merge request gitlab-org/gitlab-ce!31434
| * | | | Make issue boards importablemake-issue-boards-importableJason Colyer2019-08-051-0/+1
| | | | | | | | | | | | | | | | | | | | - Added issue board to imported contents in docs
* | | | | Revert "Fixed comparing value to undefined"Natalia Tepluhina2019-08-063-1/+12
| | | | | | | | | | | | | | | | | | | | This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
* | | | | Resolve "DOCS Clarify usage of ElasticSearch with Gitaly non-NFS"Anton Smith2019-08-061-1/+6
| | | | |
* | | | | Edit new troubleshooting docEvan Read2019-08-061-14/+14
| | | | |
* | | | | Cross link between cluster topicsEvan Read2019-08-061-13/+21
| | | | |
* | | | | SSoT work on customization docsMatt Penna2019-08-067-66/+192
| |_|_|/ |/| | | | | | | | | | | | | | | Reviewed all docs in the customization section and updated them to adhere to our SSoT standards.
* | | | Docs: add addon minute roll over infoTristan Williams2019-08-061-1/+4
| | | |
* | | | Add ElasticSearch troubleshootingJason Colyer2019-08-062-0/+346
| |/ / |/| | | | | | | | | | | * Added elasticsearch.md * Added reference to guide in Troubleshooting section
* | | Merge branch 'docs-fix-links-to-low-weight-issues' into 'master'Ray Paik2019-08-061-3/+3
|\ \ \ | | | | | | | | | | | | | | | | Fix links to unassigned, low weight issues for first time contributors See merge request gitlab-org/gitlab-ce!31485
| * | | Fix links to unassigned, low weight issues for first time contributorsJohn Hope2019-08-051-3/+3
| | | |
* | | | Add example to plugins fileRonald van Zon2019-08-051-1/+31
| | | |
* | | | Add description how to set custom CI fileAlexander Tanayno2019-08-051-0/+7
| | | |
* | | | Add group level container repository endpointsSteve Abrams2019-08-051-3/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
* | | | Bring diagnostics_tools.md from debug project to docsMarcel Amirault2019-08-052-0/+29
| | | |
* | | | Document when quotes aren't needed for quick actionsSean McGivern2019-08-051-0/+13
|/ / /
* | | Add shell scripting guides to development READMEVictor Zagorodny2019-08-051-0/+4
| | |
* | | Merge branch 'bjk/worker_scale_doc' into 'master'Achilleas Pipinellis2019-08-051-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Update Unicorn Worker recommendation See merge request gitlab-org/gitlab-ce!31404
| * | | Update Unicorn Worker recommendationbjk/worker_scale_docBen Kochie2019-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the Unicorn worker documentation based on the new scaling formula. https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4535
* | | | Docs - Strongly discourage installing ES on the same server as GitLabRonald van Zon2019-08-051-9/+12
| | | |
* | | | Resolve "Update troubleshooting for gzip error in backup docs"Alexander Strachan2019-08-051-0/+19
| | | |
* | | | Add help text next to Custom Metrics sectionReuben Pereira2019-08-051-1/+4
| | | | | | | | | | | | | | | | - Also add requirements to the docs for custom metrics.
* | | | Update Gitaly troubleshootingCindy Pallares 🦉2019-08-051-1/+10
| | | |
* | | | Fix some Markdown lint errorsAchilleas Pipinellis2019-08-051-33/+33
| | | | | | | | | | | | | | | | Introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30295
* | | | Update rules for secure featuresTetiana Chupryna2019-08-051-2/+4
| | | |
* | | | Merge branch 'docs/remove-cephfs-example' into 'master'Achilleas Pipinellis2019-08-051-8/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove CephFS from example See merge request gitlab-org/gitlab-ce!31422