gitea/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>
2021-08-09 14:08:51 -04:00
..
branch.go Small refactoring of modules/private (#15947) 2021-06-23 15:38:19 -04:00
generate.go add permission check for ``GenerateRepository`` (#15946) 2021-05-27 12:08:46 -04:00
main_test.go Move transfer repository and rename repository on a service package and start action notification (#8573) 2019-11-15 16:06:11 +08:00
push.go Replace `list.List` with slices (#16311) 2021-08-09 14:08:51 -04:00
repository.go Fix repository create/delete event webhooks (#13008) 2020-10-02 10:37:46 +01:00
transfer.go Fix private repo permission problem (#16142) 2021-06-14 14:30:35 -04:00
transfer_test.go Fix private repo permission problem (#16142) 2021-06-14 14:30:35 -04:00