greenbone / gsad

Greenbone Security Assistant HTTP Server - The server talking to the Greenbone Vulnerability Management daemon (gvmd).
GNU Affero General Public License v3.0
11 stars 14 forks source link

Change: Move all part of edit_config_family to edit_config_family_all #146

Closed mattmundell closed 1 year ago

mattmundell commented 1 year ago

What

Move the "all" section of the cmd edit_config_family to new cmd edit_config_family_all.

Why

Previously edit_config_family would run 2 GET_NVTS commands, one after the other. Now the 2nd GET_NVTS is in edit_config_family_all, so GSA can make the GET_NVTS run concurrently (see greenbone/gsa/pull/3857).

This speeds up the config family edit dialog.

github-actions[bot] commented 1 year ago

Conventional Commits Report

Type Number
Changed 1

:rocket: Conventional commits found.