Something odd is going on pagure.io instance with allow_rebase column on pull_requests
On local dev env using postgres and pagure.io theme and similar gitauth config it works properly On src.stg.fp.o it works properly
On pagure.io and stg.pagure.io, column looks inmutable. I can't change its default value nor toggle it from edit pull request
Metadata Update from @mizdebsk: - Issue tagged with: pagure
Ok, so the root cause is that we have a hotfix of pagure/ui/fork.py (cf https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/roles/pagure/frontend/files) shipping https://pagure.io/pagure/pull-request/4295 which has still not been merged due to the lack of tests (and answer to that question).
pagure/ui/fork.py
Metadata Update from @pingou: - Issue untagged with: pagure
Metadata Update from @pingou: - Issue tagged with: pagure
I've opened https://pagure.io/pagure/pull-request/4675 which should superseed: https://pagure.io/pagure/pull-request/4295 and allow us to cut a 5.8.1 release with this fix.
5.8.1 deployed, I can both toggle allow_rebase and rebase my pull requests on pagure.io
Metadata Update from @jlanda: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Commit 0ae363f1 fixes this issue
Log in to comment on this ticket.