Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  dynflow
  gettext
  http_proxy
cast.rb 497 Bytes
controller.rb 31 Bytes
dynflow.rb 106 Bytes
exception.rb 1.78 KB
foreman_url_renderer.rb 2.35 KB
http_proxy.rb 1.46 KB
logging.rb 6.54 KB
model.rb 88 Bytes
provision.rb 71 Bytes
renderer.rb 11.6 KB
silenced_logger.rb 449 Bytes
util.rb 976 Bytes

Latest revisions

# Date Author Comment
0126b62d 09/26/2017 03:40 PM Lukas Zapletal

Fixes #20559 - print rails log for test failures

7f8fd14d 09/19/2017 09:29 AM Sebastian Gräßl

Fixes #20201 - Global HTTP proxy for outgoing requests

This introduce two new settings to proxy outgoing HTTP
requests and one to except certain hosts from it.

The extensions for Excon::Connection and Net::HTTP
allow setting a proxy on their requests.

afe87279 09/14/2017 04:06 AM Marek Hulán

Refs #16740 - migration templates to use param macros

eda35acd 09/05/2017 11:33 AM Shimon Shtein

Fixes #13599 - Wrapped exception truncate moved to client

Removed message truncation from server side, and moved it to client
side - the message is truncated with ellipsis. On mouse over full
message is presented as popover.

This commit required a small change to `data-ajax-url` handler in client...

01b7dbb5 07/31/2017 10:14 AM Dominik Hlavac Duran

Fixes #17811 - Improve error message LDAP fail

1ed59c63 07/20/2017 10:41 AM Daniel Lobato Garcia

Fixes #18618 - Use Dynflow as an ActiveJob backend

This commit initializes the Dynflow world in a very similar manner to
foreman-tasks (if a Dynflow world is available from foreman-tasks, we
use that one).

fbbab0d8 07/07/2017 10:24 AM Michael Moll

fixes #18500 - replace quiet_assets with sprockets-rails flag

  • fixes #18512 - support sprockets-rails 3.x

The app.assets environment is no longer always configured, and instead
is only configured when the regular Rails environment is loaded. Loading
only the 'assets' group initializers isn't sufficient....

17e5ed65 06/19/2017 12:06 PM Jo Vandeginste

fixes #19977 - Fetch a value for a given subnet parameter name

This code will add a function to lookup a subnet parameter by name,
and returns it's value. It will return `nil` if no value was found.

The function is added to the renderer, so it can be called from...

cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

4deab2f3 04/12/2017 02:31 AM Lukas Zapletal

Fixes #13772 - orchestration now uses app logger

View revisions

Also available in: Atom