summaryrefslogtreecommitdiff
path: root/doc/workflow/lfs
Commit message (Collapse)AuthorAgeFilesLines
* 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.