aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
...
* Attach the base models to sessions and the DatabaseMaster for backwards compa...Christopher Allan Webber2014-12-031-2/+14
* Only conditionally import Session in db/util.pyChristopher Allan Webber2014-12-031-1/+5
* Move the scoped_session, sessionmaker importsChristopher Allan Webber2014-12-031-1/+1
* Some docstringsChristopher Allan Webber2014-12-031-0/+13
* Return DatabaseManager or DatabaseMaster depending on DISABLE_GLOBALSChristopher Allan Webber2014-12-031-2/+6
* Oops, got the boolean backwards :PChristopher Allan Webber2014-12-031-1/+1
* Adding DatabaseManager as an alternative to DatabaseMasterChristopher Allan Webber2014-12-031-25/+77
* An environment variable to transition towards removing global variablesChristopher Allan Webber2014-12-031-5/+9
* Give our sqlalchemy objects access to their own sessionChristopher Allan Webber2014-12-031-0/+6
* Fix #1040 - Comments should have published attributeJessica Tallon2014-11-271-1/+4
* Fix unicode handling in "gmg addmedia".Berker Peksag2014-11-221-1/+5
* Fix #1025 - Make API IDs IRIsJessica Tallon2014-11-212-12/+35
* Fix #1039 - Fix typo in user model 'oublished' to 'published'Jessica Tallon2014-11-201-1/+1
* Fix #1023 - Make timestamps in API timezone awareJessica Tallon2014-11-192-6/+16
* Fix User and MediaEntry serialize and add serialize to models which need itJessica Tallon2014-11-041-2/+17
* Fix problem where duplicate slug would cause an update exceptionJessica Tallon2014-10-221-15/+18
* Fix #984 - Improvements to Activity and ActivityIntermediatorJessica Tallon2014-10-212-10/+14
* Merge branch 'location'Jessica Tallon2014-10-092-4/+149
|\
| * Add location model and migrationsJessica Tallon2014-10-092-5/+151
* | Merge branch '905-activities'Jessica Tallon2014-10-073-16/+503
|\ \
| * | Add __repr__ to Activity and Generator classJessica Tallon2014-10-072-1/+19
| * | Fix bug where activity.content was not populatedJessica Tallon2014-10-061-2/+6
| * | Fix all the unit tests and clean up codeJessica Tallon2014-10-063-43/+53
| * | Only have Model.activity for activity compatable objects/targetsJessica Tallon2014-09-032-85/+47
| * | Fix migrations and refactor object_typeJessica Tallon2014-09-023-89/+155
| * | Add ActivityIntermediator table and refactor some of Activity modelJessica Tallon2014-08-273-220/+364
| * | Add better support for targets on ActivitiesJessica Tallon2014-08-261-43/+80
| * | Create activity model and add activity creationJessica Tallon2014-08-222-3/+249
| |/
* | Add initial migration guide.Berker Peksag2014-10-021-1/+57
* | Do not call AlembicMigrationManager.init_tables() for now.Berker Peksag2014-10-021-6/+8
* | Fix #549 - Deauthorize OAuth applicationsJessica Tallon2014-10-011-0/+4
* | Fix migrations on Python 2.Christopher Allan Webber2014-09-301-0/+3
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-165-67/+409
|\ \
| * | Add __repr__ for Collection and CollectionItemOdin Hørthe Omdal2014-09-071-1/+15
| |/
| * Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-10/+3
| * Fix a python2.6 compatibility issue. Removing a dict comprehension.Christopher Allan Webber2014-08-181-1/+2
| * Always remove the session when running check_db_up_to_date()Christopher Allan Webber2014-08-151-5/+10
| * Elrond keeps pointing out places I should "is not None" at :)Christopher Allan Webber2014-08-081-2/+2
| * Okay, we don't know that indexes are falsey, so let's make it clearer. Yeek!Christopher Allan Webber2014-08-081-1/+1
| * this negation needs parens.Christopher Allan Webber2014-08-081-1/+1
| * Pull the indexes out of the dictionary directlyChristopher Allan Webber2014-08-081-8/+11
| * If the constraint already exists, roll back to a sane state.Christopher Allan Webber2014-08-081-1/+1
| * Explaining why we're committing mid-migrationChristopher Allan Webber2014-08-081-0/+4
| * Only add the constraint if we need to. Catch an exception if we don't.Christopher Allan Webber2014-08-071-6/+10
| * Document both migrations, comment out old migrationChristopher Allan Webber2014-08-071-9/+35
| * Add a new migration which removes/fixes the old migrationChristopher Allan Webber2014-08-072-1/+51
| * Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-301-1/+11
| * Fix #923 - add allow_admin to user_has_privilege decoratorJessica Tallon2014-07-291-14/+15
| * Add __unicode__ representation to Notification and MediaCommentMixinTryggvi Bjorgvinsson2014-07-252-1/+16
| * Fix by thallian: use correct datetime.strptimeChristopher Allan Webber2014-07-241-1/+1