Commit Graph

101 Commits

Author SHA1 Message Date
Jack Wills 31fb2cb1e6 fix: u16::try_from for text widths 2022-10-01 23:28:08 +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 1dbb914387 docs: changelog 2022-10-01 20:05:34 +00:00
Jack Wills e76878f424 refactor: Impl Copy where able to 2022-10-01 19:57:27 +00:00
Jack Wills 15597dbe69 chore: Update clap to v4 2022-10-01 17:43:20 +00:00
Jack Wills 17dc604bef refactor: async fn to just fn 2022-09-28 23:32:15 +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 37d8791672 chore: comment typos 2022-09-19 21:59:09 +00:00
Jack Wills 76677316fd chore: release v0.1.4 2022-09-07 14:53:01 +00:00
Jack Wills 66583e1b03 feat: is_loading use HashSet<Uuid>
each set loading function uses a unique uuid, so that the loading animation will always be played, previously would stop on any remove_loading call
2022-09-07 14:33:03 +00:00
Jack Wills 34275b0220 refactor: gui const fn's take self 2022-09-07 13:59:40 +00:00
Jack Wills f0b41626e5 docs: changelog 2022-09-07 04:22:48 +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 fd0081ee7f revert: Dockerdate stat refactor, inadvertently reduced update interval 2022-09-07 03:25:36 +00:00
Jack Wills 5f12362db7 feat: update container info ir running OR restarting
refactor: dockerdata thread hashmap insertion
2022-09-07 03:03:49 +00:00
Jack Wills 18713c091e fix: KeyCodes check for uppercase
When checking keyboard button press, check for upper and lower cases
2022-09-07 03:02:02 +00:00
Jack Wills eb25744472 refactors: unwraps() removed, and/or map_or() used 2022-09-07 02:53:28 +00:00
Jack Wills 3d760d23cd docs: comments 2022-09-06 14:40:00 +00:00
Jack Wills d6e2026eec refactor: AppError display impl 2022-09-06 14:31:55 +00:00
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 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 305f3ee980 chore: release v0.1.3 2022-08-04 17:25:50 +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 d9801cdf37 fix: dependencies update
update colorize_logs with updated cansi methods
2022-08-04 11:34:07 +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 3dd1c1323b refactor: dead code removed 2022-07-23 04:22:56 +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 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 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