Project

General

Profile

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

# Date Author Comment
91b8eed6 07/10/2018 12:03 PM Ondřej Pražák

Fixes #24125 - Show error when libvirt not reachable

d5f2f1de 06/21/2018 08:25 AM Amir Fefer

Fixes #23599 - fix subtotal value in API call with thin=true

9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

b1ac29e9 05/31/2018 05:56 AM Lukas Zapletal

Fixes #23379 - proxy stubs on API level

68388bc2 04/26/2018 04:29 PM Michael Moll

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

a9a584ee 04/21/2018 12:39 PM Oleg Dovzhenko

Fixes #23339 - Port robottelo tests for hosts

df1215f9 04/21/2018 12:34 PM Lukas Zapletal

Fixes #23254 - Utilize webmock to prevent network connection

in tests

3cd8c84b 04/11/2018 07:21 AM Michael Moll

Fixes #19787 - Fix Layout/SpaceAfterComma cop

5cbba9ec 04/01/2018 04:40 PM Tomer Brisker

Refs #22285 - Prepare tests for strong params enforcement

- Fix broken hosts api tests
- Fix role cloning tests
- Fix ssh key controller api test
- Fix http proxies controller test
- Fix lookup key override api controller test
- Fix puppetclass controller api test...

e653ec5e 12/13/2017 01:36 PM Timo Goebel

fixes #21956 - apply compute profile only when needed

d041d4bb 12/11/2017 10:11 PM Dominic Cleal

Fixes #21098 - Use positional args in functional test requests

c7c53aeb 12/11/2017 01:15 PM Shimon Shtein

Fixes #21776 - Improved fact importing to deal with names

Now the list of fact names will be calculated beforehand and saved
to the database. It will also consider that the name could be added
from other thread.

f4d64312 11/07/2017 11:19 AM Kavita Gaikwad

Fixes #20204 - returns all hosts for unassigned hostgroup

6aaeffa0 11/07/2017 11:14 AM Shimon Shtein

Fixes #15402 - Moved puppet to separate api controller

8c6bc83e 11/01/2017 09:00 AM Marek Hulán

Fixes #21424 - use factory_bot_rails

9a41f58f 09/19/2017 03:07 AM Tomáš Strachota

Fixes #10726 - NIC types are immutable

558a7590 09/07/2017 05:32 AM Nagoor Shaik

Fixes #20516 - GET hosts API displays owner_name attribute

8dcc90be 07/20/2017 11:02 AM Marek Hulán

Fixes #16884 - enforce granular filters even during save

71c08300 06/27/2017 03:38 AM Tomer Brisker

Fixes #20072 - Allow thin host list via API

edd5310f 04/20/2017 10:57 AM Dominic Cleal

fixes #19131 - upgrade minitest to latest 5.x

- override minitest's `_` expectation method with the gettext method
- rename `location` let helper, conflicted with a minitest method name
- fix `assert_equal nil, [..]` deprecation warnings, prefer `assert nil`...

dd290225 04/19/2017 08:59 AM Marek Hulán

Fixes #18687 - restore hash format for parameter attributes

637da2f2 03/22/2017 11:34 AM Timo Goebel

fixes #18064 - import host from compute resource

5f606e11 02/22/2017 03:26 AM Daniel Lobato Garcia

Fixes #16982 - Scope properly when no taxonomies are set

The default scope for hosts and other objects did not restrict
properly by taxonomies. An user without organizations or
locations, could do anything it's permissions allow to.
The list of hosts was unrestricted and showed hosts in...

00ed8ba5 02/20/2017 04:03 PM Ondřej Pražák

Fixes #12294 - Update existing params using API

38a9ed0c 01/24/2017 06:12 AM Ori Rabin

Refs #17653 - fix typo in show_hidden_parameters and add tests

9883149a 01/11/2017 06:42 AM Amir Fefer

Fixes #6952 - Set hostgroup after provisioning from pxe

After hostgroup provisioning, when the machine has registered
with foreman, it should be in the same hostgroup.
to achieve this behavier, the fact foreman_hostgroup should be
added to hostgroup provisioning template

8e81effc 12/29/2016 09:17 AM Amit Karsale

Fixes #13775 - merge if data set is present

ff5900e9 12/13/2016 10:14 AM Trey Dockendorf

Fixes #17257 - Allow specific configs to be recreated

87f8f03e 11/03/2016 09:54 AM Shimon Shtein

Fixes #16646 - Add ability to plugins to modify index scope

4090ccb5 10/13/2016 05:44 AM Daniel Lobato Garcia

Fixes #6492 - ipmi_boot permission renamed to ipmi_boot_hosts

Authorizer expects permission names to follow a convention
'action'_'controller'. However this permission was not following it, and
this prevented the permission from being applied properly.

Before this fix, only admins could call ipmi_boot. I've also added a...

a4d7a037 10/07/2016 02:51 AM Marek Hulán

Fixes #12864 - verify host owner taxonomies

45e7f2c7 10/03/2016 05:29 AM Ondřej Pražák

Fixes #15926 - [API] Add method to get ENC values of a host

b819a37b 09/29/2016 03:53 AM Trey Dockendorf

Fixes #16114 - Expose host parameters to GET /api/hosts

ea98080f 09/24/2016 03:20 AM Dominic Cleal

fixes #16557 - move tests into modern Rails layout

Models, controllers, mailers and helpers are now in test/ subdirs
matching app/ subdirs. Service, miscellaneous and old test/lib/ tests
are now in test/unit/ separated from models, which obsoletes the custom...