Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
dns_api_test.rb 9.41 KB
dns_config_test.rb 321 Bytes

Latest revisions

# Date Author Comment
6b75029e 03/02/2022 03:00 PM Ewoud Kohl van Wijngaarden

Fixes #34162 - Allow calling load_test_settings without settings

This allows loading only the default settings:

Proxy::MyPlugin::Plugin.load_test_settings

Or

Proxy::MyPlugin::Plugin.load_test_settings()

Previously this had to be written as

Proxy::MyPlugin::Plugin.load_test_settings({})
e62dd993 03/02/2020 02:42 PM Michael Moll

Fixes #29226 - Fix Style/Semicolon

25129395 02/20/2020 10:22 PM Michael Moll

Fixes #29100 - Fix Layout/EmptyLines cop

2856d432 02/20/2020 09:42 PM Michael Moll

Fixes #29099 - Fix Layout/EmptyLineBetweenDefs cop

6b53c768 05/10/2018 04:59 PM dmitry Vasilets

fixes #23383 - add support for srv dns records

Co-authored-by: Jewgeni Prokhorenko <>

28fe9942 02/06/2017 05:44 AM Ewoud Kohl van Wijngaarden

Fixes #18397 - Valid CNAME targets are valid DNS names

69afd342 08/16/2016 04:07 AM Dmitri Dolguikh

Fixes #15942 - dns module and providers use updated di config.

2b498a4a 06/28/2016 05:56 AM Paul Kelly

fixes #15244 - provide a CNAME api

This allows all common DNS operations to be handled from within the
Foreman infrastructure. The requirement for assistance from a Microsoft
colleague is no longer required.

b0070397 04/15/2016 09:04 AM Ewoud Kohl van Wijngaarden

Fixes #13544: Support IPv6 in DNS

5d68f49e 03/24/2016 11:34 AM Ewoud Kohl van Wijngaarden

Fixes #13552: Validate DNS names passsed to the DNS API

View revisions

Also available in: Atom