Project

General

Profile

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

# Date Author Comment
6c05bd5b 09/03/2015 06:07 AM Ivan Necas

Fixes #11673 - accept integer value when setting the integer via API

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

Fixes #7167 - names of settings marked for translation

c74610f9 05/19/2015 09:47 AM Walden Raines

Fixes #10402: add to_bool function for converting to boolean.

This commit adds a to_bool function for casting values to boolean
as well as an example usage.

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

d7cdc084 05/14/2015 04:24 AM Shlomi Zadok

Fixes #9613 - foreman_url can't be blank

06b10bee 05/06/2015 05:16 AM Ondřej Pražák

Fixes #5649 - unattended_url validation fix

83bd400c 05/05/2015 10:57 AM Dominic Cleal

fixes #10343 - only log cache deletion failures when saving settings

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

Fixes #8566 - reorganized settings categories

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

Refs #3809 - Remove cop IndentationConsistency

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

Refs #3809 - Remove cops for empty lines

5c02cfe5 01/30/2015 03:34 AM Daniel Lobato Garcia

Refs #3809 - Enable cop StringConversionInInterpolation

2312cccf 11/19/2014 06:03 AM Daniel Lobato Garcia

Refs #3809 - Remove useless assignments

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

c737b10e 09/15/2014 06:58 AM Ori Rabin

Fixes #6874: Integers in settings can be up to 8 digits to avoid bigint out of range error

ce188941 11/08/2013 11:25 AM Dominic Cleal

refs #3569 - fix URL validation test error on merge

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

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

3315ec57 10/03/2013 06:44 PM Dominic Cleal

fixes #2756 - update setting descriptions at startup

76fec074 09/18/2013 10:58 AM Joseph Magen

fixes #3089 - Updating settings causes settings page to load again within the page

4dbf6624 09/17/2013 07:31 AM Dominic Cleal

fixes #2764 - settings defined in settings.yaml file are now read-only

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

0323590f 04/10/2013 04:18 AM Dominic Cleal

fixes #2153 - add trusted_puppetmaster_hosts setting to permit puppetmaster access

Connections to fact + report upload and externalNodes will be permitted from
any host listed in the trusted_puppetmaster_hosts setting, bypassing the
requirement for a registered smart proxy....

3f1a3a4d 10/18/2012 10:48 AM Joseph Magen

Rails cache returns incorrect value for false values.

while this is fixed in Rails 3.1.4, a work around is required for now:

Settings getter method correctly returns false instead of nil.

3aca6ed6 10/17/2012 07:25 AM Joseph Magen

fixes #1888 - set value to default if zero or less

thie is relevant for both
  • idle_timeout
  • entries_per_page
  • puppet_interval
d9a2ebac 07/26/2012 07:58 AM Ohad Levy

[SQL optimizations] - many small optimizations

This is one of a few patches aim to improve Foreman performance
  • Bookmarks have only users, not usergroups
  • added caching to the settings table
  • removed notice message lookups (we are not really using those)...
6df9d72e 03/12/2012 03:54 PM Ohad Levy

removed failing tests in travis

017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration

76607ed5 06/29/2011 02:17 PM Ohad Levy

fixes #100 - Setting is now a ActiveRecord object

This allows users to manage foreman settings via the UI.

the UI is a bit ugly, but works :)