252 Commits

Author SHA1 Message Date
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
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
Mehdi Kharraz
408dd14306
Add Description in Repository struct 2022-04-17 11:37:34 +02:00
George Fleury
8e7ed04b84
Merge pull request #69 from brainexe/real_all_body
read full request.Body to reuse http/1 connections
2022-03-01 10:11:31 -03:00
Matthias Dötsch
9c00479ef6 read full request.Body to reuse http/1 connections 2022-01-27 15:11:36 +01:00
Matthias Dötsch
51217eae02 read full request.Body to reuse http/1 connections
see https://tipsfordev.com/go-http-requests-json-reusing-connections
2022-01-27 12:08:09 +01:00
George Fleury
90a950f9bc
Merge pull request #68 from mlosicki/bugfix/get-branches-no-pagination
fix: support pagination for GetBranches
2022-01-25 10:25:02 -03:00
George Fleury
87c7b6dfff
Merge pull request #67 from mlosicki/feature/get-branch-response
feat: add GetBranchResponse
2022-01-25 10:23:45 -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
4d3afe3c12 feat: add GetBranchResponse
Parse a single Branch from an APIResponse
Useful in combination with the GetDefaultBranch API call
2022-01-24 00:41:10 +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