mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
275d4b7e3f
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 |
||
---|---|---|
.. | ||
archiver | ||
files | ||
adopt_test.go | ||
adopt.go | ||
avatar_test.go | ||
avatar.go | ||
branch.go | ||
cache.go | ||
check.go | ||
fork_test.go | ||
fork.go | ||
hooks.go | ||
lfs.go | ||
main_test.go | ||
push.go | ||
repository_test.go | ||
repository.go | ||
review_test.go | ||
review.go | ||
template.go | ||
transfer_test.go | ||
transfer.go |