Project

General

Profile

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

# Date Author Comment
acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
8cf10332 02/25/2014 08:51 AM Eric Helms

Fixes #4441 - Overriden link_to method should be public, not protected

bfee97b6 02/24/2014 04:45 PM Lukas Zapletal

fixes #3751 - new/edit submit buttons now have id

34897490 02/17/2014 11:15 PM Joseph Magen

fixes #3939 - add option to 'inherit from parent' for hostgroup attributes

355bce36 12/30/2013 11:06 AM Ohad Levy

fixes #3930 - refactoring of edit_self implementation.

d31eea8c 12/29/2013 11:22 AM Amos Benari

fixes #3811 - merge with new layout

bf4a13d3 12/29/2013 11:22 AM Walden Raines

Fixes #3811 updating to bootstrap 3

c2c32409 12/13/2013 03:02 PM Greg Sutcliffe

Fixes #3720 - Add description field to operatingsystem

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

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

f58d55f1 07/24/2013 12:01 PM Gavin McCance

fixes #2825 - Gravatar URL for email addresses with uppercases

fca6a9d2 07/14/2013 08:21 AM Marek Hulán

Fixes #2780 - Enhance puppet classes assignment

Allows you to assign/unassign puppet classes to a host/hostgroup by
clicking on it's name. You can still use the small icon on particular
line.

3de840c1 06/19/2013 11:58 AM Amos Benari

fixes #2679 pie get error when the label is too long

ef4b97d1 06/07/2013 05:17 AM Joseph Magen

fixes #2631 - fix remote code execution via controller name (CVE-2013-2121)

410505f4 06/06/2013 10:46 AM Marek Hulán

Fixes #2615 - failed to save host group

If there was current organization selected, organizations got doubled
which prevented save. Fixed and added test for this part.

c7846bcd 05/28/2013 09:36 AM Ohad Levy

fixes #2563 - fallback user image has wrong path

6c563741 05/23/2013 08:35 AM Marek Hulán

Fixes #2502 - session expiration updates

Signo now allows to transparently prolong user session which got
expired. Also when you now logout from Foreman you will end up in Signo
login form. This brings some code clean up and test changes and small
SSO method API change.

afe65aab 05/09/2013 03:21 PM Marek Hulán

Fixes #2460 - session expiration fix for SSO

We set new expiration interval when user logs in successfully using any
kind of SSO. Also this patch moves logout path out of thread variable
and stores it into a session. This is more secure storage for threaded...

3dfb6e4c 05/09/2013 05:07 AM Dominic Cleal

fixes #2420 - extract strings for i18n from JavaScript, various i18n fixes

dfd511ba 04/29/2013 02:11 PM Amos Benari

new top-bar navigation design and a new login page

9d69fc8f 04/24/2013 05:07 AM Dominic Cleal

Feature #2368 - i18n extracting strings

93117958 04/24/2013 05:07 AM Bryan Kearney

Feature #2368 - i18n extracting strings

4e7ea9b8 04/22/2013 07:50 AM Marek Hulán

fixes #2417 - SSO abstractioning

Apache and Signo SSO reworked to a new general SSO concept.

You can use SSO service that comes with Katello for loggin in. It's
based on OpenID protocol with slightly customized provider.

d0a190b8 04/22/2013 02:13 AM Bryan Kearney

fixes #2247 Provides an option to disable the use of gravatara

A new setting is added, use_gravatar. It defaults to true. If it is set to false, then the gravatar
call out is not used and only the default user icon is used.

870e7fcc 04/10/2013 11:29 AM Amos Benari

flot charts

Use flot charts instead of highcharts.
flot charts license is more friendly.

This version of the code is feature compatible with the old charts,
including:
pie: drill-down and expend.
stacked charts: zoom, hide series in legend.
all types has tooltips....

feacea35 04/02/2013 08:30 AM Amos Benari

upgrade foreman to rails 3.2.13

This commit updates from rails 3.0.x to 3.2.x, main changes include:

  • Asset pipline support
  • cleanup of existing assets (javascript, css, images)

Users who uses foreman in production, make sure that you now compile
your assets, e.g...

f46e39c4 03/14/2013 04:29 AM Bryan Kearney

Add localization calls to the subnets and the trenda pages.

There are other changes to the common layouts based on simple testing.

6366e9e2 03/11/2013 08:50 AM Bryan Kearney

Add gettext calls to the common views, application controller, and application helper objects.

Note, this patch does not include an update to the strings file. This will allow patches to be submitted without colliding with each other.
To regenerate the strings file, run rake gettext:find

e4098f63 01/21/2013 02:17 PM Amos Benari

fix import classes button

7301e99f 01/08/2013 10:42 AM Amos Benari

removed the need to add 'btn' class for the action_buttons helper, and changed the action buttons to small.

1095c980 01/03/2013 07:28 AM Amos Benari

fixes #2091 Menu items disappeard

ec2b4ec9 01/02/2013 08:13 AM Amos Benari

ui phase2

73f23bf4 01/02/2013 08:13 AM Amos Benari

bootstrap2.2.2

71291a46 12/20/2012 04:18 AM Dmitri Dolguikh

fixes #1834 to get foreman running under ruby 1.9.3

ee2b39c6 12/12/2012 10:02 AM Ivan Necas

refs #1937 - fix graphs hrefs when running from subpath

298756ca 10/18/2012 08:48 AM Amos Benari

fixes #1028 - show and override puppet class parameters in the host form.

f17e3f6c 09/20/2012 03:47 AM Amos Benari

fixed deprecation warning.

3e33d71f 09/04/2012 10:44 AM Sam Kottler

fixes #1840 Only show the help button if a help page exists

9d060de2 07/11/2012 11:30 AM Amos Benari

fixed dropdown location for action button and bookmark.

995b1748 07/04/2012 03:47 PM Amos Benari

fixes #1165 add inherited params display and override option to the host form.

Signed-off-by: Ohad Levy <>

22a2bcb1 06/21/2012 08:34 AM Amos Benari

fixes #1649 Puppet class and environment import works only on the first smart-proxy

1b3cbe60 06/06/2012 04:47 AM Amos Benari

fixes #1572

dd42df0a 05/29/2012 03:41 AM Ohad Levy

adds ec2 provisioning support fixes #1223

- added progress bar for instance creation
- minor fixes for certname based deployments
- added ssh provisioning support to orchestartion, which utilize finish
scripts by default
- added images support (part of the vm compute tab)...

82e47ae0 04/29/2012 08:56 AM Amos Benari

updates UI to bootstrap v2

a70ad048 03/28/2012 10:55 AM Ohad Levy

ensure valid invalid JS is created when user has no access

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

code smell

17637a75 02/19/2012 09:04 AM Ohad Levy

fixes #1173 - remove legacy query interface

fb45bb29 12/29/2011 05:54 AM Amos Benari

fixes #1414 - pie is over cooked in chrome.

24e55891 12/25/2011 03:15 AM Ohad Levy

fixes #1411 - hostgroup ajax actions are mostly broken

8bf83415 12/19/2011 07:47 AM Ohad Levy

fixes #1406 - excpetion errors are not showin in the UI

30e1b33e 12/15/2011 09:06 AM Ohad Levy

fixes #1396 - Add puppet classes to Hostgroups is broken

5a6d2ffc 12/04/2011 03:46 AM Amos Benari

fixed error on expanding chart that doesn't have link assosiated with it.
see the memory charts on the statistics page.

fdac5d15 12/04/2011 03:44 AM Amos Benari

fixes #1304 re issue the fix as it seemed to get only half merged

a7f7ee02 11/28/2011 05:39 AM Amos Benari

fixes #1321 add click event to the facts and stats pie chart. The click event redirect to the relevant hosts search that match the clicked slice.

Signed-off-by: Amos Benari <>

8053eafd 11/28/2011 04:10 AM Amos Benari

better text trncating in hosts list

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

WIP rails3 migration

fd4cd190 11/14/2011 06:51 AM Amos Benari

disabled links are now disabled buttons as they should.

Signed-off-by: Amos Benari <>

8a58b53c 11/10/2011 09:45 AM Amos Benari

statistics pie is now a thumbnail that expand in a modal dialog.

Signed-off-by: Amos Benari <>

3aea8c81 11/06/2011 11:52 PM Amos Benari

un-obtrosive js for the show host charts.

e1f867f0 11/01/2011 10:57 AM Ohad Levy

fixes #1286 - moved user permission filters into a tab

ef64e2ef 11/01/2011 08:46 AM Amos Benari

update the look of host parameters page to look like the smart variables.

9442eac2 10/31/2011 11:12 AM Amos Benari

fixes #1277 - add bar chart to report show page.

48c5cd3e 10/31/2011 11:12 AM Amos Benari

fixes #1276 - Non intrusive javascript pie and bar

c255ab34 10/27/2011 08:55 AM Ohad Levy

fixes #1268 - added chart to report metrics.

05ab4c16 10/18/2011 04:31 PM Ohad Levy

new UI for foreman

5d8d8a6e 10/03/2011 11:38 AM Ohad Levy

refs #1184 - added editing of true / false values in settings page

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

52e114a6 09/26/2011 10:53 AM Ohad Levy

fixes #1182 - added inline editing

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

fixes #1167 - some setting values are ignored

53c61d6d 09/14/2011 05:07 AM Ohad Levy

added parenthesis to avoid warnings on older Ruby

01984fb7 08/16/2011 07:35 AM Amos Benari

New artwork

  • dark top-bar
  • moved the search box below the tabs line.
  • improved the show host page
  • added notifications
  • Settings tab now changes title based on the active action
  • lots of cleanups - fixes #1066, fixes #926, fixes #628 and many other minor changes...
572a19c3 06/05/2011 02:47 AM Paul Kelly

Fixes #906 - Always allow a user to edit some of their own User details

Signed-off-by: Paul Kelly <>

69f9cb82 05/30/2011 08:52 AM Ohad Levy

fixes #903 - Show resulting provisioning options at the Host edit screen

ad3d61b7 05/25/2011 08:28 AM Paul Kelly

Fixes #920 - Add authorization to hypervisor, bookmarks, subnets, smart-proxy/autosign and puppetca

Signed-off-by: Paul Kelly <>

fd704256 05/24/2011 04:42 AM Amos Benari

fixes #932 + sign on Safari is not rendered correctly

Signed-off-by: Amos Benari <>

76702262 05/23/2011 10:45 AM Amos Benari

UI updates

  • login colores updated.
  • updated the puppets classes selection gui

Signed-off-by: Amos Benari <>

4242cd78 05/05/2011 09:05 AM Ohad Levy

refs #285 - removes any left over from the old google charts libraries

3eecf845 05/05/2011 08:43 AM Amos Benari

fixes #285 - Use Charting system which can work offline

this includes:
  • dashboard charts
  • statistics page
  • host show page

additionally, main menu buttons and bookmarks drop down are easier to handle and read

8003e4f9 05/02/2011 10:40 AM Amos Benari

fixed menu item when logging in with a non-admin user, refs #836.

9161008b 05/02/2011 02:56 AM Amos Benari

added search bookmarks, fixes #836

  • adds sub navigations under main menu items, each sub navigation is a bookmark.
  • adds visual improvements to main menu

    app/controllers/bookmarks_controller.rb | 74 ++++++++
    app/helpers/application_helper.rb | 2 +-...

80516e41 04/10/2011 09:36 AM Ohad Levy

fixes #719 - Adds new search functionaily

8ba2e00a 03/31/2011 07:43 AM Ohad Levy

fixes #806 - Switch to JQuery instead of Prototype JavaScript library

b55bbb7f 03/27/2011 03:55 AM Ohad Levy

fixes #793 - Including non-https version of Google jsapi causing SSL warning

36f93e4d 03/17/2011 02:32 PM Ohad Levy

Fixes #609 - Orchestrate puppetca operations

This also includes adding support for a puppet smart-proxy target type
and providing migration support
Updated to provide backward compatability for host and hostgroup objects
Now terminates the build and incorporates other fixes...

8deb9933 03/15/2011 04:56 AM Ohad Levy

updates host forms

cdf02336 03/15/2011 04:26 AM Ohad Levy

views cleanup and added more operatingsystems icons

a90f0ee7 03/15/2011 04:17 AM Jason Rist

New Look and Feel for Foreman.

Lots of CSS and other changes.
Fixed flash notice.
Fix for fieldsets.
Modified the new/edit for Hosts page. Significantly improved workflow for 1024x768 and higher.
Fixed the menu styles.

4f9daa4b 02/16/2011 08:18 AM Ohad Levy

fixes #672 - Puppet class expansion should work faster

faf1e8d0 02/15/2011 05:11 AM Ohad Levy

fixes #666 - XSS vulnerability

743a5d9c 02/04/2011 03:25 AM Ohad Levy

fixes #646 - Creating a host and getting an error results in Operating System not being accepted

cab0d8c6 11/29/2010 07:08 AM Ohad Levy

Fixes #378 - Adds support for multiple configuration templates

Configuration templates (Kickstart, preseed, syslinux, gpxe etc) can now
be saved in the database directly.

Each template is associated with valid operating systems (unless if its a
snippet which can rendered via all other templates) and a possible...

9fd7478e 11/07/2010 10:39 AM Paul Kelly

Fixes #366 - Redmine authorization port

This is a major feature which provides RBAC authorization within Foreman
a mental note to myself - never ever work on large commits

03be090a 10/31/2010 03:51 PM Paul Kelly

Fixes #420 - Settings dropdown is a partial

d3156019 09/10/2010 06:30 PM Paul Kelly

Fixes #294 Convert settings to a dropdown

b82a38da 06/03/2010 03:16 AM Frank Sweetser

fixes #300 - Add icon hints to class add/remove

Icons taken from http://www.freeiconsweb.com/Webmaster-Pixel-Icon-Set.html

b0e2071a 05/28/2010 03:54 PM Ohad Levy

minor formating changes

ac0f2ae6 05/28/2010 08:56 AM Ohad Levy

fixes #276 - Fact searches should remember the previous search settings

85d3461d 05/28/2010 04:25 AM Ohad Levy

fixes #243 - When adding classes for in individual hosts, Adding then immediately Removing the class does not work

2e04e41b 05/27/2010 03:21 PM Ohad Levy

CSS rework, aligned view on all pages
removed google JS from pages which do not require it

9c0e127b 05/17/2010 07:03 AM Paul Kelly

Fixes #170 - implement usergroups

Added migration
Added tests
Added MVC files
Added the routes as well
Added the program logic and additional views
Added RESTful actions for update and create
Added validations to ensure that usergroup.name and user.login do not collide...

cdd8bb6f 05/06/2010 02:47 PM Paul Kelly

Fixes #183 - Adds searchbar facility to hosts

Qualified the fact_selected partial
Added a reset button
Added popup help
Beautification and grooming