chore: merge release-v0.10.2 into main

This commit is contained in:
Jack Wills
2025-04-19 16:52:13 +00:00
13 changed files with 32 additions and 32 deletions
+3 -15
View File
@@ -1,21 +1,9 @@
### 2025-04-18 ### 2025-04-19
### Chores ### Chores
+ dependencies updated, [8f959c5408995527485e817514c3f4a10bca31bd], [69d1801ea1e71e7d84c00fb2142ba27577e3bb73], [188490e13fd1255eecb305ac0a99a7a1913e0294] + dependencies updated, [1345ecb1a2b17ad3d288f2de2058c0777b84f93b]
+ Rust 1.86.0 linting, [9acf60334c5224faa9ee4ecf7030b2e9b13b7d67]
### Docs
+ comment typo, [723b220c6aa6393b8eebd84a6ddba69f35dc18b8]
### Fixes
+ github workflow update, [997eebca20a2883dcfcb35009dd4d7b0d438dec6]
+ config merging, [a468827f02c5243b9bd4e0183fed16854ae6c851]
### Refactors
+ rename ChartType to ChartVariant, [bca67116f3b71451156a39a7b0957568b26fa183], [d0caa9271b6f92f52ccfe3dec69708efe54e5170]
+ rename FileType to FileFormat, [848f64d0da429e547a2f6c8de62e4da5f5c9a187]
### Tests ### Tests
+ Use insta, closes #57, [9362d7b481ea22eab6f902dc7f3c10150c7ddf22] + use a fixed version String, `0.00.000`, in tests, [230174b3c327c3f217cdcf8fce07d5d9ddea1033]
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
+9
View File
@@ -1,3 +1,12 @@
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.10.2'>v0.10.2</a>
### 2025-04-19
### Chores
+ dependencies updated, [1345ecb1](https://github.com/mrjackwills/oxker/commit/1345ecb1a2b17ad3d288f2de2058c0777b84f93b)
### Tests
+ use a fixed version String, `0.00.000`, in tests, [230174b3](https://github.com/mrjackwills/oxker/commit/230174b3c327c3f217cdcf8fce07d5d9ddea1033)
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.10.1'>v0.10.1</a> # <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.10.1'>v0.10.1</a>
### 2025-04-18 ### 2025-04-18
Generated
+7 -7
View File
@@ -234,9 +234,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.36" version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04" checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@@ -244,9 +244,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.36" version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5" checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@@ -1200,7 +1200,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]] [[package]]
name = "oxker" name = "oxker"
version = "0.10.1" version = "0.10.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bollard", "bollard",
@@ -1595,9 +1595,9 @@ dependencies = [
[[package]] [[package]]
name = "signal-hook-registry" name = "signal-hook-registry"
version = "1.4.2" version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" checksum = "c28b4eafe8a2d82f83559ef5941afff1ccba3da8e375c8f148efd75df181bf4f"
dependencies = [ dependencies = [
"libc", "libc",
] ]
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "oxker" name = "oxker"
version = "0.10.1" version = "0.10.2"
edition = "2024" edition = "2024"
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"
+5 -1
View File
@@ -35,13 +35,17 @@ a8" "8a `Y8, ,8P' 88 ,a8" a8P_____88 88P' "Y8
`"YbbdP"' 8P' `Y8 88 `Y8a `"Ybbd8"' 88 "#; `"YbbdP"' 8P' `Y8 88 `Y8a `"Ybbd8"' 88 "#;
pub const NAME: &str = env!("CARGO_PKG_NAME"); pub const NAME: &str = env!("CARGO_PKG_NAME");
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub const REPO: &str = env!("CARGO_PKG_REPOSITORY"); pub const REPO: &str = env!("CARGO_PKG_REPOSITORY");
pub const DESCRIPTION: &str = env!("CARGO_PKG_DESCRIPTION"); pub const DESCRIPTION: &str = env!("CARGO_PKG_DESCRIPTION");
pub const MARGIN: &str = " "; pub const MARGIN: &str = " ";
pub const RIGHT_ARROW: &str = ""; pub const RIGHT_ARROW: &str = "";
pub const CIRCLE: &str = ""; pub const CIRCLE: &str = "";
#[cfg(not(test))]
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
#[cfg(test)]
pub const VERSION: &str = "0.00.000";
pub const CONSTRAINT_50_50: [Constraint; 2] = pub const CONSTRAINT_50_50: [Constraint; 2] =
[Constraint::Percentage(50), Constraint::Percentage(50)]; [Constraint::Percentage(50), Constraint::Percentage(50)];
pub const CONSTRAINT_100: [Constraint; 1] = [Constraint::Percentage(100)]; pub const CONSTRAINT_100: [Constraint; 1] = [Constraint::Percentage(100)];
@@ -7,7 +7,7 @@ expression: setup.terminal.backend()
"│ │" "│ │"
"│ Unable to access docker daemon │" "│ Unable to access docker daemon │"
"│ │" "│ │"
"│ oxker::v0.10.0 closing in 04 seconds │" "│ oxker::v0.00.000 closing in 04 seconds │"
"│ │" "│ │"
"╰────────────────────────────────────────────╯" "╰────────────────────────────────────────────╯"
" " " "
@@ -3,7 +3,7 @@ source: src/ui/draw_blocks/help.rs
expression: setup.terminal.backend() expression: setup.terminal.backend()
--- ---
" " " "
" ╭ 0.10.0 ───────────────────────────────────────────────────────────────────────────╮ " " ╭ 0.00.000 ─────────────────────────────────────────────────────────────────────────╮ "
" │ │ " " │ │ "
" │ 88 │ " " │ 88 │ "
" │ 88 │ " " │ 88 │ "
@@ -3,7 +3,7 @@ source: src/ui/draw_blocks/help.rs
expression: setup.terminal.backend() expression: setup.terminal.backend()
--- ---
" " " "
" ╭ 0.10.0 ───────────────────────────────────────────────────────────────────────────╮ " " ╭ 0.00.000 ─────────────────────────────────────────────────────────────────────────╮ "
" │ │ " " │ │ "
" │ 88 │ " " │ 88 │ "
" │ 88 │ " " │ 88 │ "
@@ -3,7 +3,7 @@ source: src/ui/draw_blocks/help.rs
expression: setup.terminal.backend() expression: setup.terminal.backend()
--- ---
" " " "
" ╭ 0.10.0 ────────────────────────────────────────────────────────────────────────────────────╮ " " ╭ 0.00.000 ──────────────────────────────────────────────────────────────────────────────────╮ "
" │ │ " " │ │ "
" │ 88 │ " " │ 88 │ "
" │ 88 │ " " │ 88 │ "
@@ -3,7 +3,7 @@ source: src/ui/draw_blocks/help.rs
expression: setup.terminal.backend() expression: setup.terminal.backend()
--- ---
" " " "
" ╭ 0.10.0 ──────────────────────────────────────────────────────────────────────────────────────────────────╮ " " ╭ 0.00.000 ────────────────────────────────────────────────────────────────────────────────────────────────╮ "
" │ │ " " │ │ "
" │ 88 │ " " │ 88 │ "
" │ 88 │ " " │ 88 │ "
@@ -3,7 +3,7 @@ source: src/ui/draw_blocks/help.rs
expression: setup.terminal.backend() expression: setup.terminal.backend()
--- ---
" " " "
" ╭ 0.10.0 ──────────────────────────────────────────────────────────────────────────────────────────────────╮ " " ╭ 0.00.000 ────────────────────────────────────────────────────────────────────────────────────────────────╮ "
" │ │ " " │ │ "
" │ 88 │ " " │ 88 │ "
" │ 88 │ " " │ 88 │ "
@@ -3,7 +3,7 @@ source: src/ui/draw_blocks/help.rs
expression: setup.terminal.backend() expression: setup.terminal.backend()
--- ---
" " " "
" ╭ 0.10.0 ───────────────────────────────────────────────────────────────────────────╮ " " ╭ 0.00.000 ─────────────────────────────────────────────────────────────────────────╮ "
" │ │ " " │ │ "
" │ 88 │ " " │ 88 │ "
" │ 88 │ " " │ 88 │ "
@@ -1,6 +1,5 @@
--- ---
source: src/ui/draw_blocks/ports.rs source: src/ui/draw_blocks/ports.rs
assertion_line: 381
expression: setup.terminal.backend() expression: setup.terminal.backend()
--- ---
"╭─────────── ports ────────────╮" "╭─────────── ports ────────────╮"