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
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-1
/
+1
*
Collection changes and migration for federation
Jessica Tallon
2015-10-07
1
-2
/
+2
*
Only conditionally import Session in db/util.py
Christopher Allan Webber
2014-12-03
1
-1
/
+5
*
Always remove the session when running check_db_up_to_date()
Christopher Allan Webber
2014-08-15
1
-5
/
+10
*
Not only the web server starts MediaGoblin app! Better phrasing.
Christopher Allan Webber
2014-01-02
1
-1
/
+1
*
check if db is up to date
Rodney Ewing
2013-09-02
1
-1
/
+16
*
Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...
Rodney Ewing
2013-07-11
1
-1
/
+1
*
Use GenerateSlugMixin for collections.
Elrond
2013-04-06
1
-1
/
+1
*
Simplify check_media_slug_used
Sebastian Spaeth
2013-01-15
1
-5
/
+4
*
Move all the migration tools into new migration_tools.py
Elrond
2013-01-08
1
-249
/
+1
*
Mv db.sql.base to db.base
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
1
-3
/
+3
*
Move db.sql.util to db.util
Sebastian Spaeth
2013-01-07
1
-3
/
+309
*
Remove mediagoblin.db.sql.fake.DESCENDING
Sebastian Spaeth
2013-01-07
1
-1
/
+0
*
Remove ObjectId from the tree
Sebastian Spaeth
2012-12-25
1
-1
/
+1
*
Remove InvalidId
Sebastian Spaeth
2012-12-25
1
-1
/
+1
*
RIP out mongo
Sebastian Spaeth
2012-12-25
1
-13
/
+4
*
Added basic collection functionality
Aaron Williamson
2012-09-18
1
-1
/
+1
*
Create function to search media by slug.
Elrond
2012-03-16
1
-2
/
+4
*
Generic check_media_slug_used db utility.
Elrond
2012-03-05
1
-2
/
+2
*
Implement atomic_update for SQL.
Elrond
2012-03-04
1
-0
/
+1
*
Create atomic_update db utility function
Elrond
2012-03-04
1
-1
/
+2
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
1
-1
/
+1
*
Add develover sql switch
Elrond
2012-01-28
1
-2
/
+9
*
Import MigrationManager from mongo in mongo backend.
Elrond
2012-01-04
1
-1
/
+1
*
Move db/util.py -> db/mongo/util.py
Elrond
2011-12-20
1
-276
/
+2
*
Move db/indexes.py to db/mongo/indexes.py
Elrond
2011-12-20
1
-1
/
+1
*
has_key is deprecated, converting uses to use "in" operator.
Nathan Yergler
2011-10-01
1
-1
/
+1
*
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
1
-2
/
+3
*
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
*
Merge branch 'master' into f411_new_migrations
Christopher Allan Webber
2011-07-13
1
-3
/
+10
|
\
|
*
Changing things back so that we keep information about deprecated
Christopher Allan Webber
2011-07-09
1
-3
/
+10
*
|
Duplicate migration numbers not allowed, bro
Christopher Allan Webber
2011-07-13
1
-0
/
+2
*
|
We should *raise* MissingCurrentMigration :)
Christopher Allan Webber
2011-07-13
1
-1
/
+1
*
|
Made it so that it's migrate_new() which installs the migration
Christopher Allan Webber
2011-07-10
1
-3
/
+18
*
|
No reason to have migration_number optional or default to None
Christopher Allan Webber
2011-07-10
1
-1
/
+1
*
|
Move the call to install_migration_version_if_missing() to migrations_to_run()
Christopher Allan Webber
2011-07-10
1
-5
/
+7
*
|
install_migration_version_if_missing() now a separate function
Christopher Allan Webber
2011-07-10
1
-7
/
+19
*
|
Make sure all these strings in db/util.py are unicode
Christopher Allan Webber
2011-07-10
1
-6
/
+6
*
|
Simpler run_migrations method.
Christopher Allan Webber
2011-07-10
1
-16
/
+13
*
|
Making sure migration_number > 0 :)
Christopher Allan Webber
2011-07-09
1
-1
/
+3
*
|
run_new_migrations() makes more sense
Christopher Allan Webber
2011-07-09
1
-1
/
+1
*
|
Some instructions in the RegisterMigration docstring on how to use.
Christopher Allan Webber
2011-07-09
1
-0
/
+13
*
|
latest_migration now returns migration numbers only, and 0 if no migrations.
Christopher Allan Webber
2011-07-09
1
-6
/
+10
*
|
Migrating quietly, not iteratively, that comment should say!
Christopher Allan Webber
2011-07-09
1
-1
/
+1
*
|
New migration utility code.... I haven't tested this! ;)
Christopher Allan Webber
2011-07-09
1
-0
/
+136
|
/
*
adds previous and next links in the sidebar
Caleb Forbes Davis V
2011-07-02
1
-1
/
+1
*
Documenging index utils and adjusting how remove_deprecated_indexes gets argu...
Christopher Allan Webber
2011-06-27
1
-2
/
+17
*
Tools to add / remove indexes from collections
Christopher Allan Webber
2011-06-27
1
-0
/
+65
*
Move InvalidId to db.util
Elrond
2011-06-20
1
-0
/
+1
[next]