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-08-07Use separate Kubernetes namespaces per environmentTiger Watson
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.
2019-08-07Follow-up: Tweak line to improve badge placementMarcel Amirault
2019-08-07Follow-Up: Change code blocks to shell typeMarcel Amirault
2019-08-07Docs - Update link in SSL_TLS Certificates Page to Let's Encrypt IntergrationDean Leggo
2019-08-06Merge branch 'remove-peek-gc' into 'master'Stan Hu
Remove GC metrics from performance bar Closes gitlab-org/quality/nightly#122 See merge request gitlab-org/gitlab-ce!31550
2019-08-06Merge branch 'jramsay/committer-approval-api' into 'master'Douwe Maan
Add committer approval API attribute docs Closes #61796 See merge request gitlab-org/gitlab-ce!31538
2019-08-06Remove GC metrics from performance barSean McGivern
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.
2019-08-06Add committer approval API attributeJames Ramsay
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.
2019-08-06Merge branch 'sh-update-nfs-delegation-docs' into 'master'Drew Blessing
Suggest disabling of NFS delegation not needed for RHEL7 update See merge request gitlab-org/gitlab-ce!31546
2019-08-06Suggest disabling of NFS delegation not needed for RHEL7 updateStan Hu
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.
2019-08-06Merge branch 'make-issue-boards-importable' into 'master'Sean McGivern
Make issue boards importable See merge request gitlab-org/gitlab-ce!31434
2019-08-06Revert "Fixed comparing value to undefined"Natalia Tepluhina
This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
2019-08-06Resolve "DOCS Clarify usage of ElasticSearch with Gitaly non-NFS"Anton Smith
2019-08-06Edit new troubleshooting docEvan Read
2019-08-06Cross link between cluster topicsEvan Read
2019-08-06SSoT work on customization docsMatt Penna
Reviewed all docs in the customization section and updated them to adhere to our SSoT standards.
2019-08-06Docs: add addon minute roll over infoTristan Williams
2019-08-06Add ElasticSearch troubleshootingJason Colyer
* Added elasticsearch.md * Added reference to guide in Troubleshooting section
2019-08-06Merge branch 'docs-fix-links-to-low-weight-issues' into 'master'Ray Paik
Fix links to unassigned, low weight issues for first time contributors See merge request gitlab-org/gitlab-ce!31485
2019-08-06Add example to plugins fileRonald van Zon
2019-08-06Add description how to set custom CI fileAlexander Tanayno
2019-08-05Add group level container repository endpointsSteve Abrams
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.
2019-08-05Bring diagnostics_tools.md from debug project to docsMarcel Amirault
2019-08-05Document when quotes aren't needed for quick actionsSean McGivern
2019-08-05Make issue boards importableJason Colyer
- Added issue board to imported contents in docs
2019-08-05Fix links to unassigned, low weight issues for first time contributorsJohn Hope
2019-08-05Add shell scripting guides to development READMEVictor Zagorodny
2019-08-05Merge branch 'bjk/worker_scale_doc' into 'master'Achilleas Pipinellis
Update Unicorn Worker recommendation See merge request gitlab-org/gitlab-ce!31404
2019-08-05Docs - Strongly discourage installing ES on the same server as GitLabRonald van Zon
2019-08-05Resolve "Update troubleshooting for gzip error in backup docs"Alexander Strachan
2019-08-05Add help text next to Custom Metrics sectionReuben Pereira
- Also add requirements to the docs for custom metrics.
2019-08-05Update Gitaly troubleshootingCindy Pallares 🦉
2019-08-05Fix some Markdown lint errorsAchilleas Pipinellis
Introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30295
2019-08-05Update rules for secure featuresTetiana Chupryna
2019-08-05Merge branch 'docs/remove-cephfs-example' into 'master'Achilleas Pipinellis
Remove CephFS from example See merge request gitlab-org/gitlab-ce!31422
2019-08-05Add minimal partial clone docsJames Ramsay
Partial Clone and Sparse Checkout are the native Git approach to enormous repositories. We should document the state of these features and update as our support and Git's support for these features improves.
2019-08-05Merge branch '60664-kubernetes-applications-uninstall-cert-manager' into ↵Thong Kuah
'master' Resolve "Kubernetes > Applications > Uninstall Cert Manager" See merge request gitlab-org/gitlab-ce!31166
2019-08-05Merge branch 'georgekoltsov/55474-outbound-setting-system-hooks' into 'master'Rémy Coutable
Add outbound setting for system hooks See merge request gitlab-org/gitlab-ce!31177
2019-08-05Geo: Some update instructions should be for 9.0.x onlyGabriel Mazetto
2019-08-05Add pmd-apex sast analyzer to sast docsLucas Charles
Includes documentation for new Apex (Salesforce) analyzer
2019-08-05Apply updates to git_tricks.mdMike Lewis
Change code references to codeblocks so they can be copied more easily, and add link to doc from git topic index. Also applies suggested changes.
2019-08-05Expand markdown linting rules for docsMarcel Amirault
MD002 - First header should be level 1 MD006 - Start bullets at beginning of line MD019 - No multiple spaces after header style MD022 - Headers surrounded by blank lines MD025 - Only 1 level 1 header MD028 - No blank lines within blockquote MD038 - Spaces inside code span elements
2019-08-05Add tutorial - migrate repo to LFSMarcia Ramos
- Link new doc to and from other docs - Add tbs section
2019-08-05Allow Cert-Manager to be uninstalledTiger
Our current version of Cert-Manager does not uninstall cleanly, and we must manually remove custom resource definitions.
2019-08-04Clarify that we now use group based teamsMek Stittri
2019-08-04fix misspelled urlDustin Hemard
2019-08-03Merge branch 'docs-codywest-update-requirements' into 'master'Drew Blessing
Update requirements wording in docs See merge request gitlab-org/gitlab-ce!31428
2019-08-02Implement Helm ResetCommand for removing TillerDylan Griffith
Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
2019-08-02Documentation - Services slackJeffrey Cafferata
2019-08-02Update requirements wordingCody West
I'm adding some wording to our hardware requirements to explain that needs vary by workload. I also included some examples of factors that may influence the workload.