Project

General

Profile

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

# Date Author Comment
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)...
eec062e6 06/20/2012 03:19 PM Ohad Levy

wip audits upgrade

67799065 03/15/2012 10:34 AM Ohad Levy

code smell

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

WIP rails3 migration

d3f6859e 11/20/2011 04:47 AM Florian Koch

fixes #1332 'setting puppet_interval to zero gives division by zero in the dashboard'

Signed-off-by: Florian Koch <>

df886c98 09/27/2011 10:04 AM Ohad Levy

Feature #1184 - allow to save array based settings

this also moves the setting page to use inline edit

c45a0014 09/19/2011 03:30 AM Ohad Levy

fixes #1167 - some setting values are ignored

9d4999fe 07/17/2011 09:10 AM Ohad Levy

refs #1050 removing model level authorization from settings table

this seems more trouble than its worth, as settings needs to be
checked/updated every time foreman is starting.

this leads to potenitail issue when login is enabled, or the admin user is missing etc...

1462d569 07/17/2011 08:49 AM Ohad Levy

fixes #1050 - Foreman settings should not be viewed/edited by non admin user

29eebabc 07/03/2011 09:30 AM Ohad Levy

splitted setting default data from the migration
this allows to add new data and modify its defaults
improved settings UI a bit more
refs #100

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