6543
b24cfd841c
Fix ListRepoPullRequests ( #219 )
...
add ToDo notice
add ListRepoPullRequests TEST
remove useless drone config emtrys
fmt
ping CI
add new Options from PR #217
use query params
Add some PR list options (#217 )
Empty Commit
Add enums
Add some PR list options
Add test framework (#227 )
[Extend] StopWatch struct & functions (#211 )
add StopWatch struct & functions
[Add] reaction struct and functions (#213 )
add struct and functions
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
[Add] issue Un-/Subscription function (#214 )
fix lint
add issue subscription function
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
[Add] GetBlob (#212 )
fix header from PR 206
add GetBlob
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: 6543 <6543@noreply.gitea.io>
Add test framework (#227 )
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-01-16 03:52:26 +00:00
John Olheiser
55dc2f1a68
Add some PR list options ( #217 )
...
Empty Commit
Add enums
Add some PR list options
Add test framework (#227 )
[Extend] StopWatch struct & functions (#211 )
add StopWatch struct & functions
[Add] reaction struct and functions (#213 )
add struct and functions
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
[Add] issue Un-/Subscription function (#214 )
fix lint
add issue subscription function
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
[Add] GetBlob (#212 )
fix header from PR 206
add GetBlob
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-01-13 17:58:39 +00:00
6543
c7686bd633
update MergePullRequest ( #207 )
...
update license header
code format
enforce enum
Fix #137
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Thomas Loubiou <xabufr@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
2020-01-03 06:22:50 +00:00
Lunny Xiao
e41e9ea72c
Move all structs from code.gitea.io/gitea/modules/structs to local to resolve the dependencies problem ( #188 )
2019-10-13 01:34:01 +00:00
ngourdon
82f69ae35a
Fix typo in pull requests API ( #172 )
2019-05-17 14:03:42 +08:00
Lunny Xiao
38803cbe75
Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs ( #171 )
...
* refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs
* fix testing
2019-05-11 18:38:52 +03:00
kolaente
40e36e1d2f
Added deadline structs for api ( #105 )
...
* Added deadline structs for api
* fixed lint + fmt
2018-05-03 17:30:21 +03:00
kolaente
142acef5ce
Preparation for Issue due dates (go-gitea/gitea#2533) ( #103 )
...
* Added deadline for issue
* Added deadline for pull requests
* Added comment for swagger date format
2018-04-17 08:54:29 +08:00
Lauris BH
417abc7c5d
Add closed at field for issue and pull request ( #93 )
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-03-29 15:34:44 +08:00
kolaente
92585b27a0
Modified assignees field in issue struct for preperation of go-gitea/gitea#3705 ( #99 )
...
* Modified assignees field in issue struct for preperation of go-gitea/gitea#1884
* Modified assignees field in pr struct for preperation of go-gitea/gitea#1884
* Re-Added `Assignee`
* Added missing `assignees`
* fmt
2018-03-22 22:32:16 +08:00
kolaente
fa91af7569
Modified assignees field in issue struct for preperation of go-gitea/gitea#1884 ( #97 )
...
* Modified assignees field in issue struct for preperation of go-gitea/gitea#1884
* Modified assignees field in pr struct for preperation of go-gitea/gitea#1884
* Re-Added `Assignee`
2018-03-06 09:22:45 +08:00
Vlad Temian
a184f2d334
Run go fmt
for the entire project ( #85 )
2018-01-09 02:26:05 +02:00
Ethan Koenig
1da52cf95f
Updates to swagger documentation ( #77 )
2017-11-12 11:10:33 +02:00
Jonas Östanbäck
0c3a0b0b5e
Add created_at and updated_at in PR json ( #52 )
2017-04-27 08:40:26 +08:00
Aaron Walker
06902fe195
expose url field in issues and pull requests ( #39 )
2017-02-19 19:17:32 +08:00
Lunny Xiao
c9135ef778
fix most of all the lint errors
2016-11-10 17:44:00 +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
Thomas Boerger
4218c36205
Moved source files into subfolder
2016-11-07 11:26:36 -02:00