1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-06 07:28:03 +00:00
gitea/services
Denys Konovalov 9a071a596f
Add API endpoint to request contents of multiple files simultaniously ()
Adds an API POST endpoint under `/repos/{owner}/{repo}/file-contents`
which receives a list of paths and returns a list of the contents of
these files.

This API endpoint will be helpful for applications like headless CMS
(reference: https://github.com/sveltia/sveltia-cms/issues/198) which
need to retrieve a large number of files by reducing the amount of
needed API calls.

Close 

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-04-22 01:20:11 +08:00
..
actions Actions Runner rest api () 2025-04-18 15:22:41 +00:00
agit Move git references checking to gitrepo packages to reduce expose of repository path () 2025-03-15 19:48:59 -07:00
asymkey Cache GPG keys, emails and users when list commits () 2025-04-09 16:34:38 +00:00
attachment Enable testifylint rules () 2025-03-31 01:53:48 -04:00
auth Enable addtional linters () 2025-04-01 10:14:01 +00:00
automerge Enable addtional linters () 2025-04-01 10:14:01 +00:00
context Add API endpoint to request contents of multiple files simultaniously () 2025-04-22 01:20:11 +08:00
contexttest Add API endpoint to request contents of multiple files simultaniously () 2025-04-22 01:20:11 +08:00
convert Actions Runner rest api () 2025-04-18 15:22:41 +00:00
cron Use default Git timeout when checking repo health () 2025-02-14 15:13:56 +00:00
doctor Enable addtional linters () 2025-04-01 10:14:01 +00:00
externalaccount Enable addtional linters () 2025-04-01 10:14:01 +00:00
feed Fix notify watch failure when the content is too long () 2025-04-20 02:49:57 +00:00
forms Add API routes to lock and unlock issues () 2025-04-21 00:43:43 +00:00
git Cache GPG keys, emails and users when list commits () 2025-04-09 16:34:38 +00:00
gitdiff Mark parent directory as viewed when all files are viewed () 2025-04-15 22:35:22 +08:00
indexer Update issue indexer after merging a PR () 2024-05-08 14:45:15 +00:00
issue Enable addtional linters () 2025-04-01 10:14:01 +00:00
lfs Enable addtional linters () 2025-04-01 10:14:01 +00:00
mailer Enable addtional linters () 2025-04-01 10:14:01 +00:00
markup Refactor Git Attribute & performance optimization () 2025-04-11 21:41:29 +08:00
migrations Fix bug when migrating repository () 2025-04-14 04:48:03 +00:00
mirror Refactor Branch struct in package modules/git () 2025-04-02 17:31:32 +00:00
notify Add workflow_job webhook () 2025-03-11 10:40:38 -07:00
oauth2_provider Enable addtional linters () 2025-04-01 10:14:01 +00:00
org Fix bug when migrating repository () 2025-04-14 04:48:03 +00:00
packages Fix package upload temp path () 2025-04-14 18:55:02 +08:00
projects Enable addtional linters () 2025-04-01 10:14:01 +00:00
pull Uniform all temporary directories and allow customizing temp path () 2025-04-08 16:15:28 +00:00
release Enable testifylint rules () 2025-03-31 01:53:48 -04:00
repository Add API endpoint to request contents of multiple files simultaniously () 2025-04-22 01:20:11 +08:00
secrets Added Description Field for Secrets and Variables () 2025-03-17 19:24:54 +00:00
task Fix bug when migrating repository () 2025-04-14 04:48:03 +00:00
uinotification
user Enable testifylint rules () 2025-03-31 01:53:48 -04:00
versioned_migration Add global lock for migrations to make upgrade more safe with multiple replications () 2025-03-07 21:08:53 +00:00
webhook Fix discord webhook 400 status code when description limit is exceeded () 2025-04-04 18:09:40 +00:00
webtheme Improve theme display () 2025-03-08 21:38:11 +00:00
wiki Uniform all temporary directories and allow customizing temp path () 2025-04-08 16:15:28 +00:00