summaryrefslogtreecommitdiff
path: root/app/models/concerns/storage
Commit message (Expand)AuthorAgeFilesLines
* Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto2017-08-222-145/+0
* New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-222-6/+30
* Add UUID Storage to ProjectGabriel Mazetto2017-08-221-0/+58
* Move create_repository back to project model as we can use disk_path and shar...Gabriel Mazetto2017-08-221-13/+0
* Small refactor in LegacyNamespace and moved back send_update_instructions28283-legacy-storage-formatGabriel Mazetto2017-08-011-9/+2
* Rename ensure_dir_exist -> ensure_storage_path_existGabriel Mazetto2017-08-011-1/+1
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-012-0/+16
* Move storage specific code from Namespace and Project to concernsGabriel Mazetto2017-08-012-0/+185