Custom Query (1173 matches)
Results (274 - 276 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #814 | fixed | Move from sqlalchemy-migrate to Alembic | ||
| 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 | ||
| 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 @@
-# 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 | ||
| Description |
I tried new instalation on debian, every stopped with error Attachment is included |
|||
