Project

General

Profile

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

# Date Author Comment
cbe40e3d 07/03/2018 06:14 AM Ivan Necas

Refs #24072 - fix compute profile with CR set via HG

When compute resource is set via compute profile, we're not sending it
via the form (as it's disabled). Therefore, we need to search for in via
hostgroup.

641ef42a 07/03/2018 06:14 AM Ivan Necas

Refs #24072 - fix selecting hostgroup with compute resource

Without this fix, the 'Virtual Machine' tab was giving:

'mybox' not found on 'libvirt (Libvirt)' 'mybox' could
be deleted or 'libvirt (Libvirt)' is not responding.
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

179a851d 05/18/2018 01:02 PM Dmitri Dolguikh

Fixes #23629 - Fix redirect parameters on hosts page

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

Fixes #19781 - Fix Layout/LeadingCommentSpace 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...

9738aa6e 03/29/2018 06:44 PM Amir Fefer

Fixes #22236 - Adds breadcrumbs to foreman UI

4a2f1bc2 03/19/2018 09:53 AM Daniel Lobato Garcia

Fixes #22880 - Move to Minitest::Retry for integration tests

Since our integration tests are quite flaky, at times because of DNS
problems or similar, I suggest we move away from minitest-optional_retry
(unmaintained) to minitest-retry which seems more maintained and...

53b80ce3 01/31/2018 03:32 PM Amir Fefer

Fixes #21425 - host selection alert refers to param per_page

Multiple host selection alert only mention settings[:per_page],
though pagination has been changed,
now the user can change per_page via select box

7d83dae0 01/26/2018 09:16 PM Daniel Lobato Garcia

Refs #20049 - Retry some integration tests

b04c8304 01/15/2018 04:28 PM Michael Moll

Fixes #19879 - Fix Style/NestedParenthesizedCalls cop

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

Fixes #21424 - use factory_bot_rails

680338b6 06/24/2017 08:58 AM Daniel Lobato Garcia

Refs #20049 - Retry various integration tests

New breakages found that could be fixed by retrying (timeouts, DNS
errors...)

fefb568b 05/23/2017 09:56 AM Lukas Zapletal

Fixes #19583 - reworded blank label for subnet

0cf6d676 04/18/2017 09:29 AM June Zhang

Fixes #19217 - update the close icon to remove icon

In "Add Parameters" and "Add Combinations", we noticed
there are "Remove" icons, but currently using the Close
icon, based on the icon guideline, we suggest to use the
right icon for correct meaning.

4017d259 03/10/2017 01:58 PM Marek Hulán

Fixes #18722 - fix host parameters in host form

b11071cd 01/24/2017 10:20 AM June Zhang

Fixes #17872 - Update button label from New to Create

Based on PatternFly Terminology and Wording suggestions
Don't recommend to use New, so update New to Create.

384c8080 01/12/2017 09:34 AM Sebastian Gräßl

Fixes #14714 - Make inherited Puppet Classes more apparent

To better recognize which Puppet Classes are inherited for Host
or Hostgroup they are under a sub-heading as a seperated list.

0b5f7acb 11/14/2016 07:38 AM Ori Rabin

Fixes #17238 - Validates lookup value match exists in key path

93046b80 11/04/2016 11:05 AM Dominic Cleal

fixes #17170 - use strong params in InterfacesController

c1f41f89 10/17/2016 04:19 AM Timo Goebel

fixes #16900 - ensure interface mac address is unicast

2322228d 10/07/2016 09:41 AM Dominic Cleal

fixes #16805 - reload host parameters on host group change

On Rails 4.2, `Host#type_changed?` may return nil due to bug #24220
causing data-type-changed to be missing from the host form and the JS
in handleHostgroupChangeEdit to assume host#edit is a hostgroup form....

6e03eb14 07/29/2016 06:00 AM Dominic Cleal

fixes #15894 - retry intermittently failing integration tests

ca9bf61b 07/21/2016 05:17 AM Dominic Cleal

fixes #15762 - move flash testing out of integration test

The flash div is only present momentarily before jnotify removes the
element and re-displays it as a popup, so only check that it's set in
the response from functional tests.

dbce6d11 07/21/2016 04:29 AM Dominic Cleal

fixes #15761 - wait for domain and unused_ip AJAX calls

79c0664a 07/13/2016 12:46 PM Timo Goebel

fixes #14666 - support IPv6 in UI

72e9afe4 07/13/2016 11:57 AM Ivan Necas

Fixes #15134 - wait for ajax in interface test

Otherwise the form changes during the 'Ok' button click and causes
intermittent issues.

ce0562cc 05/19/2016 01:30 PM Dominic Cleal

fixes #14865 - use waiting selector to search for checked boxes

Also changes the click on the select all checkbox to trigger a DOM click
event, making it more reliable when the element moves slightly during
page loading.

f4459c11 05/12/2016 09:56 AM David Davis

Refs #3809 - Turning on some rubocop cops

f391021c 04/27/2016 09:27 AM Ori Rabin

Fixes #14790 - reloads puppetclass parameters when choosing os and domain

cbc6ac08 04/05/2016 09:27 AM Dominic Cleal

fixes #14202 - enable select2 in interfaces modal

Reverts commit 44723b9 and re-enables select2 in the interfaces modal,
instead fixing the issue with the NIC table detail lines to read the
network information out of select2 dropdown menus correctly.

26eeda80 03/22/2016 06:45 AM Dominic Cleal

fixes #14041 - don't call select2 on CR form templates

select2 must be called only when the select becomes visible, not for
hidden template elements. add_child_node() already does when adding a
new set of fields from the template. without_select2 is removed from...

1580adbe 03/18/2016 10:41 AM Daniel Lobato Garcia

Fixes #14067 - Host#edit integration tests should wait for tasks

When you click on Host#edit Submit button, a few orchestration tasks
will be created. After that, the show page will call (via AJAX) a few
URLS to fetch 'overview', 'resources', 'nics', etc... to fill up the...

26dade0f 03/16/2016 06:48 AM Daniel Lobato Garcia

Fixes #14097 - Only run DatabaseCleaner truncation on JS tests

Problem:
DatabaseCleaner runs after all integration tests, on truncation mode.
However, for tests where we use rack-test instead of poltergeist, this
is not necessary and slows down the test suite....