#834 allow owners of a repo to fork the repo
Merged by pingou. Opened by ryanlerch.
ryanlerch/pagure everyone-can-fork  into  master

Download 834.patch
no initial comment

Removes the check to see if an owner is trying to fork a repo, as we want to allow this now. Also changes the repos_master template so the fork button is presented to the owners as well.

Fixes: https://pagure.io/pagure/issue/786

I know this will break the tests, but currently having issues running the tests :frowning:

Well, this seems like a very simple patch for a lot of pain by a bunch of people :).

The patch itself looks reasonably sane to me, but we do need to update the tests.

Pull-Request has been updated

Got my test suite running again (thanks @puiterwijk ), and fixed the tests (be sure to double check my test changes too please! )

I'll take care of the tests :)

Oh, too late :)

I tested it on my local instance and it works like a charm

The unit-tests suite is also passing just fine, give me a sec to rebase the branch and I'll merge :)

Pull-Request has been rebased

Pull-Request has been merged by pingou

Metadata