Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Move db/migrations.py -> db/mongo/migrations.py | Elrond | 2011-12-20 | 1 | -1/+1 |
| | | | | And change references. | ||||
* | Move db/util.py -> db/mongo/util.py | Elrond | 2011-12-20 | 1 | -1/+1 |
| | | | | | - Change some reference - Provide a wrapper db/util.py | ||||
* | Change unit tests to use add_table_field | Elrond | 2011-10-22 | 1 | -4/+2 |
| | | | | | | One of the test migrations adds a field. So rewrite it to use the new add_table_field helper function. This is a good test for it. | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Finished the docstring of the creature_add_magical_powers fake migration | Christopher Allan Webber | 2011-07-17 | 1 | -1/+2 |
| | |||||
* | A couple of tests related to migrations_to_run() | Christopher Allan Webber | 2011-07-13 | 1 | -1/+35 |
| | | | | | Includes a test making sure an exception is raised if current_migration not set in database | ||||
* | test_migrations_recorded_as_(latest|zero) tests passing :) | Christopher Allan Webber | 2011-07-10 | 1 | -2/+4 |
| | |||||
* | test_run_partial_migrations() working! | Christopher Allan Webber | 2011-07-10 | 1 | -1/+13 |
| | |||||
* | test_run_full_migrations() all working properly! | Christopher Allan Webber | 2011-07-10 | 1 | -26/+81 |
| | |||||
* | Mock out tests, define expected results, add first test | Christopher Allan Webber | 2011-07-10 | 1 | -0/+115 |
| | | | | Specifically test_migrations_registered_and_sorted() :) | ||||
* | Added the actual fake/testing migrations. Haven't run them yet... | Christopher Allan Webber | 2011-07-10 | 1 | -4/+22 |
| | |||||
* | test_migrations.py w/ migrate'able fixtures and some migration scaffolding | Christopher Allan Webber | 2011-07-10 | 1 | -0/+166 |
Not usable yet, but fleshing out well! |