Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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
67110766 06/19/2018 02:13 PM Lukas Zapletal

Fixes #21007 - new unattended action 'failed'

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

30aa03f4 06/14/2018 09:08 AM Adam Ruzicka

Fixes #23932 - Fixes failing application job tests for some plugins

The tests were failing with:
Sequel::DatabaseError: PG::DuplicateTable:
ERROR: relation "dynflow_execution_plans" already exists

This failure was probably caused by forcing initialization of the...

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

Fixes #23857 - Fix Performance/InefficientHashSearch cop

e5b4634f 06/11/2018 01:42 PM Adam Ruzicka
  • Fixes #23611 - Provide helper method to run "service" active jobs

The root cause was we were triggering the active jobs too early,
sometimes even before the db was migrated. This led to all sorts of
errors. The provided helper method does not trigger the jobs when in...

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

Fixes #23843 - Exclude requests to local host from proxying

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

9d88e699 05/24/2018 01:22 PM Amir Fefer

Fixes #23550 - add to_hash method to Menu::Manager

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

Fixes #23487 - support namespaced controllers

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

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

Fixes #23254 - Utilize webmock to prevent network connection

in tests

c8806643 04/16/2018 09:07 PM Tomer Brisker

Fixes #23255 - Speed up seeds test

Every seed run takes about 10s. This combines 6 tests to run on the same
seed action, leading to about 60s saved locally.

90db5e36 04/13/2018 02:05 PM Daniel Lobato Garcia

Fixes #23215 - Keep original names in webpack bundle

Currently the webpack config is shortening the name of the js bundles
for plugins. E.g, foreman_remote_execution becomes remoteexecution, and
so on.
This becomes hard to deal with when we want to figure out which plugin...

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

e5e15232 04/06/2018 04:35 PM Lukas Zapletal

Fixes #23115 - session is used instead session_safe

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

Fixes #19894 - Fix Style/RedundantParentheses 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

15b6d27d 04/01/2018 04:40 PM Tomer Brisker

Refs #22285 - Remove keep_param

This workaround was needed in Rails 5.0, but 5.1 already supports
filtering on arbitrary hash params.

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

Fixes #19857 - Fix Style/EachWithObject cop

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

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

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

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

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

f2194f0a 03/08/2018 08:27 AM Tim Wade

fixes #22575 - clean up test report

  • Replace deprecated only_path with ignore_query
  • Don't log to stdout for skipped tests

~* Don't override capture~

~While this code might be helpful for debugging, leaving it in for~
~every test run clutters up the test report.~...

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

Fixes #17316 - templates feature is subnet association

bdcdb09c 02/23/2018 06:51 AM Lukas Zapletal

Fixes #21204 - introduced global_setting helper function (#4891)

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

Fixes #19244 - added clean interfaces rake task

cb09f0de 02/14/2018 09:30 AM Lukas Zapletal

Fixes #22354 - Make SilencedLogger thread safe

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)

4fb3d7c3 02/05/2018 12:58 PM Timo Goebel

fixes #22411 - unattended: render template macros from plugins

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

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

Fixes #20807 - Remove deprecations for 1.18

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.

1fa10070 01/23/2018 09:41 AM Marek Hulán

Fixes #21465 - load owners from any context

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.

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

Fixes #19776 - Configure Layout/FirstParameterIndentation cop

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

Fixes #19838 - Fix Rails/PluralizationGrammar 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

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

c74dd204 01/05/2018 01:35 PM Timo Goebel

refs #20929 - do not stub settings

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.

5cf577ca 12/28/2017 10:42 AM Timo Goebel

fixes #22085 - facet test models have db table

070af490 12/26/2017 06:07 PM Tomer Brisker

Refs #3763 - fix indentation in rabl_test.rb

476dbd24 12/26/2017 12:03 PM Swapnil Abnave

Fixes #22054 - Audit resources which lack auditing

Http Proxy, Models(H/W Models)

d73b9198 12/26/2017 08:25 AM Timo Goebel

fixes #3763 - extend rabl templates

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

Fixes #19771 - Fix Layout/EmptyLineAfterMagicComment cop

4efcf484 12/19/2017 03:22 PM Ondřej Pražák

Fixes #21851 - Remove deprecations for 1.17

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)

f48af26a 12/11/2017 10:11 PM Dominic Cleal

Fixes #21902 - Replace use_transactional_fixtures setting

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

5145468a 12/06/2017 12:03 PM Timo Goebel

fixes #21832 - permission test: do not assume required login

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

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

Fixes #21584 - set taxonomies for chart requests

1f3470f7 11/22/2017 03:05 PM Adam Ruzicka

Fixes #21718 - Test

6aaeffa0 11/07/2017 11:14 AM Shimon Shtein

Fixes #15402 - Moved puppet to separate api controller

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

Fixes #21424 - use factory_bot_rails

5878c99f 10/19/2017 06:29 PM Marek Hulán

Fixes #21342 - fix core roles seeding

Core roles should always be up to date based on what's defined in seed
files. Users have no other way to update locked roles in newer Foreman
versions.

e6b0f4fa 10/12/2017 11:47 AM Justin Sherrill

Fixes #12216 - support http proxies for compute resources

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

a47c444d 10/06/2017 06:36 AM Lukas Zapletal

Fixes #19706 - don't treat DHCP leases as conflicts

0126b62d 09/26/2017 03:40 PM Lukas Zapletal

Fixes #20559 - print rails log for test failures

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.

7f8fd14d 09/19/2017 09:29 AM Sebastian Gräßl

Fixes #20201 - Global HTTP proxy for outgoing requests

This introduce two new settings to proxy outgoing HTTP
requests and one to except certain hosts from it.

The extensions for Excon::Connection and Net::HTTP
allow setting a proxy on their requests.

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

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

5c835ff7 09/17/2017 06:04 AM Dominic Cleal

Fixes #20953 - Remove assert_nothing_raised args

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

fixes #20653 - ui notifications for hosts with usergroup owner

afe87279 09/14/2017 04:06 AM Marek Hulán

Refs #16740 - migration templates to use param macros

78ae4884 09/04/2017 07:34 AM Marek Hulán

Fixes #20737 - add default description to roles

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

e3411628 08/20/2017 07:45 AM Timo Goebel

fixes #20645 - stub templates proxy url call

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

Fixes #20475 - Random DB IPAM with MAC preservation

7adb7fa2 08/03/2017 06:46 AM Marek Hulán

Refs #16884 - add minitest stubbing to test helper

972adab0 07/31/2017 06:55 AM Dominic Cleal

fixes #10982 - configure RestClient log to 'proxy' logger

Request/response information is sent to the proxy logger, showing the
URLs called, headers, request body etc.

The X-Request-ID header is now also set in the proxy requests to a
random ID stored in the session, to prevent the user's real session ID...

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

Fixes #20418 - Add taxonomies to newly imported puppet env

85d8d1c0 07/25/2017 12:04 PM Eric Helms

Fixes #20312: Use bundler_ext in production for webpack plugin

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

Fixes #16884 - enforce granular filters even during save

0e8f2cac 07/18/2017 08:30 AM Ondřej Pražák

Fixes #19677 - Add settings for local boot templates

fbbab0d8 07/07/2017 10:24 AM Michael Moll

fixes #18500 - replace quiet_assets with sprockets-rails flag

  • fixes #18512 - support sprockets-rails 3.x

The app.assets environment is no longer always configured, and instead
is only configured when the regular Rails environment is loaded. Loading
only the 'assets' group initializers isn't sufficient....

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

6f767444 07/03/2017 09:06 AM Tomer Brisker

Fixes #19825 - Fix Performance/TimesMap cop

f53bd444 06/30/2017 07:28 AM Ondřej Pražák

Fixes #18892 - Do not show 'undefined method' in error message

17e5ed65 06/19/2017 12:06 PM Jo Vandeginste

fixes #19977 - Fetch a value for a given subnet parameter name

This code will add a function to lookup a subnet parameter by name,
and returns it's value. It will return `nil` if no value was found.

The function is added to the renderer, so it can be called from...

554ade1d 06/19/2017 09:32 AM Marek Hulán

Fixes #20034 - add Organization admin role

  • Fixes #20034 - add Organization admin role
  • Refs #20034 - refactor role names
cd68b208 06/19/2017 06:11 AM Marek Hulán

Fixes #20017 - mail notifications work for global admins

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.

987aa983 06/07/2017 09:59 AM Lukas Zapletal

Fixes #19728 - set admin user in rake console

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.