Matthias Preu
3f0f92285f
Fix missing options for GetUsersWithAnyPermission
...
In the different variants the project key and repository slug were
missing.
Added as well was a struct to retrieve users and their permissions along
with a getter function for the response. A basic test was included, too.
2020-02-27 14:22:52 +01:00
George Fleury
ddbafbb025
Merge pull request #38 from yareda/set-permission-for-users
...
Fix issues on SetPermissionForGroups_32 and SetPermissionForGroups_33…
2020-01-04 11:57:11 +01:00
George Fleury
0c2de535d7
Merge pull request #37 from yareda/setpermissionforuser
...
Fix for missing project and repositorySlug on SetPermissionForUser function
2019-12-31 11:10:31 +01:00
George Fleury
36fee14a8f
Merge pull request #36 from ribaptista/master
...
Handling empty DeleteWebhook response
2019-12-31 10:56:02 +01:00
Yared Ayalew
d31142dd6a
Fix issues on SetPermissionForGroups_32 and SetPermissionForGroups_33 methods
2019-12-29 14:18:14 +01:00
Yared Ayalew
a596d3da70
Change return type of SetPermissionForUser
2019-12-29 12:39:50 +01:00
Yared Ayalew
4e308ad21e
Fix SetPermissionForUser issue with project and repositorySlug parameters
2019-12-28 23:27:25 +01:00
Ricardo Baptista
e124d31ae1
Handling empty DeleteWebhook response
2019-12-16 18:51:47 -03:00
George Fleury
f7901e41fa
Merge pull request #33 from smacker/fix_pagination_pr_activity
...
Fix pagination for pr activity
2019-10-23 11:49:53 +02:00
Maxim Sukharev
ef9fac9209
Add GetPullRequestActivityWithOptions to enable pagination
2019-10-22 18:40:08 +02:00
George Fleury
bc549694e0
Merge pull request #34 from smacker/fix_get_project
...
Fix GetProject method
2019-10-17 20:51:12 +02:00
Maxim Sukharev
2fb91eb1ff
Fix GetProject method
2019-10-17 12:30:26 +02:00
Maxim Sukharev
0fb4f8f3f0
Add GetPullRequestDiff method
2019-10-17 12:24:07 +02:00
Ricardo Baptista
ad67345b1f
Fixing raw file fetch method
2019-09-11 12:33:23 -03:00
Ricardo Baptista
c4258a07ac
Fixing SetPermissionForGroup parameters
2019-07-25 15:41:15 -03:00
gfleury
f92b3b30a9
Handling network fail
2019-06-12 19:20:17 +02:00
gfleury
b39a1467fe
Fixing Create()
2019-06-05 10:37:10 +02:00
gfleury
061898a310
Adding GetPullRequestResponse and fixing Create (PullRequest)
2019-06-05 10:19:00 +02:00
gfleury
8602c101c8
Fixing CanMerge, Create and CountPullRequestTasks
2019-06-04 16:14:10 +02:00
George Fleury
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
George Fleury
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
Mark Nielsen
a230b752e5
fix: add project and repo params to DeleteWebhook
2019-02-15 15:00:01 -08:00
Mark Nielsen
253bd65c4c
fix: add project and repo params to FindWebhooks
2019-02-15 14:55:33 -08:00
Mark Nielsen
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
Vittorio Curcio
dc293425f5
Fix endpoint path
2018-12-12 23:06:45 +01:00
Vittorio Curcio
23c70d2142
Really do not add trailing /
2018-12-12 23:03:28 +01:00
Vittorio Curcio
07c06c3d3f
Remove trailing /
2018-12-12 22:54:29 +01:00
Vittorio Curcio
a8242c8540
Add GetContent_0 to interact with the browse endpoint
2018-12-12 22:45:13 +01:00
Vittorio Curcio
df97495651
Replace placeholder in path
2018-12-11 23:26:51 +01:00
Vittorio Curcio
b05615d0e1
Fix GetContent signature
2018-12-11 23:06:25 +01:00
gfleury
f717f0c1dc
Changing GetPage to GetPullRequestsPage and adding the right parameters to it
2018-11-02 20:09:02 +01:00
Stanislav Afanasev
a654f69862
fix-create-comment-1 updated using pattern
2018-11-02 18:58:49 +03:00
Stanislav Afanasev
5d932d516b
fix of CreateComment_1
2018-10-31 23:25:23 +03:00
Sanket Patel
6294d41064
Sync with jx, and set int data type for Merge method
2018-06-05 16:20:40 -05:00
Sanket Patel
aefc5120de
Fix CreateWebhook client method
2018-06-05 15:22:39 -05:00
George Fleury
01572b5eb7
Merge pull request #11 from sanketjpatel/feat/merge
...
Add request options for Merge
2018-06-05 22:08:41 +02:00
George Fleury
07aa05e6dc
Merge pull request #10 from sanketjpatel/feat/build-status
...
Add build status endpoint
2018-06-05 22:08:27 +02:00
Sanket Patel
fa5333664b
Add request options for Merge
2018-06-05 14:07:33 -05:00
Sanket Patel
15555ec353
Add build status endpoint
2018-06-05 12:58:52 -05:00
Sanket Patel
afe7ad3461
Add pagination options for GetPullRequestCommits
2018-06-05 09:45:24 -05:00
Sanket Patel
2548686de9
Add client methods for pull request apis
2018-06-04 18:01:07 -05:00
Sanket Patel
4ae473222c
Rename pullRequestId to pullRequestID, add GetUserRepository, and update ForkRepository methods
2018-06-04 10:30:23 -05:00
George Fleury
72d950a6a9
Merge pull request #4 from sanketjpatel/feat/update-repo
...
Add options to update repository
2018-06-03 20:44:23 +02:00
George Fleury
0f7f49928b
Merge pull request #3 from sanketjpatel/feat/delete-repo
...
Update parameters for delete repo
2018-06-03 20:43:56 +02:00
George Fleury
95377ab099
Merge pull request #2 from sanketjpatel/feat/pagination
...
Add pagination options for GetRepositories
2018-06-03 20:43:18 +02:00
Sanket Patel
9660f76650
Add options to update repository
2018-06-03 03:33:06 -05:00
Sanket Patel
fd207db435
Update parameters for delete repo
2018-06-03 01:44:26 -05:00
Sanket Patel
3c2c7e7274
Add pagination options for GetRepositories
2018-06-01 12:15:10 -05:00
Sanket Patel
dcace6cbe7
Add pagination options for GetProjects
2018-06-01 10:59:14 -05:00
gfleury
b3a79ded48
Fixing typo
2018-03-16 09:15:11 +01:00