]> scripts.mit.edu Git - wizard.git/history - wizard/command
Rewrite parametrize to use new parametrizeWithVars
[wizard.git] / wizard / command /
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.
2009-07-28  Edward Z. YangAdd list-errors, fix exceptions, and fix logging bug.
2009-07-07  Edward Z. YangMassive refactor; use batons, wizard summary SUBCOMMAND
2009-07-05  Edward Z. YangPut common options in a group.
2009-07-05  Edward Z. YangAdd "global style" options after command options.
2009-07-05  Edward Z. YangRefactor summary to be more function-oriented.
2009-07-04  Edward Z. YangImprove summary/deploy code.
2009-07-04  Edward Z. YangFix some bugs; parse error and erroring applications.
2009-07-03  Edward Z. YangCreate .htaccess file, and update TODO list.
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...
2009-07-02  Edward Z. YangRename to use Wizard-revision, which is more accurate.
2009-07-02  Edward Z. YangAdd advanced Git commit message fields.
2009-07-02  Edward Z. YangMake migration add a commit message.
2009-07-02  Edward Z. YangRename .scripts-version (deprecated) and add utility...
2009-07-02  Edward Z. YangMove default output logger to stderr, and fix summary...
2009-07-02  Edward Z. YangRefactor calculate_repository() and calculate_tag(...
2009-07-01  Edward Z. YangFix factual error (tickets != token) and remove token...
2009-07-01  Edward Z. YangFix remnant module prefix _base.
2009-07-01  Edward Z. YangFix missing util prefix, pwd import and str+int concate...
2009-06-29  Edward Z. YangClarify 'userspace' => 'unpriviledged user'.
2009-06-29  Edward Z. YangAdd security check for mountpoints.
2009-06-29  Edward Z. YangRename cache to serialized set.
2009-06-29  Edward Z. YangMassive refactoring for readability (thanks geofft!)
2009-06-29  Edward Z. YangPrevent perverse errors by unsetting GIT_DIR.
2009-06-29  Edward Z. YangRemove rollback code (could destroy useful state),...
2009-06-29  Edward Z. YangComments, refinements and extra debugging statements.
2009-06-29  Edward Z. YangFix possibly vulnerable ldap code to use better kernel...
2009-06-29  Edward Z. YangFactor out common error messages to _base in prep for...
2009-06-28  Edward Z. YangImplement --log-file-chmod
2009-06-28  Edward Z. YangDrastically improve written log output.
2009-06-28  Edward Z. YangImplement cache for already processed installs.
2009-06-28  Edward Z. YangRename lib/wizard to wizard for compactness.