Commit Graph

64 Commits

Author SHA1 Message Date
Jack Wills 1674db8a20 docs: comments improved 2022-05-30 14:30:25 +00:00
Jack Wills f9075519ed refactor: cargo fmt 2022-05-30 02:31:20 +00:00
Jack Wills 63b7de5345 fix: out of bounds error, closes [#8]
use .is_some() and if let Some() to make sure that container indexes are still valid, without can cause out of bounds issue due to docker update frequencies
2022-05-30 02:13:17 +00:00
Jack Wills d68285a233 fix: remove unwraps()
update_containers use an if let Some() instead of an unwrtap().to_owned()
2022-05-30 01:30:24 +00:00
Jack Wills 846fb60131 fix: docker data remove unwrap()
use filter_map in update_containers iter, rather than map(i.unwrap())
2022-05-30 01:19:37 +00:00
Jack Wills 9573512e92 fix: enable stopping restarting containers
Show stop for restartig containers, so that if a container is in a restart loop can stop the loop
2022-05-30 01:10:08 +00:00
Jack Wills 108c457e27 fix: app_data unwrap() removal
update_log_by_index replaced unwrap with unwrap_or_default, for a usize
2022-05-30 00:15:38 +00:00
Jack Wills cf3d0dad3b chore: release v0.0.2 2022-04-29 18:01:55 +00:00
Jack Wills f43c623813 docs: readme 2022-04-29 17:59:17 +00:00
Jack Wills 757103c54f refactor: help box description from TOML 2022-04-29 01:39:21 +00:00
Jack Wills b10f927481 feat: show id column 2022-04-29 01:03:06 +00:00
Jack Wills 5e8e6b590b fix: column heading mem > memory 2022-04-25 02:56:05 +00:00
Jack Wills bb29c0ebfa fix: cargo fmt added to create_release 2022-04-25 02:53:14 +00:00
Jack Wills 5101f60aaa init commit 2022-04-25 02:44:39 +00:00