Gabriel Mazetto
|
e7a060321f
|
Moving away from the "extend" based factory to a more traditional one.
Using `extend` dynamically can lead to bad performance as it
invalidates the method's cache.
|
2017-08-22 06:33:20 +02:00 |
|
Gabriel Mazetto
|
9e6fa996ea
|
New storage is now "Hashed" instead of "UUID"
|
2017-08-22 06:33:20 +02:00 |
|
Gabriel Mazetto
|
5340339957
|
Add UUID Storage to Project
|
2017-08-22 06:33:20 +02:00 |
|
Gabriel Mazetto
|
950c87308a
|
Move create_repository back to project model as we can use disk_path and share it
|
2017-08-22 06:33:20 +02:00 |
|
Gabriel Mazetto
|
2c26096203
|
Small refactor in LegacyNamespace and moved back send_update_instructions
|
2017-08-01 07:45:04 +02:00 |
|
Gabriel Mazetto
|
597e619080
|
Rename ensure_dir_exist -> ensure_storage_path_exist
|
2017-08-01 07:44:25 +02:00 |
|
Gabriel Mazetto
|
fb06a4d8fe
|
Rename more path_with_namespace -> full_path or disk_path
|
2017-08-01 07:28:13 +02:00 |
|
Gabriel Mazetto
|
9861531888
|
Move storage specific code from Namespace and Project to concerns
|
2017-08-01 07:26:58 +02:00 |
|