Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
bbefa32c 09/15/2016 11:40 AM Tomer Brisker

Fixes #13936 - Drop support for legacy browsers

This patch removes various workarounds needed to get legacy browsers to
work. Mostly stuff needed for IE<10, but also some other vendor prefixes
that are no longer needed.

418e709d 01/07/2016 10:39 AM Ohad Levy

fixes #12914 - update configurations to rails 4.1 structure

this is a simple output after comparing the output of ```rails new foreman```
and updating accordingly.

ecc106ac 05/21/2013 11:44 AM Amos Benari

fixes #2526 Favicon only shows up if foreman is deployed in the root context

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

8ffd9aee 03/04/2013 07:01 AM Ohad Levy

fixes #2277 - adds spice html5 support

This also adds a newer version of the web socket proxy (where we
probably need to use an external package instead of vendor it).

we still allow users to use the old XPI based spice client (which would
ensure end to end security as well) via a 'new window' button....

1f1367d6 02/26/2013 09:56 AM Amos Benari

fixes #2222 hostgroup form can be scoped by multiple taxonomys.

bec4dd0a 02/25/2013 03:34 PM Amos Benari

fixed test connection for existing compute-resource.

01a30662 02/20/2013 05:52 AM Amos Benari

added filter to the multy select component.

85eac622 01/24/2013 07:52 AM Amos Benari

new org wizard.

671b45e9 01/24/2013 07:52 AM Joseph Magen

fixes #2033 - Cannot assign a host to an org

Now its possible to change Locations / Organizations only via mass assign

a6bbe3d7 01/24/2013 07:52 AM Ohad Levy

hosts mulitple

307c352e 01/24/2013 07:51 AM Joseph Magen

fixes #1999 - Allow org/location to selectively ignore a domain, subnet etc

TODO: excluding views

a25add15 01/21/2013 02:20 PM Amos Benari

refs #2041 - changed puppetclass/:id/parameters from put to post.

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

remove add-class tooltip.

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

lighter style to the host status labels.

0fe08ca9 01/21/2013 07:48 AM Amos Benari

fixes #851 - display diff view on Puppet file content change

new version of ace editor, better diff colors, diff in report show page.

397a5481 01/14/2013 02:13 PM Sam Kottler

Fixes #1880 - Build button (or any with the disabled attribute) shouldn't be clickable

5237d122 01/14/2013 07:07 AM Amos Benari

fixes #2041 puppetclass_parameters update method uses PUT incorrectly

c4f7f6f2 01/13/2013 03:06 PM Ohad Levy

fixes #2047 - pagination is not visible on compute resources vms.

this fixes pagination and now default to in browser sort/search for compute resources vms

6b7b2fa2 01/13/2013 03:04 PM Ohad Levy

adds support for JS table sorter / pagination.

this is useful for non ActiveRecord objects (such as fog server objcets, certificates etc),
that do no have pagination.

this plugin also enables searching within the table.

in order to use, simply add to your table...

08bea92e 01/08/2013 10:42 AM Amos Benari

add gravatar to users index

e62f5a26 01/08/2013 10:42 AM Amos Benari

fix popover html content render.

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.

1702ffc6 01/08/2013 10:42 AM Amos Benari

added search puppet class parameters.

3101210d 01/03/2013 07:43 AM Mikael Fridh

fixes #2092 - allow parens in Subnet description

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

ui phase2

700ed6b9 01/02/2013 08:13 AM Amos Benari

reorg in the user and settings top menus.

14d225cc 01/02/2013 08:13 AM Amos Benari

added multi-select ui component instead of multi check-boxes for long lists.

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

bootstrap2.2.2

8838eb42 12/26/2012 08:49 AM Ohad Levy

fixes #1814 - converts sp_* attributes into a BMC interface class

this patch also includes the following

  • added a new interfaces table, and STI objects to represent a NIC, BMC, Managed
    and a bootable interface.
  • refactored DHCP/DNS orchestation code, so they can work on the...
45107907 12/20/2012 07:54 AM Sam Kottler

Fixes #2058: prevents the spinner from going forever if listing fails

e5f912f7 12/20/2012 07:44 AM Amos Benari

puppet class form ui fixes.

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

refs #1937 - fix graphs hrefs when running from subpath

5f75d98a 12/05/2012 09:06 AM Ivan Necas

fixes #1937 - Foreman doesn't work well when run on subpath

  • request_url is not enough to pass form controller to tftp
    Other variables (like script_name) need to be used from
    controller.url_options to properly generate the path in the PXE template.
  • use rails helper to get the path to noVNC source...
2c766174 12/02/2012 09:51 AM Ohad Levy

fixes incorrect javascript at compute resources after taxonomy changes

8d3aa73e 12/02/2012 09:50 AM Romain Vrignaud

fixes #1886 adds Rackspace V2 support

Based on GregSutcliffe's initial pull request.

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

3f482b82 11/19/2012 02:25 AM Ohad Levy

fixes #1957 - remove old libvirt hypervisors code

Since foreman 1.0 libvirt hypervisors are now part of compute resources
this patch removes the old code and migrate any existing hypervisors to
be libvirt based compute resources.

70ee756f 11/15/2012 06:58 AM Amos Benari

fixes #1400 remove decimal point in distribution bar chart in dashboard.

43d4f263 11/13/2012 09:07 AM Sam Kottler

Improved spacing and active selection for dropdowns in the topbar

dcc1c508 11/01/2012 06:12 AM Robert Birnie

fix #1922 add scrolling to graphs

2704a359 10/31/2012 05:30 AM Amos Benari

fixed active tab on cached topbar.

2f073cf5 10/31/2012 05:29 AM Amos Benari

fixed hat location on login screen.

fe4629de 10/31/2012 05:19 AM Robert Birnie

feature #1906 add Trend information

Signed-off-by: Amos Benari <>
Signed-off-by: Ohad Levy <>

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

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

12ae4553 10/15/2012 04:08 AM Ohad Levy

fixes #1852 - NoVNC Connection timeout with Firefox 15

f8d94608 09/24/2012 10:41 AM Amos Benari

fixes #832 - adds parameterized class support

Credits:
This patch is based on the original work of Olivier Favre
<> many many thanks!

This patch adds the following features
  • import class parameters, and try to understand their types
  • support a complex matrix of environments, puppet classes and their...
614401fd 07/31/2012 09:12 AM Amos Benari

fixes #1781 - clone host can fail

2ac3e5ba 07/31/2012 09:12 AM Amos Benari

fixes #1778 - Provisioning Templates editor does not always save

d8fe9767 07/26/2012 08:46 AM Ohad Levy

fixes #1778 - Provisioning Templates editor does not always save

c51ec8fb 07/19/2012 07:40 AM Amos Benari

fixes #1768 Template edition if submit during preview: the patch is saved.

766e2af6 07/19/2012 07:39 AM Amos Benari

fixes #1767 opera bootstrap transition fixed.

72da1d77 07/17/2012 09:59 AM Amos Benari

fixes #1753 - Showing a modal from an AJAX request that returns a full-blown HTML page clears the page

dbeead7b 07/17/2012 09:59 AM Amos Benari

fixes #1726 Template editor doesn't seem to work with IE

3630239a 07/15/2012 02:46 PM Ohad Levy

[UI] ensure that tooltip and popover dont happen at the same time

718be0aa 07/15/2012 08:59 AM Amos Benari

fixes #1726 Template editor doesn't seem to work with IE

7b9c0b6d 07/12/2012 10:44 AM Ohad Levy

[UI] convert all titles to tooltips

159a7a62 07/12/2012 10:41 AM Ohad Levy

[UI] - convert all bulk operations into buttons

118eabe2 07/12/2012 10:01 AM Amos Benari

fixes #1747 host selected puppet classes are afected by the classes filter.

21ea0492 07/12/2012 10:01 AM Amos Benari

fixes #1746 selecting a cluster in oVirt remove subnet and ip from the network tab in new/edit host

19553511 07/11/2012 11:32 AM Amos Benari

use file reader for the config template file upload.

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

a0629495 07/04/2012 03:11 PM Amos Benari

fixes #1726 ie support for edit template (with a simple text-box).

94f61f7b 07/01/2012 02:37 PM Ohad Levy

make sure that info messages are not shown when filtering is enabled refs #1634

be162e11 06/28/2012 08:44 AM Amos Benari

fixes #1712 When Ec2 provisioning, resolve button shouldn't show pxe nor provisioning template.

c4ba83b0 06/27/2012 10:59 AM Ohad Levy

added commit comment, history and preview to the template editor.

de3fb0d7 06/26/2012 08:22 AM Amos Benari

fixes #1700 audit page performance improved

  • Added auditabale name and associated name columns.
  • Added username to audit table
22a2bcb1 06/21/2012 08:34 AM Amos Benari

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

8f34dc60 06/21/2012 04:09 AM Ohad Levy

fixes #1697 - hostgroup class listing showed all classes regardless of environment

09ce1364 06/20/2012 03:43 PM Amos Benari

audit as twitter and versions for template.

This also closes #1377 as it offer versions and diff view of the tempates.

it is not ideal, but it should handle the most common case for now,
where we should open other feature requests to support all of the ideas in #1377

67905725 06/14/2012 08:28 AM Ohad Levy

minor fixes to host show page

21467371 06/12/2012 09:46 AM Amos Benari

added classes-filter to the puppet classes selection page. fixed the selected classes sort.

also fixes #1675

ff217463 06/11/2012 09:42 AM Amos Benari

renamed the parameter queuename to progress_report_id to reflect the fact that
we now have multiple queues in a single progress report.

994e8e05 06/11/2012 03:57 AM Amos Benari

fixed ui issues caused by moving to new css (bootstrap and jquery-ui)

e4b5713e 06/10/2012 09:08 AM Amos Benari

moved to bootstrap 2.04

c7946bf2 06/10/2012 09:08 AM Amos Benari

fixes #1389 Add bookmark support for pages which are not in the main dialog

aac813cd 06/06/2012 05:23 AM Amos Benari

smart vars looks sharper.

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

fixes #1572

c8d89c66 05/29/2012 07:12 AM Amos Benari

model index and form fixes. show copute provider in the model column is applicable.

2a08c26b 05/29/2012 05:48 AM Amos Benari

fixed ui for adding and removing ovirt volumes.
when creating a vm from template, if there was an error in the
form. the vm volumes didnot display correctly.
adding and removing volumes in the same submit action did not function well too.

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

0b05e89f 05/19/2012 02:01 PM Amos Benari

login with water-mark.

cc68313b 05/19/2012 02:01 PM Amos Benari

added well to all forms.

ba71c565 05/15/2012 02:43 AM Greg Sutcliffe

fixes #1620 - Basic support for Archlinux

4d858028 05/07/2012 08:50 AM Amos Benari

fixes #1603 - Login Screen improvments

92bf092d 05/07/2012 08:50 AM Amos Benari

UI - more explicit button description for the add child node.

57a74ec9 05/02/2012 11:06 AM Amos Benari

added ace code editor to the provisioning template edit page.

added info text to the assosiation tab of the provisioning templates page.

895ff43c 04/30/2012 05:57 AM Ohad Levy

[UI] minor fixes refs bootstrap upgrade

b58ec945 04/29/2012 04:47 PM Ohad Levy

[UI] - make sure settings intput fields do not resize incorecctly upon inline edit

d71cd1a4 04/29/2012 10:47 AM Amos Benari

[UI] removed delete button in indexes.

dec6f148 04/29/2012 10:46 AM Amos Benari

[UI] templates button in host form.

5f080138 04/29/2012 10:46 AM Ohad Levy

[UI] minor fixes to reports show page

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

updates UI to bootstrap v2

60e9b0c1 04/29/2012 08:56 AM Ohad Levy

clean up login screen

7e0a5873 04/27/2012 02:54 PM Jim Perrin

fixes #1254 - initial support to pxeboot windows

dfcfbae1 04/17/2012 02:37 PM Ohad Levy

Merge pull request #34 from tjikkun/develop

FIX suggestion of ip when subnet id is not the same as array index

96ede451 04/16/2012 09:32 AM Amos Benari

fixes #1574 - ovirt - add remove and show volumes

  • volume and interface ordering is now working
  • removed include blank because it is a duplicate of the Blank ovirt-template.
  • bootable is disabled when editing a vm, because currently I don't handle volume updates. just add and remove of a volume....
ba303020 04/16/2012 07:21 AM Sander Hoentjen

FIX suggestion of ip when subnet id is not the same as array index

4213d2be 03/28/2012 01:08 PM Ohad Levy

first go at vmware integeration refs #955

this patch adds the ability to add a vmware compute resource, and display their console