- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 148
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
feat: add crates.io/gitu #20854
feat: add crates.io/gitu #20854
Conversation
[altsem/gitu](https://github.com/altsem/gitu): A TUI Git client inspired by Magit
c5bd56e
to
6399fba
Compare
Thank you for your contribution! The package name of https://github.com/aquaproj/aqua-registry/tree/main/pkgs/crates.io I renamed the package to |
Hmm. It fails to get metadata by crates.io API. 🤔 $ aqua gr crates.io/gitu
WARN[0000] get a crate metadata by crates.io API aqua_version=2.24.0 env=darwin/arm64 error="HTTP status code is greater equal than 300" program=aqua
WARN[0000] get a latest version by crates.io API aqua_version=2.24.0 env=darwin/arm64 error="HTTP status code is greater equal than 300" program=aqua
packages:
- name: crates.io/gitu
type: cargo
crate: gitu This issue occurs with other package. $ aqua gr crates.io/skim
WARN[0000] get a crate metadata by crates.io API aqua_version=2.24.0 env=darwin/arm64 error="HTTP status code is greater equal than 300" program=aqua
WARN[0000] get a latest version by crates.io API aqua_version=2.24.0 env=darwin/arm64 error="HTTP status code is greater equal than 300" program=aqua
packages:
- name: crates.io/skim
type: cargo
crate: skim Was crates.io API changed? |
aqua can't get the latest version by crates.io API. $ aqua g crates.io/skim
WARN[0000] retrieve package versions aqua_version=2.24.0 env=darwin/arm64 error="HTTP status code is greater equal than 300" program=aqua repository=lotabout/skim
- name: crates.io/skim
version: '[SET PACKAGE VERSION]' |
This package provides pre-release binaries for some platforms. https://github.com/altsem/gitu/releases We should use them too. |
Oh, I see. The version format of GitHub Releases is different from the format of crates.io. GitHub Release: v0.6.2 So it's difficult to support both at the moment. Anyway, we give up using |
Thanks!! |
I resolved the issue regarding crates.io API. |
crates.io/gitu: A TUI Git client inspired by Magit