Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  layouts
  v2

Latest revisions

# Date Author Comment
8c962455 04/27/2021 03:31 PM Marek Hulán

Fixes #32427 - API should expose report origin

The UI shows icon with a tooltip identifying the configuration report
origin. API should also expose that information so people can tell from
the list of reports and the detail of the report, what subsystem this...

8137b14c 04/22/2021 03:12 PM Ondřej Ezr

Fixes #30862 - introduce SettingRegistry (#8002)

SettingRegistry keeps all the setting information as set of SettingPresenters in memory.
This registry should be the public API for accessing setting values and keeps all the information about settings.
That will allow dropping all information except `name` and `value` from database....

93f87b35 02/24/2021 02:06 PM Evgeni Golov

Fixes #31937 - CVE-2021-20256 BMC controller credential leak

648f7236 02/17/2021 12:16 PM Adam Ruzicka

Fixes #31873 - Expose edit permissions in api index layout

eda5c0e1 01/27/2021 09:30 AM Shira Maximov

Fixes #30834 - Add support for vnic profile

0301a534 01/12/2021 05:16 PM Ondřej Ezr

Fixes #31518 - remove unused registration_token from API

In f981d43bc2b2b3e18281ccab28074d0570db7867 we've introduced a registration_token in host API.
This token is not used in final design and is causing issues during orchestration.

477d457c 01/06/2021 11:02 AM Ondřej Ezr

Fixes #31213 - hostgroup API facets extension point (#8115)

  • Fixes #31213 - hostgroup API facets extension point

Adds Facet extension points for Hostgroup API responses.
Refactor refresh for facets, to ensure all run just once.

Now the already registered entries are being run once the facet entry point is configured....

5552be9f 01/04/2021 03:28 PM Evgeni Golov

Fixes #31429 - expose nic_delay in interfaces and subnets api views

ec35c4d8 12/08/2020 10:44 AM Kamil Szubrycht

Fixes #31080 - Add UI for managing Personal Access Tokens (#7806)

4966f070 10/25/2020 07:55 AM Lukas Zapletal

Fixes #30838 - do not return report after create

Uploaded reports render themselves on upload via RABL and it looks like this is very slow. Generally, it's not needed to read the inserted data, so we should be able to completely remove this and return nothing. Alternatively, we could optimize this....

View revisions

Also available in: Atom