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-10-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-23Update capitalization in admin, api, othersMarcel Amirault
Update capitalization in /administration, /api, /ci and /customization
2019-08-22Update docs to pass new markdownlintMarcel Amirault
Deletes extra spaces and line, makes lists consistent, and fixes links.
2019-07-17Document how to make Oracle Cloud S3 workStan Hu
Related issues: * https://github.com/fog/fog-aws/issues/523 * https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
2019-07-16Document openstack object store configurationRobbert Müller
Liek asked in gitlab-org/gitlab-ce#59501
2019-07-15Remove extra blank lines from docsMarcel Amirault
Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
2019-07-12Remove hard tabs from docsMarcel Amirault
Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
2019-07-09Fix spacing of code blocksMarcel Amirault
Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
2019-07-08Add lint rule that headings must increment one level at a timeEvan Read
Also fixes instances in Markdown that broke the rule.
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-03-20Merge branch 'patch-11' into 'master'Achilleas Pipinellis
doc/uploads: fix another path to omnibus uploads See merge request gitlab-org/gitlab-ce!22330
2019-03-06Fix object storage link in docTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-03-05update default omnibus upload pathElan Ruusamäe
small explanation here (by @balasankarc): https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2777#note_131420508
2019-02-12Docs: Realign several CE docs that diverged from EE unnecessarilyMarcel Amirault
2018-12-18docs: link to improved Uploads Migrate Rake TaskBen Bodenmiller
2018-11-15Fix object storage tier informationJames Ramsay
2018-09-25uploads.md: Fix incorrect path referencePer Lundberg
2018-09-20Add Fog use_iam_profile option to docsDeniz Zoeteman
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-08-03Removed obsolete note about manual uploads migrationJan Provaznik
We already support automatic background migrations, `background_upload` option which enables it is already documented.
2018-07-04Merge branch 'jprovazn-direct-upload' into 'master'Kamil Trzciński (OoO till 3th)
Add workhorse authorize method for project/group uploads Closes #44663 See merge request gitlab-org/gitlab-ce!19717
2018-06-29Add aws_signature_version to object storage docsStan Hu
Digital Ocean Spaces currently needs v2 for downloads. Closes #48622
2018-06-22Fixed docJan Provaznik
2018-06-18Add workhorse authorize method for project/group uploadsJan Provaznik
This method can be used by workhorse to get presigned URLs used for direct upload of files.
2018-04-27Fixed typosPascal Borreli
2018-04-05Allow to store uploads by default on Object StorageKamil Trzciński
Introduce `direct_upload` option for `uploads` which is gonna set a default storage to Object Storage and use Unicorn to save data
2018-03-22fix the failing specsMicaël Bergeron
2018-03-09Add proxy_download to perform proxied sending of all filesMicaël Bergeron
2018-03-01port the object storage to CEMicaël Bergeron