Commit Graph

707 Commits

Author SHA1 Message Date
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
Jack Wills a8084c8d97 chore: merge main into dev 2023-06-04 00:40:51 +00:00
Jack Wills afc51c3a26 chore: merge release-v0.3.1 into main 2023-06-04 00:40:40 +00:00
Jack Wills ef39082276 chore: release v0.3.1 2023-06-04 00:40:39 +00:00
Jack Wills 53234cb3cd docs: changelog 2023-06-03 23:41:32 +00:00
Jack Wills 0d37ac5501 chores: ratatui span -> lines 2023-06-03 23:41:16 +00:00
Jack Wills 4da1fb599d docs: changelog 2023-06-03 23:38:29 +00:00
Jack Wills 7dec5f14a3 chore: create_release.sh updated 2023-06-03 23:37:57 +00:00
Jack Wills 4fa841e6e7 chore: github workflow ubuntu latest, build for x86 musl 2023-06-03 20:36:15 +00:00
Jack Wills 47cda44b82 fix: workflow additional image fix, closes #29 2023-06-03 20:31:38 +00:00
Jack Wills 4679ddc885 chore: Spans -> Line, ratatui 0.21 update 2023-06-03 20:30:00 +00:00