Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4e68ddfe 06/21/2018 01:25 PM Julian Todt

Fixes #23626 - Move autosign to build queue

bde92a1e 06/21/2018 12:09 PM Timo Goebel

fixes #22467 - dashboard: list hosts in build mode

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
d7c67746 06/20/2018 07:20 AM Michael Moll

Fixes #19873 - Fix Style/MultilineIfModifier cop (#5705)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19873 - Fix Style/MultilineIfModifier cop
67110766 06/19/2018 02:13 PM Lukas Zapletal

Fixes #21007 - new unattended action 'failed'

04ae1269 06/19/2018 12:41 PM Shira Maximov

Fixes #22117 - Add support for number of sockets for ovirt

b7fc06c4 06/18/2018 07:22 AM Lukas Zapletal

Fixes #23930 - PXELinux loader is now preferred

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

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

8ebbbecf 06/14/2018 05:30 PM Shira Maximov

Fixes #20891 - Remove hostname from /hosts/x/facts results

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

b697e513 06/14/2018 09:50 AM Michael Moll

Refs #22058 - refresh rubocop config and apply autofixes

f5ea70ad 06/13/2018 10:26 AM Zachary Bedell

fixes #23909 - vsphere: prefer network search by key

Creating a new VMware image fails during provisioning with
"Could not match network interface". Searching for distributed
virtual switch via key BEFORE searching with the nic_attrs structure
resolves a false positive match when vCenter contains VDS migrated...

9e1851e4 06/13/2018 10:21 AM Tomer Brisker

Fixes #23913 - Stop auditing host status updates

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.

b2769ced 06/11/2018 12:32 PM Sean O'Keeffe

Fixes #23848 - template import should use taxonomies title

e59a1da9 06/11/2018 08:11 AM Sebastian Gräßl

Fixes #23843 - Exclude requests to local host from proxying

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

Fixes #23859 - Fix vm_exists? method

Fix related tests

2a6bce4d 06/10/2018 05:49 PM Tristan Robert

Fixes #23859 - Queue orchestration compute

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

0cab9e6b 06/07/2018 01:57 PM Tomáš Strachota

Refs #21580 - require rbvmomi

The compute resource for VMware was using rbvmomi classes wihout
explicitly requiring rbvmomi. That can cause issues in tests.

70679b5f 06/07/2018 09:39 AM Lukas Zapletal

Fixes #23826 - model class logger is now app

e18361ce 06/06/2018 12:00 PM Lukas Zapletal

Fixes #23800 - i18n for exceptions fixed

c372e97e 06/06/2018 11:27 AM Tomer Brisker

Fixes #23813 - Allow searching audits by type=auth_source

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

086ed5bd 05/31/2018 12:23 PM Marek Hulán

Fixes #22778 - disableable bruteforce protection

1dbb2c5b 05/31/2018 07:24 AM Steve Miller

Fixes #19990 - VMWare allow save vm w/o size_gb attr

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

fixes #23686 - filter audits by settings type

a653e389 05/22/2018 03:18 PM Ewoud Kohl van Wijngaarden

Fixes #23635 - Centralize use of facter

We have a bundler group for facter. That implies it's optional but
before this change it wasn't With this change it's only required if no
domain and fqdn are set. This is still the default so in most cases it's
no difference, but at least we have centralized all use of facter to one...

1d1e4dab 05/19/2018 02:54 PM Ewoud Kohl van Wijngaarden

Fixes #23646 - Remove storeconfig leftovers

In Foreman 1.1 sharing the database with Puppet's storeconfigs was
deprecated. We've given users sufficient time to migrate away from it
and possibly broke it along the way. I haven't checked.

d73ddd4f 05/17/2018 08:47 AM Marek Hulán

Fixes #22983, #22010 - ignore persistence authz for relations

5bc5094b 05/16/2018 08:42 AM Amir Fefer

Fixes #23559 - fix breadcrumbs switcher in trends page

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

b7cb483f 05/03/2018 01:13 PM Shira Maximov

Fixes #18429 - Add foreman API support for trends

3a7c816a 04/27/2018 12:45 PM Kavita Gaikwad

Fixes #23415 - nullify taxonomy associations for audits (#5502)

On taxonomy destroy, nullify taxonomy associations for audit
records that are created by 'destroy' action on dependent
resources.

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

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

d81dc2a0 04/26/2018 08:58 AM Peter Lehwess

Fixes #23398 - Don't extend classes from within initializers

Any changes to the code locally will kick in rails's auto loading which
in turn will then reload all relevant classes, and in the case of
changing a model inheriting from ApplicationRecord, then...

d3cd2536 04/25/2018 11:53 AM Ivan Necas

Fixes #20590 - full ovirt cloud-init support

Currently, the cloud-init integration supports only a sub-set of
cloud-init commands. With `custom_script` support, one can pass
arbitrary cloud-init yaml to the managed host and make sure
the provisioned host will get it unchanged (which is not the case...

d5f17078 04/24/2018 03:34 PM Timo Goebel

fixes #21657 - remove facets when host is removed

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)

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

Fixes #15411 - Move smart_proxy_ids_for to Host

d7a9d13f 04/12/2018 12:06 PM Ivan Necas

Fixes #23145 - fix strong params for compute attributes on fail (#5412)

5414116f 04/11/2018 02:40 PM Tomer Brisker

Revert "Fixes #22117 - Add support for number of sockets for ovirt"

This reverts commit 073046ccd8c469633e4ca1c345038b26bd156895.

073046cc 04/11/2018 01:54 PM Shira Maximov

Fixes #22117 - Add support for number of sockets for ovirt

833e2aef 04/11/2018 10:56 AM Amir Fefer

Fixes #22855 - Add full breadcrumbs functionality

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

Fixes #19787 - Fix Layout/SpaceAfterComma cop

7bd5816a 04/10/2018 02:25 PM Ondřej Pražák

Fixes #22809 - Turn VM attributes to hash (#5403)

f2ab59d7 04/07/2018 07:00 PM Marek Hulán

Fixes #22954 - only deserialize safe objects

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

Fixes #23113 - Allow disabling of out of sync status

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

Fixes #23081 - Fix Style/SafeNavigation cop

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

Fixes #19894 - Fix Style/RedundantParentheses cop

90361fa8 04/05/2018 11:56 AM Michael Moll

Fixes #19796 - Fix Layout/SpaceInsidePercentLiteralDelimiters cop

74275f51 04/05/2018 11:56 AM Michael Moll

Fixes #19840 - Fix Rails/ReadWriteAttribute cop

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

Fixes #19839 - Fix Rails/Present cop

20b2ec5b 04/05/2018 11:56 AM Michael Moll

Fixes #22331 - Fix Rails/Presence 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

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

Fixes #23076 - Fix Style/TrailingCommaInHashLiteral 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...

be933765 04/04/2018 09:27 AM Marek Hulán

Fixes #6752 - log audit events (#5391)

7c229d49 04/03/2018 12:53 PM Tomer Brisker

Refs #22096 - Assign taxonomy to taxonomy audits (#5387)

0ace99ee 04/03/2018 12:34 PM Enzo Hamelin

Fixes #15634 - RancherOS support

New OS support.

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

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

5f5b13a9 04/02/2018 08:54 AM Michael Moll

Fixes #19895 - Fix Style/RedundantReturn cop

7b6635f3 04/01/2018 12:39 PM Michael Moll

Fixes #19905 - Fix Style/SymbolLiteral cop

d611c53b 04/01/2018 12:39 PM Michael Moll

Fixes #19857 - Fix Style/EachWithObject cop

9dc411ae 03/27/2018 03:09 PM John Vagrant

fixes #23026 - make changes to compute resource passwords audited

8ae9d962 03/26/2018 09:05 AM Tomer Brisker

Fixes #23012 - allow OS release in safemode

This is needed for CoreOS provisioning templates.

f170442f 03/26/2018 07:00 AM Michael Moll

Refs #22918 - fix Layout/EmptyLines cop

[ci skip]

e73b804e 03/22/2018 08:49 PM Partha Aji

Fixes #22624 - User selectable columns model + api

Adding initial bindings to user selectable columns. This model + api is
going to be used in work related Katello plugin's subscription pages.
The main intesnt of this PR is to provide a basic model where a user can...

a03e5341 03/22/2018 07:15 PM Marek Hulán

Fixes #22918 - Audit all taxonomies assignments

We need to move all audited definitions to top of models because all
concerns can use audit_associations call which relies on audit being
already activated.

c2aa6cf8 03/22/2018 03:07 PM Sean O'Keeffe

Fixes #22986 - search templates by vendor and default

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

113ec278 03/21/2018 03:26 PM Ido Kanner

Fixes #2828 - Report an error when trying to save ovirt resource

On both create and update, there was no exception handler to captured
given exception. That resulted in having an exception screen instead of
an error message.
The fix capture all of the given exceptions, and report them as an...

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.

4a1f6711 03/20/2018 11:28 AM Marek Hulán

Fixes #22892 - allow extending audited associations

67b925e9 03/20/2018 11:05 AM Dominik Hlavac Duran

Fixes #15286 - New API for auth sources (#4865)

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

Fixes #22788 - host compute attributes reload after error

9c834b3f 03/19/2018 09:25 AM Marek Hulán

Fixes #22916 - add alias for last_report search

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

Fixes #22096 - Make Audits taxable (#5269)

b3648b07 03/19/2018 08:19 AM Dominik Hlavac Duran

Fixes #18854 - Search by usergroup on hosts (#5317)

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

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

60668e77 03/15/2018 12:54 PM Stephen Benjamin

fixes #22902 - change suggested memory to 2GB

abbe2a04 03/13/2018 09:50 PM Lukas Zapletal

Fixes #22493 - structured logging support

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

009e7bbd 02/27/2018 10:08 AM Lukas Zapletal

Fixes #17316 - templates feature is subnet association