Skip to content

registry: re-enable tests#6454

Merged
jdx merged 8 commits intojdx:mainfrom
risu729:reenable-tests-registry
Sep 28, 2025
Merged

registry: re-enable tests#6454
jdx merged 8 commits intojdx:mainfrom
risu729:reenable-tests-registry

Conversation

@risu729
Copy link
Contributor

@risu729 risu729 commented Sep 28, 2025

Also reverts #6406

Copilot AI review requested due to automatic review settings September 28, 2025 07:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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]
Copy link

Copilot AI Sep 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
[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.

Copilot uses AI. Check for mistakes.
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"]
Copy link

Copilot AI Sep 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
backends = ['github:rancher/k3k[version_prefix=v]', "asdf:xanmanning/asdf-k3kcli"]
backends = ['github:rancher/k3k[tag_regex=v\\d]', "asdf:xanmanning/asdf-k3kcli"]

Copilot uses AI. Check for mistakes.
[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"

Copy link

Copilot AI Sep 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
# 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.

Copilot uses AI. Check for mistakes.
@risu729 risu729 force-pushed the reenable-tests-registry branch from 1194ef9 to 4f32aca Compare September 28, 2025 08:04
@jdx jdx merged commit a56ecaf into jdx:main Sep 28, 2025
28 checks passed
@jdx jdx mentioned this pull request Sep 28, 2025
@risu729 risu729 deleted the reenable-tests-registry branch September 28, 2025 10:53
jdx added a commit that referenced this pull request Sep 28, 2025
### 📦 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants