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/services/repository
KN4CK3R d9ef43a712
Replace `list.List` with slices (#16311)
* Replaced list with slice.

* Fixed usage of pointer to temporary variable.

* Replaced LIFO list with slice.

* Lint

* Removed type check.

* Removed duplicated code.

* Lint

* Fixed merge.

Co-authored-by: 6543 <6543@obermui.de>
3 years ago
..
branch.go Small refactoring of modules/private (#15947) 3 years ago
generate.go add permission check for ``GenerateRepository`` (#15946) 3 years ago
main_test.go Move transfer repository and rename repository on a service package and start action notification (#8573) 5 years ago
push.go Replace `list.List` with slices (#16311) 3 years ago
repository.go Fix repository create/delete event webhooks (#13008) 4 years ago
transfer.go Fix private repo permission problem (#16142) 3 years ago
transfer_test.go Fix private repo permission problem (#16142) 3 years ago