Project

General

Profile

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

# Date Author Comment
2d5e52d9 07/05/2018 03:32 PM Ondřej Pražák

Fixes #23896 - Update taxonomies when refreshing metadata

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

Fixes #19789 - fix Layout/SpaceAroundOperators cop

630061d2 06/14/2018 09:50 AM Michael Moll

Fixes #19775 - Fix Layout/ExtraSpacing cop

d0644ecc 04/24/2018 04:15 PM Djebran Lezzoum

Fixes #23295 - Robottelo tests reporting (#5464)

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

Fixes #19787 - Fix Layout/SpaceAfterComma cop

74e9b19a 04/01/2018 09:11 PM Djebran Lezzoum

Fixes #23045 - Port Robottelo PTables tests

ca51c513 03/09/2018 02:01 PM Marek Hulán

Fixes #22358 - add templates importing

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

Fixes #21098 - Use positional args in functional test requests

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

Fixes #21424 - use factory_bot_rails

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

404ead2a 11/23/2016 10:02 AM Marek Hulán

Fixes #17403 - enable exporting of templates

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