0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-07 22:28:34 -05:00
forgejo/services/repository/files
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
..
cherry_pick.go Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
commit.go Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
content.go fix submodule is nil panic (#23588) 2023-03-20 18:26:01 -04:00
content_test.go
diff.go
diff_test.go
file.go API endpoint for changing/creating/deleting multiple files (#24887) 2023-05-29 17:41:35 +08:00
file_test.go
patch.go Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
temp_repo.go
tree.go Return empty url for submodule tree entries (#23043) 2023-02-21 12:31:17 -05:00
tree_test.go
update.go API endpoint for changing/creating/deleting multiple files (#24887) 2023-05-29 17:41:35 +08:00
upload.go Allow adding new files to an empty repo (#24164) 2023-04-19 21:40:42 +08:00