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-03-07Clarify Rugged direct access only available in GitLab 11.9Stan Hu
Until we solve https://gitlab.com/gitlab-com/gitlab-docs/issues/347, let's just be explicit to avoid confusion.
2019-03-01Bring back Rugged implementation of find_commitStan Hu
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20339. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged is more performant than Gitaly. This merge request introduces the feature flag `rugged_find_commit` to activate Rugged paths. There are also Rake tasks `gitlab:features:enable_rugged` and `gitlab:features:disable_rugged` to enable/disable these feature flags altogether. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
2019-02-27Add documentation on upgrading GitLab HA nodesStan Hu
As mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/58121#note_145299901, it wasn't obvious that upgrading an GitLab HA cluster required special care. Link to the Omnibus documentation for upgrade instructions. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58121
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-21Add punctuation.Marcel Amirault
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-20Fix anchors in CE HA docsMarcel Amirault
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-12Docs: Realign several CE docs that diverged from EE unnecessarilyMarcel Amirault
2019-01-08Make unordered lists conform to styleguideEvan Read
- Also makes other minor Markdown fixes that were near the main fixes.
2018-11-23Replace deprecated skip-auto-migrations occurrenceAchilleas Pipinellis
2018-11-16Fix typos in docsGeorge Tsiolis
2018-11-13Resolve Markdown ordered lists not conforming to styleguideEvan Read
2018-10-29adds warning against Postgres across NFSLyle Kozloff
2018-10-24Update links to external sitesMarcel Amirault
2018-10-16Add documentation on using NFS v4.1 and disabling server delegationsStan Hu
For more info, see: * https://gitlab.com/gitlab-org/gitaly/issues/1339 * https://gitlab.com/gitlab-org/gitlab-ce/issues/52017
2018-10-11Merge branch 'docs-filesystem_perf' into 'master'Evan Read
Add Filesystem Performance Benchmarking documentation See merge request gitlab-org/gitlab-ce!22202
2018-10-10Add Filesystem Performance Benchmarking documentationDrew Blessing
Filesystem performance can have a big impact on overall GitLab performance, especially for actions that read or write Git repositories. This information will help benchmark filesystem performance against known good and bad real-world systems.
2018-10-09update the HA NFS docsabuerer
2018-09-21Correct grammar (setup to set-up) in DocsMarcel Amirault
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-08-29Fixed link in doc/administration/high_availability/nfs.mdDavid McKay
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6942. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-20Merge branch 'patch-24' into 'master'Rémy Coutable
use nfs4 mount to match other docs See merge request gitlab-org/gitlab-ce!21270
2018-08-17use nfs4Ben Bodenmiller
2018-08-17replace nobootwait with nofailBen Bodenmiller
missed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16985
2018-07-30Clean up AWS EFS documentationJoshua Lambert
2018-07-24Update gitlab.mdDavin Walker
2018-05-30add details on root flag related to no_root_squashBen Bodenmiller
2018-05-29ensure UIDs and GIDs match for HA setupBen Bodenmiller
2018-05-28Merge branch 'patch-23' into 'master'Achilleas Pipinellis
use postgres_role See merge request gitlab-org/gitlab-ce!19000
2018-05-28cleanup application server setupBen Bodenmiller
2018-05-17use postgres_roleBen Bodenmiller
2018-05-04improve basic details on inspecting NFS mountsBen Bodenmiller
2018-04-27Fixed typosPascal Borreli
2018-04-23Suggest place for data-directories on mountpointsBob Van Landuyt
Using a mountpoint as data directory causes issues when restoring, so we need to mention this in the documentation.
2018-04-20Add documentation on how to configure Redis Sentinel by persistent classStan Hu
2018-02-08Fix sample fstab file in GitLab HA docsStan Hu
The nobootwait option is no longer a valid option in Ubuntu 16.04. Use nofail instead: https://askubuntu.com/questions/786928/ubuntu-16-04-fstab-fails-with-nobootwait
2018-01-19doc: Spelling fixesVille Skyttä
2018-01-11Recommend against the use of EFSCindy Pallares 🦉
2017-12-19Tidy up the documentation of Gitlab HA/Gitlab ApplicationRichard Clamp
2017-12-13Docs: Update admin docsMarcia Ramos
2017-11-16Update HA README.md to clarify GitLab support does not troubleshoot DRBD.Lee Matos
2017-08-09Update nfs.md with information on AWS EFS and Burst Credit usage and how to ↵John Woods
increase Burst Credit limits and also limit the need for AWS to access EFS by using FS Cache.
2017-07-30Add a note about EFS and GitLab log filesStan Hu
[ci skip]
2017-07-27Update server terminolgy to differentiate HA setups from GeoChenjerai Katanda
2017-07-25Add note on external url setting for HA clusters.Chenjerai Katanda
2017-07-24Add instructions for enabling the `pg_trgm` extension in the production db. ↵Chenjerai Katanda
As a workaround to [a fault during HA setup](https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2501).
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-06-22Merge branch 'patch-17' into 'master'Marin Jankovski
clarify NFS option details See merge request !12257
2017-06-21Add missing link in Redis HA source docsAchilleas Pipinellis