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.
gitea/services/repository
Denys Konovalov 275d4b7e3f
API endpoint for changing/creating/deleting multiple files (#24887)
This PR creates an API endpoint for creating/updating/deleting multiple
files in one API call similar to the solution provided by
[GitLab](https://docs.gitlab.com/ee/api/commits.html#create-a-commit-with-multiple-files-and-actions).

To archive this, the CreateOrUpdateRepoFile and DeleteRepoFIle functions
in files service are unified into one function supporting multiple files
and actions.

Resolves #14619
2 years ago
..
archiver Improve queue and logger context (#24924) 2 years ago
files API endpoint for changing/creating/deleting multiple files (#24887) 2 years ago
adopt.go Fix unclear `IsRepositoryExist` logic (#24374) 2 years ago
adopt_test.go Use more specific test methods (#24265) 2 years ago
avatar.go Improve avatar uploading / resizing / compressing, remove Fomantic card module (#24653) 2 years ago
avatar_test.go Use context parameter in services/repository (#23186) 2 years ago
branch.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
cache.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
check.go
fork.go Use context parameter in services/repository (#23186) 2 years ago
fork_test.go
hooks.go Add user webhooks (#21563) 2 years ago
lfs.go
main_test.go
push.go Improve queue and logger context (#24924) 2 years ago
repository.go Add status indicator on main home screen for each repo (#24638) 2 years ago
repository_test.go
review.go Use context parameter in services/repository (#23186) 2 years ago
review_test.go Use context parameter in services/repository (#23186) 2 years ago
template.go Use context parameter in services/repository (#23186) 2 years ago
transfer.go Use context parameter in services/repository (#23186) 2 years ago
transfer_test.go