225 Commits

Author SHA1 Message Date
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
George Fleury
dff2223ade
Merge pull request #65 from yahavi/commit-status
Fix set and get commit status
2021-08-26 18:30:55 +02:00
yahavi
264191a6ab Fix fallen test 2021-08-26 19:00:18 +03:00
George Fleury
bec68b53de
Merge pull request #64 from yahavi/get-archive
Get archive should use RawAPIResponse
2021-08-25 19:04:23 +02:00
yahavi
29084e5e35 Fix set and get commit status 2021-08-23 18:52:54 +03:00
yahavi
be1a0d5b84 Get archive should use RawAPIResponse 2021-08-23 18:10:05 +03:00
George Fleury
7d616f7c18
Merge pull request #62 from gfleury/gfleury/update-travis-ci
Update travis-ci.com on README.md
2021-07-07 22:27:13 +02:00
George Fleury
5273250b14
Merge pull request #61 from tomcruise81/bugfix/hook-bodies
Option to include request body for enabling hooks
2021-07-07 22:26:57 +02:00
George Fleury
3aa0d63c33
Update README.md 2021-07-07 22:21:29 +02:00
Sean Dukehart
1713871196 Including basic test 2021-06-30 11:00:27 -04:00
Sean Dukehart
f350c54008 Option to include request body for enabling hooks 2021-06-30 10:50:33 -04:00
George Fleury
412cc3323e
Merge pull request #58 from syndicut/create-comment-and-activities
Fix create comment and get activities methods
2021-01-19 07:38:41 -03:00
Rashit Azizbaev
c08e6350a4 Do not change signature of old CreateComment method 2021-01-19 08:51:30 +03:00
Rashit Azizbaev
3a28116813 Use recommended way to install golangci-lint to avoid failing builds
See https://golangci-lint.run/usage/install/#install-from-source
2021-01-17 10:07:55 +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
George Fleury
ae4ad57f4f
Merge pull request #56 from danilopopeye/feature/handle-create-user-response
handle `CreateUser` empty body response
2020-08-10 14:57:49 +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
George Fleury
a1f7d4e0d6
Merge pull request #55 from ribaptista/master
Body argument to CreateProject
2020-07-28 21:37:22 +02:00
rigolden
479bf9f8ea fix: concrete Project input to CreateProject 2020-07-27 14:39:30 -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
rigolden
d6503a151c fix: project api methods 2020-07-27 14:09:36 -03:00
gfleury
b3c7f99f7f Adding search endpoint SearchCode 2020-03-27 15:51:23 -03:00
gfleury
cf6f9657ee Adding WebHook and GetPullRequestDiffRaw 2020-03-23 20:24:05 -03:00