Releases: gwbres/systemctl
Releases · gwbres/systemctl
v0.4.0
What's Changed
- Add serde to cargo.toml, improve readme, test clippy by @alexkunde in #20
- Bump actions/checkout from 3 to 4 by @dependabot in #21
- add reload and reload-or-restart commands by @pgray in #22
- my 0.4 suggestion: allow passing e.g.
--user
args, don't use env-vars, refactor to struct by @JakubKoralewski in #31
New Contributors
- @dependabot made their first contribution in #21
- @pgray made their first contribution in #22
- @JakubKoralewski made their first contribution in #31
Full Changelog: v0.3.0...v0.4.0
v0.3.0: serde crate feature
v0.2.0
What's Changed
- Multiple improvements and fixes by @alexkunde in #16
- Fix pipeline/split function by @alexkunde in #17
- Implement Errorhandling for Exitstatus by @alexkunde in #18
New Contributors
- @alexkunde made their first contribution in #16
Full Changelog: 0.1.9...v0.2.0
v0.1.9: coding style, remove undesired traces
- remove undesired traces when using portions of this library
- introduce coding style to follow
0.1.8: make list_units() public
0.1.8: expose list_units as public method
0.1.7: environment variable
- option to customize
systemcl
binary location at build time
0.1.5: unit struct. improvement
Improved unit structure
- introduced man page parsing
- introduced missing fields
0.1.4: is_active() improvement
Improved pattern to be checked in this method
0.1.3: isactive() minor correction; working on ::from_systemctl()
- isactive(): now uses
systemctl is-active
builtin feature (better) - fixed wrong expected "Active-active (running)" pattern in relation with the new macro
- Unit::from_systemctl is work in progress
- is mostly ok
- is sometimes faulty, it seems like
dead
/zombie
services produce an error code when performing the syscall - -> improve in next release
0.1.2: working on from_systemctl
- slight improvements.
- Should improve the
status
system call, currently it would allow stdout interpretation is faulty cases. - Some fields are not interprated / parse in the status report