Commit Graph

88 Commits

Author SHA1 Message Date
Jack Wills c5c859d6b6 refactor: input_handler unwraps()
feat: disregarding docker command errors

replace if_some() +unwrap() with if let Some().
Docker commands unwrap()  replace with unwrap_or(())
2022-05-30 01:11:54 +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 3a7e3974f5 refactor: cargo fmt 2022-05-30 01:00:45 +00:00
Jack Wills fc39aea582 refactor: input m_button
replace is_some() with a if let Some(), and improve comments
2022-05-30 00:44:40 +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 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 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 e497f3f2d9 fix: help panel text
show pg/pgdown, home/end, in help panel
2022-05-22 12:14:52 +00:00
Jack Wills 11d5ba361e docs: readme typo 2022-05-14 22:48:10 +00:00
Jack Wills 2f5452027e fix: logo In help menu, space/tab issue 2022-05-08 19:46:03 +00:00
Jack Wills cb72b9c328 chore: release v0.0.3 2022-05-08 19:30:42 +00:00
Jack Wills 4283a285e2 refactor(create_release.sh): improve release flow & comments 2022-05-08 19:26:55 +00:00
Jack Wills d20e1bcd47 refactor: dead code removed 2022-05-08 18:16:25 +00:00
Jack Wills d41c42adc2 Merge branch 'dev' of https://github.com/siph/oxker into siph-dev 2022-05-08 18:03:01 +00:00
siph d30dabae50 feat: vim movement keys 2022-05-08 11:37:14 -06:00
Jack Wills c04c348932 refactor 2022-05-08 15:57:28 +00:00
Jack Wills 32705a60c4 refactor: generate_block()
insert area in gui_state in generate_block, don't pass in currently
selected panel, instead get from gui_state itself
2022-04-30 00:45:06 +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 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 4b46efe89d fix: gui typo 2022-04-29 14:28:29 +00:00
Jack Wills bfd5ab8773 fix: help box typos 2022-04-29 14:24:34 +00:00
Jack Wills 1daf1c177d fix: info box lines 2022-04-29 03:14:35 +00:00
Jack Wills 3542f65e61 refactor: dead space removed 2022-04-29 03:10:41 +00:00
Jack Wills 836df247c4 fix: cli arg DOCKER > ms 2022-04-29 02:28:58 +00:00
Jack Wills 757103c54f refactor: help box description from TOML 2022-04-29 01:39:21 +00:00
Jack Wills db99e61a37 refactor: help box text 2022-04-29 01:36:20 +00:00
Jack Wills 00dfacfe13 refactor: m_button, help box text 2022-04-29 01:30:31 +00:00
Jack Wills 12b5cfce6c fix: make sure popup blank sapce can't be negative 2022-04-29 01:16:26 +00:00
Jack Wills 01e000169d feat: help box "m" explanation 2022-04-29 01:12:44 +00:00
Jack Wills 421aa82ebd feat: help box "m" explanation 2022-04-29 01:11:20 +00:00
Jack Wills b10f927481 feat: show id column 2022-04-29 01:03:06 +00:00
Jack Wills 1017850a6c feat: refactored centered box to diplay in any of 9 areas 2022-04-28 21:25:27 +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