Jack Wills
|
d26f58201d
|
refactor: update_all_containers filter_map running
|
2022-09-06 14:31:27 +00:00 |
|
Jack Wills
|
1be9f52ad4
|
feat: update_all_containers ignore oxker container
filter_map over all container summaries, and ignore if the container command contains "oxker", for use when running oxker as a container itself
|
2022-09-05 08:31:01 -04: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
|
8a3df33dfa
|
fix: spawnid typo
|
2022-07-23 10:18:00 +00:00 |
|
Jack Wills
|
1ae95d58c3
|
feat: spawnId for docker hashmap
Use custom enum for docker spawns id, so logs & stats can exist in hashmap at same time
|
2022-07-23 09:51:36 +00:00 |
|
Jack Wills
|
4fdef153bf
|
chore: release v0.1.0
|
2022-07-23 04:24:11 +00:00 |
|
Jack Wills
|
49e3a4b3b6
|
refactor: dead code removed
|
2022-07-23 03:29:18 +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
|
3b69cc29fa
|
docs: screenshot
|
2022-07-22 23:56:30 +00:00 |
|
Jack Wills
|
c39e224d56
|
docs: readme updated
|
2022-07-22 20:54:43 +00:00 |
|
Jack Wills
|
a70d6fa968
|
refacor: creation & drawing of headers
|
2022-07-22 20:38:22 +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
|
61db81ecfe
|
fix(docker_data): remove unwrap()
use if let (Some(x), Some(y)) instead of x.is_some && y.is_some()
|
2022-05-30 14:13:24 +00:00 |
|
Jack Wills
|
3a7e3974f5
|
refactor: cargo fmt
|
2022-05-30 01:00:45 +00:00 |
|
Jack Wills
|
ad43f69152
|
fix: docker_data remove unwrap()
change update_all_containers unwrap with unwrap_or, and use a filter_map on output vec
|
2022-05-30 00:27:11 +00:00 |
|
Jack Wills
|
dc063a2b87
|
fix: docker_data remove unwrap()
change update_all_containers unwrap with unwrap_or_default()
|
2022-05-30 00:18:36 +00:00 |
|
Jack Wills
|
6dc0c8f679
|
fix: docker_data unwrap()
use a match clause to remove an unwrap() from the network_stats section of update_container_stat
|
2022-05-30 00:14:28 +00:00 |
|
Jack Wills
|
cf3d0dad3b
|
chore: release v0.0.2
|
2022-04-29 18:01:55 +00:00 |
|
Jack Wills
|
28bf0e603d
|
refactor: docker functions
|
2022-04-29 17:03:50 +00:00 |
|
Jack Wills
|
679203cf2d
|
feat: docker_recv for all docker commands
|
2022-04-29 16:10:14 +00:00 |
|
Jack Wills
|
836df247c4
|
fix: cli arg DOCKER > ms
|
2022-04-29 02:28:58 +00:00 |
|
Jack Wills
|
5101f60aaa
|
init commit
|
2022-04-25 02:44:39 +00:00 |
|