Skip to content

registry: switch terradozer backend to github fork#8365

Merged
jdx merged 2 commits intojdx:mainfrom
chenrui333:terradozer-fork
Feb 26, 2026
Merged

registry: switch terradozer backend to github fork#8365
jdx merged 2 commits intojdx:mainfrom
chenrui333:terradozer-fork

Conversation

@chenrui333
Copy link
Contributor

@chenrui333 chenrui333 commented Feb 26, 2026

Signed-off-by: Rui Chen <rui@chenrui.dev>
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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 terradozer backend configuration to ensure its continued functionality and maintenance. It transitions the primary backend to a new, actively maintained GitHub fork and removes an outdated, archived backend from the registry.

Highlights

  • Terradozer Backend Switched: The terradozer backend configuration has been updated to point to a new GitHub fork, github:chenrui333/terradozer, ensuring continued maintenance and development.
  • Archived Backend Removed: The asdf:chessmango/asdf-terradozer backend has been removed from the configuration, as it was previously announced to be archived.
Changelog
  • registry/terradozer.toml
    • Updated the backends array to reference github:chenrui333/terradozer.
    • Removed the aqua:jckuester/terradozer and asdf:chessmango/asdf-terradozer entries from the backends array.
Activity
  • No specific activity has been recorded for this pull request yet.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

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

Choose a reason for hiding this comment

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

medium

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

greptile-apps bot commented Feb 26, 2026

Greptile Summary

This PR updates the terradozer registry configuration to use a maintained GitHub fork (github:chenrui333/terradozer) instead of the unmaintained aqua (aqua:jckuester/terradozer) and archived asdf (asdf:chessmango/asdf-terradozer) backends. The author announced this migration in the original repository (issue #30).

Changes:

  • Removed aqua and asdf backend references
  • Added github backend pointing to the maintained fork
  • PR title follows conventional commit format correctly (registry: type)

Context:

  • The original jckuester/terradozer repository is no longer maintained
  • The asdf plugin has been archived
  • The GitHub backend format is correctly implemented and consistent with other registry entries

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Simple configuration change replacing unmaintained backends with a maintained fork. The change follows established patterns in the codebase, uses correct backend syntax, and has proper justification.
  • No files require special attention

Important Files Changed

Filename Overview
registry/terradozer.toml Switches from aqua and asdf backends to github fork maintained by @chenrui333

Last reviewed commit: ca22103

@jdx jdx merged commit 8aaecc7 into jdx:main Feb 26, 2026
34 checks passed
mise-en-dev added a commit that referenced this pull request Feb 27, 2026
### 🚀 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)
risu729 pushed a commit to risu729/mise that referenced this pull request Feb 27, 2026
- 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>
risu729 pushed a commit to risu729/mise that referenced this pull request Feb 27, 2026
### 🚀 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)
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.

2 participants