Actions
Bug #19138
closedAdd an option to invert result of a node query
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
Since #19137 is hard to correct, as a workaround, we can add the possibility to invert restsult of a query globaly
(better solution whould be to add "not" for each criteria, but this is almost as hard as correcting #19137).
Expected UI:
Example of results if you have the following installed software:
- root: {nano} - agent1: {nano, emacs-common} - agent2: {}
- for nano:
name = nano => agent1 invert name = nano => agent2 name = nano, include root => agent1, root invert name = nano, include root => agent2
- for emacs-common:
name = emacs => agent1 invert name = emacs => agent2 name = emacs, include root => agent1 invert name = emacs, include root => agent2, root
Files
Updated by François ARMAND over 3 years ago
- Status changed from New to In progress
Updated by François ARMAND over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/3581
Updated by François ARMAND over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|8ac3b440800287d35fcdc04dbeb7feea45d5632a.
Updated by Vincent MEMBRÉ over 3 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.2.5 which was released today.
Updated by François ARMAND almost 3 years ago
- Related to Bug #19137: notExists, notEquals, notRegex does not work on subelements like software, disks, etc added
Actions