Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
16fa0927 02/15/2024 04:17 PM Adam Ruzicka

Fixes #37039 - Honor permissions and taxonomies for host statuses

3ecce169 11/28/2023 08:03 PM Partha Aji

Fixes #36869 - update hosts path with current_hosts_path

2c4139e9 11/27/2023 08:45 AM Girija Soni

Fixes #36711 - Fix searching in settings

c791f6c7 01/16/2023 12:01 PM Ondřej Ezr

Fixes #29939 - drop category column from settings

Settings table was holding category column to support old style of
settings, but it is now ready to be decomissioned as plugins were given
enough time.

7a7ed8fb 05/08/2022 10:10 AM Leos Stejskal

Fixes #34866 - Settings - Like operator for name

  • Allow ~ operator for name
  • Fix issue with double quote in search
  • Raise exception for unsupported operators :and / :or
5055800d 03/14/2022 02:46 PM Ondřej Ezr

Fixes #30861 - keep setting collections in registry

Move Setting collection registry into the setting registry.

28aa6fdb 03/08/2022 10:48 AM Ondřej Ezr

Refs #34323 - explicit value for Rails 6.1

In c693cd9 we have worked around an issue for distinguishing between value explicitly set by user and not set.
This workaround doesn't work properly in Rails 6.1 and we should improve it to work properly.

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.

c693cd93 01/31/2022 02:27 PM Ondřej Ezr

Fixes #34323 - use defaults from memory

This loads values from database only if the values are in the database.
If there is no value populated for the Setting, we want to read the default from memory.

64ceeac9 11/17/2021 08:25 PM Tomer Brisker

Fixes #33935 - Cache setting categories

Every call to `@settings.category` in the index page recalculates all
the category names and labels by iterating over all settings. Since the
categories can't change in runtime, we can calculate it once and store
the list on the settings registry. We can also get the label once per...

View revisions

Also available in: Atom