Commit graph

26 commits

Author SHA1 Message Date
Stan Hu
926e16e5d1 Document how to make Oracle Cloud S3 work
Related issues:

* https://github.com/fog/fog-aws/issues/523
* https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
2019-07-17 07:15:01 -07:00
Robbert Müller
7f88f07845 Document openstack object store configuration
Liek asked in gitlab-org/gitlab-ce#59501
2019-07-16 02:24:55 +00:00
Marcel Amirault
4121c63676 Remove extra blank lines from docs
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
2019-07-15 01:04:35 +00:00
Marcel Amirault
b71835818a Remove hard tabs from docs
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
2019-07-11 22:53:54 +00:00
Marcel Amirault
5abfc57ec3 Fix spacing of code blocks
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-09 07:16:17 +00:00
Evan Read
4f93fa4b7d Add lint rule that headings must increment one level at a time
Also fixes instances in Markdown that broke the rule.
2019-07-08 11:07:07 +00:00
Marcel Amirault
73c6477b7e Changing badges to use parentheses not brackets
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-07-08 08:50:38 +00:00
Achilleas Pipinellis
5c52e748ea Merge branch 'patch-11' into 'master'
doc/uploads: fix another path to omnibus uploads

See merge request gitlab-org/gitlab-ce!22330
2019-03-20 17:04:55 +00:00
Takuya Noguchi
86a5c2bfa3 Fix object storage link in doc
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-03-06 20:39:43 +09:00
Elan Ruusamäe
e725411006 update default omnibus upload path
small explanation here (by @balasankarc):
https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2777#note_131420508
2019-03-05 13:24:27 +02:00
Marcel Amirault
284b7bc138 Docs: Realign several CE docs that diverged from EE unnecessarily 2019-02-12 12:34:21 +00:00
Ben Bodenmiller
1e508a828f docs: link to improved Uploads Migrate Rake Task 2018-12-18 05:12:25 +00:00
James Ramsay
9ca6cd895b Fix object storage tier information 2018-11-15 12:46:08 -05:00
Per Lundberg
7b61bc2fd5 uploads.md: Fix incorrect path reference 2018-09-25 10:10:46 +00:00
Deniz Zoeteman
e9402d4894 Add Fog use_iam_profile option to docs 2018-09-20 22:25:03 +02:00
Brett Walker
b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Jan Provaznik
5a5d3ee134 Removed obsolete note about manual uploads migration
We already support automatic background migrations,
`background_upload` option which enables it is already documented.
2018-08-03 10:38:52 +02:00
Kamil Trzciński (OoO till 3th)
34694c3afc Merge branch 'jprovazn-direct-upload' into 'master'
Add workhorse authorize method for project/group uploads

Closes #44663

See merge request gitlab-org/gitlab-ce!19717
2018-07-04 09:50:29 +00:00
Stan Hu
c9c78b0976 Add aws_signature_version to object storage docs
Digital Ocean Spaces currently needs v2 for downloads.

Closes #48622
2018-06-28 22:10:59 -07:00
Jan Provaznik
ad086fa8d8 Fixed doc 2018-06-22 21:06:49 +02:00
Jan Provaznik
656d4ebf67 Add workhorse authorize method for project/group uploads
This method can be used by workhorse to get presigned
URLs used for direct upload of files.
2018-06-18 09:11:02 +02:00
Pascal Borreli
12e3eff462 Fixed typos 2018-04-27 08:50:05 +00:00
Kamil Trzciński
9dde7df247 Allow to store uploads by default on Object Storage
Introduce `direct_upload` option for `uploads` which is gonna set a default storage to Object Storage and use Unicorn to save data
2018-04-04 23:13:45 +02:00
Micaël Bergeron
b08a1cd2c4 fix the failing specs 2018-03-22 14:37:47 -04:00
Micaël Bergeron
fc6587f1f2 Add proxy_download to perform proxied sending of all files 2018-03-09 09:16:06 -05:00
Micaël Bergeron
0f1d348d68 port the object storage to CE 2018-03-01 10:34:30 -05:00