summaryrefslogtreecommitdiff
path: root/app/models/concerns/storage
Commit message (Expand)AuthorAgeFilesLines
* Improve logging when username update fails due to registry tagsStan Hu2018-10-021-2/+4
* Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-4/+0
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-073-0/+6
* Merge branch 'stop-dynamic-routable-creation' into 'master'Douwe Maan2018-07-271-2/+0
|\
| * Remove code for dynamically generating routesstop-dynamic-routable-creationYorick Peterse2018-07-251-2/+0
* | Fix namespace move callback behavior, especially to fix Geo replication of na...Michael Kozono2018-07-261-6/+5
|/
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-15/+15
* Appease Metrics/AbcSize copMichael Kozono2018-03-131-18/+22
* Ensure data integrityMichael Kozono2018-03-131-1/+5
* Fix moving local files during namespace transferMichael Kozono2018-03-131-2/+9
* 31885 - Ability to transfer a single group to another groupMayra Cabrera2018-02-061-0/+4
* Fix export removal for hashed-storage projects within a renamed or deleted na...Nick Thomas2018-02-051-13/+3
* Write projects config to all projects inside namespace in batchesDouglas Barbosa Alexandre2018-01-031-1/+1
* Update project full path in .git/config when renaming namespaceDouglas Barbosa Alexandre2018-01-031-0/+2
* Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin2017-10-171-0/+2
* 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