-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename the prefer_ssl setting #1921
Labels
Backwards incompatible
The proposed change is backwards incompatible and should wait for the next major release
Refactor
Issues that are a refactor to improve maintainability for Bodhi
RFE
Requests for Enhancement
Comments
bowlofeggs
added
Refactor
Issues that are a refactor to improve maintainability for Bodhi
RFE
Requests for Enhancement
Backwards incompatible
The proposed change is backwards incompatible and should wait for the next major release
labels
Oct 20, 2017
Well, you could make a new setting and make it override the |
bowlofeggs
added a commit
to bowlofeggs/bodhi
that referenced
this issue
Feb 12, 2019
The prefer_ssl setting is renamed to libravatar_prefer_tls by this commit. The previous name was far too generic of a name, and implied that it had some global impact when it only affected libravatar. The new setting also defaults to True instead of None, a saner default. fixes fedora-infra#1921 Signed-off-by: Randy Barlow <[email protected]>
bowlofeggs
added a commit
to bowlofeggs/bodhi
that referenced
this issue
Mar 12, 2019
The prefer_ssl setting is renamed to libravatar_prefer_tls by this commit. The previous name was far too generic of a name, and implied that it had some global impact when it only affected libravatar. The new setting also defaults to True instead of None, a saner default. fixes fedora-infra#1921 Signed-off-by: Randy Barlow <[email protected]>
bowlofeggs
added a commit
to bowlofeggs/bodhi
that referenced
this issue
Mar 12, 2019
The prefer_ssl setting is renamed to libravatar_prefer_tls by this commit. The previous name was far too generic of a name, and implied that it had some global impact when it only affected libravatar. The new setting also defaults to True instead of None, a saner default. fixes fedora-infra#1921 Signed-off-by: Randy Barlow <[email protected]>
This change is planned for inclusion in the upcoming 4.0.0 release: #3221 |
Bodhi 4.0.0 beta is built and deployed to staging: https://copr.fedorainfracloud.org/coprs/bowlofeggs/bodhi-pre-release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Backwards incompatible
The proposed change is backwards incompatible and should wait for the next major release
Refactor
Issues that are a refactor to improve maintainability for Bodhi
RFE
Requests for Enhancement
Bodhi has a
prefer_ssl
setting, which doesn't do what it sounds like it does at all because it's only used whenlibravatar_dns
isTrue
, and is only used bylibravatar
and not generally all of Bodhi. We should rename it to something that makes that clearer, likelibravatar_prefer_tls
.This is a backwards incompatible change and should be done in an X release.
The text was updated successfully, but these errors were encountered: