| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Since sqlalchemy is providing our database abstraction and we have
moved away from Mongo as the underlying database, it is now time to
simplify things and rip out mongo. This provides the bulk of the
changes, and can stand on its own. There are some followup tasks
that can be done, such as removing now unneeded abstraction layers,
e.g. db.sql.fake.py
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
mediagoblin/tests/test_globals.py
|
| |
| |
| |
| |
| |
| | |
To avoid typos in calling setup_globals(), only allow
globals, which are already known to the system.
Plugins should have their own globals.
|
| |
| |
| |
| |
| | |
(This way we can be sure that the database is torn down if necessary
but this was the only test that passed last.)
|
|/ |
|
|
|