You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/repository
KN4CK3R df789d962b
Add Cargo package registry (#21888)
This PR implements a [Cargo registry](https://doc.rust-lang.org/cargo/)
to manage Rust packages. This package type was a little bit more
complicated because Cargo needs an additional Git repository to store
its package index.

Screenshots:

![grafik](https://user-images.githubusercontent.com/1666336/203102004-08d812ac-c066-4969-9bda-2fed818554eb.png)

![grafik](https://user-images.githubusercontent.com/1666336/203102141-d9970f14-dca6-4174-b17a-50ba1bd79087.png)

![grafik](https://user-images.githubusercontent.com/1666336/203102244-dc05743b-78b6-4d97-998e-ef76341a978f.png)

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 year ago
..
collaborator.go Always reuse transaction (#22362) 1 year ago
collaborator_test.go Rename almost all Ctx functions (#22071) 2 years ago
commits.go Implement FSFE REUSE for golang files (#21840) 2 years ago
commits_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
create.go Add Cargo package registry (#21888) 1 year ago
create_test.go Fix error when calculate the repository size (#22392) 1 year ago
delete.go Implement FSFE REUSE for golang files (#21840) 2 years ago
env.go Implement actions (#21937) 1 year ago
fork.go Implement FSFE REUSE for golang files (#21840) 2 years ago
generate.go Repositories: by default disable all units except code and pulls on forks (#22541) 1 year ago
generate_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
hooks.go Implement FSFE REUSE for golang files (#21840) 2 years ago
init.go Refactor git command package to improve security and maintainability (#22678) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
push.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo.go Use context parameter in models/git (#22367) 1 year ago
temp.go Implement FSFE REUSE for golang files (#21840) 2 years ago