Jack Wills
|
ffac05a9cd
|
chore: release v0.7.0
|
2024-08-01 21:59:45 +00:00 |
|
Jack Wills
|
12f24357a6
|
feat: place image name in logs panel title
|
2024-08-01 21:35:43 +00:00 |
|
Jack Wills
|
de87681816
|
feat: unhealthy status, closes #43
Highlight an unhealthy container in Orange, and display "! running" as the state,
refactor: Move dev Docker files to docker directory
|
2024-08-01 21:35:37 +00:00 |
|
Jack Wills
|
0e927aae17
|
fix: heading section help margin
|
2024-07-27 11:07:28 +00:00 |
|
Jack Wills
|
51e9b1da2a
|
refactor: formatting
|
2024-07-27 09:14:24 +00:00 |
|
Jack Wills
|
2cc2a65d57
|
tests: fix layout tests with new left alignment
|
2024-07-26 22:47:19 +00:00 |
|
Jack Wills
|
38a2c52247
|
Merge branch 'aljazerzen-left-align' into dev
|
2024-07-25 16:06:59 +00:00 |
|
Jack Wills
|
93e1279b1f
|
chore: Rust 1.80 linting
|
2024-07-25 14:30:24 +00:00 |
|
Jack Wills
|
d472d074f6
|
fix: left align headers,
Remove pointless match statements
|
2024-07-24 21:07:25 +00:00 |
|
Jack Wills
|
9e5cf68b8f
|
fix: colum width minimums
|
2024-07-24 21:02:56 +00:00 |
|
Aljaž Mur Eržen
|
8daa4f5b8a
|
fix tests
|
2024-07-24 19:04:09 +02:00 |
|
Jack Wills
|
26a2cf55d2
|
feat: advanced filtering
Allow filtering by name, image name, status, or a combination of all of the three
|
2024-07-24 14:20:29 +00:00 |
|
Aljaž Mur Eržen
|
4ba27f126c
|
feat: left align text fieds of container block
|
2024-07-24 00:55:39 +02:00 |
|
Jack Wills
|
91b451c6a3
|
refactor: filter mode displayed updated
|
2024-07-15 12:09:56 +00:00 |
|
Jack Wills
|
a04ef1b701
|
tests: refactor all draw tests
|
2024-07-13 22:08:42 +00:00 |
|
Jack Wills
|
94e4d693ab
|
wip: test refactors
|
2024-07-12 21:56:35 +00:00 |
|
Jack Wills
|
3aebc8de15
|
wip: test refactors
|
2024-07-12 20:28:57 +00:00 |
|
Jack Wills
|
d5d8a0dbc5
|
feat: filter containers, closes #37
Enable filtering of containers, toggled by pressing `F1` or `/`, build on PR #38 from MohammadShabaniSBU
|
2024-07-12 15:43:42 +00:00 |
|
Jack Wills
|
274e5b8c5a
|
fix: color match
Correctly escape raw text, and correctly remove ANSI codes.
Color matching white now becomes gray
|
2024-07-10 07:19:22 +00:00 |
|
Jack Wills
|
df449a8537
|
docs: exec not available on windows
|
2024-05-24 21:47:12 +00:00 |
|
Jack Wills
|
9b7d575a76
|
fix: closes #36 Double key strokes on Windows
https://github.com/mrjackwills/oxker/issues/36
|
2024-05-24 21:43:53 +00:00 |
|
Jack Wills
|
ff839af4ef
|
tests: test_draw_blocks_help() with esc text
|
2024-05-07 18:14:09 +00:00 |
|
Jack Wills
|
7f2f7c34a1
|
feat: "esc" key function in help box
|
2024-05-02 13:57:02 +00:00 |
|
Jack Wills
|
93d857eb04
|
chore: Rust 1.78.0 linting
|
2024-05-02 13:38:37 +00:00 |
|
Jack Wills
|
97c7a4ccfb
|
Merge branch 'JCQuintas-close-dialogs-with-esc' into dev
|
2024-04-20 12:24:58 +00:00 |
|
Jose Quintas
|
0e4c3ceab9
|
Allow closing dialogs with Escape
|
2024-04-19 19:30:57 +02:00 |
|
Jack Wills
|
bf33776e9a
|
refactor: impl AsyncTTY
move methods inside of AsyncTTY
|
2024-04-17 21:14:28 +00:00 |
|
Jack Wills
|
aa09474053
|
tests: reduced header section test
|
2024-04-17 15:19:11 +00:00 |
|
Jack Wills
|
4628803b2b
|
fix: header display when width changes
Only show header when the cumulative header widths is less than the header section width
|
2024-04-17 15:10:33 +00:00 |
|
Jack Wills
|
0631a73ec2
|
feat: use tokio CancellationToken
In docker exec mode, replace use of Arc<AtomicBool> with a CancellationToken
|
2024-04-17 11:25:39 +00:00 |
|
Jack Wills
|
dfd4948d9c
|
chore: Rust 1.77 linting
|
2024-03-30 15:24:45 +00:00 |
|
Jack Wills
|
867edbecb9
|
chore: release v0.6.1
|
2024-02-14 14:39:42 +00:00 |
|
Jack Wills
|
e7845ae6f0
|
docs: typos
|
2024-02-14 14:24:48 +00:00 |
|
Jack Wills
|
1f62bb5021
|
refactor: use &[T] instead of &Vec<T>
|
2024-02-14 14:21:28 +00:00 |
|
Jack Wills
|
d469d71652
|
revert: debugging code removed
|
2024-02-14 14:19:45 +00:00 |
|
Jack Wills
|
f74ae3f5c3
|
tests: update port test with new colour
|
2024-02-14 10:25:32 +00:00 |
|
Jack Wills
|
d3b23585b3
|
fix: ports all listed in white
|
2024-02-14 09:42:31 +00:00 |
|
Jack Wills
|
6202b7bbfd
|
fix: use long container name in delete popup
|
2024-02-14 09:33:37 +00:00 |
|
Jack Wills
|
a182d40a74
|
fix: memory display, closes #33
Memory usage calculation now uses correct methodology
|
2024-02-12 17:40:28 +00:00 |
|
Jack Wills
|
10180d2e08
|
chore: update dependencies
Some breaking changes in ratatui, should now all have been addressed
|
2024-02-12 16:20:02 +00:00 |
|
Jack Wills
|
76cd08ab2f
|
refactor: return &[T] instead of &Vec<T>
|
2024-02-05 22:30:30 +00:00 |
|
Jack Wills
|
d33dce3eec
|
chore: update to ratatui v0.26.0
|
2024-02-05 22:11:49 +00:00 |
|
Jack Wills
|
5b28741631
|
test: color match tests updated
|
2024-02-05 14:50:50 +00:00 |
|
Jack Wills
|
0436ff1b73
|
refactor: draw_block constaints into consts
|
2024-01-23 21:43:06 +00:00 |
|
Jack Wills
|
7a096a65c4
|
fix: ports display tweak, plus test
|
2024-01-18 18:48:33 +00:00 |
|
Jack Wills
|
65a1afcb06
|
feat: Added ports section, closes #21
|
2024-01-18 14:30:54 +00:00 |
|
Jack Wills
|
9aab99dbf0
|
docs: changelog
|
2024-01-17 16:15:09 +00:00 |
|
Jack Wills
|
53543a1b72
|
tests: gui tests
|
2024-01-16 10:38:22 +00:00 |
|
Jack Wills
|
8e9243d884
|
test: terminal wip
|
2024-01-14 00:31:38 +00:00 |
|
Jack Wills
|
a68794f78d
|
wip: terminal tests
|
2024-01-14 00:22:26 +00:00 |
|