Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed node name duplication in D-Bus API #1018

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

engelmi
Copy link
Member

@engelmi engelmi commented Jan 3, 2025

Fixes: #916

The structures returned by the ListUnits and ListUnitFiles API on the Controller interface repeated the node name for each unit (file) entry. This can be reduced by using a dictionary with the node name as key and the unit (file) information in the array.

Fixes: eclipse-bluechi#916

The structures returned by the ListUnits and ListUnitFiles API on
the Controller interface repeated the node name for each unit
(file) entry. This can be reduced by using a dictionary with the
node name as key and the unit (file) information in the array.

Signed-off-by: Michael Engel <[email protected]>
@engelmi engelmi force-pushed the remove-node-name-duplication branch from 3206456 to a99ae4e Compare January 3, 2025 14:02
@coveralls
Copy link

coveralls commented Jan 3, 2025

Coverage Status

coverage: 82.178% (-0.2%) from 82.356%
when pulling a99ae4e on engelmi:remove-node-name-duplication
into 7f73321 on eclipse-bluechi:main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove node name duplication in the ListUnits and ListUnitFiles API
2 participants