Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

3bacf06d 06/05/2018 07:22 AM Lukas Zapletal

Fixes #23775 - exposed random name generator

993f5abb 05/22/2018 11:22 AM Bastian Blank

Rename method that does not cache

a538c9b5 05/22/2018 11:22 AM Bastian Blank

Fixes #23608 - Only calculate lookup values once

b9aa6bda 05/22/2018 10:04 AM Marek Hulán

Fixes #23487 - support namespaced controllers

aa797c6b 05/18/2018 01:25 PM Timo Goebel

fixes #23621 - passwords can be md5 hashed

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

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

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

fixes #21657 - remove facets when host is removed

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

Fixes #15411 - Move smart_proxy_ids_for to Host

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)

23fb0c99 04/08/2018 08:14 AM Michael Moll

Fixes #19848 - Set Style/Alias cop to prefer_alias_method

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

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

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

Fixes #23123 - Fix Rails/ActiveRecordAliases cop

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

Fixes #23077 - Fix Style/TrailingCommaInArrayLiteral cop

69c5fa93 04/01/2018 04:40 PM Tomer Brisker

Refs #22285 - Allow unwrapped params on API

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

Fixes #19857 - Fix Style/EachWithObject cop

bb1acb5c 03/21/2018 09:34 PM Sebastian Gräßl

Refs #22310 - Fix minor rubocop issue

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

Fixes #22796 - fact importing telemetry

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

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

68e96c10 03/13/2018 01:14 PM Adam Grare

Fixes #22798 - VMware: Fix exception listing VMs

If a VM is in the root of the datacenter its parent is the vmFolder.
This folder was being skipped by the PropertyFilterSpec causing an
undefined method error '[]' for nil:NilClass when accessing the
vm['parent'] key.

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

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

f020721d 02/23/2018 12:38 PM Lukas Zapletal

Fixes #18675 - telemetry foreman API

41a56a22 02/14/2018 10:48 AM Shimon Shtein

Fixes #19244 - added clean interfaces rake task

45089e16 02/14/2018 08:15 AM Sebastian Gräßl

Fixes #22310 - Implement report scanner to identify origin (#5186)

816463fe 02/13/2018 09:50 AM Tomer Brisker

Fixes #22379 - Remove pagination from csv export (#5204)

12ca07b6 02/06/2018 03:14 PM Ohad Levy

fixes #22515 - use hostgroup_title for search in chart links (#5238)

0d332ecd 02/02/2018 09:56 AM Marek Hulán

Fixes #22489 - move the notification base class

9e428144 01/29/2018 01:04 PM Michael Moll

Fixes #19889 - Fix Style/PerlBackrefs cop

263e4159 01/26/2018 10:35 AM Timo Goebel

fixes #5125 - list available vmware images

7af7f44c 01/23/2018 02:23 PM Ivan Necas

Fixes #21317 - graceful handling of VM association error

Instead of immediate failure, just log the issue and proceed with the
import.

e87d9bee 01/18/2018 03:39 PM Partha Aji

Fixes #17521 - Use short name for hosts

This commit enforces the policy of using short name for hosts
while preserving the fqdn for interface values provided the user has
enabled 'append_domain_name_for_hosts' Setting.

1af0a6c9 01/16/2018 11:19 AM Ido Kanner

Fixes #22190 - Pass empty hash when options is nil (#5164)

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

Fixes #19907 - Configure Style/TernaryParentheses cop

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

Fixes #19871 - Fix Style/MethodDefParentheses cop

7e880437 01/15/2018 04:28 PM Michael Moll

Fixes #19877 - Fix Style/NegatedIf cop

33a09887 01/15/2018 04:28 PM Michael Moll

Fixes #19895 - Fix Style/RedundantReturn cop

e7e9821a 01/15/2018 01:35 PM Timo Goebel

fixes #22258 - vmware: speed up vm listing

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

61b35ac1 12/30/2017 11:20 AM Shimon Shtein

Fixes #20929 - Added fact name filtering on import

Added a setting that will filter out fact names, so they won't be
recorded into `fact_names` and `fact_values` tables at all.

ffedb85d 12/25/2017 02:44 PM Tomer Brisker

Fixes #19769 - Fix Layout/CommentIndentation cop

26539f58 12/25/2017 02:44 PM Tomer Brisker

Fixes #19778 - Fix Layout/IndentAssignment cop

68b3c50d 12/25/2017 02:44 PM Tomer Brisker

Fixes #19780 - fix Layout/IndentationWidth cop

272386b5 12/18/2017 06:13 PM Tomer Brisker

Fixes #19820, #19822, #19824 - Fix some performance cops

133bba3f 12/18/2017 02:57 PM Dmitri Dolguikh

Fixes #21875 - added support for sha512 grub passwords

All new hosts provisioned using default and rhel
kickstarts will use sha512 grub passwords from
now on.

bdd294fe 12/17/2017 03:18 PM Ondřej Pražák

Fixes #21760 - Fix tests on Rails 5.1

69205f5c 12/15/2017 03:34 PM Tomer Brisker

Fixes #19772, #19773, #19774 - Fix some empty line cops

0517edc0 12/13/2017 09:31 AM Ohad Levy

fixes #21823 - adds foreman user agent to RSS loading (#5039)

92aad2be 12/13/2017 08:45 AM Robert Flechtner

Fixes #21946 - Correctly match fact names in classification

Matches generator throws an exception when calling #fact_name

c7c53aeb 12/11/2017 01:15 PM Shimon Shtein

Fixes #21776 - Improved fact importing to deal with names

Now the list of fact names will be calculated beforehand and saved
to the database. It will also consider that the name could be added
from other thread.

0eac53b0 12/11/2017 11:05 AM ripcurld0

Fixes #21826 - rss notifications are duplicated (#5042)

From my understanding "item.summary" isn't passed to the created
Notification which made it weird why it is used when checking if
it exists.

Signed-off-by: Boaz Shuster <>

ba5de89d 11/30/2017 06:38 AM Lukas Zapletal

Fixes #14583 - reworded orphan taxonomy validation error

8c2262ac 11/29/2017 12:20 PM Daniel Lobato Garcia

Fixes #18292 - Make notifications from an RSS feed (#4240)

This adds a task to connect to an RSS feed, by default the one from our
community blog. The idea is to make this run every night with 'cron' on
every Foreman installation to keep people updated about changes, and...

b5256c3a 11/27/2017 08:23 AM Lukas Zapletal

Fixes #21599 - explicit transaction for import dropped

fd68eb66 11/26/2017 09:40 AM Marek Hulán

Fixes #21584 - set taxonomies for chart requests

c791180e 11/14/2017 12:26 PM Ondřej Pražák

Fixes #21503 - Import puppet classes when organzations changed

6d6adc3a 10/25/2017 08:14 AM Sebastian Gräßl

Fixes #21026 - Clear cached notifications properly

Using `delete_all` for has_many does not trigger callbacks
on the associated objects, `dependent: :destroy` does.

Clearing the cache needs to happen anytime a notification
gets created, modified and destroyed, `after_commit`...

7d8b5c2e 10/24/2017 09:35 AM Timo Goebel

fixes #21394 - user login with access token api

fa908536 10/12/2017 09:04 AM Andrew Kofink

Fixes #21253 - fix latest events widget

6864f7de 10/09/2017 09:29 AM Sean O'Keeffe

Fixes #21232 - verify IP sans when authenticating a SP

44e3d9fe 10/09/2017 06:57 AM Ivan Necas

Fixes #21176 - don't modify strong param filter rules

715d097c 09/26/2017 03:18 PM Shimon Shtein

Fixes #15409 - Separated puppet facts from core

bc03373f 09/26/2017 06:54 AM Christian

Fixes #21104 - Recognize br-ex etc as bridge interfaces

Extends the bridge regex pattern to allow bridges named after purpose
like br-ex, br-tun as documented in openstack dvr scenario.

ceeb3926 09/19/2017 03:40 AM Dominic Cleal

Fixes #20955 - Remove conditions to {destroy, delete}_all calls

ff1e9ffc 09/18/2017 10:50 AM Dominic Cleal

Fixes #20950 - Use 'distinct' in AR finders

fb31c426 09/18/2017 09:45 AM Dominic Cleal

Fixes #20956 - Don't pass class constants to AR conditions

2d2390b5 09/15/2017 11:45 AM Timo Goebel

fixes #20653 - ui notifications for hosts with usergroup owner

a19834d8 09/13/2017 08:23 AM Michael Moll

Refs #19050 - Update Rails 5.0 to 5.0.6

cf8bc039 08/25/2017 09:35 AM Ondřej Pražák

Fixes #19039 - Lock plugin roles

be670616 08/24/2017 04:56 AM Lukas Zapletal

Fixes #20622 - puppet import does not refresh all statuses

c84389de 08/18/2017 02:58 AM Lukas Zapletal

Fixes #20475 - Random DB IPAM with MAC preservation

01b7dbb5 07/31/2017 10:14 AM Dominik Hlavac Duran

Fixes #17811 - Improve error message LDAP fail

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.

a54588a5 07/28/2017 10:38 AM Ondřej Pražák

Fixes #20418 - Add taxonomies to newly imported puppet env

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.

503e91b0 07/25/2017 06:14 AM Elisiano Petrini

Fixes #20378 - Puppet 5 environment detection

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

Fixes #16884 - enforce granular filters even during save

4dec807a 07/06/2017 03:15 PM Tomer Brisker

Fixes #19828 - Fix Rails/Blank cop

I disabled the default UnlessPresent value since sometimes it's clearer
to use `unless attribute.present?` instead of `if attribute.blank?`.

ef217ff9 07/06/2017 04:50 AM Daniel Lobato Garcia

Fixes #19266 - fix_db_cache crashes Rails initialization

The Filters cache that CacheManager recreates when
fix_db_cache is true, fails when the roles associated with said
filters are locked. To generate the cache, we call `.save` on the filter
object, which is not allowed by Role....

a2d80dff 07/03/2017 09:08 AM Tomer Brisker

Fixes #19823 - Fix Performance/StartWith cop

60cf5a37 06/19/2017 05:09 AM Shimon Shtein

Fixes #15711 - Redesigned host info to providers.

Now you can add your own info by registering a
host method that will return info hash.

27582273 06/12/2017 02:27 PM Tomer Brisker

Refs #19588 - Allow passing header to csv responder

3cf5b75a 06/08/2017 03:49 AM Daniel Lobato Garcia

Fixes #19952 - Allow view_audit_logs to work

Every time the /audits page is visited by a non-admin user, it checks
whether the permission 'view_audit_logs' is for the Audit class. In
previous versions of 'audited', this was
Audited::Adapters::ActiveRecord::Audit, but right now it's simply...

a22bfc2d 06/07/2017 04:03 AM Tomer Brisker

Fixes #19588 - Allow setting custom headers in CSV export

20d817c8 06/04/2017 07:21 AM Tomer Brisker

Fixes #19585 - Allow csv export of nested attributes

This is required for example to export host facet attributes.

cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

d80e2430 05/27/2017 04:16 AM Daniel Lobato Garcia

Fixes #16159 - Rename mail alerts to not be Puppet specific

Right now, under 'my account', users get emails with alerts about the
status of their hosts regarding configuration management (e.g: if there
was an error, get an alert, or get a weekly summary of all hosts...

56d54dc2 05/25/2017 07:22 AM Amir Fefer

Fixes #19034 - add tasks for clearing expired notifications

b40dde10 05/24/2017 07:30 AM Dominic Cleal

fixes #19528 - rewrite FiltersHelperOverrides to support autoload

Replaces class-level filter search overrides storage with a query
against Foreman::Plugin, allowing the class to be reloaded and tested
safely. Removes another 'registry' class.

04d9f6ed 05/17/2017 04:12 AM Lukas Zapletal

Fixes #19534 - improved orchestration task logging

d3f47405 05/07/2017 07:42 AM Dominic Cleal

fixes #19464 - rewrite Dashboard::Manager to support autoloading

Replaces class-level widget storage with a static list of built-in
widgets, then appends the registered plugin widgets to get the full
default list of widgets. As a result, the class can safely be reloaded...

40fffe69 04/24/2017 12:37 PM Dominic Cleal

fixes #19317, #10927 - move registries to autoload_once path

Partially reverts 70ce8fe to reinstate autoload_once_paths as the
preferred way to load registry-type objects with class variables
containing data set up during app initialisation (e.g. plugin
registrations, menu items.)...

ea0d94e6 04/19/2017 09:37 AM Ohad Levy

fixes #19192 - adds mark all as read notification action

This implements missing feature from patternfly ( see http://www.patternfly.org/pattern-library/communication/notification-drawer/#/code/angular)