-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
registry: re-enable tests #6454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
4f32aca
ca20cfc
814d092
f3237b0
677b0e8
cd54e0f
e255a29
93d35ed
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -416,8 +416,7 @@ backends = [ | |||||||||||
| "asdf:asdf-community/asdf-bitwarden-secrets-manager", | ||||||||||||
| ] | ||||||||||||
| description = "CLI for interacting with the Bitwarden Secrets Manager" | ||||||||||||
| # TODO: enable test when versions host is updated | ||||||||||||
| # test = ["bws --version", "bws {{version}}"] | ||||||||||||
| test = ["bws --version", "bws {{version}}"] | ||||||||||||
|
|
||||||||||||
| [tools.black] | ||||||||||||
| backends = ["aqua:psf/black"] | ||||||||||||
|
|
@@ -1889,8 +1888,7 @@ backends = [ | |||||||||||
| "asdf:mise-plugins/mise-grain", | ||||||||||||
| ] | ||||||||||||
| description = "The Grain compiler toolchain and CLI. Home of the modern web staple" | ||||||||||||
| # TODO: enable test when versions host is updated | ||||||||||||
| # test = ["grain --version", "{{version}}"] | ||||||||||||
| test = ["grain --version", "{{version}}"] | ||||||||||||
|
|
||||||||||||
| [tools.granted] | ||||||||||||
| backends = ["aqua:common-fate/granted", "asdf:dex4er/asdf-granted"] | ||||||||||||
|
|
@@ -2077,7 +2075,6 @@ description = "Your shell history: synced, queryable, and in context" | |||||||||||
|
|
||||||||||||
| [tools.hivemind] | ||||||||||||
| backends = [ | ||||||||||||
| "ubi:DarthSim/hivemind", | ||||||||||||
| "github:DarthSim/hivemind", | ||||||||||||
| "go:github.com/DarthSim/hivemind", | ||||||||||||
| ] | ||||||||||||
|
|
@@ -2367,10 +2364,9 @@ description = "Little helper to run CNCF's k3s in Docker" | |||||||||||
| test = ["k3d --version", "k3d version v{{version}}"] | ||||||||||||
|
|
||||||||||||
| [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"] | ||||||||||||
|
||||||||||||
| backends = ['github:rancher/k3k[version_prefix=v]', "asdf:xanmanning/asdf-k3kcli"] | |
| backends = ['github:rancher/k3k[tag_regex=v\\d]', "asdf:xanmanning/asdf-k3kcli"] |
Copilot
AI
Sep 28, 2025
There was a problem hiding this comment.
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.
| # 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. |
There was a problem hiding this comment.
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.