Project

General

Profile

Download (1.2 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a683aa28 08/24/2015 08:42 AM Tomer Brisker

Fixes #11413 - disable SQL logging by default

79fba52e 06/10/2015 12:08 PM Marek Hulán

Fixes #10736 - Add permission specific logger

24370ab5 06/05/2015 12:07 PM Dominic Cleal

fixes #10711 - move LDAP logging to a separate logger

3088e641 06/04/2015 06:05 AM Eric Helms

Fixes #10487: Add custom logging support

This change moves away from the Rails logger to the 'logging' gem
to support more configurability of logging. Further, this allows for
the creation of custom loggers that plugins can then create during
registration (with `logger`) or through settings....

0ecc13d3 03/11/2015 07:05 AM Ori Rabin

Fixes #9606 - ANSI color codes should not be used in production log

b57a1e33 01/24/2015 05:45 AM stocky

Fixes #9059 - adds puppetssldir setting

7bf51a3d 04/01/2014 08:48 AM Maria Nita

fixes #3946 Set host URLs from local settings file, if no Facter configuration exists. Add default values for settings example.

bfbf7ed8 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n extracting strings

24de57c0 01/20/2013 10:20 AM Dominic Cleal

refs #2069 - enable auth by default

Without authentication, sensitive information and power is available to all,
so improve security out of the box.

fc6fbf91 12/05/2012 01:03 PM Dominic Cleal

fixes #1994 - set vardir for puppet 3, use --configprint

When running Puppet 3 as a non-root user (i.e. foreman), both --confdir and
--vardir have to be specified as per Puppet #16637, else SSL settings dependent
on vardir will fail.

This adds a new puppetvardir setting used with puppetconfdir, and supports...

611f5bff 11/28/2012 05:38 AM Amos Benari

Add organization and location to foreman.

This feature allows foreman to provide multi location, multi tenant and
multi organizations capablities.

the idea is that resources within foreman (e.g. hosts, subnets, users,
environments etc) can belong to one or more locations and organization,...

2b8cdec1 11/22/2012 03:58 AM Oved Ourfali

fixes #1961 Adding JSONP support

When using cross-domain requests, it is impossible to read the response
data, and process it.
Using JSONP allows a client, from a specific domain (for example
/domain1), to query data in another doamin (/domain2), and analyze it,...

7c08e30a 11/16/2012 04:21 AM Brian Gupta

Removed deprecated settings for settings.yaml.example

31ba7708 09/28/2011 05:19 AM Ohad Levy

fixes #1188 - add a sample configuration file