262 Commits

Author SHA1 Message Date
George Fleury
df385efaac
Merge pull request #89 from silviutanasa/add-support-for-update-pr-comment
feat: adds functional support for updating PR comments
2024-09-17 16:23:04 +02:00
Silviu Tanasă
9c8acea33c
feat: adds functional support for updating PR comments 2024-09-12 23:43:16 +03:00
George Fleury
b03c3e7561
Merge pull request #87 from truszkowski/add-boostMatches-parameter
feat: added boostMatches parameter for GetBranches
2024-09-11 11:01:20 +02:00
Piotr Truszkowski
eaa1163342
feat: added boostMatches parameter for GetBranches 2024-09-11 10:52:11 +02:00
George Fleury
a3031aa024
Merge pull request #84 from gfleury/dependabot/go_modules/golang.org/x/net-0.23.0
Bump golang.org/x/net from 0.17.0 to 0.23.0
2024-08-22 15:27:58 +02:00
dependabot[bot]
59d57cebd4
Bump golang.org/x/net from 0.17.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 12:35:11 +00:00
Sanket Patel
0b41d78630
Merge pull request #80 from gfleury/dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.7.0 to 0.17.0
2024-01-31 10:55:56 -05:00
Sanket Patel
4c3d539fc7
Merge pull request #81 from appleboy/feat
chore(FindUsersInGroup): add limit and start parameters
2024-01-31 10:55:41 -05:00
Sanket Patel
735411d8c4
Merge pull request #82 from appleboy/project
chore(project): add a single project response
2024-01-31 10:55:25 -05:00
appleboy
3d99df2520
feat: refactor project structure and decoding process
- Add a new function `GetRrojectResponse` to cast project into structure
- Use `mapstructure.Decode` to decode values into the `Project` structure

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2023-12-16 16:03:35 +08:00
appleboy
f43c7969ea
refactor: refactor variable usage and add type checking for parameters
- Remove the local variable `localVarPostBody` and its usage
- Add type checking for the `limit` and `start` parameters
- Add query parameters for `limit` and `start` if they are present

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2023-12-16 14:49:06 +08:00
dependabot[bot]
124c4b12d1
Bump golang.org/x/net from 0.7.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 23:28:18 +00:00
George Fleury
6e30c5760c
Merge pull request #60 from louisphilippereid/get-projects-response
Added GetProjectsResponse to unmarshall get projects response
2023-08-30 14:10:38 +02:00
George Fleury
7336cc1ee1
Merge pull request #79 from gfleury/pr-25
Pr 25
2023-08-30 14:09:43 +02:00
George Fleury
8c5c25aecc Clean up 2023-08-30 14:09:03 +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
3d427fc798 Fixes 2023-08-30 13:57:45 +02:00
George Fleury
e0ef906417 Fixes 2023-08-30 13:56:55 +02:00
Hugues Malphettes
0f2067afb7 Fix CreateSSHKey 2023-08-30 13:47:32 +02:00
Hugues Malphettes
aaa21ab88c Cleanup
Copy this 3 times on the blackboard for your retention:
fmt.Println shall not be committed
fmt.Println shall not be committed
fmt.Println shall not be committed
...
2023-08-30 13:47:32 +02:00
Hugues Malphettes
abeaf149e9 GetHeadCommit on a branch 2023-08-30 13:47:32 +02:00
Hugues Malphettes
5fe08c4852 Add a GetHeadCommit API
Given a repo and a branch, resolve the head commit sha.
2023-08-30 13:47:32 +02:00
Hugues Malphettes
0216903e7a Fix the StreamFiles api 2023-08-30 13:47:31 +02:00
Hugues Malphettes
c32dc03fcb Fix setting REPO_WRITE permission on a repo ssh key 2023-08-30 13:46:00 +02:00
Hugues Malphettes
1a4b3950cb Missing imports for the repo ssh keys 2023-08-30 13:46:00 +02:00
Hugues Malphettes
67fa18c768 Add repo ssh key get and post 2023-08-30 13:45:43 +02:00
Hugues Malphettes
9ae52f75c6 Improve error message when forking a repository 2023-08-30 13:45:42 +02:00
Hugues Malphettes
3b3b6a8f5f Add the CreateAccessToken api
https://docs.atlassian.com/bitbucket-server/rest/5.5.2/bitbucket-access-tokens-rest.html
2023-08-30 13:44:59 +02:00
Hugues Malphettes
792d95fe6d Add the AccessTokenResponse
https://docs.atlassian.com/bitbucket-server/rest/5.5.2/bitbucket-access-tokens-rest.html
2023-08-30 13:44:06 +02:00
Hugues Malphettes
7c4d13674c Cleanup setpermissions 2023-08-30 13:41:36 +02:00
Hugues Malphettes
02adb51762 Add SetRepositoryPermissionGroup(projectKey, repositorySlug, permission string, groupNames []string
https://docs.atlassian.com/bitbucket-server/rest/5.16.0/bitbucket-rest.html#idm8297426496
2023-08-30 13:40:44 +02:00
Hugues Malphettes
11a5256ee7 Add support for SetRepositoryPermissionGroups
Support for https://docs.atlassian.com/bitbucket-server/rest/5.16.0/bitbucket-rest.html#idm8297426496:
SetRepositoryPermissionGroups(projectKey, repositorySlug, permission, groupNames []string
2023-08-30 13:40:06 +02:00
Hugues Malphettes
61677dd842 Cleanup the debug 2023-08-30 13:37:04 +02:00
Hugues Malphettes
ce0f149308 Fix Get Raw Content
Add the missing variables, projectKey, repositorySlug.
Buffer the http response body and use a response struct that does not assume that the raw content is valid JSON
2023-08-30 13:36:42 +02:00
Hugues Malphettes
47e160ef65 Fix GetArchive
Pass a writer to stream out the content of the archive.
Support for multiple `path` by splitting the path parameter by comma.
Add an optional parameter `apibasepath` that replaces the default base path `/api/1.0` as at least as seen in the wild, this base URL is different.
2023-08-30 13:35:16 +02:00
George Fleury
eb18f6f5ac
Merge pull request #78 from gfleury/move_to_int
Move all params from int64 to int
2023-08-30 13:24:49 +02:00
George Fleury
0575c174c0 Move all params from int64 to int 2023-08-30 13:22:37 +02:00
George Fleury
d09bc7e3bf
Merge pull request #77 from gfleury/create_gh_actions
Enable github actions and other improvements
2023-08-30 12:50:21 +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
George Fleury
12fd8cfe8b Enable github actions 2023-08-30 10:11:11 +02:00
George Fleury
9bc1711434 go fmt 2023-08-25 11:51:22 +02:00
George Fleury
8d7be58667
Merge pull request #74 from EyalDelarea/add_edit_pull_request
Add Edit Pull Request
2023-06-26 21:24:37 +02:00
delarea
4bb9efd1fd fix formatting 2023-06-26 21:13:20 +03:00
delarea
b90c42df47 update docs 2023-06-26 21:09:36 +03:00
delarea
37ffa8d403 add edit pull request 2023-06-26 20:53:54 +03:00
George Fleury
baf7899569
Merge pull request #73 from gfleury/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.0.0-20190108225652-1e06a53dbb7e to 0.7.0
2023-05-13 21:20:22 +02:00
dependabot[bot]
d969830034
Bump golang.org/x/net from 0.0.0-20190108225652-1e06a53dbb7e to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190108225652-1e06a53dbb7e to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 02:05:45 +00:00
George Fleury
711d7d5e80
Merge pull request #70 from imkh/patch-1
Add Description in Repository struct
2022-04-18 10:23:32 +02:00