Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (166 - 168 of 1174)

Ticket Resolution Summary Owner Reporter
#5395 fixed Look into why session is not used on AlembicMigrationManager Jessica Tallon
Description

I noticed when debugging #5391 that migrations were forced to use SQLite which was defined in alembic.ini. I've pushed a fix for this which sets that option based on mediagoblin.ini however we shouldn't need to do this. We're providing a session on the manager which seems to be completely ignored, this leads to misleading code.

We need to decide between these two options:

  1. We remove the session from AlembicMigrationManager to make it obvious alembic will internally open a new one
  2. We make it so Alembic uses our database connection/session we've provided so it doesn't open another.

The way the code looks having a database connection we've setup but (seemingly) not using it is misleading and probably why it wasn't spotted earlier.

#5394 fixed Wrong url for forgot_password in basic_auth plugin jerome
Description

The endpoint used here does not exist and should surely be mediagoblin.plugins.basic_auth.forgot_password instead.

#5393 fixed Corrections to Site Administrator’s Guide anongoblin
Description

On https://mediagoblin.readthedocs.org/en/stable/siteadmin/deploying.html,

  1. "Priviledged" should be "privileged" (there is only one D).
  2. In the Dependencies section, the package git-extras needs to be added to the RPM-based section in order for git submodule to work on Fedora 23.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.