summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/go-github/v24
Commit message (Collapse)AuthorAgeFilesLines
* [Vendor] upgrade google/go-github to v32.1.0 (#12361)65432020-07-3191-30386/+0
| | | | | | * 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