57 Commits

Author SHA1 Message Date
Silviu Tanasă
9c8acea33c
feat: adds functional support for updating PR comments 2024-09-12 23:43:16 +03:00
Piotr Truszkowski
eaa1163342
feat: added boostMatches parameter for GetBranches 2024-09-11 10:52:11 +02:00
George Fleury
32bc346e3b Clean up 2023-08-30 14:08:15 +02:00
George Fleury
86c9000ec5 Fix tests 2023-08-30 13:59:49 +02:00
George Fleury
e0ef906417 Fixes 2023-08-30 13:56:55 +02:00
George Fleury
0575c174c0 Move all params from int64 to int 2023-08-30 13:22:37 +02:00
George Fleury
4f33c2cf14 Adding final test, closes #76 2023-08-30 12:49:10 +02:00
George Fleury
5d0b8f4baf Fixing integration tests 2023-08-30 12:21:48 +02:00
delarea
37ffa8d403 add edit pull request 2023-06-26 20:53:54 +03:00
mlosicki
bb0818da29 fix: lint error 2022-01-24 02:23:49 +01:00
mlosicki
b5aee2ce51 improve test 2022-01-24 01:01:54 +01:00
mlosicki
4880bdf0b7 fix: support pagination for GetBranches
The docs mention that this is a Paged API, yet there is no support for
limit and start query params.
2022-01-24 00:30:09 +01:00
yahavi
264191a6ab Fix fallen test 2021-08-26 19:00:18 +03:00
yahavi
29084e5e35 Fix set and get commit status 2021-08-23 18:52:54 +03:00
Sean Dukehart
1713871196 Including basic test 2021-06-30 11:00:27 -04:00
Rashit Azizbaev
c08e6350a4 Do not change signature of old CreateComment method 2021-01-19 08:51:30 +03:00
Rashit Azizbaev
03c898e3b6 Add CreatePullRequestComment and GetActivities 2021-01-17 10:07:47 +03:00
Rashit Azizbaev
219e8c92ad Fix create comment method for commit 2021-01-14 12:20:07 +03:00
George Fleury
15f2a16ca8
Merge pull request #57 from danilopopeye/feature/implement-AddUserToGroups-parameters
add parameters to `AddUserToGroups` method
2020-08-10 14:58:52 +02:00
Danilo Gonçalves
90ff150627 add parameters to AddUserToGroups method 2020-08-07 20:15:53 -03:00
danilopopeye
7758229a74 handle CreateUser empty body response 2020-08-07 17:35:57 -03:00
rigolden
72cab483df fix: input to CreateProject test 2020-07-27 14:21:46 -03:00
rigolden
9860b0c19e fix: project api tests 2020-07-27 14:14:09 -03:00
gfleury
b3c7f99f7f Adding search endpoint SearchCode 2020-03-27 15:51:23 -03:00
gfleury
f1225dcec2 Changing Repository struct to allow omit on serialization 2020-03-20 10:14:43 -03:00
gfleury
284a2dc210 Fix CreateRepository 2020-03-20 09:56:41 -03:00
gfleury
14d4b869a5 Adding mock server for simple projects 2020-03-18 15:20:48 -03:00
gfleury
aabce9f497 Adding build-status endpoints and test coverage 2020-03-18 14:24:41 -03:00
gfleury
85968e42c6 Fix broken Delete PullRequests 2020-03-17 15:00:19 -03:00
gfleury
bdb008af0e Adding error parser 2020-03-17 11:07:47 -03:00
gfleury
d31cf4f36b Adding new wrapper for CreatePullRequest and struct as parameter 2020-03-16 21:26:03 -03:00
gfleury
e0d3f04d90 Adding tests for GetPullRequest(s) and adding pagination arguments for all paged api methods 2020-03-14 10:55:16 -03:00
gfleury
8ce3f75050 Adding second integration test 2020-03-06 16:31:29 -03:00
gfleury
36ecc06cb7 Adding integration tests with bitbucket container 2020-03-06 16:03:30 -03:00
gfleury
e83fdd057e First test with local container of Bitbucket server 2020-03-06 14:00:10 -03:00
gfleury
604a3243b0 Adding missing parameters on a bunch of functions 2020-03-05 16:24:19 -03:00
George Fleury
6b375ee273
Merge pull request #39 from mpreu/bugfix/GetUsersWithAnyPermission
Fix missing options for GetUsersWithAnyPermission
2020-02-28 19:48:38 -03:00
Matthias Preu
71fd39a64b Fix missing parameter RevokePermissionsForUser
Variants were missing project and repository slug. Tests changed.
Skipping body parsing as return code is '204' is successful.
2020-02-27 17:53:05 +01:00
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
Yared Ayalew
d31142dd6a Fix issues on SetPermissionForGroups_32 and SetPermissionForGroups_33 methods 2019-12-29 14:18:14 +01:00
Yared Ayalew
4e308ad21e Fix SetPermissionForUser issue with project and repositorySlug parameters 2019-12-28 23:27:25 +01: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
e5d4d4354b Fix tests 2019-10-17 16:52:47 +02:00
Maxim Sukharev
55e1fce0e0 fix tests 2019-10-17 16:49:45 +02:00
Ricardo Baptista
ad67345b1f Fixing raw file fetch method 2019-09-11 12:33:23 -03:00
Ricardo Baptista
621ff29cd2 Fixing call to SetPermissionForGroup 2019-07-25 18:56:55 +00:00
gfleury
f92b3b30a9 Handling network fail 2019-06-12 19:20:17 +02:00
gfleury
8602c101c8 Fixing CanMerge, Create and CountPullRequestTasks 2019-06-04 16:14:10 +02:00