Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  foreman
  middleware
  net
  proxy_api
  tasks
core_extensions.rb 4.54 KB
foreman.rb 649 Bytes
net.rb 846 Bytes
proxy_api.rb 72 Bytes
timed_cached_store.rb 1.17 KB
ws_proxy.rb 2.38 KB

Latest revisions

# Date Author Comment
24859f28 05/04/2016 10:18 AM Ondřej Pražák

Fixes #14898 - Fix for config task
Removing undefined variable took care of it.

5b53236f 04/29/2016 11:26 AM Daniel Lobato Garcia

Fixes #14843 - Improve rake config error handling

Currently rake config doesn't give you any hint when you provide an
invalid setting. Instead, it should tell you what was wrong with the
input, and try to guide you to a valid one.

This commit provides error handling for wrong JSON values, and prints...

15f0884e 04/29/2016 07:11 AM Dominic Cleal

fixes #14866 - prod2dev Rails 4 compatibility

- change .first call which checked presence of id field, but would be
automatically sorted by the primary key ('id'), causing errors on
join tables without the column
- update use of offset/limit in model finders...

96d32beb 04/28/2016 06:43 AM Dominic Cleal

fixes #14820 - override Rails log level with Foreman::Logging config

The log_level is expected to be explicitly configured in the Rails
config in the production environment.

73d265f6 04/27/2016 03:20 AM Luis Fernandez Alvarez

Fixes #14778 - Ensure parsing complex types keep target type

Without this patch, the config task would send complex types as
strings to the setting model.

This patch makes the parsed object to keep the target type and it
assumes the setting model will do the internal conversion (now to...

c89a8d23 04/21/2016 09:14 AM Dominic Cleal

fixes #14741 - translate template kind string, not object

Also convert translation keys to strings in debug mode to prevent
concatenation errors.

85a97146 04/20/2016 10:06 AM Dominic Cleal

fixes #13244 - update Rails to 4.2.6

- Add responders gem to support class-level respond_to usage
- http://edgeguides.rubyonrails.org/4_2_release_notes.html#respond-with-class-level-respond-to
- Replace foreigner with native Rails 4.2 FK support
- uses a patch from Rails 5 to support Foreigner's...

05848084 04/19/2016 09:58 AM Timo Goebel

fixes #14638 - Refactor Subnet into STI to allow different subnet types

db851032 04/15/2016 04:54 AM Walden Raines

Fixes #14645: fix production images for plugins.

Images were going through the legacy asset helpers in
sprockets-rails, this commit sets some options on the context
class to ensure we are looking up digested images in the correct
path.

http://projects.theforeman.org/issues/14645

1bec6a32 04/13/2016 05:28 AM Marek Hulán

Fixes #12318 - support preview for deb-based distros

View revisions

Also available in: Atom