Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

You may install GitLab release assets directly using the `gitlab` backend. This backend downloads release assets from GitLab repositories and is ideal for tools that distribute pre-built binaries through GitLab releases.

The code for this is inside of the mise repository at [`./src/backend/gitlab.rs`](https://github.com/jdx/mise/blob/main/src/backend/gitlab.rs).
The code for this is inside of the mise repository at [`./src/gitlab.rs`](https://github.com/jdx/mise/blob/main/src/gitlab.rs).
Copy link
Copy Markdown
Contributor

@muzimuzhi muzimuzhi Dec 31, 2025

Choose a reason for hiding this comment

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

./src/backend/github.rs implements both the support for GitHub and GitLab backends, so I think the correct source file is ./src/backend/github.rs, not ./src/gitlab.rs.

Or maybe rename it to github-gitlab.rs or so?

Suggested change
The code for this is inside of the mise repository at [`./src/gitlab.rs`](https://github.com/jdx/mise/blob/main/src/gitlab.rs).
The code for this is inside of the mise repository at [`./src/backend/github.rs`](https://github.com/jdx/mise/blob/main/src/backend/github.rs).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

We were too slow 😢

Copy link
Copy Markdown
Contributor

@muzimuzhi muzimuzhi Dec 31, 2025

Choose a reason for hiding this comment

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

Err. Mind opening another PR?

Update: Corrected in #7531.


## Usage

Expand Down
Loading