Commit Graph

36 Commits

Author SHA1 Message Date
Jack Wills e71802fe21 chore: release v0.1.9 2022-12-05 14:06:22 +00:00
Jack Wills 160b8021b1 fix: disallow commands to be sent so an oxker container, closes #19 2022-12-05 03:52:41 +00:00
Jack Wills cf14ba4989 feat: default order of created time, reset sorted, closes #18 2022-12-04 21:42:54 +00:00
Jack Wills 00af24e944 chore: release v0.1.7 2022-11-13 16:39:47 +00:00
Jack Wills 8f3a151371 chore: aggressive linting, with rust v1.65.0 2022-11-06 01:34:13 +00:00
Jack Wills 283fda6982 chore: release v0.1.6 2022-10-16 02:15:04 +00:00
Jack Wills a060d03258 refactor: Cpu+Mem stats use tuple struct 2022-10-16 01:23:02 +00:00
Jack Wills 62fb224786 refactor: String::from("") > String::new() 2022-10-07 03:04:06 +00:00
Jack Wills 5660b34d51 refactor: map_or_else to map_or 2022-10-07 02:22:26 +00:00
Jack Wills 6bee4d007a refactor: clone()'s removed, allow(precision_loss) 2022-10-02 01:14:42 +00:00
Jack Wills a7b8df6b21 refactor: derive Default for CpuStats + ByteStats 2022-10-01 23:40:25 +00:00
Jack Wills 41cbb84f28 feat: use ContainerId new_type 2022-10-01 23:27:38 +00:00
Jack Wills 6731002ee4 refactor: remove pointless clone()'s & variable declarations 2022-10-01 21:02:38 +00:00
Jack Wills e76878f424 refactor: Impl Copy where able to 2022-10-01 19:57:27 +00:00
Jack Wills 57c27d06c7 refactor: byte_stats one_kb/mb/gb made into consts 2022-09-19 22:03:00 +00:00
Jack Wills bfc9cf9b39 wip: Docker file 2022-09-04 15:49:41 -04: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 3dd1c1323b refactor: dead code removed 2022-07-23 04:22:56 +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 8cdfa2d6be wip: logs broken 2022-07-22 21:23:09 +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 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 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