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-09-12Typo fix 'Sempahore' to 'Semaphore'James Heimbuck
2019-09-12Merge branch 'da-geo-high-availability-docs' into 'master'Evan Read
Geo - Update HA docs to recommend Gitaly over NFS See merge request gitlab-org/gitlab-ce!32912
2019-09-12Add note about incompatibility of session_server with runner helm chartAlexander Tanayno
2019-09-12Docs: Clarified project membership terminologyMatt Penna
2019-09-12Merge branch 'patch-72' into 'master'Ray Paik
Update a dead external link in documentation See merge request gitlab-org/gitlab-ce!32939
2019-09-12Docs: Clarified wording to match Permissions docMatt Penna
2019-09-12Docs: Clarified permissions of protected branchesMatt Penna
2019-09-12Merge branch 'docs-update-vetur-vscode-extension' into 'master'Mike Lewis
Update outdated instructions for vetur in vscode Closes #66733 See merge request gitlab-org/gitlab-ce!32480
2019-09-12Merge branch 'docs-sethgitlab-documentationwf' into 'master'Mike Lewis
Update documentation requirements See merge request gitlab-org/gitlab-ce!32222
2019-09-12Apply suggestion to doc/development/documentation/feature-change-workflow.mdSeth Berger
2019-09-12Backport of ee/15773: Allow SmartCard authentication to use SAN extensionsSebastián Arcila Valenzuela
2019-09-12Apply suggestion to doc/development/documentation/feature-change-workflow.mdSeth Berger
2019-09-12Apply suggestion to doc/development/documentation/feature-change-workflow.mdSeth Berger
2019-09-12Merge branch 'static-objects-external-storage' into 'master'Thong Kuah
Enable serving static objects from an external storage See merge request gitlab-org/gitlab-ce!31025
2019-09-12Update a dead external linkFreezed
2019-09-11Update feature flag name for Cycle AnalyticsAdam Hegyi
https://gitlab.com/gitlab-org/gitlab-ee/issues/14671
2019-09-11Add source and merge_request fields to pipeline event webhookBian Jiaping
2019-09-11Update documentation for GitHub integrationMarius Bobin
Update docs to reflect the new default behavior for status check names
2019-09-11Add rake task `db:obsolete_ignored_columns`Peter Leitzen
Show a list of obsolete `ignored_columns`
2019-09-11Update Geo HA docs to recommend Gitaly over NFSDouglas Barbosa Alexandre
2019-09-11Update Prometheus set up stepsAmelia Bauerly
2019-09-11Merge branch '13085-license-information-in-dependency-list-add-docs' into ↵Achilleas Pipinellis
'master' Update docs for added licenses in dependency list See merge request gitlab-org/gitlab-ce!32389
2019-09-11Merge code quality example config with main docMarcel Amirault
Bring the example config and the main doc together to simplify documentation for code quality
2019-09-11Change links to relativeMarcel Amirault
Make several links, mostly in admin troubleshooting, relative, as is the standard
2019-09-11Update docs for non member unresolving resolved threadSamantha Ming
2019-09-11Enables Run Pipeline button to be renderedFilipa Lacerda
In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
2019-09-11Add instructions for defining stagesWilliam Chia
2019-09-11Geo: Docker Registry replication documentation (4/4)Valery Sizov
2019-09-11Fix markdown to improve rendering of markdown docMarcel Amirault
2019-09-11Update docs for licenses in dependency listDave Pisek
This commits updates the docs (text and screenshot) to include information about the added display of licenses for a given dependency.
2019-09-10Add local network requests information for example web hooks receiverKai Armstrong
2019-09-10Resolve "Documentation lacks how to enable Project snippets"🙈 jacopo beschi 🙉
2019-09-10Merge branch 'sidekiq-monitor-namespace-change' into 'master'Kamil Trzciński
Sidekiq monitor namespace change See merge request gitlab-org/gitlab-ce!32878
2019-09-10Docs update jaeger urlDov Hershkovitch
2019-09-10Combine asset proxying content from OmnibusEvan Read
2019-09-10Change Sidekiq monitor namespaceQingyu Zhao
Move Gitlab::SidekiqMonitor to namespace Gitlab::SidekiqDaemon::Monitor - Class name and file name change - File path change to lib/gitlab/sidekiq_daemon/monitor.rb - Update class usage/reference in other files, including documentation
2019-09-10Enable serving static objects from an external storageAhmad Sherif
It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
2019-09-10Add EE label to repository_storageBen Bodenmiller
2019-09-10Start linting for unneeded dollar signsMarcel Amirault
Do not use dollar signs in shell codeblocks when no output is shown
2019-09-10Refactor the Dependency Scanning docsAchilleas Pipinellis
Notably: - Merge the use cases with the opening paragraph of DS - Add link to the auto-remediation section in the main index page - Add auto remediation to the title of solutions for better SEO - Move the JSON reports section below the other more important sections - Remove Container Scanning from the list of supported scanners in solutions - Fix some "introduced in" sentences so that they can be properly parsed
2019-09-10Merge branch 'fix-broken-docs-link' into 'master'Evan Read
Fix broken link to the handbook See merge request gitlab-org/gitlab-ce!32849
2019-09-10Merge branch 'docs-dblessing-codeowners-approvals' into 'master'Evan Read
Only CODEOWNERS on default branch affect MR approvals See merge request gitlab-org/gitlab-ce!32841
2019-09-10Add user creation documentationBlair Lunceford
2019-09-10Docs: Add when to use Jest section in frontend_testingPaul Slaughter
2019-09-10Edits to Lists section of Documentation Style GuideMike Lewis
2019-09-10This references an issue that is closedJohn Jarvis
2019-09-10Merge branch 'doc-markdown-fix' into 'master'Achilleas Pipinellis
Cosmetic fix in doc/user/markdown.md where the word 'itself' is repeated. See merge request gitlab-org/gitlab-ce!32818
2019-09-10Document CI_RUNNER_SHORT_TOKEN variableTomasz Maczukin
Variable was added in GitLab Runner with: https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1571
2019-09-10docs: add full omnibus example for smime signingDiego Louzán
- minor style corrections - document rsa keys limitation
2019-09-10Merge branch 'patch-76' into 'master'Ray Paik
Update merge_request_approvals.md - typo See merge request gitlab-org/gitlab-ce!32838