aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/util.py
Commit message (Expand)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-1/+1
* Collection changes and migration for federationJessica Tallon2015-10-071-2/+2
* Only conditionally import Session in db/util.pyChristopher Allan Webber2014-12-031-1/+5
* Always remove the session when running check_db_up_to_date()Christopher Allan Webber2014-08-151-5/+10
* Not only the web server starts MediaGoblin app! Better phrasing.Christopher Allan Webber2014-01-021-1/+1
* check if db is up to dateRodney Ewing2013-09-021-1/+16
* Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-111-1/+1
* Use GenerateSlugMixin for collections.Elrond2013-04-061-1/+1
* Simplify check_media_slug_usedSebastian Spaeth2013-01-151-5/+4
* Move all the migration tools into new migration_tools.pyElrond2013-01-081-249/+1
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-1/+1
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-3/+3
* Move db.sql.util to db.utilSebastian Spaeth2013-01-071-3/+309
* Remove mediagoblin.db.sql.fake.DESCENDINGSebastian Spaeth2013-01-071-1/+0
* Remove ObjectId from the treeSebastian Spaeth2012-12-251-1/+1
* Remove InvalidIdSebastian Spaeth2012-12-251-1/+1
* RIP out mongoSebastian Spaeth2012-12-251-13/+4
* Added basic collection functionalityAaron Williamson2012-09-181-1/+1
* Create function to search media by slug.Elrond2012-03-161-2/+4
* Generic check_media_slug_used db utility.Elrond2012-03-051-2/+2
* Implement atomic_update for SQL.Elrond2012-03-041-0/+1
* Create atomic_update db utility functionElrond2012-03-041-1/+2
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Add develover sql switchElrond2012-01-281-2/+9
* Import MigrationManager from mongo in mongo backend.Elrond2012-01-041-1/+1
* Move db/util.py -> db/mongo/util.pyElrond2011-12-201-276/+2
* Move db/indexes.py to db/mongo/indexes.pyElrond2011-12-201-1/+1
* has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-011-1/+1
* Whitespace and formatting cleanup.Nathan Yergler2011-10-011-2/+3
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Merge branch 'master' into f411_new_migrationsChristopher Allan Webber2011-07-131-3/+10
|\
| * Changing things back so that we keep information about deprecatedChristopher Allan Webber2011-07-091-3/+10
* | Duplicate migration numbers not allowed, broChristopher Allan Webber2011-07-131-0/+2
* | We should *raise* MissingCurrentMigration :)Christopher Allan Webber2011-07-131-1/+1
* | Made it so that it's migrate_new() which installs the migrationChristopher Allan Webber2011-07-101-3/+18
* | No reason to have migration_number optional or default to NoneChristopher Allan Webber2011-07-101-1/+1
* | Move the call to install_migration_version_if_missing() to migrations_to_run()Christopher Allan Webber2011-07-101-5/+7
* | install_migration_version_if_missing() now a separate functionChristopher Allan Webber2011-07-101-7/+19
* | Make sure all these strings in db/util.py are unicodeChristopher Allan Webber2011-07-101-6/+6
* | Simpler run_migrations method.Christopher Allan Webber2011-07-101-16/+13
* | Making sure migration_number > 0 :)Christopher Allan Webber2011-07-091-1/+3
* | run_new_migrations() makes more senseChristopher Allan Webber2011-07-091-1/+1
* | Some instructions in the RegisterMigration docstring on how to use.Christopher Allan Webber2011-07-091-0/+13
* | latest_migration now returns migration numbers only, and 0 if no migrations.Christopher Allan Webber2011-07-091-6/+10
* | Migrating quietly, not iteratively, that comment should say!Christopher Allan Webber2011-07-091-1/+1
* | New migration utility code.... I haven't tested this! ;)Christopher Allan Webber2011-07-091-0/+136
|/
* adds previous and next links in the sidebarCaleb Forbes Davis V2011-07-021-1/+1
* Documenging index utils and adjusting how remove_deprecated_indexes gets argu...Christopher Allan Webber2011-06-271-2/+17
* Tools to add / remove indexes from collectionsChristopher Allan Webber2011-06-271-0/+65
* Move InvalidId to db.utilElrond2011-06-201-0/+1