User story #3297
closedUser story #3296: Modify displayed columns in the search node tool
Add columns to search node output
Description
This is the implementation of #3296.
A first version should not add the last received reports date.
Updated by Vincent MEMBRÉ almost 12 years ago
- Status changed from New to In progress
Including machine Type is more complicated than expected, but last report was simpler so it was included instead
Pull request here : https://github.com/Normation/rudder/pull/127
Updated by Vincent MEMBRÉ almost 12 years ago
- Status changed from In progress to 10
- Assignee changed from Vincent MEMBRÉ to Jonathan CLARKE
Going to functionnal review
Updated by Vincent MEMBRÉ almost 12 years ago
Added another Pull request to handle the macine type, this is almost done, but it may need some changes in the way we store node informations.
Actually the workaround is to find node informations both from Node and node inventory in the LDAP.
To get the machine type we need to access the machine inventory too in the LDAP.
So we need 3 requests to get the whole informations, which not a good idea.
We may need to change the informations relative to Nodes to store the minimal set of informations there (1 request instead of 3)
Ho... the pull request is here: https://github.com/Normation/rudder/pull/131
Updated by Jonathan CLARKE over 11 years ago
- Status changed from 10 to Pending technical review
Updated by Nicolas CHARLES over 11 years ago
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
Updated by Nicolas CHARLES over 11 years ago
- Status changed from Pending technical review to In progress
- Assignee changed from Nicolas CHARLES to Vincent MEMBRÉ
Vincent, there are several things that would need to be changed:
- the OsType can be removed , as the OsName gives enough information
- the MachineType should be Physical or Virtual
- the OsName doesn't follow the conventions (ex Centos rather than CentOS)
- OS Service Pack could be abreviated to OS SP
This would allow to same some space, and have a smaller table (hopefully not much large than before)
Thank you !
Updated by Vincent MEMBRÉ over 11 years ago
- Assignee changed from Vincent MEMBRÉ to Nicolas CHARLES
Correction done and pushed on the pull request!
I can't change status to technical review, can only change the assignee.
Updated by Nicolas CHARLES over 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Vincent MEMBRÉ
Updated by Nicolas CHARLES over 11 years ago
- Status changed from Pending technical review to 12
Updated by Nicolas PERRON over 11 years ago
- Status changed from 12 to Pending release
- % Done changed from 0 to 100
Applied in changeset d9adfa0c5a02eb9a8bea663150983a2d4d3f3e2d.
Updated by Jonathan CLARKE over 11 years ago
- Status changed from Pending release to Released
This ticket has been addressed in version 2.6.0~beta1 of Rudder, which has just been released. Please see the changelog here: https://www.rudder-project.org/foswiki/System/Documentation:ChangeLog26.
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to User story