mirror of
https://github.com/go-gitea/lgtm.git
synced 2026-07-01 21:34:01 -04:00
[PR #36] [MERGED] Upgrade GitHub API to V3 #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-gitea/lgtm/pull/36
Author: @appleboy
Created: 12/27/2017
Status: ✅ Merged
Merged: 12/28/2017
Merged by: @lunny
Base:
master← Head:upgrade📝 Commits (9)
e96596ffeat: upgrade to github API v3.ccd12dcupdate droneef2b358fix4f5e50cfix: testing77f0c0efix: remove discord token313b0c5fix: secrets.46db21cfix: drone secretsfe5f415update codecov condition.b13eac2update dockerfile📊 Changes
100 files changed (+19999 additions, -1842 deletions)
View changed files
📝
.drone.yml(+33 -27)➖
.drone.yml.sig(+0 -1)📝
.gitignore(+2 -0)📝
Dockerfile(+7 -9)📝
Dockerfile.rpi(+1 -1)📝
Makefile(+2 -2)📝
api/teams_test.go(+0 -25)📝
cache/helper_test.go(+12 -12)📝
main.go(+3 -4)📝
model/hook.go(+1 -0)➕
model/review.go(+17 -0)📝
remote/github/client.go(+16 -7)📝
remote/github/github.go(+118 -60)📝
remote/github/types.go(+48 -7)📝
remote/github/utils.go(+22 -15)📝
remote/mock/remote.go(+118 -90)📝
remote/remote.go(+40 -32)➕
vendor/github.com/google/go-github/CONTRIBUTING.md(+114 -0)➕
vendor/github.com/google/go-github/LICENSE(+341 -0)➕
vendor/github.com/google/go-github/README.md(+244 -0)...and 80 more files
📄 Description
LGTMfrom review approveSee the PR example
@go-gitea/maintainers you can try it on https://lgtm.wu-boy.com/
The old
LGTMwebsite can't enable any repository now. https://lgtm.gitea.io/🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.