chore: Import config-utils - #1268
Open
Techassi wants to merge 31 commits into
Open
Conversation
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
Originally implemented in and imported from https://github.com/stackabletech/config-utils
* feat: Support escaped command invocations (as needed by Druid) * refactor Originally implemented in and imported from stackabletech/config-utils#8
Originally implemented in and imported from stackabletech/config-utils#9
* Bump Rust to 1.93.0 and dependecies Also add deny.toml, so `cargo deny check` passes * clippy * Bump Rust in CI as well * Bump snafu Originally implemented in and imported from stackabletech/config-utils#12
* chore: Dependecy bumps * Bump to Rust 2024 edition * changelog * cargo fmt * Replace `lazy_static` with `std::sync::LazyLock` Originally implemented in and imported from stackabletech/config-utils#13
0.3.0 was only release as tag (but not in the Cargo.toml), so we actually need to release 0.4.0 instead of 0.3.0 Originally implemented in and imported from stackabletech/config-utils#14
* chore: Bump dependencies * chore: Add changelog entry Originally implemented in and imported from stackabletech/config-utils#15
Originally implemented in and imported from stackabletech/config-utils#16
Techassi
force-pushed
the
chore/import-config-utils
branch
from
August 26, 2026 15:03
b4a57a9 to
13c94dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR imports config-utils, similar to what we already did for containerdebug back in #1233.
Originally implemented in and imported from https://github.com/stackabletech/config-utils.
Import commands
I will post a more detailed write-up of the process and the contents of the Python files soon.