Project

General

Profile

Download (23.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

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

Fixes #22601 - Update Rails to 5.1.6

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

Fixes #23169 - Orders settings alphabetically

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

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

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

Fixes #19787 - Fix Layout/SpaceAfterComma cop

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

Fixes #22096 - Make Audits taxable (#5269)

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

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

Fixes #22355 - Make stripping a setting value optional

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

a4bf5249 12/04/2017 09:00 AM Swapnil Abnave

Fixes #21238 - Settings - show defaults on hover

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

Refs #19050 - Update Rails 5.0 to 5.0.6

e642cd2b 07/26/2017 08:35 AM Swapnil Abnave

Fixes #17204 - Sort setting UI category tabs consistently

9586cd4a 05/26/2017 09:19 AM Dominic Cleal

fixes #18200 - don't re-encrypt settings when value is unchanged

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

aae9e738 04/18/2017 08:10 AM Daniel Lobato Garcia

Fixes #17588 - Remove 1.16 deprecations

show_taxonomy_tabs helper, Settings.method helper and email.yaml support

535d2329 03/08/2017 04:40 AM Amir Fefer

Fixes #14013 - add a setting for default owner of new hosts

f2c05b8d 01/11/2017 03:31 AM Marek Hulán

Fixes #17330 - skip admin email if it's unknown

When admin user is being seeded the Setting might not exist at that
moment. We can't just create it with value, since the setting would
be invalid because of other attributes. Therefore we split settings
creation from the setting list so we could create it from seed too....

b5eefd92 10/07/2016 07:19 AM Amir Fefer

Fixes #13870 - encrypt specific settings values in db

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