Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  foreman
  middleware
  net
  proxy_api
  tasks
core_extensions.rb 4.83 KB
foreman.rb 550 Bytes
net.rb 849 Bytes
proxy_api.rb 72 Bytes
seed_helper.rb 2.16 KB
timed_cached_store.rb 1.17 KB
ws_proxy.rb 2.38 KB

Latest revisions

# Date Author Comment
f3d15cc9 06/08/2017 01:21 PM Ivan Necas

Fixes #19213 - use provision interface in foreman_url

Before this patch, we were using primary interface for checking on ftfp
proxy and its template feature. Provision interface is more appropriate
for this purposes.

(cherry picked from commit 778d8bcbc08f790aae8ed2abb9637ab880804275)

e8d612bd 03/26/2017 02:58 AM Dominic Cleal

fixes #18719 - replace usage of deprecated Fixnum constant

Most type checks for Fixnum can safely be replaced by Integer, as prior
to Ruby 2.4, Fixnum was a subclass of Integer and so the conditional
holds.

72a28408 03/24/2017 11:02 AM Ondřej Pražák

Fixes #18001 - Add plugin permissions to core's roles

6dea4e94 03/24/2017 09:25 AM Adam Ruzicka

Fixes #18977 - Do not raise on creating a role in plugin when in Rake

89d84f63 03/09/2017 07:45 AM Marek Hulán

Fixes #12163 - add a rake task to clean up orphaned facts

3a766513 03/03/2017 09:30 AM Marek Hulán

Fixes #18345 - Improve templates error handling

1d75969e 03/01/2017 09:21 AM Dominic Cleal

fixes #18735 - truncate encryption key to match preferred length (#4350)

Ruby 2.4's OpenSSL bindings raise an ArgumentError during encryption if
the key length exceeds the cipher's configured length (32 bytes with the
default cipher), but the verification hash algorithm still uses the full...

42e9040a 02/22/2017 07:21 AM Michael Moll

Fixes #18581 - conditionalize SUSE mediapath

f6c313fb 02/21/2017 08:12 AM Timo Goebel

fixes #17533 - provision dhcp for bond child macs

e7603faf 02/15/2017 05:51 AM Marek Hulán

Fixes #18227 - clean up variables after rendering

View revisions

Also available in: Atom