-
Notifications
You must be signed in to change notification settings - Fork 20
Implement get_active_state() and list_dependencies() #39
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
Conversation
383cb1c to
b5757f1
Compare
|
Hello, you should not use this library but switch to zbus system instead, which uses proper built in API I'll continue merging any proposal to this library, until this is marked as archived. |
|
@gwbres Understood. We are using it on a work project, at least until we switch to zbus or dbus. I'll fix the CI issues shortly. Aside from a cursory review of the concept, my intention was certainly not to make you fix my coding errors. |
|
No worries, I'm not saying that is what you implied ;) just letting you know. |
|
Oddly enough, I have two tests failing with PermissionDenied errors that I can't reproduce locally. Do you have any ideas why that might be happening? |
01d5467 to
79deb93
Compare
|
@gwbres I finally figured out why the two tests are failing. They require root access. Is there some way to bypass that? |
|
Bump |
|
don't have time to spend on this, as previously stated. |
I found solution. There was some issues with service names and default available services in test image, root access is not necessary. |
79deb93 to
0218e4c
Compare
|
I rebased on the recently merged fix. This should be OK now. |
|
If you need new versions, feel free to push the version bumps, I'll just release them |
|
Will do. A version tag will be helpful here. |
|
I modeled #41 after v0.2.0 |
|
great, like I said if everything passes I have zero issue merging any proposal it's just I don't have time to dedicate to this topic anymore. And like I said, this tool should not be used and correct solutions (using dbus) should be prefered. Maybe at some point this will be archived or I'll pass on the maintenance. Until then, I don't mind merging and releasing |
|
Much appreciated. I understand the deficiencies in this tool, but we've got it meeting requirements in enough places that it's worth keeping around for a bit longer. Thanks for seeing this through. |
No description provided.