chore: merge main into dev

This commit is contained in:
Jack Wills
2024-02-14 14:39:48 +00:00
5 changed files with 30 additions and 26 deletions
+13 -11
View File
@@ -1,23 +1,25 @@
### 2024-01-18 ### 2024-02-14
### Chores ### Chores
+ dependencies updated, [53b4bafbe53312fe41608ddf33e865d474222aaa], [58ef151600e362048a607c8ae61a5edfe80ab1dd], [b6fd35022a99ec0e982ddb154b0450d49c4840e9], [0438c108bdd9815d7eae1b89c47c4e6438f358d6] + create_release v0.5.5, [616338b7107036e968f51c3ff80739f9ffb40fbd]
+ files formatted, [1806165c3e266876b2d1806f7b662d09705f3aad] + update dependencies, [10180d2e0817c00a198e27f7d71080c502639a6b]
+ create_release.sh check for unused lint, [d0b27211928f93f8455e1ee5a6a6485c6a21d382] + update to ratatui v0.26.0, [d33dce3eec4c19cc3c3668dab77f7d25d6970c3c]
+ GitHub workflow dependency bump, [0314eac9df6cf9fea1943dcd06bd6a0b27131c16]
### Docs ### Docs
= Readme updated, screenshot added, [7561a93415c1e1f596b15edba95e7b32a939cd90], [4069e5572f81cb689dbb9f735db919e4636cdccc] + screenshot updated, [fe5ec4f5dd25f11817be37f3f1867a6a2b0afc42]
### Features
+ Ports section added, closes #21, [65a1afcb0605604ede350a5630c775f94ebb74ee], [7a096a65c40924021fe643fe0aa1067095832df9]
### Fixes ### Fixes
+ sort arrow now on left of header, [40ddcb727d2c1758d6dd26a58507b85b219f51e2] + ports all listed in white, [d3b23585b38045eb3bc827367eca90eb7f7a7dd5]
+ use long container name in delete popup, [6202b7bbfdfb04a94959b5143dac3f1aa59cd336]
+ memory display, closes #33, [a182d40a7463164ef5dcac379d1a1768d77209d2]
### Refactors ### Refactors
+ rename string_wrapper > unit_struct, [27cf53e41f8b379f606c1c27620ee08e79bac57e] + use &[T] instead of &Vec<T>, [76cd08ab2f98687a866a6bbb4fa93bbdedaa7699], [1f62bb50210f2d66bb7215e42e8b21a3c1a6ec06]
+ draw_block constraints into consts, [0436ff1b7356c80532048c7d497c66d331092b01]
### Tests ### Tests
+ Finally have tests, currently for layout and associated methods, at the moment running the tests will not interfere with any running Docker containers, [4bcf77db776a36e0a8151ecfbda722a66c4ba46c] + update port test with new colour, [f74ae3f5c34d74b78822078291fed401427c4cba]
+ color match tests updated, [5b287416315942b19c62f8c66348ce28462d894c]
see <a href='https://github.com/mrjackwills/oxker/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details see <a href='https://github.com/mrjackwills/oxker/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
+15 -12
View File
@@ -1,24 +1,27 @@
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.6.1'>v0.6.1</a>
### 2024-02-14
### Chores ### Chores
+ create_release v0.5.5, [616338b7107036e968f51c3ff80739f9ffb40fbd] + create_release v0.5.5, [616338b7](https://github.com/mrjackwills/oxker/commit/616338b7107036e968f51c3ff80739f9ffb40fbd)
+ update dependencies, [10180d2e0817c00a198e27f7d71080c502639a6b] + update dependencies, [10180d2e](https://github.com/mrjackwills/oxker/commit/10180d2e0817c00a198e27f7d71080c502639a6b)
+ update to ratatui v0.26.0, [d33dce3eec4c19cc3c3668dab77f7d25d6970c3c] + update to ratatui v0.26.0, [d33dce3e](https://github.com/mrjackwills/oxker/commit/d33dce3eec4c19cc3c3668dab77f7d25d6970c3c)
+ GitHub workflow dependency bump, [0314eac9df6cf9fea1943dcd06bd6a0b27131c16] + GitHub workflow dependency bump, [0314eac9](https://github.com/mrjackwills/oxker/commit/0314eac9df6cf9fea1943dcd06bd6a0b27131c16)
### Docs ### Docs
+ screenshot updated, [fe5ec4f5dd25f11817be37f3f1867a6a2b0afc42] + screenshot updated, [fe5ec4f5](https://github.com/mrjackwills/oxker/commit/fe5ec4f5dd25f11817be37f3f1867a6a2b0afc42)
### Fixes ### Fixes
+ ports all listed in white, [d3b23585b38045eb3bc827367eca90eb7f7a7dd5] + ports all listed in white, [d3b23585](https://github.com/mrjackwills/oxker/commit/d3b23585b38045eb3bc827367eca90eb7f7a7dd5)
+ use long container name in delete popup, [6202b7bbfdfb04a94959b5143dac3f1aa59cd336] + use long container name in delete popup, [6202b7bb](https://github.com/mrjackwills/oxker/commit/6202b7bbfdfb04a94959b5143dac3f1aa59cd336)
+ memory display, closes #33, [a182d40a7463164ef5dcac379d1a1768d77209d2] + memory display, closes [#33](https://github.com/mrjackwills/oxker/issues/33), [a182d40a](https://github.com/mrjackwills/oxker/commit/a182d40a7463164ef5dcac379d1a1768d77209d2)
### Refactors ### Refactors
+ use &[T] instead of &Vec<T>, [76cd08ab2f98687a866a6bbb4fa93bbdedaa7699], [1f62bb50210f2d66bb7215e42e8b21a3c1a6ec06] + use &[T] instead of &Vec<T>, [76cd08ab](https://github.com/mrjackwills/oxker/commit/76cd08ab2f98687a866a6bbb4fa93bbdedaa7699), [1f62bb50](https://github.com/mrjackwills/oxker/commit/1f62bb50210f2d66bb7215e42e8b21a3c1a6ec06)
+ draw_block constraints into consts, [0436ff1b7356c80532048c7d497c66d331092b01] + draw_block constraints into consts, [0436ff1b](https://github.com/mrjackwills/oxker/commit/0436ff1b7356c80532048c7d497c66d331092b01)
### Tests ### Tests
+ update port test with new colour, [f74ae3f5c34d74b78822078291fed401427c4cba] + update port test with new colour, [f74ae3f5](https://github.com/mrjackwills/oxker/commit/f74ae3f5c34d74b78822078291fed401427c4cba)
+ color match tests updated, [5b287416315942b19c62f8c66348ce28462d894c] + color match tests updated, [5b287416](https://github.com/mrjackwills/oxker/commit/5b287416315942b19c62f8c66348ce28462d894c)
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.6.0'>v0.6.0</a> # <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.6.0'>v0.6.0</a>
### 2024-01-18 ### 2024-01-18
Generated
+1 -1
View File
@@ -811,7 +811,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]] [[package]]
name = "oxker" name = "oxker"
version = "0.6.0" version = "0.6.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bollard", "bollard",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "oxker" name = "oxker"
version = "0.6.0" version = "0.6.1"
edition = "2021" edition = "2021"
authors = ["Jack Wills <email@mrjackwills.com>"] authors = ["Jack Wills <email@mrjackwills.com>"]
description = "A simple tui to view & control docker containers" description = "A simple tui to view & control docker containers"
-1
View File
@@ -2699,7 +2699,6 @@ mod tests {
}) })
.unwrap(); .unwrap();
let expected = vec![ let expected = vec![
" ".to_owned(), " ".to_owned(),
" ╭───────────────── Error ──────────────────╮ ".to_owned(), " ╭───────────────── Error ──────────────────╮ ".to_owned(),