#2498 Add a configuration key to make pagure case sensitive
Merged by pingou. Opened by pingou.
pagure_case_sensitive  into  master

Download 2498.patch

Fixes https://pagure.io/fedora-infrastructure/issue/6213

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

rebased

by default, pagure is case sensitive. 'a' and 'A' in project name are different

Maybe i am wrong

Case insensitive means that a and A are considered the same, and that's what pagure does by default cf the change in pagure/lib/init below

this seems opposite

Without this PR try creating a project test then Test :)

if default is false, shouldn't we default to default :p

rebased

:thumbsup:

rebased

:thumbsup:

Thanks for the review! :)

Pull-Request has been merged by pingou

Metadata