Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  foreman
  generators
  net
  proxy_api
  tasks
core_extensions.rb 5.76 KB
foreman.rb 976 Bytes
net.rb 839 Bytes
proxy_api.rb 72 Bytes
seed_helper.rb 6.56 KB
timed_cached_store.rb 1.19 KB
ws_proxy.rb 2.34 KB

Latest revisions

# Date Author Comment
c1104d00 04/14/2021 08:20 AM Ondřej Ezr

Fixes #32092 - add puppet safe guard

Hides puppetserver and puppet environment behind macros, that can alter
implementation much more easily and even be patched from plugin.

f5bfce8b 04/06/2021 01:57 PM Tomer Brisker

Fixes #32242 - Drop db_pending_migration setting

This setting was used in the past by the installer to determine whether
or not the database needs to be migrated, but that is no longer the
case.

17d88daf 04/06/2021 09:49 AM Markus Bucher

Fixes #32086 - seed locking

a50b56e3 03/24/2021 10:18 AM Marek Hulán

Fixes #31070 - update the macro documentation (#8409)

3e756bcc 03/24/2021 09:57 AM Leos Stejskal

Fixes #31750 - :foreman_server_ca_cert macro & not existing file (#8294)

8609ef84 03/18/2021 01:21 PM Ewoud Kohl van Wijngaarden

Fixes #30779 - Implement ActionDispatch::RemoteIp (#7960)

The ActionDispatch::RemoteIp middleware can provide the remote IP
correctly as a property of the request object. This looks at
X-Forwarded-For headers while stripping out reverse proxies and falls...

bb1a931b 02/19/2021 09:25 AM Lukáš Zapletal

Fixes #31064 - sequence helper macro (#8072)

78188a4e 02/16/2021 10:51 AM Tomer Brisker

Fixes #31884 - Correctly warn about wrong logging layout

When running `rake errors:fetch_log`, if the logging layout isn't set to
`multiline_request_pattern` the task errors out because `$STDERR` doesn't
exist. This is a typo, it should have been `$stderr`, but since we use...

eb60c400 02/09/2021 03:35 PM Lukas Zapletal

Fixes #31730 - cleaner event name and documentation

45ed4a79 02/02/2021 12:48 PM Dominik Matoulek

fixes #31633 - Introducing format_time macro

There is no way how to show Unix timestamp in pretty way in reports. This macro solves the problem.

View revisions

Also available in: Atom