summaryrefslogtreecommitdiff
path: root/doc/workflow/lfs
Commit message (Collapse)AuthorAgeFilesLines
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-082-24/+24
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* Update `git lfs fetch` command [ci skip]George Tsiolis2018-10-031-2/+2
|
* Correct grammar (setup to set-up) in DocsMarcel Amirault2018-09-211-1/+1
|
* Add Fog use_iam_profile option to docsDeniz Zoeteman2018-09-201-0/+1
|
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-061-5/+6
|
* Document that LFS is enabled by defaultBen Bodenmiller2018-08-291-1/+1
| | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2941. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'docs-products-links' into 'master'Achilleas Pipinellis2018-07-031-1/+1
|\ | | | | | | | | Updated /products links to /pricing See merge request gitlab-org/gitlab-ce!20321
| * Updated products links to pricingMarcel Amirault2018-07-031-1/+1
| |
* | Add aws_signature_version to object storage docsStan Hu2018-06-281-0/+1
|/ | | | | | Digital Ocean Spaces currently needs v2 for downloads. Closes #48622
* Update lfs_administration.md with language editsMarcel Amirault2018-06-181-26/+26
|
* Add troubleshooring guid for lfs uploading timeoutsdocs/sm/trouble-shooting-guid-for-timeout-of-background-uploadShinya Maeda2018-06-181-13/+82
|
* docMark Chao2018-06-061-1/+1
|
* Enable LFS setting UI for Masters and OwnersJames Ramsay2018-05-011-10/+1
| | | | | | | | | | | | | | | LFS can be enabled and disabled per project using the API by Masters and Owners, but the UI is only available to Admins. The interface and API should be consistent. LFS can also be enabled and disabled per group using the API by Owners, but the UI is only available to Admins. This interface should also be consistent. Additionally removes an unneeded check if 2FA interface, since the interface is only available to Owners. Closes #33320
* Fixed typosPascal Borreli2018-04-271-1/+1
|
* Document externally hosted LFS objectsJames Ramsay2018-04-241-0/+17
| | | | | API can be used by project owners to disable LFS object verification that will block pushes that contain LFS pointers but no the objects.
* Refactor the LFS S3 docsdocs/lfs-s3-ceAchilleas Pipinellis2018-03-301-53/+57
|
* fix the failing specsMicaël Bergeron2018-03-221-1/+1
|
* Merge branch '40781-os-to-ce' of gitlab.com:gitlab-org/gitlab-ce into ↵Micaël Bergeron2018-03-091-1/+1
|\ | | | | | | ce-40781-os-to-ce
| * apply feedbackMicaël Bergeron2018-03-091-1/+1
| |
* | Add proxy_download to perform proxied sending of all filesMicaël Bergeron2018-03-091-0/+1
|/
* port the object storage to CEMicaël Bergeron2018-03-011-3/+111
|
* Add version which LFS lock was introduceddocs/lfs-lockAchilleas Pipinellis2018-02-201-1/+3
|
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-0/+66
|
* Add Git LFS status icon to docsjramsay-15567-lfs-icon-docsJames Ramsay2018-01-182-0/+5
|
* docs: fix a typo in LFS documentationBen Boeckel2017-12-211-1/+1
|
* Document LFS integrity check and how to disable itJames Edwards-Jones2017-12-181-0/+8
|
* Updated LFS workflow for removing unreferenced LFS objectspatch-19Arihant2017-05-051-1/+1
|
* Remove remnants of git annexPawel Chojnacki2017-03-031-7/+0
|
* use single backticks for inline codeheapifyman2017-02-251-1/+1
|
* Update manage_large_binaries_with_git_lfs.md heapifyman2017-02-211-0/+6
| | | Add note to include .gitattributes file in repository - see instructions here: https://git-lfs.github.com/
* Fix broken links to docsAchilleas Pipinellis2017-02-061-2/+2
| | | | [ci skip]
* Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-261-0/+8
|\ | | | | | | | | Add more storage statistics See merge request !7754
| * Add more storage statisticsMarkus Koller2016-12-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
* | Fix whitespace in codeblock mrchrisw/fix-whitespace-code-blockChris Wilson2016-12-231-1/+0
|/ | | [ci skip]
* add details that Git LFS must be enabled in projectBen Bodenmiller2016-11-221-3/+7
|
* fixed manage_large_binaries_with_git_lfs.md typoJán Dzurek2016-11-211-1/+1
|
* Revert "Revert all changes introduced by ↵lfs-supportKamil Trzcinski2016-09-192-2/+10
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043" This reverts commit 6d43c95b7011ec7ec4600e00bdc8df76bb39813c.
* Revert all changes introduced by ↵Kamil Trzcinski2016-09-192-10/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043
* Added CHANGELOG item and documentation.Patricio Cano2016-09-152-2/+10
|
* Merge branch 'patch-1' into 'master' Hannes Rosenögger2016-05-181-1/+1
|\ | | | | | | | | | | | | doc: fix git lfs workaround for using http instead of https the url should only point to `info/lfs` instead of `info/lfs/batch/objects` See merge request !2713
| * doc: fix git lfs workaround for using http instead of https Felix Ruess2016-02-041-1/+1
| | | | | | the url should only point to `info/lfs` instead of `info/lfs/batch/objects`
* | Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis2016-05-131-1/+1
| | | | | | | | [ci skip]
* | Updates git lfs initialize commandChris McKnight2016-04-071-2/+2
| |
* | Clarify LFS configurationDrew Blessing2016-03-241-0/+4
| |
* | Added Troubleshooting information for most used services.Patricio Cano2016-03-032-30/+63
|/
* Add reference to Microsoft's Git Credential Manager for Windows.Eirik Lygre2015-11-241-2/+2
|
* Add few fixes to documentation based on comments from reviewDmitriy Zaporozhets2015-11-232-4/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update required version of lfs client and separate the docs for users and ↵required_version_and_docs_updateMarin Jankovski2015-11-202-0/+166
admins.