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
/
db
/
migration_tools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some unused imports and local variables.
Ben Sturmfels
2021-09-23
1
-3
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-20
/
+19
*
move alembic.ini to python app dir
Boris Bobrov
2017-11-14
1
-3
/
+2
*
Only run sqlalchemy-migrate migrations if we have to; separate foundations
Christopher Allan Webber
2016-03-26
1
-15
/
+18
*
dbupdate updates to use plugin migrations if available
Christopher Allan Webber
2016-03-26
1
-46
/
+0
*
Add build_alembic_config, use it to add plugin migrations to alembic config
Christopher Allan Webber
2016-03-26
1
-0
/
+34
*
typo fix: Set sqlalchemy.url, not qlalchemy.url
Christopher Allan Webber
2016-03-02
1
-1
/
+1
*
Remove old hack to support pre-0.7.5 Alembic versions
Christopher Allan Webber
2016-03-02
1
-3
/
+0
*
Fix #5398 and #5395 - Fix tests failing due to problem creating connection fo...
Jessica Tallon
2016-01-20
1
-2
/
+9
*
Fix #5391 - Alembic migrations would only work for SQLite
Jessica Tallon
2016-01-18
1
-0
/
+1
*
Enable alembic as the main tool for migrations
Boris Bobrov
2016-01-11
1
-6
/
+8
*
Fix a exception db closed exception in migrations
Jessica Tallon
2015-12-29
1
-0
/
+21
*
Do not call AlembicMigrationManager.init_tables() for now.
Berker Peksag
2014-10-02
1
-6
/
+8
*
Provide a better manager API for Alembic.
Berker Peksag
2014-08-15
1
-6
/
+27
*
Add initial Alembic migrations.
Berker Peksag
2014-08-13
1
-0
/
+29
*
func_name removed in Python 3.
Berker Peksag
2014-07-28
1
-1
/
+1
*
Continue to port GMG codebase.
Berker Peksag
2014-05-08
1
-1
/
+3
*
Renaming replace_table to replace_table_hack and documenting why it's a hack
Christopher Allan Webber
2013-10-10
1
-3
/
+9
*
Actually rename the table back, or else we just lose the old table! ;)
Christopher Allan Webber
2013-10-10
1
-1
/
+1
*
I made some changes in this commit to help out with other people trying to work
tilly-Q
2013-10-09
1
-0
/
+27
*
Starting to write unit tests...
tilly-Q
2013-07-30
1
-4
/
+4
*
I actually had to do a bit more work than I thought, because I needed to account
tilly-Q
2013-07-29
1
-8
/
+7
*
This was a very simple ticket actually. I created a list called FOUNDATIONS in
tilly-Q
2013-07-29
1
-1
/
+15
*
Changing the information spat out while printing from media types->plugins
Christopher Allan Webber
2013-07-12
1
-2
/
+1
*
Give a more useful error if a table already exists and so we can't create it ...
Christopher Allan Webber
2013-03-04
1
-1
/
+7
*
Move db.sql.migration_tools to db.migration_tools.
Elrond
2013-01-08
1
-0
/
+270