go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.24k stars 5.5k forks source link

Implement APIs for code-suggester compatibility #32525

Open joaquinjsb opened 6 days ago

joaquinjsb commented 6 days ago

Feature Description

I think would be great if the endpoint https://docs.github.com/en/rest/git/trees?apiVersion=2022-11-28#create-a-tree is added, It could help me integrate the https://github.com/googleapis/code-suggester plugin for gitea.

I would also need this endpoint : https://docs.github.com/en/rest/git/commits?apiVersion=2022-11-28#create-a-commit

let me know if that should be another ticket.

Screenshots

No response