Project

General

Profile

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

# Date Author Comment
da5a9c4e 09/16/2015 07:43 AM Lukas Zapletal

Fixes #11709 - better error for DNS conflict timeouts

60fe43b2 07/31/2015 05:53 AM Ondřej Pražák

Fixes #7167 - names of settings marked for translation

fb293de9 05/05/2015 04:05 AM Ondřej Pražák

Fixes #8566 - reorganized settings categories

615728be 05/01/2015 11:05 AM Ondřej Pražák

Fixes #10194 - help text for token_duration setting

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

aa48b69c 02/09/2015 12:39 PM Marek Hulán

Fixes #9104 - allow disabling of interface updates

b57a1e33 01/24/2015 05:45 AM stocky

Fixes #9059 - adds puppetssldir setting

c0262662 10/24/2014 07:09 AM Lukas Zapletal

Fixes #7994 - increased default token_duration setting

7d7faa5c 07/16/2014 02:13 AM Ewoud Kohl van Wijngaarden

fixes #3601: Use secure websockets if available

Websockets_ssl* settings must be configured with the appropriate
certificates for this to work.

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.

0b2e3dcd 03/27/2014 10:51 AM Anya Marshall

Fixes #4679 - Downcase fqdn to match Puppet SSL certs casing

312042b0 03/12/2014 04:02 PM Dominic Cleal

fixes #4626 - update Facter calls for 2.0 compatibility

ec3a95fb 02/05/2014 06:22 PM Daniel Lobato Garcia

fixes #4270 - setting descriptions updated for consistency

c4bfd47f 02/05/2014 05:24 PM Stephen Benjamin

fixes #3725, #4167 - root password validations, remove default password

8c618ae8 11/08/2013 10:20 AM Greg Sutcliffe

Fixes #3569, #3210 - Use port from foreman_url for templates

385d9943 11/01/2013 09:56 AM Greg Sutcliffe

Fixes #3196 - Switch tokens to default to on

b93373a8 10/14/2013 10:38 AM Lukas Zapletal

fixes #3241 - default password is now MD5

a9b9661b 09/30/2013 10:55 AM Hannes Schaller

fixes #2975 added setting for using the shortname instead of FQDN for new virtual machines

8d4bcf4a 09/05/2013 05:05 PM Greg Sutcliffe

Fixes #3030 - require facter where necessary

01055e77 08/29/2013 06:21 PM Greg Sutcliffe

Refs #2414 - Remove Puppet from facts API and Settings

Reports are still in progress and will come in a later PR
DB schema is updated to not need puppet/rails

8d10c655 07/26/2013 10:40 AM Greg Sutcliffe

Fixes #2576 - Add optional update of Host.ip from built request

b599ac29 07/05/2013 12:16 PM Daniel Lobato Garcia

fixes #2751 - Remote addr can support several load balancers

8da68b88 06/12/2013 11:12 AM Tomáš Strachota

fixes #2660 - settings, improve tests and fixes

- added string settings type
- fixed tests previously commented out due to CI failures
- more tests for core settings functionality
- parsing of string values enhanced and extracted to a separate method
- setting value to nil when it equals default is back...

710dfa86 05/30/2013 09:41 AM Ryan Davies

fixes #2562 libvirt domain listen address, add libvirt_default_console_address setting

86007852 04/25/2013 01:15 PM Greg Sutcliffe

fixes #2407 - Add STI to settings model

Also adds some tests for rendering new/missing STI models, and
refactors the old default_settings loader into the new sub-models.