Project

General

Profile

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

# Date Author Comment
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

ee360810 04/05/2018 11:56 AM Michael Moll

Fixes #19894 - Fix Style/RedundantParentheses cop

e136404c 04/01/2018 10:33 PM Oleg Dovzhenko

Fixes #23066 - Port robottelo tests for users and user roles

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

Fixes #21098 - Use positional args in functional test requests

02d1635c 11/28/2017 03:00 PM Shira Maximov

Fixes #21353 - users can edit login if they have permissions

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

Fixes #21424 - use factory_bot_rails

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

Fixes #16884 - enforce granular filters even during save

af9edf10 06/01/2017 06:11 AM Marek Hulán

Fixes #19612 - CVE-2017-7505 don't expose admin to taxed users

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

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

8aeebc29 10/31/2016 04:32 AM Dominik Hlavac Duran

Fixes #16548 - Changing user own passwd require current passwd

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