summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'docs/deploy-keys-api' into 'master'Evan Read2019-08-082-28/+33
|\ | | | | | | | | Merge deploy keys example to deploy keys API docs See merge request gitlab-org/gitlab-ce!31600
| * Merge deploy keys example to deploy keys API docsAchilleas Pipinellis2019-08-082-28/+33
| | | | | | | | No reason to keep them separate.
* | CE port for bulk updating group labelsEugenia Grieff2019-08-084-18/+40
|/ | | | - Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
* Merge branch '20137-starrers' into 'master'Stan Hu2019-08-082-0/+235
|\ | | | | | | | | | | | | Add possibilty to view starrers ("stargazers") of a repository & any user's starred repositories Closes #20137 See merge request gitlab-org/gitlab-ce!24690
| * Address reviewer commentsCamil Staps2019-08-071-17/+23
| |
| * Expose time since starring on project/:id/starrers API endpoint; exclude ↵Camil Staps2019-08-071-14/+20
| | | | | | | | private profiles here as well
| * Fix API endpoint for starred projects of a user; add info about starred ↵Camil Staps2019-08-071-0/+2
| | | | | | | | projects on profile to documentation
| * Add documentation and changelog for !24690Camil Staps2019-08-071-0/+221
| |
* | Merge branch 'tpresa-expose-reject-unsigned-commits' into 'master'Ash McKenzie2019-08-081-3/+7
|\ \ | | | | | | | | | | | | Add docs for reject_unsigned_commits (premium only) See merge request gitlab-org/gitlab-ce!31113
| * | Updating description of the optiontpresa-expose-reject-unsigned-commitsThiago Presa2019-08-071-1/+1
| | |
| * | Add docs for reject_unsigned_commits (premium only)Thiago Presa2019-08-071-3/+7
| | |
* | | Split api resources into it's own docMarcel Amirault2019-08-082-143/+148
| |/ |/| | | | | | | Move the api resources section from the api readme to it's own file, and adjust/link accordingly
* | 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
| | | |