Project

General

Profile

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

# Date Author Comment
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

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

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

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

Fixes #23254 - Utilize webmock to prevent network connection

in tests

f694d292 04/12/2018 06:29 AM Amir Fefer

Fixes #23225 - fix vm tab js error in host page

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

Fixes #19787 - Fix Layout/SpaceAfterComma cop

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

Fixes #19894 - Fix Style/RedundantParentheses 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...

265e1d98 03/20/2018 03:10 PM Ori Rabin

Fixes #15984 - Avoid escaping overridden parameters (#5126)

a4956e35 03/08/2018 08:27 AM Daniel Lobato Garcia

Fixes #22721 - Rename setting to trusted_hosts

The setting trusted_puppetmaster_hosts is used to allow hosts to submit
stuff to the facts/reports API endpoint.
The name made sense a long time ago, but these days other plugins and
any user can submit stuff to this API to generate...

cf94f62e 02/28/2018 02:40 PM Avi Sharvit

Fixes #21999,#22005 - Migrate toasts to pf-react

  • Replace Alert and Toasts components with patternfly-react
  • Refactor the server side flash-notification
  • Allow rails-flah-notification to react-toast-notification with link
34f84c8d 01/15/2018 01:22 PM Michael Moll

Refs #22164 - use cheaper FactoryBot methods

  • Refs #22164 - FactoryBot.build -> FactoryBot.build_stubbed
  • Refs #22164 - FactoryBot.create -> FactoryBot.build

in
- test/unit/*
- test/models/shared/taxonomies_base_test.rb
- test/controllers/hosts_controller_test.rb

d5d2d63f 01/04/2018 08:26 PM Ondřej Pražák

Fixes #5790 - Add compute resource to hostgroup (#4593)

8decba41 12/11/2017 10:11 PM Dominic Cleal

Fixes #21102 - Replace 'xhr' in tests with keyword argument

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

Fixes #21098 - Use positional args in functional test requests

510dbaae 11/08/2017 02:20 PM Timo Goebel

fixes #21579 - pagelets for host show

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

Fixes #21424 - use factory_bot_rails

38964973 09/22/2017 11:45 AM Dominic Cleal

Fixes #20957 - Replace alias_method_chain with Module prepend

Deprecated in Rails 5.0 and will be removed in 5.1. Some instances of
classes overwriting existing methods can be handled with `super`, other
concerns or modules are changed to use prepend instead of include....

b3fb472c 09/13/2017 02:30 AM Daniel Lobato Garcia

Fixes #20098 - Resolve template_used for image provisioning

At the moment, the method Hostext::OperatingSystem#template_kinds is
unable to handle image-based provisioning. If there is an image, it will
not be able to find it as 'self.compute_attributes' does not exist for...

c8f5cd53 07/31/2017 06:20 AM Tomer Brisker

Fixes #20248, #20327 - Respect context in CSV export

Since CSV export is done using an enumerator which is executed by a
different thread to the one that creates it, we need to manually pass in
the context (user, location, organization) to the enumerator.

1991ee8e 07/26/2017 08:22 AM June Zhang

fixes #16592 - keep consistent for headline capitalization

Based on PatternFly Outline Headline Style, Suggested to
keep consistent in headline capitaliztion.

a154c816 07/24/2017 11:47 AM Liza Gilman

Fixes #19031 - move to patternfly pagination style

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

Fixes #16884 - enforce granular filters even during save

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

13a7bf0d 04/03/2017 06:52 AM Amir Fefer

Fixes #16043 - add select all hosts option

72a28408 03/24/2017 11:02 AM Ondřej Pražák

Fixes #18001 - Add plugin permissions to core's roles

9ca77d08 03/23/2017 11:17 AM Timo Goebel

fixes #12419 - template preview host has typeahead

bb52a41d 03/23/2017 09:46 AM Dominic Cleal

refs #18264 - remove text order assumption in response body test

f82a666d 03/22/2017 07:12 AM Amir Fefer

Fixes #18264 - change select multiple host actions to POST

When selecting large amount of hosts for bulk action,
url is getting too long and may cause 414 error.
To avoid that, hosts_ids should send via post request
within the body.

0bb4a75c 03/22/2017 06:38 AM Dominic Cleal

fixes #18976 - separate tests with different request formats

When making a JSON format request followed by a request with no explicit
format, Rails 5 is now memorising that it's requesting application/json
instead of resetting to HTML or similar. It shouldn't be assumed that...

f54cb6a2 02/28/2017 11:25 AM Dominic Cleal

fixes #18662 - stop default scope being overridden by association

Ensure the Taxonomix empty default scope isn't overridden by association
scopes which (effectively) calls `.where(:id => ...)` and overrides the
value of :id set in this default scope. This occurs on Rails 5.0 which...

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

a61ecf63 02/17/2017 03:33 AM Dominic Cleal

fixes #18540 - update domain on primary in hosts_count tests

domain/domain_id are not attributes of the host itself, they're
delegated to the primary interface. When using update_attribute on the
host, the model doesn't appear `changed?` so Rails 5 skips the save....

22a5bf03 01/18/2017 07:37 AM Daniel Lobato Garcia

Fixes #18045 - Puppet classes show up choosing only env.

After #3551 was merged, the hosts controller requires both environment
and hostgroup to be set in order to display puppetclasses.

It shouldn't be required to have both, so we should check what's
available and use it. If it's only the hostgroup or the environment, it...

7892585d 12/22/2016 08:37 AM Sean O'Keeffe

Fixes #17683 - Wrong resource type in HG AJAX permission check

6695a556 11/25/2016 11:37 AM Timo Goebel

fixes #11127 - show error when rebuild reboot fails

fc053564 11/23/2016 03:30 AM Dominic Cleal

refs #14688 - correct i18n extraction for all new power methods

- HOST_POWER being translated at the class level, not in action context
- messages with variables interpolated prior to i18n lookup
- timeout message being translated without prior extraction

901fe896 11/22/2016 10:45 AM Ondřej Pražák

Fixes #14688 - Power status visible on hosts index page

11617115 11/22/2016 06:04 AM Ori Rabin

Fixes #14951 - Allow matcher for host turning into managed host

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

61802878 10/13/2016 05:21 AM Shlomi Zadok

Fixes #13968 - Add error when no known proxy features found

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