Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (274 - 276 of 1173)

Ticket Resolution Summary Owner Reporter
#814 fixed Move from sqlalchemy-migrate to Alembic Christopher Allan Webber
Description

sqlalchemy-migrate is unmaintained. This is a pretty big deal generally, but especially because we want to move to Python 3, and we can't without a way forward on migrations. Current sqlalchemy migration mindshare seems to be in Alembic, we should probably move that way?

The biggest barrier here is probably how much Alembic supports sqlite. We could really use someone to look into that.

#815 fixed Replace non-ASCII curly single quotes in mediagoblin.ini with straight single quotes ayleph
Description

I just pulled down mediagoblin from git onto a new box and noticed that mediagoblin.ini has a couple of non-ASCII curly quotes in the comments. In fresh-out-of-the-box vim, it looks like:

# It defines types and defaults so it�~@~Ys a good place to look for documentation # or to find hidden options that we didn�~@~Yt tell you about. :)

Diff below.

--- mediagoblin.ini 2013-11-18 03:05:50.219990987 -0500 +++ mediagoblin-straightquotes.ini 2013-11-18 03:19:49.106257393 -0500 @@ -2,8 +2,8 @@

# mediagoblin_local.ini, then make the changes there. # # If you don't see what you need here, have a look at mediagoblin/config_spec.ini

-# It defines types and defaults so it’s a good place to look for documentation -# or to find hidden options that we didn’t tell you about. :) +# It defines types and defaults so it's a good place to look for documentation +# or to find hidden options that we didn't tell you about. :)

#818 fixed pbr is breaking things vlado
Description

I tried new instalation on debian, every stopped with error Attachment is included

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.