-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git-Trees API #5403
Git-Trees API #5403
Conversation
should fix #1978 |
go-gitea/git#123 merged, please update dep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick ... but a lot of variable definitions here seem to use Pascal case instead of camel case as the rest of the project
Codecov Report
@@ Coverage Diff @@
## master #5403 +/- ##
==========================================
- Coverage 37.59% 37.54% -0.05%
==========================================
Files 315 316 +1
Lines 46714 46783 +69
==========================================
+ Hits 17561 17564 +3
- Misses 26657 26723 +66
Partials 2496 2496
Continue to review full report at Codecov.
|
Unrelated route removed from this PR
@Kasi-R Were there any API docs added for this, or plans to be added? https://try.gitea.io/api/v1/swagger doesn't show anything for git/trees |
The docs seems to be missing in this PR and are done in a separate one #5834 |
I somehow managed to butcher the PR at #4185
This is an updated PR with a couple changes.
Edit: Requires the PR at go-gitea/git#123