1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-14 23:45:03 +02:00
Commit Graph

31 Commits

Author SHA1 Message Date
a8bdfed27f feat: add support for JWT auth with qsh needed by add-ons 2019-09-05 11:04:10 -07:00
7e0dd0ed39 Fix board request parameter
The BoardListOption field BoardType was incorrectly mapped to boardType
instead of type. This commit fixes it. A generic test helper
function (testRequestParams) is added in order to improve the
effectiveness of the unit test.

Fixes #213
2019-05-12 10:59:41 +02:00
bf2008dbbf Fix wrong comments 2018-12-24 16:45:19 +01:00
9049c9ff74 Instead of baking config into the client, adds a method call that allows options to be passed in 2018-10-17 15:17:08 -04:00
00a32a0fd7 Uses a jira client config struct 2018-10-17 14:49:25 -04:00
02a41efba4 Updates tests and examples to work with proposed changes 2018-10-16 13:41:50 -04:00
e3036dab2f Check for empty cookies for CookieAuthTransport
Don't add empty cookie values to the session object for
CookieAuthTransport
2018-09-11 16:58:16 -07:00
049a756bbe feat: Add StatusCategory GetList 2018-06-26 09:41:46 +02:00
fb1ce22699 feat: Add ResolutionService to retrieve resolutions 2018-06-25 17:48:53 +02:00
8491cb0034 fix: Add PriorityService to the main 2018-06-12 10:22:48 +02:00
57050f9f92 Changed auth URL and added tests 2018-02-27 22:50:02 -08:00
f9152870f4 Added transport for cookie authentication and updated docs 2018-02-24 16:29:17 -08:00
e3130864a1 Adding basic auth and accompanying tests 2018-02-24 11:27:46 -08:00
7e8707a8ce add basic Version endpoints 2018-01-22 11:34:41 +01:00
880a13c107 Fixed typos 2017-05-01 15:03:03 +02:00
dcb1c11006 Added tests for new authentication
Fixed some existing tests to work as expected
2017-02-08 14:59:20 -08:00
8a4b1aca33 Added basic version of Group API (Thanks to @aviz) 2017-01-29 17:28:04 +01:00
16619653d8 Add test for NewRawRequest 2016-10-10 12:54:45 +02:00
a7647f3c7b Killed unit test TestClient_NewRequest_InvalidJSON 2016-10-03 13:35:00 +02:00
e9740fe3e9 Fixed issue with Jira auth for multipart requests 2016-07-27 12:21:09 +02:00
cdb3939c4c Renamed unit tests according golang standard 2016-07-17 12:13:08 +02:00
ce47602482 Merge branch 'develop' of https://github.com/EvgenKostenko/go-jira into EvgenKostenko-develop
* 'develop' of https://github.com/EvgenKostenko/go-jira:
  cosmetic fix in boards imports, tests in projects
  add delete board with tests + go fmt
  add board create with tests
  go fmt boards
  Implement BoardService and get boards list with parameters
  remove old project
  Add boards and fix some bugs in project
  add boards service
2016-06-19 14:40:09 +02:00
9f8d06db41 go fmt boards 2016-06-15 20:15:12 +03:00
81b91847b3 Implement BoardService and get boards list with parameters 2016-06-15 20:08:15 +03:00
facc86872b Wrap http.Response in Response struct
The Response struct has StartAt, MaxResults and Total fields, which are
returned from JIRA API in issue search responses. They are now
accessible in Response object.
2016-06-15 17:09:13 +02:00
4efa3df3b1 Fix #12: Expose the base JIRA URL 2016-06-03 18:18:01 +02:00
1eae640dbf fixed test case 2016-05-24 00:23:47 -06:00
8e67015ef3 Bug fix - reading http body produces error because the body is already read 2016-05-23 23:48:04 -06:00
a39c0d9084 Added tests for authentication 2016-03-26 22:58:28 +01:00
957b42073b Fixed govet error: arg inBody for printf verb %q of wrong type: *jira.Issue (vet) 2016-03-26 21:34:49 +01:00
0feccadf8d Fix #1: Add some unit tests 2016-03-26 21:23:12 +01:00