Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
151ecb5d 06/29/2018 03:47 PM Lukas Zapletal

Refs #24057 - fixed broken email test

87e23352 06/28/2018 04:51 PM Aditi Puntambekar

Fixes #24057 - Email subject prefix accepts long strings (#5742)

943bc1a2 06/28/2018 12:15 PM Ondřej Pražák

Fixes #23994 - Do not update templates out of scope

89a3e4c2 06/24/2018 02:07 PM Marek Hulán

Fixes #23951 - fix searching by config group

4e68ddfe 06/21/2018 01:25 PM Julian Todt

Fixes #23626 - Move autosign to build queue

6ebba152 06/20/2018 07:22 AM Michael Moll

Fixes #19858 - Configure Style/EmptyMethod cop (#5703)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19858 - Configure Style/EmptyMethod cop
b7fc06c4 06/18/2018 07:22 AM Lukas Zapletal

Fixes #23930 - PXELinux loader is now preferred

233fe7a3 06/15/2018 01:38 PM Oleg Dovzhenko

Fixes #23953 - Port robottelo tests for settings

fcc2b55d 06/15/2018 07:25 AM Lukas Zapletal

Fixes #23768 - keep_subnet flag to prevent subnet override (#5635)

9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

6b518448 06/14/2018 11:27 AM Marek Hulán

Refs #23132 - stabilize bookmark test

630061d2 06/14/2018 09:50 AM Michael Moll

Fixes #19775 - Fix Layout/ExtraSpacing cop

e0910b7e 06/12/2018 03:06 PM Michael Moll

Fixes #23857 - Fix Performance/InefficientHashSearch cop

a525db23 06/12/2018 02:55 PM Stephen Benjamin

fixes #23232 - fix error when domain not in taxonomy

This ensures that if domain_id is set, but domain not found (for example
when domain is in another taxonomy), the shortname still removes the
domain from the host's FQDN.

f57d42f5 06/10/2018 05:49 PM Tristan Robert

Fixes #23859 - Fix vm_exists? method

Fix related tests

c68cefa6 06/08/2018 10:31 AM Kavita Gaikwad

Fixes #23377 - audit external group membership changes (#5555)

87194fab 06/07/2018 03:53 PM Daniel Lobato Garcia

Fixes #13749 - Handle Base64 and binary LDAP avatars

Before this change, we would always try to Base64.decode absolutely any
avatar. This resulted in broken images, as sometimes the avatars are
automatically turned into binary by net/ldap. In such cases, we want to...

86ac65a9 06/05/2018 07:09 AM Stephen Benjamin

fixes #23178 - seeded location should be in seeded org

When creating a host in the seeded org and seeded loc, host saves and
then organization becomes invalid: "Locations expecting locations used
by hosts or inherited (check mismatches report)."

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

cc5866e3 05/30/2018 03:51 PM Michael Moll

Fixes #22601 - Update Rails to 5.1.6

22f3f533 05/29/2018 02:23 PM Timo Goebel

fixes #23686 - filter audits by settings type

0572c97e 05/16/2018 04:02 PM Oleg Dovzhenko

Fixes #23609 - Port robottelo tests for classparameters

90b5dff1 05/16/2018 03:59 PM Djebran Lezzoum

Fixes #23605 - Port robottelo tests - smart_proxy

c6f2afe2 05/15/2018 06:02 PM Djebran Lezzoum

Fixes #23586 - Port robottelo tests for template

67f704d2 05/12/2018 01:55 PM lupan.daniel

Fixes #23169 - Orders settings alphabetically

a3a231c8 05/11/2018 02:32 PM Marek Hulán

Fixes #23426 - support default flag in templates import

124647de 05/11/2018 02:12 PM Djebran Lezzoum

Fixes #23565 - Port robottelo test for smart variables

5bcf89d6 05/08/2018 04:38 PM Oleg Dovzhenko

Refs #23485 - Fix interface test

975f4045 05/03/2018 04:48 PM Oleg Dovzhenko

Fixes #23485 - Port robottelo tests for interfaces

98af412f 04/28/2018 12:49 AM Djebran Lezzoum

Fixes #23419 - Port robottelo tests for hostgroup

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

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

7ccbc550 04/24/2018 03:31 PM Tomer Brisker

Fixes #23195 - Audit associations on creation and destruction (#5455)

Also includes a bit of refactoring to the AuditAssociations module.

401a54db 04/23/2018 11:31 AM Lukas Zapletal

Fixes #23331 - grouped permissions for host disabled (#5468)

a9a584ee 04/21/2018 12:39 PM Oleg Dovzhenko

Fixes #23339 - Port robottelo tests for hosts

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

Fixes #23254 - Utilize webmock to prevent network connection

in tests

02a26515 04/12/2018 06:46 PM Ondřej Pražák

Fixes #15411 - Move smart_proxy_ids_for to Host

8eb37a17 04/11/2018 11:13 AM Oleg Dovzhenko

Fixes #23132 - Fix seeds tests

d1a3d78c 04/11/2018 11:13 AM Oleg Dovzhenko

Fixes #23132 - Fix seeds tests

7c443776 04/11/2018 11:13 AM Oleg Dovzhenko

Fixes #23132 - Port robottelo tests for bookmarks

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

Fixes #19787 - Fix Layout/SpaceAfterComma cop

92a61281 04/08/2018 10:46 AM Michael Moll

Fixes #23157 - Enable Performance/FixedSize cop

cd14c1a9 04/06/2018 04:38 PM Ivan Necas

Fixes #21055 - use _id attributes for host taxonomy validator

Otherwise, the error messages are not visible.

Also log the host error messages as `error` instead of `info`, as it
should be more appropriate for this case.

7bf12c71 04/06/2018 04:31 PM Oleg Dovzhenko

Fixes #23106 - Fix MySQL tests

7f5cc0d1 04/06/2018 04:31 PM Oleg Dovzhenko

Fixes #23106 - Port robottelo tests for usergroups

c07e531e 04/05/2018 01:14 PM Sebastian Gräßl

Fixes #23113 - Allow disabling of out of sync status

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

Fixes #19894 - Fix Style/RedundantParentheses cop

8ac0ffd9 04/05/2018 11:56 AM Michael Moll

Fixes #19832 - Fix Rails/FindBy cop

9ae8fa19 04/05/2018 11:56 AM Michael Moll

Fixes #23123 - Fix Rails/ActiveRecordAliases 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

cddb566f 04/04/2018 02:48 PM Ondřej Pražák

Fixes #22893 - Specify taxonomies on template import (#5323)

6b65706a 04/04/2018 02:20 PM Baptiste Agasse

fixes #21694 - Add consistency validation for MTU and VLAN

f175f751 04/04/2018 02:20 PM Baptiste Agasse

fixes #21694 - Add MTU to subnet

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

Fixes #23077 - Fix Style/TrailingCommaInArrayLiteral cop

a3aaa02f 04/04/2018 10:36 AM Tomer Brisker

Fixes #23098 - Allow searching on all audited models by type (#5395)

This automatically adds all the audited models in an after_initilize
block so that models defined in plugins are also included. All the
search related definitions for audit have been extracted to a seperate...

5fc1b19a 04/03/2018 03:56 PM Daniel Lobato Garcia

Refs #15634 - Fix OS test (#5397)

a814b1a5 04/03/2018 09:59 AM Oleg Dovzhenko

Fixes #23095 - Port robottelo tests for subnets and parameters

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

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

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

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

74e9b19a 04/01/2018 09:11 PM Djebran Lezzoum

Fixes #23045 - Port Robottelo PTables tests

9bd0a316 04/01/2018 09:07 PM Oleg Dovzhenko

Fixes #23004 - Port robottelo tier1 media tests

d70c2213 03/28/2018 02:43 PM Oleg Dovzhenko

Fixes #22922 - Port robottelo tier1 compute profiles tests (#5333)

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

6b7bdf68 03/25/2018 05:45 AM Michael Moll

Fixes #23007 - renew certs used in oVirt model test

62c7a7b0 03/22/2018 01:11 PM Djebran Lezzoum

Fixes #22979 - Port Robottelo OperatingSystems tests

e6147278 03/21/2018 10:53 PM Oleg Dovzhenko

Fixes #22910 - Port robottelo tier1 environment tests (#5329)

866ac592 03/21/2018 08:43 PM Marek Hulán

Fixes #22869 - support template locking on import

f2ac9055 03/21/2018 08:42 PM Lukas Zapletal

Fixes #22796 - fact importing telemetry

c5f859f7 03/21/2018 04:44 PM Djebran Lezzoum

Fixes #22930 - Port robottelo Architectures tests (#5335)

6ed2083b 03/20/2018 06:51 PM Kavita Gaikwad

Fixes #22927 - method in audit_associations to get class

With this commit, we can override association_class method
in other plugins like Katello.

1dcfbeba 03/20/2018 05:19 PM Oleg Dovzhenko

Fixes #22800 - Port robottelo tier1 location tests

701eee20 03/20/2018 10:08 AM Ori Rabin

Fixes #22788 - host compute attributes reload after error

b12736cd 03/19/2018 08:45 AM Tomer Brisker

Fixes #22096 - Make Audits taxable (#5269)

5288f163 03/19/2018 08:26 AM Djebran Lezzoum

Fixes #22793 - Port robottelo tests for organization (#5295)

5f10b6af 03/16/2018 12:57 PM Lukas Zapletal

Fixes #21120 - orchestration tasks are added only once (#5079)

3eba98d7 03/12/2018 08:39 AM Liza Gilman

Fixes #6504 - refactoring host tests regarding taxonomies

348ec9c0 03/09/2018 07:46 PM Sebastian Gräßl

Fixes #22779 - Calculate out of sync host via origin interval (#5221)

ca51c513 03/09/2018 02:01 PM Marek Hulán

Fixes #22358 - add templates importing

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

d0eef9af 03/07/2018 07:01 AM Swapnil Abnave

Fixes #22199 - Audit has_many associations (#5187)

3c660dd2 03/06/2018 12:54 PM Justin Sherrill

Fixes #22676 - domain checking should ignore scoping

3de2d5aa 02/19/2018 02:34 PM Michael Moll

Fixes #22104 - adapt to Rails 5.1 change tracking

2aea2a05 02/19/2018 02:26 PM Tomer Brisker

Fixes #22616 - Allow searching hosts by status as integer

6beb3d8b 02/13/2018 05:14 PM Tomer Brisker

Fixes #22556 - Correct host search for parent hostgroup

Currently, searching on a non-existant parent fails due to
`hostgroup.subtree_ids` throwing a NoMethodError when no matching
hostgroup is found. This is rescued by scoped search, causing the
search to run with no conditions instead....

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

fixes #22454 - vmware: validate user data for customspec

13440d51 01/29/2018 01:04 PM Michael Moll

Fixes #22328 - Fix Lint/InterpolationCheck cop

5501f0bf 01/29/2018 12:03 PM Daniel Lobato Garcia

Fixes #22382 - Remove ldap_filter 255 chars limit

05d5d2b1 01/29/2018 11:16 AM Ondřej Pražák

Fixes #22355 - Make stripping a setting value optional

52258efc 01/28/2018 09:45 AM Daniel Lobato Garcia

Fixes #22430 - Plugin permissions are cleared on tests

- Some tests are removing all plugins (plugin_test, rabl_test,
belongs_to_proxy_test) from the registry. This has, among others,
one important consequence: the plugin permissions are removed.

- Take an example. Foreman Ansible overrides the Host#form with a...

214aa5ad 01/26/2018 10:54 AM Ivan Necas

Fixes #22339 - normalize empty values for User.timezone

Otherwise, we would need to deal with two values for the browser's
timezone. Less variants is better in this case.

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

Fixes #20807 - Remove deprecations for 1.18

5fd0af37 01/16/2018 09:27 AM Michael Moll

Refs #19777 - Fix Layout/IndentAssignment cop

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

Fixes #19879 - Fix Style/NestedParenthesizedCalls cop

6004f9c3 01/15/2018 04:28 PM Michael Moll

Fixes #19838 - Fix Rails/PluralizationGrammar cop

55e2afa1 01/15/2018 01:37 PM Tomer Brisker

Fixes #1916 - Subnet vlan id should be integer

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

59f0a945 01/12/2018 01:18 PM Tomer Brisker

Fixes #22208, #21920 - Refactor password auditing (#5162)

Recent changes in Rails 5.1 and audited gem cause our method of auditing
passwords to break. This PR refactors password auditing, so that instead
of recording a change to attribute `password_changed`, we will now...

638d98a9 01/08/2018 12:20 PM Ivan Necas

Fixes #20931 - unify parameters and templates renderer (#4835)

  • Fixes #20931 - unify parameters and templates renderer

Before this patch, we used separate renderer for the parameters. This
caused issues when introducing more dsl methods for the templates that...

a186f43b 01/08/2018 07:46 AM Tomer Brisker

Fixes #21926 - Ensure uniqueness on image names and uuids (#5081)

Image names should be unique per CR and OS. UUID uniqueness is already
enforced by ActiveRecord but not in the DB, which could cause conflicts
in multi-proccess environments. Also cleaned up a bit of the image tests...

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

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