Actions
Bug #25334
closedNode property usage search seems to be limited to 10 elements
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
I hate Rudder for that
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Small
Priority:
114
Name check:
To do
Fix check:
To do
Regression:
No
Description
I created more than 10 directives with the usage of the node property : ${node.properties[foo]}
in their parameters.
But when I search for the usages of the node property, some of the directives are missing (Test interpolation technique 6 and 7) :
The problems seems to be on the API. The API searching for node property usages in the Quicksearch seems to always return at most 10 elements, even if there should be more than 10 search results, despite the query having a limit parameter set to 1000 :
Files
Updated by Clark ANDRIANASOLO 3 months ago
- File clipboard-202408211212-pj9uk.png clipboard-202408211212-pj9uk.png added
- Description updated (diff)
Updated by Clark ANDRIANASOLO 3 months ago
- Status changed from New to In progress
- Assignee set to Clark ANDRIANASOLO
Updated by Clark ANDRIANASOLO 3 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to Elaad FURREEDAN
- Pull Request set to https://github.com/Normation/rudder/pull/5826
Updated by Clark ANDRIANASOLO 3 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|4375db6ac42b2b7c5e9c68e93441cd09c6e025e5.
Updated by Vincent MEMBRÉ 2 months ago
- Status changed from Pending release to Released
- Priority changed from 57 to 114
This bug has been fixed in Rudder 8.2.0~beta1 which was released today.
Actions