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
AgeCommit message (Collapse)Author
2019-02-26Merge branch 'docs-anchors4-ha' into 'master'Evan Read
Docs: Fix anchors in HA docs See merge request gitlab-org/gitlab-ce!25415
2019-02-25Fix misspellings in docsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-22Add an index page to admin area sectionEvan Read
2019-02-22Ensure all lists are surrounded by new linesEvan Read
Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
2019-02-21Docs review: wording, styles, missing linksMarcia Ramos
- Fix "introduced in" note - Add missing links - Remove unnecessary hrs - Wording - Feature badge (admin only)
2019-02-21Add punctuation.Marcel Amirault
2019-02-21Reorganize incoming email docCody West
Configuration examples were moved into their own section for the purpose of organizing and being able to link directly.
2019-02-21Add note on configuring an external Redis Sentinel instanceStan Hu
Adding password in the Redis Sentinel config does not actually work because v3.2.x doesn't respond to the `AUTH` command. This came up in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4126.
2019-02-20Merge branch 'jl-unicorn-defaulted-on-docs' into 'master'Achilleas Pipinellis
Update docs to indicate unicorn metrics are automatically scraped See merge request gitlab-org/gitlab-ce!25406
2019-02-20Fix anchors in CE HA docsMarcel Amirault
2019-02-20Docs: Fix all anchors related to auto-devopsMarcel Amirault
2019-02-20Update Prometheus documentation to indicate on by defaultJoshua Lambert
2019-02-18Refactor opening paragraph in admin docsEvan Read
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2019-02-13Merge branch 'docs/pages-subgroup-admin' into 'master'Marcia Ramos
Fix pages admin documentation reference to subgroups See merge request gitlab-org/gitlab-ce!25163
2019-02-12Fix pages admin reference to subgroupsAlessio Caiazza
2019-02-12Log queue duration in production_json.logStan Hu
`queue_duration` is a useful metric that is currently in api_json.log but not in production_json.log. We should add it because it tells us how long the request sat in Workhorse before Unicorn processed it. Having this field enables the support team to better troubleshoot when delays began to happen.
2019-02-12Docs: Realign several CE docs that diverged from EE unnecessarilyMarcel Amirault
2019-02-11Merge branch 'docs/refactor-update-guides' into 'master'Marin Jankovski
Refactor the upgrading from source docs Closes gitlab-org/release/framework#190 See merge request gitlab-org/gitlab-ce!25003
2019-02-11Merge branch 'docs-abuango-registry-selfsigned-certs' into 'master'Tom Atkins
Update on using self-signed certs with registry See merge request gitlab-org/gitlab-ce!25086
2019-02-11Update container_registry.md add Troubleshooting sectionsTom Atkins
2019-02-11Refactor the upgrading from source docsYorick Peterse
Instead of requiring one separate document for every version (which is created by release managers), we now use a single document for both Community Edition and Enterprise Edition. This allows developers to add guidelines right away, instead of release managers having to determine what to add. Version specific upgrading instructions are placed in a separate section. This prevents instructions from lingering around for many versions should a developer forget to remove them. This also ensures that all instructions are kept in a single place, instead of being spread across different documents. A minor downside is that CE and EE guidelines now live in the same document, which could cause merge conflicts. Since we are working towards a single codebase, this should only be an issue until we merge the codebases together; something we expect to do in the coming months. This commit also removes all old upgrading instructions, but these can still be accessed using Git branch specific URLs (included in the updating README).
2019-02-11use timeout as it appears in logsBen Bodenmiller
2019-02-11Update on using self-signed certs with registryAbubakar Siddiq Ango
2019-02-08Merge branch 'patch-31' into 'master'Achilleas Pipinellis
docs: capitalization fixes in Gitaly docs See merge request gitlab-org/gitlab-ce!24994
2019-02-08Add missing punctuationEvan Read
2019-02-08Include benchmarking with fioStan Hu
2019-02-08Improve NFS benchmarking doc to include read performance testStan Hu
2019-02-07Merge branch 'local-markdown-version' into 'master'Douglas Barbosa Alexandre
Add local markdown version Closes #32789 See merge request gitlab-org/gitlab-ce!24822
2019-02-07docs: capitalization fixes in GitalyBen Bodenmiller
2019-02-06Add local markdown versionJan Provaznik
Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
2019-02-06Update metrics docsBen Kochie
Update the list of GitLab metrics to include the missing metric names.
2019-02-05Allow MR diffs to be placed into an object storeNick Thomas
2019-01-31Disable git v2 protocol temporarilyNick Thomas
2019-01-30Surface link to auth section indexEvan Read
2019-01-25Adds steps for running GitLab Pages on a separate serverAlexander Tanayno
2019-01-24Document broadcast messages in UIEvan Read
2019-01-24Fix most instances of bare URLs in markdownEvan Read
2019-01-22Add notes about gitaly network architectureJacob Vosmaer
2019-01-14Indicate which version shipped with Gitaly TLS supportDrew Blessing
2019-01-10Setting Unicorn Worker memory limit in gitlab.rbAbubakar Siddiq Ango
2019-01-08Merge branch 'docs/fix-unordered-list-style' into 'master'Achilleas Pipinellis
Resolve Markdown unordered lists not conforming to styleguide See merge request gitlab-org/gitlab-ce!23037
2019-01-08Merge branch ↵Evan Read
'docs/52681-add-documentation-about-how-web-terminals-are-secured' into 'master' Add docs on how web terminals are secured Closes #52681 See merge request gitlab-org/gitlab-ce!24099
2019-01-08Make unordered lists conform to styleguideEvan Read
- Also makes other minor Markdown fixes that were near the main fixes.
2019-01-08Link highlighting of jon.doe@example.com swallowed the trailing backtick, ↵Adam Smith
destroying formatting.
2019-01-08Document new incoming email address formatBrett Walker
2019-01-07Add docs on how web terminals are securedSteve Azzopardi
In the administration page for web terminals add a new `Security` section explaining how the interactive web terminals are secured between GitLab and gitlab-runner. This section is under administration instead of `doc/ci/interactive_web_terminal` because the administrators of the GitLab instance would be mostly interested in this, whilst `doc/ci/interactive_web_terminal` are interested in how the feature works. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52681
2019-01-03Merge branch 'docs-remove-irrelevant-sentences-in-job-artifacts-md' into ↵Evan Read
'master' Remove outdated sentences from job_artifacts.md See merge request gitlab-org/gitlab-ce!24013
2019-01-02Fix navigation style in docsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-12-24Update job_artifacts.mdShinya Maeda