Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e59a1da9 06/11/2018 08:11 AM Sebastian Gräßl

Fixes #23843 - Exclude requests to local host from proxying

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

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

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

Fixes #23254 - Utilize webmock to prevent network connection

in tests

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

Fixes #23077 - Fix Style/TrailingCommaInArrayLiteral 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...

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)

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

Fixes #22354 - Make SilencedLogger thread safe

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

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

Fixes #21851 - Remove deprecations for 1.17

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

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.

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

Fixes #20953 - Remove assert_nothing_raised args

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

Refs #16740 - migration templates to use param macros

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

fixes #20645 - stub templates proxy url call

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

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

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

778d8bcb 04/07/2017 08:42 AM Ivan Necas

Fixes #19213 - use provision interface in foreman_url

Before this patch, we were using primary interface for checking on ftfp
proxy and its template feature. Provision interface is more appropriate
for this purposes.

d2931ac9 03/21/2017 08:54 AM Dominic Cleal

refs #18760 - exclude test routes from permission checks

Running test/controllers/concerns/csv_responder_test.rb and
access_permissions_test in sequence (e.g. in `rake test`) would cause
failures against the "fake" routes introduced by CsvResponderTest as no...

3a766513 03/03/2017 09:30 AM Marek Hulán

Fixes #18345 - Improve templates error handling

1d75969e 03/01/2017 09:21 AM Dominic Cleal

fixes #18735 - truncate encryption key to match preferred length (#4350)

Ruby 2.4's OpenSSL bindings raise an ArgumentError during encryption if
the key length exceeds the cipher's configured length (32 bytes with the
default cipher), but the verification hash algorithm still uses the full...

42e9040a 02/22/2017 07:21 AM Michael Moll

Fixes #18581 - conditionalize SUSE mediapath

e7603faf 02/15/2017 05:51 AM Marek Hulán

Fixes #18227 - clean up variables after rendering

477f976e 01/25/2017 04:22 AM Marek Hulán

Fixes #18205 - Add save_to_file macro

da7ce87a 01/20/2017 03:47 AM Marek Hulán

Refs #18143 - extend snippet_if_exists too

a90eae17 01/19/2017 03:13 AM Marek Hulán

Fixes #18143 - enable variables for snippets (#4205)

22439f75 01/04/2017 10:05 AM Daniel Lobato Garcia

Fixes #17680 - templates_used host helper

templates_used contains the names of all of the provisioning templates
kickstart used during a host build. This allows users to be able to
show the name of a provisioning template during PXEBoot, for example

477b6b6b 01/03/2017 04:40 AM Ondřej Pražák

Fixes #16740 - Access host params through macro

276359d3 01/02/2017 05:23 AM Timo Goebel

fixes #8290 - remove foreman_url redundancy

5db36087 11/01/2016 11:31 AM Justin Sherrill

Fixes #16990 - make access_perm test reusable

aff897f8 10/06/2016 03:25 AM Marek Hulán

Fixes #16806 - include renderer url dependencies

6c132bee 09/30/2016 07:50 AM Lukas Zapletal

Fixes #16649 - PXE helper pxe_kernel_options rendering

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