]> scripts.mit.edu Git - wizard.git/history - wizard/command
Remove string exception from remaster.
[wizard.git] / wizard / command /
2009-11-04  Edward Z. YangImplement post-installation machinery for Wordpress.
2009-11-03  Edward Z. YangRevamp tests, fix minor usability problems with installer.
2009-11-03  Edward Z. YangUpdate TODO, fix broken prepare-config.
2009-11-03  Edward Z. YangImplement Wordpress installer for 2.0.2 w/ sqlalchemy.
2009-11-02  Edward Z. YangImplement required/optional argument grouping.
2009-11-02  Edward Z. YangRemove unnecessary commands, add help to install.
2009-11-02  Edward Z. YangFix bug in wizard configure with old API.
2009-11-01  Edward Z. YangRemove directory/application interactivity.
2009-11-01  Edward Z. YangImplement interactive mode without validation.
2009-10-29  Edward Z. YangChange wizard install to not make external code.
2009-10-29  Edward Z. YangMassively refactor install modules.
2009-10-27  Edward Z. YangAllow newly initialized repo, and allow passing of...
2009-10-24  Edward Z. YangImplement prepare-new/prepare-pristine, add stub wordpress.
2009-10-23  Edward Z. YangMisc bug fixes.
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-17  Edward Z. YangFix pylint errors.
2009-10-16  Edward Z. YangDocument wizard.app, and refactor APIs.
2009-10-16  Edward Z. YangMove Application/ApplicationVersion to wizard.app
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-15  Edward Z. YangStop using excepthook magic, add exitcode support.
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. YangReport stats if you C-c the process.
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. YangImplement 'append-by-default' reports, --redo for mass...
2009-10-11  Edward Z. YangFix bugs with new reporting code.
2009-10-11  Edward Z. YangChange reporting and logging semantics.
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. YangImplement 'wizard blacklist', tweaks.
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. YangAdd support for per-user mass-upgrades from root.
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. YangMigrate reverts if keyboard interrupted.
2009-10-03  Edward Z. YangFix duplicate errors in wizard configure.
2009-10-03  Edward Z. YangBackup on upgrade, add tests.
2009-10-03  Edward Z. YangImplement 'wizard restore'.
2009-10-03  Edward Z. YangImplement 'wizard backup'. Other minor refactorings:
2009-08-25  Edward Z. YangVarious refinements from our mass-upgrade run.
2009-08-25  Edward Z. YangRefine mass-upgrade script and others from brief test runs.
2009-08-24  Edward Z. YangImplement mass-upgrade.
2009-08-24  Edward Z. YangMove a number of common parameters to the baton.
2009-08-23  Edward Z. YangRefactor out common mass operations to command module.
2009-08-22  Edward Z. YangRefactor common parts from mass_migrate.
2009-08-22  Edward Z. YangMake upgrade protect against local updates.
2009-08-22  Edward Z. YangAdd --force-version to wizard migrate.
2009-08-22  Edward Z. YangAdd version detection.
2009-08-22  Edward Z. YangFlesh out research errors, fix bad merge commit.
2009-08-21  Edward Z. YangPreliminary prototype of research.
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-20  Edward Z. YangEnhancements from our first migration.
2009-08-19  Edward Z. YangFix bugs, add better logging.
2009-08-19  Edward Z. YangFix exceptions, quiet subprocesses, change logging...
2009-08-19  Edward Z. YangUpdate migration semantics to work better.
2009-08-19  Edward Z. YangFix numerous bugs from our test runs.
2009-08-19  Edward Z. YangFix miscellaneous bugs in migration code.
2009-08-19  Edward Z. YangAlternative strategy: chown the log file before droppin...
2009-08-19  Edward Z. YangFix permissions problem when logging.
2009-08-19  Edward Z. YangMake logging not retarded. Fix tests.
2009-08-19  Edward Z. YangMove priviledge dropping code from mass-migrate to migrate.
2009-08-18  Edward Z. YangMove upgrade code to wizard.app modules.
2009-08-18  Edward Z. YangRename/remove commands and modules.
2009-08-18  Edward Z. YangAdd 'wizard prepare-config' command, which is upgrade...
2009-08-18  Edward Z. YangUse abspath instead of realpath for speed; fix summary...
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. YangMake migration work again, improve error messages.
2009-08-13  Edward Z. YangFix absolute path from environment bug and debug-all...
2009-08-13  Edward Z. YangImplement test suite for Wizard; includes numerous...
2009-08-12  Edward Z. YangImplement less braindead help messages for installation.
2009-08-07  Edward Z. YangImplement 'wizard install', with other improvements.
2009-08-07  Edward Z. YangRough draft of installation functionality.
2009-08-02  Edward Z. YangDocument wizard.shell, and fix bug in massmigrate.
2009-08-02  Edward Z. YangMajorly update and expand documentation. Minor API...
2009-08-01  Edward Z. YangUpdate TODO, remove .scripts/variables support.
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. YangRevise object model between versions and actual deploys.
2009-08-01  Edward Z. YangImprove upgrade dry run, improve error messages.
2009-07-31  Edward Z. YangFix broken wizard migrate script.
2009-07-31  Edward Z. YangMove a bunch of summary items to full class commands.
2009-07-31  Edward Z. YangAdd creation of .scripts/version for easy parallel-find.
2009-07-31  Edward Z. YangFix wizard -> wizard_bin bug, fix dry run, create ...
2009-07-30  Edward Z. YangAdd infrastructure for app subclasses.
2009-07-30  Edward Z. YangRefactor to get rid of _package.py using __import__ magic.
2009-07-30  Edward Z. YangRefactor log code to its own module.
2009-07-29  Edward Z. YangRefactor get*() to .() with property decorator.
next