summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/go-github
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-14121-43293/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Upgrade go-github to v39 (#17437)Lunny Xiao2021-10-26121-160/+2556
|
* Upgrade github.com/google/go-github v32.1.0 -> v37.0.0 (#16661)65432021-08-10115-1367/+5340
| | | | | * Upgrade github.com/google/go-github vv32.1.0 -> v37.0.0 * refactor: use GetX() func to reduce code
* [Vendor] upgrade google/go-github to v32.1.0 (#12361)65432020-07-31109-2609/+9147
| | | | | | * upgrate go-github client to v32.1.0 * migrate
* use go 1.13 (#8088)techknowlogick2019-09-121-332/+0
| | | | | | | | | | * use go 1.13 * use go 1.13 in gomod file * Update Makefile * update swagger deps
* Improve migrations to support migrating ↵Lunny Xiao2019-05-0792-0/+30718
milestones/labels/issues/comments/pullrequests (#6290) * add migrations * fix package dependency * fix lints * implements migrations except pull requests * add releases * migrating releases * fix bug * fix lint * fix migrate releases * fix tests * add rollback * pull request migtations * fix import * fix go module vendor * add tests for upload to gitea * more migrate options * fix swagger-check * fix misspell * add options on migration UI * fix log error * improve UI options on migrating * add support for username password when migrating from github * fix tests * remove comments and fix migrate limitation * improve error handles * migrate API will also support migrate milestones/labels/issues/pulls/releases * fix tests and remove unused codes * add DownloaderFactory and docs about how to create a new Downloader * fix misspell * fix migration docs * Add hints about migrate options on migration page * fix tests