registry: switch terradozer backend to github fork#8365
Conversation
Signed-off-by: Rui Chen <rui@chenrui.dev>
Summary of ChangesHello @chenrui333, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
Signed-off-by: Rui Chen <rui@chenrui.dev>
There was a problem hiding this comment.
Code Review
This pull request updates the backend for terradozer from aqua and asdf to a github backend pointing to a fork. This is a reasonable change, especially since the asdf plugin is archived and the original terradozer repository may be unmaintained. My review includes one suggestion to consider adding the new fork to the aqua-registry in the future, to align with the project's preference for the aqua backend.
| @@ -1,2 +1,3 @@ | |||
| backends = ["aqua:jckuester/terradozer", "asdf:chessmango/asdf-terradozer"] | |||
| backends = ["github:chenrui333/terradozer"] | |||
There was a problem hiding this comment.
According to the project's documentation (docs/registry.md), the aqua backend is preferred over github for its features and security benefits. While switching to the github backend for your fork is a valid fallback, it would be ideal to add your fork to the aqua-registry. This would allow us to switch back to using the preferred aqua backend in the future.
Greptile SummaryThis PR updates the terradozer registry configuration to use a maintained GitHub fork ( Changes:
Context:
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: ca22103 |
### 🚀 Features - add `--outdated` flag to `mise plugins ls` by @jdx in [#8360](#8360) ### 🐛 Bug Fixes - **(github)** resolve rename_exe search dir for archives with bin/ subdirectory by @jdx in [#8358](#8358) - **(install)** skip tools=true env directives during backend installation by @jdx in [#8356](#8356) - **(ruby)** resolve correct Windows checksums in lockfile by @jdx in [#8357](#8357) ### 📦 Registry - switch terradozer backend to github fork by @chenrui333 in [#8365](#8365) ### Chore - **(release)** fix duplicated version prefix in release title by @jdx in [#8359](#8359) ### New Contributors - @chenrui333 made their first contribution in [#8365](#8365) ## 📦 Aqua Registry Updates #### New Packages (1) - [`huseyinbabal/taws`](https://github.com/huseyinbabal/taws) #### Updated Packages (2) - [`block/goose`](https://github.com/block/goose) - [`pre-commit/pre-commit`](https://github.com/pre-commit/pre-commit)
- I have already announced in the original repo, jckuester/terradozer#30 - remove the asdf one as that is archived. - restrict terradozer to linux and macos --------- Signed-off-by: Rui Chen <rui@chenrui.dev>
### 🚀 Features - add `--outdated` flag to `mise plugins ls` by @jdx in [jdx#8360](jdx#8360) ### 🐛 Bug Fixes - **(github)** resolve rename_exe search dir for archives with bin/ subdirectory by @jdx in [jdx#8358](jdx#8358) - **(install)** skip tools=true env directives during backend installation by @jdx in [jdx#8356](jdx#8356) - **(ruby)** resolve correct Windows checksums in lockfile by @jdx in [jdx#8357](jdx#8357) ### 📦 Registry - switch terradozer backend to github fork by @chenrui333 in [jdx#8365](jdx#8365) ### Chore - **(release)** fix duplicated version prefix in release title by @jdx in [jdx#8359](jdx#8359) ### New Contributors - @chenrui333 made their first contribution in [jdx#8365](jdx#8365) ## 📦 Aqua Registry Updates #### New Packages (1) - [`huseyinbabal/taws`](https://github.com/huseyinbabal/taws) #### Updated Packages (2) - [`block/goose`](https://github.com/block/goose) - [`pre-commit/pre-commit`](https://github.com/pre-commit/pre-commit)
Uh oh!
There was an error while loading. Please reload this page.