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
/
migrations.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some unused imports and local variables.
Ben Sturmfels
2021-09-23
1
-5
/
+3
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
1
-2
/
+2
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-22
/
+21
*
migrations: Only don't import "migrate" if it's not available
Christopher Allan Webber
2016-03-29
1
-1
/
+9
*
Fix a typo in consolidate_reports migration
Jessica Tallon
2016-02-29
1
-1
/
+1
*
Fix #5369 - Broken activities cause issues in migrations
Jessica Tallon
2016-01-06
1
-6
/
+85
*
Fix a exception db closed exception in migrations
Jessica Tallon
2015-12-29
1
-6
/
+6
*
Fix migrations of activity intermediators
Jessica Tallon
2015-12-29
1
-11
/
+11
*
Fix #5368 - Improve test efficiancy
Jessica Tallon
2015-12-29
1
-4
/
+5
*
Comment changes for federation
Jessica Tallon
2015-10-20
1
-4
/
+269
*
Add public_id fixes throughout the code
Jessica Tallon
2015-10-07
1
-0
/
+29
*
Add Graveyard model
Jessica Tallon
2015-10-07
1
-57
/
+16
*
Add the __model_args__ deletion code
Jessica Tallon
2015-10-07
1
-0
/
+67
*
Collection changes and migration for federation
Jessica Tallon
2015-10-07
1
-0
/
+144
*
Fix some unit tests and bugs
Jessica Tallon
2015-08-24
1
-1
/
+2
*
Fix #5344 - OAuth NotImplemented exception
Jessica Tallon
2015-08-21
1
-0
/
+59
*
Change structure of MediaEntry and add migration
Jessica Tallon
2015-08-19
1
-3
/
+42
*
Add the user models to the MODELS list
Jessica Tallon
2015-07-31
1
-9
/
+30
*
Change codebase to query or create correct User model
Jessica Tallon
2015-07-31
1
-0
/
+1
*
Add polymorphic properties to User
Jessica Tallon
2015-07-31
1
-3
/
+9
*
Add LocalUser and RemoteUser and migration
Jessica Tallon
2015-07-31
1
-0
/
+120
*
Fix removal of ActivityIntermediatory migration
Jessica Tallon
2015-06-24
1
-2
/
+19
*
Fix some problems with activity mixins and migrations
Jessica Tallon
2015-05-26
1
-3
/
+3
*
Add a more verbose GenericForeignKey implementation
Jessica Tallon
2015-05-26
1
-2
/
+2
*
Add migration to remove ActivityIntermediator
Jessica Tallon
2015-05-26
1
-3
/
+12
*
Migrate Activity to using the new GenericForeignKey
Jessica Tallon
2015-05-26
1
-1
/
+140
*
Add GenericForeignKey field and reference helper model
Jessica Tallon
2015-05-26
1
-0
/
+15
*
Fix the token issues in the migration
Christopher Allan Webber
2015-02-17
1
-3
/
+3
*
acess_token->access_token
Christopher Allan Webber
2015-02-17
1
-1
/
+1
*
Fixing typo: notifiction->notification
Christopher Allan Webber
2015-02-17
1
-1
/
+1
*
This one should be dt_to_utc, not db_to_utc, I believe
Christopher Allan Webber
2015-02-17
1
-1
/
+1
*
Fix #1065 - Migrate from native datetimes to UTC
Jessica Tallon
2015-02-15
1
-0
/
+126
*
Merge branch 'location'
Jessica Tallon
2014-10-09
1
-0
/
+37
|
\
|
*
Add location model and migrations
Jessica Tallon
2014-10-09
1
-0
/
+37
*
|
Merge branch '905-activities'
Jessica Tallon
2014-10-07
1
-2
/
+193
|
\
\
|
*
|
Fix all the unit tests and clean up code
Jessica Tallon
2014-10-06
1
-32
/
+42
|
*
|
Only have Model.activity for activity compatable objects/targets
Jessica Tallon
2014-09-03
1
-23
/
+13
|
*
|
Fix migrations and refactor object_type
Jessica Tallon
2014-09-02
1
-43
/
+105
|
*
|
Add ActivityIntermediator table and refactor some of Activity model
Jessica Tallon
2014-08-27
1
-37
/
+108
|
*
|
Create activity model and add activity creation
Jessica Tallon
2014-08-22
1
-0
/
+58
|
|
/
*
|
Fix migrations on Python 2.
Christopher Allan Webber
2014-09-30
1
-0
/
+3
*
|
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-9
/
+179
|
\
|
|
*
Fix a python2.6 compatibility issue. Removing a dict comprehension.
Christopher Allan Webber
2014-08-18
1
-1
/
+2
|
*
Elrond keeps pointing out places I should "is not None" at :)
Christopher Allan Webber
2014-08-08
1
-2
/
+2
|
*
Okay, we don't know that indexes are falsey, so let's make it clearer. Yeek!
Christopher Allan Webber
2014-08-08
1
-1
/
+1
|
*
this negation needs parens.
Christopher Allan Webber
2014-08-08
1
-1
/
+1
|
*
Pull the indexes out of the dictionary directly
Christopher Allan Webber
2014-08-08
1
-8
/
+11
|
*
If the constraint already exists, roll back to a sane state.
Christopher Allan Webber
2014-08-08
1
-1
/
+1
|
*
Explaining why we're committing mid-migration
Christopher Allan Webber
2014-08-08
1
-0
/
+4
[next]