Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

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

09414bf0 03/02/2022 03:29 PM Ondřej Ezr

Fixes #34328 - GraphQL use directly SettingRegistry

GraphQL was reading the settings from DB, but now we have the registry, it needs to read it from there instead.

Mutation needs to set the value through the SettingRegistry as well.

d0f5a61b 10/08/2021 08:47 AM Ondřej Pražák

Fixes #33647 - Return persisted attrs on edit mutation

28d454d4 07/19/2021 10:39 AM Kamil Szubrycht

Fixes #32896 - Extract Environment GraphQL

ffeb0b6e 07/19/2021 10:39 AM Ondřej Ezr

Fixes #31766 - drop Puppetclass GraphQL

Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/110

3d90a2ca 03/30/2021 12:19 PM Ondřej Pražák

Fixes #32177 - Return result key as snake case symbol

GraphQL mutations' `result_key` method was returning camel cased symbols, causing the results returned to be incorrect as the query expected them to be snake cased.

ed3abb68 10/11/2020 10:45 AM Ondřej Ezr

Refs #31031 - no mixed hash keys

Disable mixing hash keys.
Exclude routes for now as those should be transfered consistantly.

a58ef4e0 05/31/2020 08:12 AM Ondřej Pražák

Refs #28920 - Add more tests

8f64359c 05/31/2020 08:12 AM Ondřej Pražák

Refs #28920 - Settings resolve permission name

78cdc806 05/31/2020 08:12 AM Ondřej Pražák

Fixes #28920 - Add queries and mutation for settings

View revisions

Also available in: Atom