gitea/tests
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
..
e2e Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
fuzz Move fuzz tests into tests/fuzz (#22376) 2023-01-09 15:30:14 +08:00
gitea-lfs-meta Test views of LFS files (#22196) 2022-12-23 07:41:56 +08:00
gitea-repositories-meta Remove git sample files and ignore them (#24271) 2023-04-22 20:29:29 +08:00
integration API endpoint for changing/creating/deleting multiple files (#24887) 2023-05-29 17:41:35 +08:00
mssql.ini.tmpl Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
mysql.ini.tmpl Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
mysql8.ini.tmpl Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
pgsql.ini.tmpl Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
sqlite.ini.tmpl Implement actions artifacts (#22738) 2023-05-19 21:37:57 +08:00
test_utils.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00