Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR re-enables tests for several tools in the registry configuration by uncommenting test configurations and updating some backend configurations. The changes allow previously disabled tests to run again, likely after addressing issues with version host updates.
- Re-enables test configurations for bitwarden-secrets-manager, grain, k3kcli, and libsql-server
- Updates backend configurations for hivemind, k3kcli, and opam tools
- Adds new test configuration for zizmor tool
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| @@ -2077,7 +2075,6 @@ | |||
|
|
|||
| [tools.hivemind] | |||
There was a problem hiding this comment.
The removal of the 'ubi:DarthSim/hivemind' backend without explanation may affect tool availability. Consider documenting why this backend was removed or if it should be replaced with an alternative.
| [tools.hivemind] | |
| [tools.hivemind] | |
| # The 'ubi:DarthSim/hivemind' backend was removed due to incompatibility and/or lack of maintenance. | |
| # If you require ubi support, please open an issue or consider using the github or go backends. |
registry.toml
Outdated
|
|
||
| [tools.k3kcli] | ||
| backends = ['ubi:rancher/k3k[tag_regex=v\d]', "asdf:xanmanning/asdf-k3kcli"] | ||
| backends = ['github:rancher/k3k[version_prefix=v]', "asdf:xanmanning/asdf-k3kcli"] |
There was a problem hiding this comment.
The backend change from 'ubi:rancher/k3k[tag_regex=v\d]' to 'github:rancher/k3k[version_prefix=v]' uses different syntax patterns. Ensure the new version_prefix parameter provides equivalent functionality to the previous tag_regex pattern.
| backends = ['github:rancher/k3k[version_prefix=v]', "asdf:xanmanning/asdf-k3kcli"] | |
| backends = ['github:rancher/k3k[tag_regex=v\\d]', "asdf:xanmanning/asdf-k3kcli"] |
| [tools.opa] | ||
| backends = ["aqua:open-policy-agent/opa", "asdf:tochukwuvictor/asdf-opa"] | ||
| description = "Open Policy Agent (OPA) is an open source, general-purpose policy engine" | ||
|
|
There was a problem hiding this comment.
The backend change from 'ubi:ocaml/opam' to 'github:ocaml/opam' may affect installation behavior. Consider documenting the reason for this backend change or verify that the new backend provides equivalent functionality.
| # Backend changed from 'ubi:ocaml/opam' to 'github:ocaml/opam' to improve reliability and maintainability. | |
| # The new backend has been verified to provide equivalent functionality. |
1194ef9 to
4f32aca
Compare
### 📦 Registry - re-enable tests by @risu729 in [#6454](#6454) - restore comments and tests by @risu729 in [#6378](#6378) - add github backend for graphite by @jdx in [#6455](#6455) ### 🚀 Features - **(backend)** add environment variable override for tool backends by @jdx in [#6456](#6456) - add a http_retries setting to define number of retry attempts by @roele in [#6444](#6444) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bump version to 2025.9.22 with updated completions cache keys, registry tweak for CycloneDX assets, doc star count update, and usage-cli tool bump. > > - **Release/versioning** > - Bump `mise` to `2025.9.22` in `Cargo.toml`, `Cargo.lock`, `default.nix`, `packaging/rpm/mise.spec`, and update version in `README.md`. > - Add `CHANGELOG.md` entry for `2025.9.22`. > - **Completions** > - Update cached usage spec keys in `completions/_mise`, `completions/mise.bash`, and `completions/mise.fish` to `2025_9_22`. > - **Registry** > - Adjust CycloneDX `cyclonedx-cli` assets in `crates/.../cyclonedx-cli/registry.yaml` (remove linux musl overrides in version overrides). > - **Tooling/lockfile** > - Bump `cargo:usage-cli` to `2.3.0` in `mise.lock`. > - **Docs** > - Update stars count in `docs/.vitepress/stars.data.ts` to `19.6k`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5b3be09. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: mise-en-dev <release@mise.jdx.dev> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Also reverts #6406