Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
8e9c257a58d057d611bd43f9db25b9bbe33518bb
/
migrate
442e71e
Move migration system into database/ directory.
by showard
· 16 years ago
0e73c85
Add a generic database wrapper, supporting different database backends, to be used by migrate, scheduler, parser (eventually), and maybe others. This will consolidate the multiple database wrappers we have throughout the code and allow us to swap in SQLite for MySQL for unit testing purposes.
by showard
· 16 years ago
50c0e71
-add --force option to migrations to disable user confirmation because this can make migrations unscriptable
by showard
· 16 years ago
0afbb63
Convert all python code to use four-space indents instead of eight-space tabs.
by jadmanski
· 17 years ago
923a058
fix yet more broken crap
by mbligh
· 17 years ago
fa29a2a
Remove all places where we are hardcoding python2.4 on the scripts
by mbligh
· 17 years ago
9b907d6
Some small change to global_config.py and migrate.py as well as
by mbligh
· 17 years ago
1bcdd5e
rename migrate/migrate_test.py to migrate/migrate_unittest.py
by mbligh
· 17 years ago
d3ec276
Add missing __init__.py files. Sorry
by mbligh
· 17 years ago
1b87bc5
Modify all the common.py to set up an autotest_lib.* namespace as well
by mbligh
· 17 years ago
f208abc
forgot to svn add this file
by showard
· 17 years ago
c2f2445
Migrate should print the proper usage.
by mbligh
· 17 years ago
decbe50
Unit tests for migration system, and a couple refactorings to migrate
by showard
· 17 years ago
b5ec487
migrate should run in unbuffered mode
by mbligh
· 17 years ago
d2d4e2c
Skip simulation if we're already at the latest version.
by showard
· 17 years ago
aa383b7
Add downgrade support to migrate. This is really necessary for doing real migration development. Modified all existing migrations to support it.
by mbligh
· 17 years ago
b090f14
more on global config
by mbligh
· 17 years ago
e8819cd
Add frontend and scheduler for Autotest
by mbligh
· 17 years ago