]> scripts.mit.edu Git - wizard.git/history - wizard/command/upgrade.py
Convert ad hoc shell calls to singleton instance; fix upgrade bug.
[wizard.git] / wizard / command / upgrade.py
2009-12-26  Edward Z. YangConvert ad hoc shell calls to singleton instance; fix...
2009-12-26  Edward Z. YangMassively refactor upgrade script into an object.
2009-12-26  Edward Z. YangFix some bugs that Xavid found.
2009-12-25  Edward Z. YangMute not migrated errors, fix success logging, make...
2009-12-25  Edward Z. YangMake the commit not get call errors subsumed.
2009-12-25  Edward Z. YangFix unmerged counts, make backups lock, add Wordpress...
2009-12-23  Edward Z. YangFetch tags so that describe is always correct.
2009-12-23  Edward Z. YangSlight tweak to shm usage to make easier debugging.
2009-12-22  Edward Z. YangUse diff3 conflict style, which gives more information.
2009-12-22  Edward Z. YangAdd interactive upgrade mode, suggested by Nelson Elhage.
2009-12-22  Edward Z. YangMake some exceptions quiet.
2009-11-25  Edward Z. YangReduce duplication in test scripts, more logging.
2009-11-25  Edward Z. YangImplement upgrades for Wordpress, refactoring.
2009-10-21  Edward Z. YangPartition on colon for exceptions, ignore blank blackli...
2009-10-17  Edward Z. YangMake blacklisted error have different error code, remov...
2009-10-17  Edward Z. YangRemove unnecessary imports.
2009-10-16  Edward Z. YangDocument wizard.app, and refactor APIs.
2009-10-16  Edward Z. YangRefactor Deployment into Working/Production copies.
2009-10-15  Edward Z. YangRename logging and base args, fix pylint errors.
2009-10-15  Edward Z. YangMinor refactorings, update TODO.
2009-10-12  Edward Z. YangMore bugfixes from running live.
2009-10-12  Edward Z. YangMajor updates to resolution code from runs.
2009-10-12  Edward Z. YangFix quota verification bugs.
2009-10-12  Edward Z. YangImplement disk quota checking.
2009-10-11  Edward Z. YangAutomatically perform logging during --continue.
2009-10-11  Edward Z. YangImplement number of conflict reporting for upgrades.
2009-10-11  Edward Z. YangFix bugs with new reporting code.
2009-10-10  Edward Z. YangImplement quick logging changes.
2009-10-10  Edward Z. YangImplement MediaWiki scaffolding for auto conflict resol...
2009-10-09  Edward Z. YangMerges occur on /dev/shm if available.
2009-10-09  Edward Z. YangSuppress ^M characters from Git progress bars.
2009-10-04  Edward Z. YangFix web verification in MediaWiki and improve handling.
2009-10-03  Edward Z. YangRefinements from running in practice.
2009-10-03  Edward Z. YangImplement locks for upgrade, add d.upgrade()
2009-10-03  Edward Z. YangImplement web verification for pre-upgrade and post...
2009-10-03  Edward Z. YangBackup on upgrade, add tests.
2009-08-25  Edward Z. YangVarious refinements from our mass-upgrade run.
2009-08-24  Edward Z. YangImplement mass-upgrade.
2009-08-22  Edward Z. YangMake upgrade protect against local updates.
2009-08-22  Edward Z. YangAdd version detection.
2009-08-21  Edward Z. YangMerge branch 'master' of /mit/ezyang/wizard
2009-08-21  Edward Z. YangRefactor, increase error coverage, more sanity checks.
2009-08-20  Edward Z. YangRefactoring.
2009-08-19  Edward Z. YangUpdate migration semantics to work better.
2009-08-18  Edward Z. YangMove upgrade code to wizard.app modules.
2009-08-15  Edward Z. YangAdd --continue support to upgrades.
2009-08-14  Edward Z. YangRefactor upgrade script, create Shell.eval()
2009-08-13  Edward Z. YangImplement test suite for Wizard; includes numerous...
2009-08-01  Edward Z. YangImplement virtual merging, and stdin in the shell.
2009-08-01  Edward Z. YangImplement parametrization.
2009-08-01  Edward Z. YangImprove upgrade dry run, improve error messages.
2009-07-31  Edward Z. YangFix broken wizard migrate script.
2009-07-30  Edward Z. YangRefactor to get rid of _package.py using __import__ magic.
2009-07-29  Edward Z. YangRefactor get*() to .() with property decorator.
2009-07-07  Edward Z. YangMassive refactor; use batons, wizard summary SUBCOMMAND
2009-07-02  Edward Z. YangMake commit messages more verbose.
2009-07-02  Edward Z. YangExplicitly specify branch to pull and merge.
2009-07-02  Edward Z. YangImplement prototype upgrade script (hacky and missing...