gitlab-org--gitlab-foss/app/models/storage
Gabriel Mazetto d391dfb4ac Refactored AfterRenameService to reduce coupling
We still rely on the Dirty API for project rename (before/after) values,
but we don't access the dirty api from the service class anymore.

The previous value is now part of the initialization, which makes it
easier to test and the behavior is clearer.

The same was done with the `rename_repo` on the Storage classes, we now
provide before and after values as part of the method signature.
2019-01-22 13:55:18 +01:00
..
hashed_project.rb Refactored AfterRenameService to reduce coupling 2019-01-22 13:55:18 +01:00
legacy_project.rb Refactored AfterRenameService to reduce coupling 2019-01-22 13:55:18 +01:00