Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  dynflow
  gettext
  http_proxy
  ldap
  middleware
  telemetry_sinks
command_runner.rb 1.56 KB
dynflow.rb 106 Bytes
event_subscribers.rb 717 Bytes
exception.rb 2.6 KB
force_ssl.rb 608 Bytes
http_proxy.rb 1.93 KB
logging.rb 10 KB
provision.rb 293 Bytes
silenced_logger.rb 1.22 KB
telemetry.rb 5.05 KB
util.rb 1.25 KB

Latest revisions

# Date Author Comment
bbca4738 03/04/2024 10:48 AM Oleh Fedorenko

Fixes #36574 - Update fast_gettext to ~> 2.1

de48fb5b 03/04/2024 10:48 AM Ewoud Kohl van Wijngaarden

Refs #36574 - Avoid patching Fastgettext

The code defines an additional method on Fastgettext but there's no
reason to do so. It can just as well define a method on itself.

4a49fd01 08/17/2022 08:28 AM Partha Aji

Refs #35359 - cleaner add_ca_bundle_to_store

ee9fe3a7 08/16/2022 07:08 PM Partha Aji

Fixes #35359 - Add cacert to http proxy (#9348)

This PR adds a cacert column to the http proxy and uses to this for
connecting to ec2 and other compute resources. This would also be used
by katello/other plugins when communicating to the CDN over a https...

d7ca221c 06/27/2022 03:41 PM Adam Ruzicka

Fixes #34996 - Ignore http proxies when talking to smart proxies

6f724472 06/27/2022 03:41 PM Adam Ruzicka

Fixes #35014 - Rework Net::HTTP extension

8b3c7c54 06/27/2022 03:41 PM Adam Ruzicka

Fixes #35014 - Fix injection of global HTTP proxy into net/http

We were passing wrong arguments to proxy_http_request?, causing it to
always evaluate to false so no requests were proxied.

0d706b95 05/22/2022 12:28 PM Jeremy Lenz

Fixes #34921 - Fix SettingValueException error message

662c4a3a 05/09/2022 08:09 AM Jeremy Lenz

Fixes #34838 - Add errors when setting values are invalid (#9203)

8c4d848f 03/23/2022 06:23 AM Leos Stejskal

Fixes #34526 - rescue_from JSON params parse errors

Use rescue_from block instead of the CatchJsonParseErrors middleware
See https://github.com/rails/rails/pull/34341

View revisions

Also available in: Atom