aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/migrator.rb
AgeCommit message (Expand)Author
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-05-25Rename `FormulaLock` to `LockFile`.Markus Reiter
2017-03-31migrator: don't uninstall new_cellar if it existedMike McQuaid
2017-03-31migrator: check if taps are from same user insteadMike McQuaid
2017-03-31migrator: relink linked new_cellar kegs.Mike McQuaid
2017-03-31migrator: make headers more consistent.Mike McQuaid
2017-03-31migrator: move around some migration logic.Mike McQuaid
2017-03-31migrator: add more helper methods.Mike McQuaid
2017-03-30Fix handling of tap migrations to new cask names.Mike McQuaid
2017-03-23migrator: allow new cellar to exist alreadyilovezfs
2016-11-03Correct a few typosMandar Gokhale
2016-10-01Add `Formatter` module.Markus Reiter
2016-10-01Refactor Tty.Markus Reiter
2016-09-24RuboCop: Style/AccessorMethodNameMarkus Reiter
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Fix Style/IfUnlessModifier.Markus Reiter
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-09-15Use constants for LinkedKegs/PinnedKegs/Locks.Mike McQuaid
2016-03-08migrator: use Tap#core_tap?Xu Cheng
2016-02-26various: use Tap abstractionXu Cheng
2015-12-09migrator: tap is a Tap object nowXu Cheng
2015-12-03centralize the logic of handling `homebrew-` in Tap.fetchXu Cheng
2015-09-25migrator: link Cellar and opt before the keg.Mike McQuaid
2015-09-03fix style problems in migratorVlad Shablinsky
2015-08-24migrator: #each.map is redundantMisty De Meo
2015-08-20migrator: skip check for same taps if --forceVlad Shablinsky
2015-08-20lock keg during migrationXu Cheng
2015-08-15migrator: better exception printingXu Cheng
2015-08-15migrator: don't use installed_prefixVlad Shablinsky
2015-08-15migrator: don't link newname if oldname isn't linkedVlad Shablinsky
2015-08-15migrator: check if old_opt_record exist before using realpathVlad Shablinsky
2015-08-14outdated: check if formula needs to be migrated.Mike McQuaid
2015-08-10update tabs only if core formula installedVlad Shablinsky
2015-08-10add migrator class for migrating renamed formulaeVlad Shablinsky