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
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

d395b951 04/11/2016 07:55 AM Dominique Quatravaux

Fixes #14508 - foreman-rake console can take arguments

One can now say e.g.

foreman-rake console -- --sandbox

We need the --, otherwise foreman-rake itself tries to interpret the flags

6a9f57a6 04/08/2016 05:52 AM Lukas Zapletal

Fixes #14479 - removed unwanted check for token param

7aa342ea 03/30/2016 04:53 AM Michael Moll

fixes #9782 - implement mediapath for suse/yast

View revisions

Also available in: Atom