0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 08:14:06 +01:00
gitea/services
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
2023-05-29 17:41:35 +08:00
..
actions Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
agit Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
asymkey
attachment
auth
automerge Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
context
convert Add the ability to pin Issues (#24406) 2023-05-25 15:17:19 +02:00
cron
externalaccount
forms
gitdiff
issue Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
lfs
mailer Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
markup
migrations
mirror Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
org
packages
pull Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
release Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
repository API endpoint for changing/creating/deleting multiple files (#24887) 2023-05-29 17:41:35 +08:00
task Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
user
webhook Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
wiki