[PR #4185] [CLOSED] Git-Trees API. #17272

Closed
opened 2025-11-02 12:31:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4185
Author: @Kasi-R
Created: 6/8/2018
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 7c45a55 Fix incorrect caption of webhook setting (#4701) (#4717)
  • 48338e1 [skip ci] Updated translations via Crowdin
  • a59c455 Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722)
  • bf6c63d [skip ci] Updated translations via Crowdin
  • 7b4bcc4 Fix failure on creating pull request with assignees (#4419) (#4583)
  • 99f0e54 [skip ci] Updated translations via Crowdin
  • ed04816 Add whitespace between chinese characters and english characters. (#4731)
  • 46905a3 Display error when adding a user to a team twice (#4746)
  • 45a60f1 allow WIP marker to contains < or > (#4709)
  • 623d021 User shouldn't be able to approve or reject his/her own PR (#4729)

📊 Changes

2 files changed (+94 additions, -5 deletions)

View changed files

📝 routers/api/v1/api.go (+4 -5)
routers/api/v1/repo/tree.go (+90 -0)

📄 Description

Started on Git-Trees API. Added methods for getting a tree and getting a tree recursively as per https://developer.github.com/v3/git/trees/

Creating a tree not done.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4185 **Author:** [@Kasi-R](https://github.com/Kasi-R) **Created:** 6/8/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`7c45a55`](https://github.com/go-gitea/gitea/commit/7c45a5588a19aff060cbfdc91dd6150d6392d277) Fix incorrect caption of webhook setting (#4701) (#4717) - [`48338e1`](https://github.com/go-gitea/gitea/commit/48338e12d317b6fd5180f16c2d963da98121fb14) [skip ci] Updated translations via Crowdin - [`a59c455`](https://github.com/go-gitea/gitea/commit/a59c45503d89ba1b7bca3329df804190d848f439) Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722) - [`bf6c63d`](https://github.com/go-gitea/gitea/commit/bf6c63d439bf56c7834f9bde95ba385fb70cc96f) [skip ci] Updated translations via Crowdin - [`7b4bcc4`](https://github.com/go-gitea/gitea/commit/7b4bcc4a8a48e2488caae5ce5fb2accbf7fbb345) Fix failure on creating pull request with assignees (#4419) (#4583) - [`99f0e54`](https://github.com/go-gitea/gitea/commit/99f0e542eaf5859cbf91b39fa688465646e7d8b6) [skip ci] Updated translations via Crowdin - [`ed04816`](https://github.com/go-gitea/gitea/commit/ed048164f4c057392e48b988b278d031e631b0d8) Add whitespace between chinese characters and english characters. (#4731) - [`46905a3`](https://github.com/go-gitea/gitea/commit/46905a351257fb5206d42c555cda620827ea70f8) Display error when adding a user to a team twice (#4746) - [`45a60f1`](https://github.com/go-gitea/gitea/commit/45a60f190c76c69c9474e6c3bc4f16d3ce9c4fcb) allow WIP marker to contains < or > (#4709) - [`623d021`](https://github.com/go-gitea/gitea/commit/623d0219948bbd32e81eab31e562a89594437cb4) User shouldn't be able to approve or reject his/her own PR (#4729) ### 📊 Changes **2 files changed** (+94 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `routers/api/v1/api.go` (+4 -5) ➕ `routers/api/v1/repo/tree.go` (+90 -0) </details> ### 📄 Description Started on Git-Trees API. Added methods for getting a tree and getting a tree recursively as per https://developer.github.com/v3/git/trees/ Creating a tree not done. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:31:22 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17272