Actions
Bug #22392
closedDirective detail is really slow to load in 7.3
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
It bothers me each time
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
44
Name check:
To do
Fix check:
To do
Regression:
No
Description
When we click on a directive, the details are really slow to show - we have a spinner that spins for up to a minute with a very large system
The tab "Compliance" ought to be asynchronous, or at least loaded after the rest
- it queries the whole node API, fetching the machines and all
{"action":"listAcceptedNodes","result":"success","data":{"nodes":[{"id":"9cedbe8a-06a4-4ac0-b7f5-328cc82ee028","hostname":"RUDDER-TEST-8538","status":"accepted","state":"enabled","os":{"type":"Linux","name":"UnknownLinux","version":"2006.6","fullName":"Microsoft Windows Server 2019 Standard","kernelVersion":"2.6.32-504.3.3.el6.x86_64"},"architectur
resulting in 11 MB on my tests
Updated by Benoît PECCATTE over 1 year ago
- Severity set to Minor - inconvenience | misleading | easy workaround
- UX impact set to It bothers me each time
- User visibility set to Operational - other Techniques | Rudder settings | Plugins
- Priority changed from 0 to 44
Updated by Raphael GAUTHIER over 1 year ago
- Status changed from New to In progress
- Assignee set to Raphael GAUTHIER
Updated by Raphael GAUTHIER over 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from Raphael GAUTHIER to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/4686
Updated by Vincent MEMBRÉ over 1 year ago
- Target version changed from 7.3.0~rc1 to 7.3.0
Updated by Raphael GAUTHIER over 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|1f1e8a4479c64b8ed110412ce4df4a1f1353f65f.
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.3.0 which was released today.
Actions