Fixes #2705
This still requires tests though :)
2 new commits added
Is there a missing migration for the new model? I'm trying to run it locally via docker-compose and getting ProgrammingError: (psycopg2.ProgrammingError) relation "pr_to_issue" does not exist.
ProgrammingError: (psycopg2.ProgrammingError) relation "pr_to_issue" does not exist
Yes indeed, I added the table locally by running the createdb script but it does need a migration, will add it :)
1 new commit added
rebased onto 56e7d0cd7580969c28a25633814a23febcf27bc1
rebased onto 8c6f32d2644c899ef08be0fd8aa0891989d2f878
rebased onto 81aeff3280bbf9da5ecbceece0820ce1bbec78e2
rebased onto ae078d5a8a71ed3733bd2f34a0155c0605ff1bcc
rebased onto d270fd6e3596329df9c10fe9fc4fc36ea4216da4
rebased onto 888d25c03946bff8c9402f6ce513c5d282ddaf6c
Tests running at https://ci.centos.org/job/pagure-pr/67/
5 new commits added
s/mentionned/mentioned/
It might be good to pluralize this variable name since it is a list.
Do we want this commit() to be indented, or do you really want it to happen no matter what?
commit()
This flush() isn't needed because the commit() below will run a flush() for you.
flush()
true
doable
Thanks
Well, it's not really no matter what.
But maybe I could flush here and do the commit closer to the end of the work with the appropriate try/except/rollback
rebased onto b58d7a3ee12647c494338980c7483d46eeb05d65
@bowlofeggs I addressed your first concerns
7 new commits added
.empty
LGTM
Thanks! :)
rebased onto 78ba11ddde3bcbfa42b7bef165d9e865950e033b
Pull-Request has been merged by pingou
Fixes #2705