Commit Graph

222 Commits

Author SHA1 Message Date
Thomas Boerger
4b4c7fa2e7
Unified GitHub templates accross all projects 2016-11-28 14:28:39 +01:00
Thomas Boerger
b05f416358
Unified editorconfig accross all projects 2016-11-28 14:27:57 +01:00
Kim "BKC" Carlbäcker
00c2780dfb Merge pull request #8 from go-gitea/fix/issue-endpoints
Implement more Issue endpoints
2016-11-28 07:49:13 +01:00
Kim "BKC" Carlbäcker
4ea32995e4 More endpoints for issue-api 2016-11-28 07:47:09 +01:00
Matthias Loibl
9687205bac Merge pull request #19 from go-gitea/editorconfig-end-of-line
.editorconfig: Do not specify end_of_line
2016-11-15 19:26:15 +01:00
Andrey Nering
8f11c8bea6 .editorconfig: Do not specify end_of_line 2016-11-15 09:10:16 -02:00
Thomas Boerger
af2238fa40 Added github directory 2016-11-13 09:28:32 +01:00
Thomas Boerger
c6f0401b04 Merge pull request #17 from lunny/lunny/deny_goget_github
ask for go get from code.gitea.io/sdk/gitea
2016-11-11 23:52:42 +01:00
Lunny Xiao
0d0c73819d ask for go get from code.gitea.io/sdk/gitea 2016-11-11 21:52:21 +08:00
Matthias Loibl
e008147373 Merge pull request #15 from go-gitea/enable-lint
Reenable linter since it is happy
2016-11-10 23:54:01 +01:00
Matthias Loibl
9fd5f90d9e Merge pull request #16 from go-gitea/editorconfig
Added editorconfig file
2016-11-10 23:53:30 +01:00
Thomas Boerger
d21785e580
Added editorconfig file 2016-11-10 22:02:26 +01:00
Thomas Boerger
95b7b15825
Reenable linter since it is happy 2016-11-10 21:06:17 +01:00
Sandro Santilli
a810eaf149 Merge pull request #14 from go-gitea/updates
New import paths, updated README
2016-11-10 20:27:11 +01:00
Thomas Boerger
8ee52ec396
Disable linting for now 2016-11-10 20:09:08 +01:00
Thomas Boerger
e7bf69e612
Updated paths and badges within readme 2016-11-10 20:09:08 +01:00
Thomas Boerger
e802a4b9b9
Updated import path within makefile 2016-11-10 20:09:08 +01:00
Thomas Boerger
f47bc29804
Updated drone import path and coverage server 2016-11-10 20:09:08 +01:00
Thomas Boerger
2143dd1803 Merge pull request #13 from lunny/lunny/bug_lint_fixed
bug fixed & lint fixed
2016-11-10 20:08:58 +01:00
Lunny Xiao
c05a7bb741 bug fixed & lint fixed 2016-11-10 23:08:54 +08:00
Kim "BKC" Carlbäcker
cc453bfe27 Merge pull request #9 from go-gitea/fix/github-compliance
GitHub-API compliance
2016-11-10 12:33:06 +01:00
Matthias Loibl
156c90f41d Merge pull request #12 from lunny/go_lint_fix
WIP: fix most of all the lint errors
2016-11-10 11:00:57 +01:00
Lunny Xiao
c9135ef778 fix most of all the lint errors 2016-11-10 17:44:00 +08:00
Kim "BKC" Carlbäcker
163100bc1a Merge pull request #7 from go-gitea/fix/issue-comment
Finish Issue-Comments
2016-11-10 10:24:19 +01:00
Lunny Xiao
4d94826874 Merge pull request #11 from go-gitea/api-pull-request-support
API support for Pull Requests
2016-11-10 16:01:15 +08:00
Kim "BKC" Carlbäcker
fea83e692a Merge branch 'api-pull-request-support' of https://github.com/lstahlman/go-gogs-client 2016-11-09 19:57:21 +01:00
Kim "BKC" Carlbäcker
66fbec9354 GitHub-API compliance 2016-11-09 17:08:29 +01:00
Kim "BKC" Carlbäcker
a3afbca7dc More data and methods for issue-comments 2016-11-09 16:57:33 +01:00
Andrey Nering
0a0a04ccf7 Merge pull request #6 from go-gitea/readme
Fixed godoc link
2016-11-07 13:06:50 -02:00
Thomas Boerger
6c250eb484
Fixed godoc link 2016-11-07 15:57:17 +01:00
Thomas Boerger
9d32c6cced Merge pull request #4 from go-gitea/drone
More drone requirements
2016-11-07 14:46:16 +01:00
Thomas Boerger
b774b17fca
Signed drone config 2016-11-07 14:34:24 +01:00
Thomas Boerger
43d406285c
Dropped coverage server for now 2016-11-07 14:34:02 +01:00
Thomas Boerger
3a5838c94e
Added drone and aircover to readme 2016-11-07 14:33:36 +01:00
Thomas Boerger
4218c36205 Moved source files into subfolder 2016-11-07 11:26:36 -02:00
Thomas Boerger
4b7fa472b5 Updated readme with proper badges 2016-11-07 11:26:36 -02:00
Thomas Boerger
1f1805b1a7 Added a basic drone config 2016-11-07 11:26:36 -02:00
Thomas Boerger
4fd43e0dc1 Added a simple makefile 2016-11-07 11:26:36 -02:00
Thomas Boerger
7fae4abdd2 Added contribution and maintainer files 2016-11-07 11:26:36 -02:00
Thomas Boerger
b67cd54958 Added lgtm config 2016-11-07 11:26:36 -02:00
Thomas Boerger
298897b6c1 Updated licenses info 2016-11-07 11:26:36 -02:00
Thomas Boerger
6ae0de687e Added more common gitignore 2016-11-07 11:26:36 -02:00
Thomas Boerger
af4eb9da57 Merge pull request #1 from lunny/master
Sync from upstream gogits/go-gogs-client and merge
2016-11-07 09:57:16 +01:00
Lunny Xiao
b4896975c6 Merge branch 'master' of github.com:gogits/go-gogs-client 2016-11-07 09:57:49 +08:00
Kim "BKC" Carlbäcker
5a556d6046 More fields in PR-struct 2016-11-02 00:36:09 +01:00
lstahlman
95c5f7a280 API support for pull requests 2016-10-11 23:40:50 -07:00
Kurt Madel
d8aff570fa Pull Request hook branch/head info (#47)
* added additional branch/repo info to PR webhook

* added additional branch/repo info to PR webhook
2016-08-30 05:34:33 -07:00
Kurt Madel
7bea055c4a API support to list repos by org and user (#45) 2016-08-28 05:35:23 -07:00
Iwan Budi Kusnanto
c317bcf8d1 Split Client.getResponse to Client.doRequest & Client.getResponse. (#44)
There is some API that give empty response and we only need
to check HTTP status code.
example :
https://developer.github.com/v3/issues/assignees/#check-assignee

But there is no way to do this in current code because
getResponse will parse the response body and not returning
HTTP status code.

Client.doRequest makes it possible to do this.
2016-08-26 10:52:08 -07:00
Unknwon
c52f7ee0cc #26 code cleanup 2016-08-24 20:58:09 -07:00