-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add list-unit-files command to bluechictl #915
Conversation
31dc4a1
to
febfef0
Compare
Hi @trev-allison03 , |
c17a081
to
3cf15bb
Compare
3e3433e
to
959bd81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also recheck formatting, linter complains about following files:
File reformatted: /__w/bluechi/bluechi/src/libbluechi/bus/utils.h
File reformatted: /__w/bluechi/bluechi/src/libbluechi/bus/utils.c
File reformatted: /__w/bluechi/bluechi/src/client/method-list-unit-files.c
File reformatted: /__w/bluechi/bluechi/src/client/main.c
134c959
to
199d1a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good.
Great work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work Trevor!
This is quite a bunch of new code that is not covered by integration tests (see coveralls' comment above). These test the functionality, and also run with valgrind
to check for memory leaks. Usually it is best to add an integration test together with the new code, but it's also okay to merge this and then add the test. If you choose to do so, please at least test it locally with valgrind
before we merge.
dd03d03
to
978cf58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except small nitpick the PR looks good, great work!
...ests/tier0/bluechi-list-unit-files-on-all-nodes/test_bluechi_list_unit_files_on_all_nodes.py
Outdated
Show resolved
Hide resolved
9e23472
to
8be6c8a
Compare
Fixes: eclipse-bluechi#889 Signed-off-by: tallison <[email protected]>
Fixes: eclipse-bluechi#889 Signed-off-by: tallison <[email protected]>
Fixes: eclipse-bluechi#889 Signed-off-by: tallison <[email protected]>
Fixes: eclipse-bluechi#889 Signed-off-by: tallison <[email protected]>
Fixes: eclipse-bluechi#889 Signed-off-by: tallison <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Really great work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice work!
CI step for the API check is failing due to version mismatch. Lets fix that in a new PR.
Add list unit files methods to agent/agent.c, controller/node.c, controller/controller.c
Add list-unit-files command to bluechitctl and man page
Fixes: #889