Commit Graph

81 Commits

Author SHA1 Message Date
Jack Wills b8f7763dd5 fix: limit image name to 64 chars max 2022-08-27 15:04:34 +00:00
Jack Wills d7c2601f95 feat: derive Eq where appropriate 2022-08-27 14:16:58 +00:00
Jack Wills 258ada731b chore: linting warns removed 2022-08-04 13:29:09 +00:00
Jack Wills 0e11767db8 chore: cargo fmt 2022-08-04 13:18:27 +00:00
Jack Wills 1bd61d4ce8 chore: linting nursery 2022-08-04 13:01:16 +00:00
Jack Wills 1263662bd9 chore: linting pedantic 2022-08-04 12:56:45 +00:00
Jack Wills ca3315a69f chore: lint unused unwraps 2022-08-04 11:47:45 +00:00
Jack Wills 3dd1c1323b refactor: dead code removed 2022-07-23 04:22:56 +00:00
Jack Wills 62e8ee58fa refactor: dead code removed 2022-07-23 03:24:28 +00:00
Jack Wills d0f617820c feat: spawn docker updates into own thread
Collects spawns into a hashmap, then on next update if spawn exists in hash map, don't bother to run another update
2022-07-23 02:46:38 +00:00
Jack Wills f5504c47c5 refactor: input sorted 2022-07-23 01:15:58 +00:00
Jack Wills b620f9c001 docs: new screenshot 2022-07-22 21:32:53 +00:00
Jack Wills 8cdfa2d6be wip: logs broken 2022-07-22 21:23:09 +00:00
Jack Wills c39e224d56 docs: readme updated 2022-07-22 20:54:43 +00:00
Jack Wills 96ca208197 wip: header+column widths 2022-07-22 19:38:19 +00:00
Jack Wills d14744b378 wip: sort by 2022-07-22 16:33:40 +00:00
Jack Wills dc4a62910c wip: sort_by 2022-07-22 03:29:23 +00:00
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