Commit Graph

1017 Commits

Author SHA1 Message Date
Jack Wills 8ecec7869c chore: devcontainer plugin added 2023-10-21 16:02:13 +00:00
Jack Wills 162b6f3a27 docs: changelog 2023-10-21 15:27:02 +00:00
Jack Wills 6dd953df45 chore: dependencies updated 2023-10-21 15:26:01 +00:00
Jack Wills 85f1982f40 refactor: GitHub action matrix build
Build for each platform using concurrency, re-arrange order of the workflow
2023-10-21 15:25:24 +00:00
Jack Wills 30d89d9abc docs: changelog 2023-10-19 19:21:30 +00:00
Jack Wills 9c0de1f0fe chore: dependencies updated 2023-10-19 19:20:29 +00:00
Jack Wills a9e292c55e docs: changelog 2023-10-18 10:47:46 +00:00
Jack Wills faeaca0cd1 refactor: set_info_box take &str 2023-10-18 10:44:49 +00:00
Jack Wills 322476f341 docs; changelog 2023-10-18 10:38:38 +00:00
Jack Wills a6ff412431 refactor: parse_args/mod.rs > parse_args.rs 2023-10-18 10:38:06 +00:00
Jack Wills 61df0bbe88 docs: changelog 2023-10-18 10:30:48 +00:00
Jack Wills 44f581f5b3 refactor: LogsTZ from &str 2023-10-18 10:25:34 +00:00
Jack Wills 3fd3915b3e docs: README.md update 2023-10-18 10:25:09 +00:00
Jack Wills e6eecbbdce chore: dependencies updated 2023-10-18 10:24:53 +00:00
Jack Wills d46c425fa2 chore: docker-compose Alpine bump 2023-10-09 19:13:33 +00:00
Jack Wills ec93115ece chore: dependencies updated 2023-10-09 19:13:17 +00:00
Jack Wills 21234c66c3 chore: Rust 1.73 linting 2023-10-05 19:54:05 +00:00
Jack Wills ca79893df5 refactor: from string impl
Remove redudant impl's, use `.as_str()`
2023-09-17 18:41:10 +00:00
Jack Wills 18c3ed4337 refactor: env handling
target specific env's rather than looping through them all
2023-09-17 18:19:48 +00:00
Jack Wills b36daa5aea chore: dependencies updated 2023-09-17 18:18:53 +00:00
Jack Wills 7a9365041e chore: merge main into dev 2023-08-28 13:32:44 +00:00
Jack Wills 25bc6511e4 chore: merge release-v0.3.2 into main 2023-08-28 13:32:35 +00:00
Jack Wills 76fd178894 chore: release v0.3.2 2023-08-28 13:32:34 +00:00
Jack Wills 6a5ebc5680 docs: changelog 2023-08-28 13:11:25 +00:00
Jack Wills 59b5f45deb docs: changelog 2023-08-28 13:10:43 +00:00
Jack Wills d5c46b4bc7 docs: changelog 2023-08-28 13:09:45 +00:00
Jack Wills 11785ff0fb docs: changelog 2023-08-28 12:40:52 +00:00
Jack Wills 8e4c2e6867 dependencies updated 2023-08-28 12:40:28 +00:00
Jack Wills 9d3f8c0a2d docs: changelog 2023-08-28 12:28:17 +00:00
Jack Wills 84ba102093 chore: added _typos.toml
ignore `ratatui`, as typos wants to correct this to `ratatouille`
2023-08-28 12:27:51 +00:00
Jack Wills 3e30d54bc0 docs: changelog 2023-08-28 12:08:31 +00:00
Jack Wills 33036d625f docs: changelog 2023-08-28 12:06:23 +00:00
Jack Wills 29e02e0d1f chore: dependencies updated 2023-08-28 12:06:01 +00:00
Jack Wills 62c78dfaa5 refactor: set_error take gui_state
insert into gui_state status when setting error
2023-08-26 12:40:53 +00:00
Jack Wills e49219752d docs: changelog 2023-08-25 19:45:25 +00:00
Jack Wills 7d61c71bb9 docs: changelog 2023-08-25 19:27:32 +00:00
Jack Wills 94a20584e6 chore: dependencies updated 2023-08-25 19:27:16 +00:00
Jack Wills 2e27462d1b refactor: loading_spin fn remove async 2023-08-24 16:26:30 +00:00
Jack Wills 4660a992df docs: README.md updated 2023-08-24 16:16:13 +00:00
Jack Wills e71db8d917 docs: changelog 2023-08-24 16:09:56 +00:00
Jack Wills cafe23c297 chore: dependencies updated 2023-08-24 16:09:41 +00:00
Jack Wills 8ce5a1877a chore: dependencies updated 2023-08-17 15:41:22 +00:00
Jack Wills 3e43d02273 Merge branch 'fix/host' into dev 2023-08-17 15:36:48 +00:00
Jack Wills 1095078764 feat: Docker Host env, closes #30
oxker will check for an optional cli_arg `--host`, then the $DOCKER_HOST env, and if found use for connection.

Fix unresponsiveness in debug mode when error set
2023-08-17 15:34:18 +00:00
Jack Wills 155b3c2bd6 chore: create_release v0.3.0 2023-07-31 14:15:26 +00:00
Jack Wills 9903b78b1c chore: dependencies updated 2023-07-31 11:38:50 +00:00
Jack Wills cfe35b9894 chore: dependencies updated 2023-06-14 20:48:01 +00:00
Jack Wills e17aad06cd feat: replace loading enum with FRAMES const 2023-06-14 20:47:40 +00:00
Jack Wills 3b61a704e2 feat: Clippy mem drop,
re-arrange .lock() ordering, and use `value_capture!`, to satisfy has_significant_drop rule
2023-06-14 20:47:24 +00:00
Jack Wills 591b569e60 feat: value_capture! for draw_frame values 2023-06-14 20:23:05 +00:00