Commit Graph

77 Commits

Author SHA1 Message Date
3e6935e03f Fixing GetPullRequestResponse 2019-06-05 10:52:24 +02:00
b39a1467fe Fixing Create() 2019-06-05 10:37:10 +02:00
2efe893fff Merge pull request #27 from gfleury/add-GetPullRequestResponse
Adding GetPullRequestResponse and fixing Create (PullRequest)
2019-06-05 10:23:00 +02:00
061898a310 Adding GetPullRequestResponse and fixing Create (PullRequest) 2019-06-05 10:19:00 +02:00
9972314a4b Merge pull request #26 from gfleury/create-pullrequest
Fixing CanMerge, Create and CountPullRequestTasks
2019-06-04 16:37:22 +02:00
8602c101c8 Fixing CanMerge, Create and CountPullRequestTasks 2019-06-04 16:14:10 +02:00
3a732135aa Updating CONTRIBUTORS 2019-02-16 16:24:06 +01:00
83a45cc698 Merge pull request #24 from polothy/fix-delete-webhook
fix: add project and repo params to DeleteWebhook
2019-02-16 16:17:34 +01:00
e57846d0fc Merge pull request #23 from polothy/fix-find-webhooks
fix: add project and repo params to FindWebhooks
2019-02-16 16:17:19 +01:00
8a515e9113 Merge pull request #22 from polothy/fix-update-webhook
fix: add additional params to UpdateWebhook
2019-02-16 16:16:55 +01:00
a230b752e5 fix: add project and repo params to DeleteWebhook 2019-02-15 15:00:01 -08:00
253bd65c4c fix: add project and repo params to FindWebhooks 2019-02-15 14:55:33 -08:00
31182e7602 fix: add additional params to UpdateWebhook
It is essentially the same as CreateWebhook
but it takes a webhookId.
2019-02-15 14:54:41 -08:00
f1ac505839 Merge pull request #21 from vittoriocurcio/master
Fix GetContent signature and add GetContent_0
2018-12-13 10:55:08 +01:00
dc293425f5 Fix endpoint path 2018-12-12 23:06:45 +01:00
23c70d2142 Really do not add trailing / 2018-12-12 23:03:28 +01:00
07c06c3d3f Remove trailing / 2018-12-12 22:54:29 +01:00
a8242c8540 Add GetContent_0 to interact with the browse endpoint 2018-12-12 22:45:13 +01:00
df97495651 Replace placeholder in path 2018-12-11 23:26:51 +01:00
b05615d0e1 Fix GetContent signature 2018-12-11 23:06:25 +01:00
4910839b60 Merge pull request #20 from gfleury/adding_tests
Adding tests
2018-11-02 20:18:09 +01:00
6b0066a96b Adding tests on travis 2018-11-02 20:16:46 +01:00
2c5c17a5d5 Adding tests 2018-11-02 20:14:46 +01:00
0cb9d31661 Merge pull request #19 from gfleury/fixing_getpage
Changing GetPage to GetPullRequestsPage and adding the right parameters to it
2018-11-02 20:12:36 +01:00
f717f0c1dc Changing GetPage to GetPullRequestsPage and adding the right parameters to it 2018-11-02 20:09:02 +01:00
d756de3d58 Merge pull request #18 from gfleury/contributors
Adding contributors
2018-11-02 19:50:05 +01:00
511986a90e Adding contributors 2018-11-02 19:49:12 +01:00
0b7c3522e6 Merge pull request #17 from superstas/fix-create-comment-1
fix of CreateComment_1
2018-11-02 11:15:05 -05:00
a654f69862 fix-create-comment-1 updated using pattern 2018-11-02 18:58:49 +03:00
5d932d516b fix of CreateComment_1 2018-10-31 23:25:23 +03:00
c259e352b3 Merge pull request #16 from nikos912000/more-options-when-creating-new-configuration
More options when creating new configuration
2018-08-07 10:21:21 -05:00
0d7bd0b4df Add more options to NewConfiguration using functional options. 2018-08-06 22:41:10 +01:00
a65c6ca5d4 Update gitignore. 2018-08-06 22:40:00 +01:00
66450bf156 Update api_response.go
Set type for PullRequest.Version to int32
2018-06-08 14:49:53 -05:00
51cf981aa2 Merge pull request #15 from sanketjpatel/clone/jx
Sync with jx
2018-06-05 16:30:48 -05:00
6294d41064 Sync with jx, and set int data type for Merge method 2018-06-05 16:20:40 -05:00
c660efac9d Merge pull request #14 from sanketjpatel/feat/webhook
Fix CreateWebhook client method
2018-06-05 16:18:32 -05:00
faaa8c1e63 Merge pull request #13 from sanketjpatel/feat/merge
Add APIResponse type for Merge
2018-06-05 16:18:21 -05:00
aefc5120de Fix CreateWebhook client method 2018-06-05 15:22:39 -05:00
3cd3a0fa0c Add APIResponse type for Merge 2018-06-05 15:15:15 -05:00
01572b5eb7 Merge pull request #11 from sanketjpatel/feat/merge
Add request options for Merge
2018-06-05 22:08:41 +02:00
07aa05e6dc Merge pull request #10 from sanketjpatel/feat/build-status
Add build status endpoint
2018-06-05 22:08:27 +02:00
80f039d66c Merge pull request #9 from sanketjpatel/feat/pull-requests
Add pagination options for GetPullRequestCommits
2018-06-05 22:08:10 +02:00
f6c17cfdf8 Update README.md 2018-06-05 22:07:50 +02:00
435c950222 Merge pull request #12 from gfleury/readme-add-sanket-contrib
Update README.md
2018-06-05 22:07:09 +02:00
52a1ffeee2 Update README.md 2018-06-05 22:06:53 +02:00
fa5333664b Add request options for Merge 2018-06-05 14:07:33 -05:00
15555ec353 Add build status endpoint 2018-06-05 12:58:52 -05:00
afe7ad3461 Add pagination options for GetPullRequestCommits 2018-06-05 09:45:24 -05:00
f4cb1441f0 Merge pull request #8 from sanketjpatel/feat/pull-requests
Add client methods for pull request apis
2018-06-05 09:16:36 +02:00