Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

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

Fixes #19789 - fix Layout/SpaceAroundOperators cop

56de025f 06/04/2018 12:19 PM Tomáš Strachota

Fixes #21580 - normalize compute attributes (#4980)

Normalizes compute attributes in API show actions. For backwards
compatibility reasons this patch adds a new rabl node instead of
replacing 'vm_attrs'.

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

Fixes #19787 - Fix Layout/SpaceAfterComma cop

dc2efa60 04/05/2018 10:34 AM Ivan Necas

Fixes #23067 - expose option to use oVirt APIv4

Also handle v4 certificate error and v3 path migration

6fb097f9 04/03/2018 06:14 AM Ori Rabin

Fixes #22546 - CVE-2018-1097: Bump fog-ovirt for power action fix

b70b7649 03/26/2018 09:14 AM Oleg Dovzhenko

Fixes #22990 - Use shoulda-matchers

9b3eabbc 03/26/2018 09:14 AM Oleg Dovzhenko

Fixes #22990 - Port robottelo tier1 compute resources

a31c09f5 02/02/2018 01:00 PM Timo Goebel

fixes #22454 - vmware: validate user data for customspec

e2194150 01/26/2018 10:50 AM Ondřej Pražák

Fixes #20807 - Remove deprecations for 1.18

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

Fixes #19879 - Fix Style/NestedParenthesizedCalls cop

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

1416a23d 12/27/2017 10:18 AM Timo Goebel

fixes #22062 - support vmware vmrc console

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

Fixes #21424 - use factory_bot_rails

18439248 08/15/2017 10:28 AM Swapnil Abnave

Fixes #19326 - create compute-resource - URL optional

80dc430e 07/20/2017 08:56 AM Ohad Levy

fixes #4509 - VMWare: multiple scsi controllers

3cf9d65f 07/03/2017 02:30 PM Marek Hulán

Fixes #20174 - handle no storage pool gracefully

91f8ffb1 06/05/2017 06:39 AM Daniel Lobato Garcia

Fixes #19631 - ComputeResource with KeyPair can be removed

The concern for removing the compute resources with keypairs was trying
to destroy the compute resource too early. Also, this deletion already
happened because of the has_one :dependency => :destroy relation...

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

736cb75f 04/10/2017 11:54 AM Ivan Necas

Fixes #19236 - handle situation when host is destroyed oVirt

The issue was introduced in 4269abbd, where we replaced the
`OVIRT::OvirtException` error by `ActiveRecord::RecordNotFound` in
`find_vm_by_uuid method`, but we haven't updated the corresponding...

637da2f2 03/22/2017 11:34 AM Timo Goebel

fixes #18064 - import host from compute resource

f394cd91 02/14/2017 04:42 AM Timo Goebel

fixes #18373 - vmware: do not pass automatic firmware to vm

2309e9e1 01/31/2017 06:16 AM Adam, Till - D0249540

fixes #18216 - volume size editable for existing VMs one

59e7136a 12/25/2016 04:05 AM Shlomi Zadok

Fixes #17015 - Adds Key pairs controller

d4af7cae 12/14/2016 11:56 AM Ivan Necas

Fixes #5483,#11106 - pass the virtualswitch value to fog

We can't pass the network id directly to the fog, but it accepts the
virtualswitch parameter, that we can use to point to the right value.

Also, it fixes another issue, where we used the vsphere network id to...

a4fdab63 12/09/2016 08:46 AM Timo Goebel

fixes #15610 - choose firmware for vsphere vms

23960908 11/30/2016 12:01 PM Trey Dockendorf

Fixes #17535 - Associate host with multiple NICs to VMWare VM

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