Project

General

Profile

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

# Date Author Comment
b71907ec 06/12/2018 01:37 PM Lukas Zapletal

Fixes #23875 - removed old session tests

f146632d 04/04/2018 01:59 PM Michael Moll

Fixes #23075 - Fix Rails/HttpStatus cop

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

b88cd3a2 09/18/2017 05:12 AM Dominic Cleal

Fixes #20951 - Replace render :text with :plain

4deab2f3 04/12/2017 02:31 AM Lukas Zapletal

Fixes #13772 - orchestration now uses app logger

70f7a9b9 03/21/2017 03:29 PM Marek Hulán

Fixes #18948 - correctly relogin user with SSO sessions

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

a7f4dad2 01/05/2017 05:34 AM Daniel Lobato Garcia

Fixes #17864 - Show smart proxy errors on unattended fail

If your proxy is has some error (like misconfigured sudoers, puppet not
available, etc...) and you try to boot a host through unattended
mode [1], the exception will not show up when you try to fetch the...

65a58954 10/03/2016 04:23 AM Kavita Gaikwad

fixes #16514 - redirect to login page if user is deleted

015be343 09/27/2016 09:21 AM Timo Goebel

fixes #16635 - welcome page works with scoped models

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