Jack Wills
90e26c300e
wip: gui_status, should use a hashset?
2022-10-14 21:26:20 +00:00
Jack Wills
6492012d5f
chore: release v0.1.5
2022-10-07 21:13:21 +00:00
Jack Wills
62fb224786
refactor: String::from("") > String::new()
2022-10-07 03:04:06 +00:00
Jack Wills
a77f690a49
refactor: replace iter() to into_iter(), and remove useless .iters()'s
2022-10-07 02:43:04 +00:00
Jack Wills
5660b34d51
refactor: map_or_else to map_or
2022-10-07 02:22:26 +00:00
Jack Wills
3661d696e9
refactor: map_or_else to map_or
2022-10-07 01:43:58 +00:00
Jack Wills
6bee4d007a
refactor: clone()'s removed, allow(precision_loss)
2022-10-02 01:14:42 +00:00
Jack Wills
f5fc446295
refactor: use map_or_else
2022-10-02 00:31:01 +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
cde843d2ad
fix: README & Comment typos
2022-09-27 19:50:33 -04:00
Jack Wills
57c27d06c7
refactor: byte_stats one_kb/mb/gb made into consts
2022-09-19 22:03:00 +00:00
Jack Wills
34275b0220
refactor: gui const fn's take self
2022-09-07 13:59:40 +00:00
Jack Wills
7ec58e79a1
fix: docker update mem&cpu use binate value
...
spawn_id for mem&cpu use the current binate value, to enable two concurrent executes from the same docker container id
2022-09-07 04:18:30 +00:00
Jack Wills
eb25744472
refactors: unwraps() removed, and/or map_or() used
2022-09-07 02:53:28 +00:00
Jack Wills
832e9782d7
refactor: Update container remove leading '/'
2022-09-05 08:28:33 -04:00
Jack Wills
bfc9cf9b39
wip: Docker file
2022-09-04 15:49:41 -04:00
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