Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
1cf4147a 05/24/2022 07:07 AM Leos Stejskal

Fixes #34526 - Switch Rails version to 6.1

Changes overview:
- Set default Rails version to 6.1
- Required dynfow >= 1.6.5
- Cleanup deprecation warnings in config/as_deprecation_whitelist.yaml
- ActiveSupport::ParameterFilter instead of ActionDispatch::Http::ParameterFilter...

af3f1189 03/14/2022 07:49 AM Ondřej Ezr

Fixes #34596 - sanitize default template names

Default boot templates are weirdly interconnected with its settings.

89bd9b02 08/30/2021 05:11 PM Ondřej Ezr

Fixes #32892 - add rails URL validator

We only exposed module implementing the URL validation, we should
provide a proper HTTP URL attributes validation.

This is much more convenient way to expose validations to new setting
DSL, so the only user of this validation `http_proxy` setting...

20c49cde 09/29/2020 02:41 PM Ron Lavi

Refs #30840 - spelling findings after using eslint

00063d1b 01/01/2020 02:42 PM Lukas Zapletal

Fixes #27788 - IPv6 support for trusted hosts

a53eafb0 11/26/2019 01:50 PM Ondřej Ezr

Fixes #27927 - allow taxonomy inheritance

c949b20a 12/25/2018 03:26 PM Tomer Brisker

Fixes #25702 - Deprecate Taxonomy-enabled related methods

This commit deprecates the following Taxonomy methods:
`Taxonomy.enabled?`, `Taxonomy.enabled_taxonomies`,
`Taxonomy.locations_enabled`, `Taxonomy.organizations_enabled`.
Since both taxonomies are now always enabled, these methods will always...

75d02d8e 09/21/2018 07:19 AM Stephen Benjamin

fixes #24935 - validate existence of proxy assocations

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

Fixes #19787 - Fix Layout/SpaceAfterComma cop

cd14c1a9 04/06/2018 04:38 PM Ivan Necas

Fixes #21055 - use _id attributes for host taxonomy validator

Otherwise, the error messages are not visible.

Also log the host error messages as `error` instead of `info`, as it
should be more appropriate for this case.

8efbe7d1 04/05/2018 11:45 AM Andrew Kofink

Fixes #21829: Add association_exists_validator (#5405)

This validator ensures that an associated model (fk relation) actually
exists with the ID specified on this model. i.e. Hostgroup.realm_id

This PR is required for Katello to require a ContentFacet on a Host.

6b65706a 04/04/2018 02:20 PM Baptiste Agasse

fixes #21694 - Add consistency validation for MTU and VLAN

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

Fixes #19907 - Configure Style/TernaryParentheses cop

4a96211d 09/20/2017 06:14 AM Shira Maximov

Fixes #20890 - changes SSH key validation messages

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

Fixes #19677 - Add settings for local boot templates

8115d074 07/17/2017 10:44 AM Ondřej Pražák

Fixes #19947 - Fix creating bookmarks for global params

f044c69d 05/03/2017 04:08 AM Ivan Necas

Fixes #19400 - defer loading of tables list cache

The BookmarkControllerValidator can get loaded sooner than the tables
are loaded (especially in tests).

28b7dd9f 03/15/2017 12:03 PM Timo Goebel

fixes #18476 - users have ssh keys

bc600bd6 02/23/2017 06:58 AM Ondřej Pražák

Fixes #17228 - Select templates as global defaults (#4283)

This should allow user to select templates that will be used
for building PXE Default on TFTP proxy. These templates will
not be updated from seeds during updates.

35c14172 01/26/2017 08:18 AM Ivan Necas

Refs #15779 - make background processing unavailable for now (#4217)

The original PR got vetted in the packaging phase and including
foreman-task as dependency of Foreman was refused. We need to rethink
our approach for getting the foreman-tasks functionality available...

eb371ca3 11/25/2016 04:48 AM Marek Hulán

Fixes #15779 - make background processing available

263edc74 10/31/2016 04:23 AM Amir Fefer

Fixes #12543 - enable utf-8 encoding in email address

According to RFC 6532, the local part of an email address
can be non-ascii characters, and should support in utf-8.
The current email validation doesn't allow it,
so emails like Pelé@example.com and 我買@example.com are not supported

c6760930 10/07/2016 07:08 AM Timo Goebel

fixes #16725 - add plugin extension point for smart proxies

4b7c7894 09/09/2016 02:44 PM Shlomi Zadok

Fixes #16414 - reword alphanumeric validation error message

643ca12c 07/01/2016 07:52 AM Ondřej Pražák

Fixes #15370 - Validate settings values

Adds validations for administrator, email_reply_address
and trusted_puppetmaster_hosts settings

9d56081f 06/02/2016 09:56 AM Timo Goebel

fixes #14664 - support IPv6 in Nic, Hosts and Hostgroups models

f4459c11 05/12/2016 09:56 AM David Davis

Refs #3809 - Turning on some rubocop cops

05848084 04/19/2016 09:58 AM Timo Goebel

fixes #14638 - Refactor Subnet into STI to allow different subnet types

27def3d6 03/23/2016 10:13 AM Ondřej Pražák

Fixes #14198 - remote_addr validation accepts regex with digit matching

f7f6bd5e 03/17/2016 05:02 AM Dominic Cleal

fixes #14225 - add missing require for Resolv

Setting itself is explicitly required too, which will provide a better
error message in future for this and similar issues loading the class.

7339369d 03/14/2016 12:51 PM Ondřej Pražák

Fixes #6924 - Additional validations for Setting

4693fe5f 02/19/2016 04:31 AM Ondřej Pražák

Fixes #6241 - Validations for associations with proxies

98f6ca54 12/11/2015 09:06 AM Daniel Lobato Garcia

Fixes #12698 - Insufficient URL validation Smart Proxy and Medium.

Problem: The regex that validates smart proxies URLs only matches
'beginning of text'. This allows us to add just \n after a valid URL and
put anything after it. For instance, javascript:alert('hacked'). I...

779b00d8 10/28/2015 09:47 AM Shlomi Zadok

Fixes #11953 - Add STI controllers to bookmark via permissions

111b0459 07/24/2015 10:28 AM Daniel Lobato Garcia

Refs #3809 - Enable cop Style/IfUnlessModifier

59712296 04/08/2015 09:38 AM Ondřej Pražák

Fixes #9439 - 'white spaces' changed to 'spaces' in validation error message

03e3186e 02/09/2015 01:14 PM Marek Hulán

Fixes #9195 - register MAC validation errors properly

dff926cb 11/26/2014 11:32 AM Tomer Brisker

Fixes #8414 - extracts validators from models

Also cleans up some unused validators looking for trailing whitespace
that is stripped by the StripWhitespaces concern.
Tried to make some sense from unmatching regexps and validation error
messages. Some validations might need a different regexp to check for what...

e42aa400 06/24/2014 02:23 PM Trey Dockendorf

fixes #5915 - Add support for Infiniband 64-bit MAC addresses