Jack Wills
0e9b65f6c5
docs: changelog
2023-11-18 22:48:55 +00:00
Jack Wills
81d5b326db
chore: dependencies updated
2023-11-18 22:47:30 +00:00
Jack Wills
4b06117176
docs: changelog
2023-11-18 22:46:41 +00:00
Jack Wills
fc1e776fcd
Merge branch 'feat/tty' into dev
2023-11-18 22:45:20 +00:00
Jack Wills
0e5ee143b0
feat: exec mode improvements
...
Use Bollard library to exec in pure Rust.
`--use-cli` cli arg, will then only try to exec into containers using
Docker.
Only try to exec into a container if the state == Running.
2023-11-18 22:44:39 +00:00
Jack Wills
28b0315dd7
docs: changelog
2023-11-16 18:03:56 +00:00
Jack Wills
d08cbb6640
refactor: remove redundant loop
2023-11-16 18:03:11 +00:00
Jack Wills
914ff93dd3
chore: devcontainer update
2023-11-16 18:03:00 +00:00
Jack Wills
aafe89d0eb
docs: changelog
2023-11-16 11:40:01 +00:00
Jack Wills
1cdcbf6a7f
docs: changelog
2023-11-16 11:35:08 +00:00
Jack Wills
43d0b54211
Merge branch 'dev' of https://github.com/mrjackwills/oxker into dev
2023-11-16 11:33:21 +00:00
Jack Wills
6109bef571
docs: changelog
2023-11-16 11:32:31 +00:00
Jack Wills
ddda16f14d
chore: dependencies updated
2023-11-16 11:19:42 +00:00
Jack Wills
40090865fd
refactor: Multiple UI improvements;
...
Use FrameData struct to store commonly accessed data, in order to
reduce mutex locks.
rename unpause to resume
use get_selected_panel() function instead of directly
gui_state.selected_panel
debug mode now shows some usefull information
2023-11-16 11:19:42 +00:00
Jack Wills
650aa0fc91
refactor: DockerData refactors
...
Use a croner in the docker_data, instead of in the ui thread, as this thread will be paused when in exec mode.
is_initilised is again done in docker_data, after stats have been calculated
use bollard from git, waiting for new release due to Docker changes
2023-11-16 11:19:42 +00:00
Jack Wills
6a4cf6490d
chore: workflow dependencies updated
2023-11-16 11:19:42 +00:00
Jack Wills
e301b51891
chore: dependencies updated
2023-11-16 11:19:42 +00:00
Jack Wills
c8077bca0b
feat: Docker exec mode, closes #28
2023-11-16 11:19:09 +00:00
Daniel Boll
e1998c9fca
refactor(draw_blocks.rs): remove unnecessary .as_ref() calls on constraints method to improve code readability
...
refactor(mod.rs): remove unnecessary .as_ref() calls on constraints method to improve code readability
chore(draw_blocks.rs): format code using rustfmt to improve code readability
chore(draw_blocks.rs): remove unnecessary indentation in NAME_TEXT constant to improve code readability
chore(draw_blocks.rs): remove unnecessary fmt skip directive
Signed-off-by: Daniel Boll <danielboll.academico@gmail.com >
2023-11-16 11:18:49 +00:00
Jack Wills
4e9fb65fe2
chore: Dependencies updated
...
ratatui v0.24.0 fixes
2023-11-16 11:11:59 +00:00
Jack Wills
b8079ad962
fix: devcontainer remove duplicate plugin
2023-11-16 11:11:59 +00:00
Jack Wills
2b1a3c02f5
chore: merge main into dev
2023-10-21 16:25:52 +00:00
Jack Wills
f24ef076a4
chore: merge release-v0.3.3 into main
2023-10-21 16:25:43 +00:00
Jack Wills
09bf70abd2
chore: release v0.3.3
2023-10-21 16:25:42 +00:00
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