index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
gmg_commands
/
dbupdate.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-1
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-13
/
+13
*
Commit session after alembic updates have finished
Boris Bobrov
2017-04-01
1
-2
/
+4
*
dbupdate: Correctly handle plugin foundations
Christopher Allan Webber
2016-03-26
1
-1
/
+1
*
Only run sqlalchemy-migrate migrations if we have to; separate foundations
Christopher Allan Webber
2016-03-26
1
-22
/
+85
*
dbupdate updates to use plugin migrations if available
Christopher Allan Webber
2016-03-26
1
-3
/
+12
*
Add a TODO to rename run_all_migrations to run_legacy_migrations
Christopher Allan Webber
2016-01-11
1
-0
/
+1
*
Enable alembic as the main tool for migrations
Boris Bobrov
2016-01-11
1
-2
/
+1
*
Fix various style issues
Boris Bobrov
2016-01-11
1
-11
/
+13
*
Making alembic happen with python 3 only... for now.
Christopher Allan Webber
2014-09-22
1
-1
/
+6
*
Move the AlembicMigrationManager to top of the module.
Berker Peksag
2014-08-15
1
-2
/
+2
*
Add initial Alembic migrations.
Berker Peksag
2014-08-13
1
-0
/
+8
*
Fix dict.keys() in Python 3.
Berker Peksag
2014-08-13
1
-1
/
+1
*
Fix a comment.
Berker Peksag
2014-08-13
1
-1
/
+1
*
Merge remote-tracking branch 'refs/remotes/rodney757/dbupdate'
Christopher Allan Webber
2014-01-02
1
-0
/
+1
|
\
|
*
don't set logging level to debug
Rodney Ewing
2013-09-02
1
-2
/
+0
*
|
Removing the "logging is debug by default in dbupdate"
Christopher Allan Webber
2013-11-25
1
-1
/
+2
*
|
This is a tiny change. I took out the warnings that were displayed when a plugin
tilly-Q
2013-11-21
1
-6
/
+0
|
/
*
typo fix in foundations branch
Rodney Ewing
2013-08-02
1
-2
/
+2
*
I actually had to do a bit more work than I thought, because I needed to account
tilly-Q
2013-07-29
1
-5
/
+20
*
Merge branch 'rodney757-media_plugins'
Christopher Allan Webber
2013-07-12
1
-9
/
+1
|
\
|
*
modified gmg to use plugin media_types and converted image media_type to new ...
Rodney Ewing
2013-07-02
1
-9
/
+1
*
|
Updated comments for run_all_migrations and config_spec.ini.
Emily O'Leary
2013-06-27
1
-2
/
+6
*
|
Improved test runtime from 352 seconds to 59 seconds by implementing an in-me...
Emily O'Leary
2013-06-25
1
-3
/
+11
|
/
*
Fixing bug in dbupdate where it would explode on plugin that is missing MODEL...
Christopher Allan Webber
2013-05-16
1
-0
/
+2
*
Switch "sqlite_refcheck" keyword arg to "migrations" which Elrond thinks is c...
Christopher Allan Webber
2013-04-26
1
-1
/
+1
*
Don't turn on sqlite refcheck stuff during migrations
Christopher Allan Webber
2013-04-26
1
-1
/
+1
*
Move db.sql.migration_tools to db.migration_tools.
Elrond
2013-01-08
1
-1
/
+1
*
Move all the migration tools into new migration_tools.py
Elrond
2013-01-08
1
-1
/
+1
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Move db.sql.util to db.util
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Move db.sql.migrations to db.migrations
Sebastian Spaeth
2012-12-25
1
-1
/
+1
*
Move db.sql.open to db.open
Sebastian Spaeth
2012-12-25
1
-1
/
+1
*
RIP out mongo
Sebastian Spaeth
2012-12-25
1
-1
/
+1
*
Fixed tests
Joar Wandborg
2012-09-15
1
-1
/
+1
*
Add OAuth models, plugin DB migrations, api_auth
Joar Wandborg
2012-09-13
1
-4
/
+42
*
Make sure MigrationManagers always get Unicode names.
Brett Smith
2012-07-04
1
-1
/
+1
*
Fix problems from pyflakes output
Will Kahn-Greene
2012-06-03
1
-2
/
+1
*
SQL based tests and refactored Celery setup stuff
Christopher Allan Webber
2012-03-26
1
-2
/
+6
*
Updates so that dbupdate command works
Christopher Allan Webber
2012-02-18
1
-6
/
+11
*
No need for self here (thanks again Elrond ;))
Christopher Allan Webber
2012-01-29
1
-1
/
+1
*
Big ol' start of the SQL migrations system.
Christopher Allan Webber
2012-01-29
1
-0
/
+84