Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
5c02935a 03/21/2016 09:34 AM Dominic Cleal

fixes #14291 - replace integration test logins with SSO

Replace the loading and form-filling on the user login page with a
test-only SSO method, which automatically logs in the test user on
every request. This uses a cookie sent in the request to specify the...

38987e04 03/18/2016 11:00 AM Dominic Cleal

fixes #14253 - add attr_accessible to Widget

Add position/view related attributes to widget as accessible attributes
and protect data such as template and name. Under Rail 4.2, saving the
dashboard was failing due to attribute protection, so new functional...

1799cee8 03/16/2016 08:59 AM Shimon Shtein

Fixes #10183 - Added a default results transformation for status action

b299f9c9 03/15/2016 10:18 AM Dominic Cleal

fixes #13980 - don't merge NIC compute attrs on New Host form

Removes merging of NIC's compute attributes when refreshing interfaces
on compute profile or resource selections on the New Host form. Instead,
overwrite NIC attributes from the profile (as it did before 85e82d0) as...

860cbb0a 03/14/2016 02:53 PM Dominic Cleal

fixes #14179 - don't merge NIC compute attrs in ComputeProfileMerge

When creating a host over the API and specifying interface compute
attributes, the interface attributes were overwritten from the compute
profile. Example request:

{"host":{"interfaces_attributes":{"0":{"primary":"true","compute_attributes":{"model":"e1000"}}}, ...}}...
55e7865d 03/11/2016 05:08 AM Amir Fefer

Fixes #9470 - Adds an option to send puppet error emails for all host to a user

Adds an option to the puppet error state notification - Subscribe to all hosts, when error occurs from any authorize host, the user will get an email

7e46a7bc 03/10/2016 08:36 AM Karli Sjoberg

fixes #14131 Changed bash to sh

2e1dc83d 03/10/2016 04:32 AM Ori Rabin

Fixes #14129 - remove duplicate declaration of KEY_DELM

7d90b5cb 03/02/2016 04:45 AM Eric Helms

Fixes #13417: Provide facet registration through plugin API

47990639 02/19/2016 04:31 AM Tomáš Strachota

Fixes #6342 - merge compute profile when attributes in api host#create

API v2 host#craete call now merges user specified compute attributes
with compute profile. UI functionality remains untouched.

View revisions

Also available in: Atom