Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5b3879ff 08/28/2015 11:54 AM Amir Fefer

Fixes #11461 - Remove 'global scope' column in host/hostgroup parameters form

beab18ed 08/27/2015 03:22 PM Amir Fefer

Fixes #11581 - Headlines extracted in the selected hosts modal

4ca92155 08/19/2015 03:42 AM avi tal

fixes #11220 - column ambiguity for non-admin host creation

5081efd9 08/13/2015 07:20 AM Shimon Shtein

Fixes #11255 - Fixed inheritance checks for explicit input on host clone

04cb74c0 07/29/2015 09:00 AM Shimon Shtein

Fixes #9591 - Added support for "inherit" state.

b29fdb42 06/25/2015 01:43 PM Shlomi Zadok

fixes #10910 - initiate select2 separately on interfaces selects

4f211508 06/25/2015 07:34 AM Daniel Lobato Garcia

Fixes #7574 - Rails 4 :data attributes substitute deprecated HTML options

510d53cd 06/09/2015 07:22 AM Marek Hulán

Fixes #7096 - Adds STI to templates

This commit converts Ptables to be just another type of Template so it
gets the same features as ConfigTemplate. ConfigTemplate was renamed to
ProvisioningTemplate to reflect UI and the name under it's commonly known.

3a30ac9e 06/08/2015 10:53 AM Marek Hulán

Fixes #10260 - allow NIC management in attended mode and for unmanage hosts

40d0c988 05/11/2015 06:25 AM Stephen Benjamin

fixes #10441 - sort time and count-based columns in descending order

0b605bf6 05/06/2015 10:12 AM Ondřej Pražák

Fixes #9879 - improve wording of host delete dialog

3f13099e 05/05/2015 04:06 AM Daniel Lobato Garcia

Fixes #10230 - Host clone uses create_hosts permission

Non-admin users are not able to clone hosts. This is a regression, in
the past the create_hosts permission has been used for this, but it no
longer works. Checking the controller route only fixes the regression.

2b6605c4 04/17/2015 08:05 AM Ori Rabin

Fixes #8217, #8214 - Rearranging override section in smart class parameter page and host page

6d05514a 03/05/2015 07:31 AM Tomáš Strachota

Fixes #9480 - multiple NICs integration with compute profiles

From users point of view:
- interfaces setup in compute profiles is back
- interface related compute attrs get merged into host NICs upon compute
profile selection
- NIC overview table displays details in the column "Type"...

f23483a2 02/25/2015 03:29 AM Johannes Scheuermann

fixes #9397 - Make usage of @host.operatingsystem in UnattendedController consistent

Changed all host.os to host.operatingsystem

96277f87 02/24/2015 08:05 AM Tomáš Strachota

Fixes #8736 - confirmation before host delete for freshly created hosts

8f38e945 02/18/2015 07:35 AM Shlomi Zadok

fixes #6655 - remove _ForemanSelectedhosts cookie on action submit

ce58db0a 02/16/2015 10:51 AM Marek Hulán

Fixes #9351 - use correct interfaces url for AJAX calls

87429912 02/11/2015 07:19 AM Dominic Cleal

refs #6371 - fix unclosed HTML tag

84df4c48 02/10/2015 10:56 AM Dominic Cleal

refs #6371 - extract VNC password text

e2328c6d 02/10/2015 05:57 AM Tom Caspy

fixes #6371 - showing the vnc password

03e3186e 02/09/2015 01:14 PM Marek Hulán

Fixes #9195 - register MAC validation errors properly

43c4bd72 01/27/2015 11:58 AM Marek Hulán

Fixes #7456 - Extract primary interface from host

Contributions from:

All host must have at least one primary interface and one provision (can...

c47be8a8 01/26/2015 04:40 PM Tommy McNeely

fixes #8498 - Allows root password to be set in finish scripts

2aa77d78 01/23/2015 02:37 PM Ori Rabin

Fixes #8963 - Rename trunc helper to trunc_with_tooltip

c873b3cd 01/09/2015 07:05 AM Joseph Magen

fixes #8802 - add Turbolinks support

65292474 01/05/2015 09:28 AM Tomer Brisker

Fixes #6832 - Don't show location/organization on host edit page if host has none

e77dd577 12/28/2014 04:12 AM Shimon Shtein

Fixes #8785 - HTML syntax fixes - add thead/tbody, fix formatting

c4698fe9 12/11/2014 02:44 AM B Sh

Fixes #2592 - No indication when waiting for host dashboard button action to complete

7dde8250 12/10/2014 05:43 AM Daniel Lobato Garcia

Fixes #8620 - Remove useless back to host index link in multiple hosts action

27943ec3 11/16/2014 07:30 PM Tomer Brisker

Fixes #3288 - i18n extract heading on new host view

1f634752 11/11/2014 02:43 PM B Sh

Fixes #6974 - Hitting Cancel button on New Org > Manually Assign goes to 404

3154d77e 11/10/2014 04:43 AM Tomáš Strachota

Fixes #7462 - new UI for network interfaces

42085b76 11/04/2014 05:02 AM Dominic Cleal

refs #746 - hosts stylesheet is part of app.css, not standalone

6e916e52 10/26/2014 02:25 PM Shlomi Zadok

Fixes #746 - Generate all the Host template when click on Build to avoid errors during installation

d5896a14 10/26/2014 07:46 AM Daniel Lobato Garcia

Fixes #8048: n+1 query selecting multiple hosts

e768c976 10/22/2014 11:56 AM Tomáš Strachota

Fixes #6710 - unicode characters in url parameters

Original methods to_param defined on resources called name.parameterize
to get rid of url-unsafe characters. This function unfortunately also
stripped off unicode characters.

Changes:
- parameterization extracted into a separate module Parameterizable...

c1aca33a 10/11/2014 06:40 AM Robert Birnie

Fixes #6214 - Alphabetical menu sorting in the UI

35b6fb94 10/09/2014 02:39 PM Robert Birnie

Fixes #7886 - Compute Resources should be ordered by name

a783d2c8 10/02/2014 09:48 AM B Sh

Fixes #7588 - pagination info not a button and aligned

571614ae 09/29/2014 07:22 AM Joseph Magen

fixes #7560 - add :required => true on host fields that have conditional validation if host.managed?

bf59cec1 09/22/2014 09:25 AM Tomer Brisker

Fixes #2232 - speed up Host view via AJAX

4b09e4df 09/18/2014 06:27 AM Shlomi Zadok

Fixes #7489 - changed root password label to 'must' instead of 'should'

d455f32c 09/03/2014 11:24 AM Marek Hulán

Fixes #6444 - add support for virtual NICs

Extend additional interface details refs #2240

NIC facts parsing change and we create interfaces in Foreman according
to facts we recieve.

Subclasses does not define their own attributes and serialize them to
attrs hash. All BMC attributes are extracted to separate columns so it's...

e761f186 08/15/2014 08:12 AM B Sh

fixes #7082 - combo box style in host multi-select popup windows

Fixing the combo-box style in app/views/hosts/select_multiple_* pages.
Using selectable_f from app/helpers/layout_helper.rb instead.

cad9cce9 08/10/2014 04:49 AM Dominic Cleal

fixes #6964 - replace default scope that hides users with explicit scope

62a72467 08/05/2014 07:54 AM Tomer Brisker

Fixes #5442 - extract suggest IP string for translation

a27196f0 07/22/2014 07:34 AM Neil Miao

Fixes #6483 - oVirt network is properly populated for multiple datacenters

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.

57e4204b 06/19/2014 01:47 PM Joseph Magen

fixes #6228 - disable provisioning method radio boxes after host is provisioned

9d2152af 05/07/2014 01:12 PM Amos Benari

refs #5188 - prepare place holder for host details

host details should include subscription status

37024015 05/01/2014 03:47 PM Stephen Benjamin

fixes #5520 - proper capitalization in orchestration header

a33142b9 04/30/2014 02:08 PM Dominic Cleal

fixes #5038 - remove empty label causing template edit box indentation

5f58478b 04/29/2014 11:19 PM Amos Benari

fixes #5132 URL doesn't update correctly after creating a new host

e029bc8c 04/25/2014 09:47 AM Joseph Magen

fixes #5258 - Can't edit a host due to IPMC/BMC interface form error

bd6ed217 04/13/2014 08:27 PM Joseph Magen

fixes #5083 - refactor host_edit.js - remove puppetclass specific functions to class_edit.js

05ed57c1 04/11/2014 02:50 PM Sean Handley

fixes #5157 - allowed to suggest new IP on the new host form

90ff2a3a 04/04/2014 11:23 AM Dmitri Dolguikh

fixes #4381: dns records are being update after changes to host when dhcp is also present

88ed4900 04/04/2014 11:22 AM Amos Benari

fixes #3592 lazy load vm with ajax in host show page.

77f70152 04/02/2014 10:46 AM Stephen Benjamin

fixes #1809 - foreman realm integration

3cdaa292 03/31/2014 01:05 PM Dmitri Dolguikh

Fixes #4851: a SmartProxy.with_features scope replaces feature-specific scopes generated during class loading

85df2532 03/12/2014 09:22 AM Alissa Bonas

refs #4167 - Added inline info regarding root password length policy

3d03e334 03/11/2014 02:35 PM Dominic Cleal

fixes #4123 - libvirt imaging support using backing volumes

19579f87 03/06/2014 10:36 AM Martin Ducar

fixes #4524 - The logged in user should be the default one in create new hosts

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:
832c0925 02/24/2014 08:38 PM Joseph Magen

fixes #4393 - rename ancestry label to title

99527500 02/24/2014 11:43 AM Jimmi Dyson

fixes #4015 - support oVirt using templates like images

1fa008a4 02/19/2014 10:31 AM Joseph Magen

fixes #3912 - add inheritance for locations / organizations

b6a429ae 02/18/2014 12:35 PM Stephen Benjamin

fixes #3307 - add troubleshooting to console page

cbce647f 02/05/2014 06:12 PM Amos Benari

fixes #4220 dashboard and report-show pages chart-frame is not in place.

7ff50dd8 02/05/2014 05:01 PM Joseph Magen

fixes #3999 - refactor DRY implementation of "nested label" for objects with ancestry

378c65e5 01/21/2014 07:21 PM Brad Buckingham

fixes #4152 - fix syntax error in _form.html.erb for hosts and hostgroups

9c0709db 01/21/2014 05:04 PM Jason Montleon

fixes #3909 - add disassociate and bulk action disassociate to interface

ede5687c 01/14/2014 09:55 PM Ohad Levy

refs #3811 alerts messages cleanup and minor refactoring

c6e02bd3 01/09/2014 07:43 AM Joseph Magen

fixes #3178 - add feature for compute profiles for hostgroups and hosts

5d6ab0b1 12/31/2013 12:58 PM Amos Benari

refs #3811 - additional bootstrap 3 updates/fixes

  • css renamed alert-error is now alert-danger
  • spinner progress indicators are back
  • fixed progress bar on create host
1fa42669 12/30/2013 10:16 AM Amos Benari refs #3811 - additional bootstrap 3 updates/fixes
  • provisioning template "resolve" button ui fixes
  • form inline help and button lacation fix
  • host ip address help link fixed
  • fixes libvirt allocation buttons
  • host global parameters columns fixed
  • fix multi-select width
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

a0c1773d 12/09/2013 10:35 AM Lukas Zapletal

fixes #2600 - fixed gettext extraction on vms forms

625e5c7b 11/20/2013 10:29 AM Stephen Benjamin

fixes #3661 - mis-redirection from /hosts/fqdn/edit to /hosts

f9a77319 11/04/2013 07:44 PM Amos Benari

fixes #3338 - grey out VM form when editing is not supported

01302dc5 11/01/2013 09:56 AM Greg Sutcliffe

Fixes #3182 - Make IP optional in some circumstances

2899ab7e 10/16/2013 07:44 AM Dominic Cleal

fixes #3270 - load subnets for the domain associated with each NIC

4d4557e9 10/15/2013 12:18 PM Joseph Magen

fixes #2741 - remove dash from -%> to %>

4638a878 10/10/2013 12:49 PM Martin Matuška

fixes #3136 - host cloning should auto-suggest a new IP address

db062299 10/08/2013 04:46 PM Ohad Levy

fixes #3218 - Remove Double calls to CR provider when creating a new host.

beed05de 09/07/2013 12:34 PM Mark O'Shea

fixes #1871, #1879 - add VPC support to EC2 compute resource

Based on patch from Romain Vrignaud <>

1d7d1ffd 08/15/2013 08:50 PM Joseph Magen

fixes #2910 - renamed *.erb extensions to *.html.erb

241ed0a3 07/29/2013 08:12 AM Dominic Cleal

fixes #2851 - refresh puppet classes on environment change

ecd9c9c6 07/01/2013 03:26 AM Joseph Magen

fixes #2713 - do not update nics table on every host update as a workaround to bug #2489

e902d939 06/21/2013 03:45 AM Greg Sutcliffe

Fixes #2655 - Display Host buttons on unmanaged hosts if a puppet proxy exists

eaa6aec0 06/20/2013 12:07 PM Joseph Magen

fixes #2489 - fixes BMC password caused by rails bug accepts_nested_attributes_for and serialized child field

4cdd3291 06/12/2013 10:32 AM Greg Sutcliffe

Fixes #2642 - Display build button if host type has changed

c5e90813 06/12/2013 10:32 AM Greg Sutcliffe

Fixes #2641 - Add type_changed check to JS to allow form to refresh when provisioning a discovered host

92326dd2 06/11/2013 10:26 AM Amos Benari

fixes #2636 host submit missing progress-bar when installed at sub-domain

95be0963 06/04/2013 05:46 AM Amos Benari

fixes #2606 fix display of compute resource errors

1bf7cc35 06/04/2013 04:36 AM Amos Benari

fixed #2534 fixes #2495 paginator has i18n issues

7164f367 06/03/2013 05:42 AM Ohad Levy

fixes #2545 - EC2 instance does not show EC2 related options in Edit page.