1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-06 22:13:02 +02:00
Commit Graph

405 Commits

Author SHA1 Message Date
ba52ec9209 Rename MetaIssueTypes to MetaIssueType 2016-10-04 15:22:03 +02:00
a7647f3c7b Killed unit test TestClient_NewRequest_InvalidJSON 2016-10-03 13:35:00 +02:00
f45edb11e4 Added Golang 1.7 to travic ci 2016-10-03 13:34:19 +02:00
31508ce192 Fixed a few fmt and debug outputs 2016-10-03 13:33:46 +02:00
8d3b47871f Merge branch 'master' of https://github.com/bidesh/go-jira into bidesh-master
* 'master' of https://github.com/bidesh/go-jira:
  Adds test for authentication on expected json. Adds test to metaissue
  Removes check for statuscode as jiraclient already does it. Adds test for nonok status code returned
  Adds test for GetProjectWithName and GetIssueTypeWithName
  Omit more empty attributes when converting from struct to map
  Adds unknown map for arbitrary fields in IssueFields. Adds Custom Marshall,Unmarshall. Adds structs tag where necessary
  Adds metaissue support.
  Completes the APi for session. Adds logout and GetCurrentUser
2016-10-03 13:15:05 +02:00
e75e7750f2 Adds test for authentication on expected json. Adds test to metaissue 2016-09-27 13:26:07 +02:00
d3ec8f16c0 Removes check for statuscode as jiraclient already does it. Adds test for nonok status code returned 2016-09-27 12:18:30 +02:00
435fdb84eb Adds test for GetProjectWithName and GetIssueTypeWithName 2016-09-27 11:54:09 +02:00
f2937d6875 Omit more empty attributes when converting from struct to map 2016-09-26 17:59:51 +02:00
5ce765977f Adds unknown map for arbitrary fields in IssueFields. Adds Custom Marshall,Unmarshall. Adds structs tag where necessary 2016-09-23 16:19:07 +02:00
fe6b129172 Adds metaissue support. 2016-09-20 14:27:54 +02:00
5e85401e32 Merge pull request #33 from lirao/customfield
IssueService.GetCustomFields: Read string values of complex type custom fields
2016-09-17 10:13:23 +02:00
eb07612cbf Completes the APi for session. Adds logout and GetCurrentUser 2016-09-07 14:24:02 +02:00
2b654c6df6 A test that has a select list custom type 2016-09-06 17:02:03 -07:00
4ad59bb4e7 Attempt to retrieve the actual string value of a complex type custom field instead of blindly converting to string. 2016-09-06 16:14:15 -07:00
479f9df7af Merge pull request #31 from bah2830/AUTH_NIL_RESPONSE
Fixed a nil response when getting a session cookie
2016-08-16 21:49:59 +02:00
dbaf2d76f2 Fixed a nil response when getting a session cookie 2016-08-16 12:56:26 -05:00
ae45380959 Merge pull request #30 from attack7/add-versions-struct
Adds a struct representing a version
2016-08-02 17:21:23 +02:00
80ed9d0cba Code formatting 2016-08-02 10:00:00 -04:00
e9ffde1b0d And it’s nice if you actually use that structure 2016-08-02 09:59:16 -04:00
ec2e9dd652 Adds a struct representing a version 2016-08-02 09:57:00 -04:00
509805fc54 Merge branch 'antekresic-master'
* antekresic-master:
  Fixed issue with Jira auth for multipart requests
2016-07-29 19:56:57 +02:00
2871365960 Merge branch 'master' of https://github.com/antekresic/go-jira into antekresic-master
* 'master' of https://github.com/antekresic/go-jira:
  Fixed issue with Jira auth for multipart requests
2016-07-29 19:56:04 +02:00
7b3ac05159 Merge branch 'attack7-issues-in-sprint'
* attack7-issues-in-sprint:
  go fmt
  Renamed API method to (like JIRA API) and fixed `go doc`
  Add the ability to get all issues in a sprint
2016-07-29 19:47:15 +02:00
ecc4b09864 go fmt 2016-07-29 19:45:03 +02:00
5a0fb0ba05 Renamed API method to (like JIRA API) and fixed go doc 2016-07-29 19:43:34 +02:00
cb95457e3f Merge branch 'issues-in-sprint' of https://github.com/attack7/go-jira into attack7-issues-in-sprint
* 'issues-in-sprint' of https://github.com/attack7/go-jira:
  Add the ability to get all issues in a sprint
2016-07-29 19:36:03 +02:00
df3bf313a0 go fmt 2016-07-29 19:35:04 +02:00
945066e79e Merge pull request #28 from attack7/return-epics
Add epic data to returned issue fields
2016-07-29 08:55:59 +02:00
7d216396c6 Add epic data to returned issue fields 2016-07-28 16:06:52 -04:00
e9740fe3e9 Fixed issue with Jira auth for multipart requests 2016-07-27 12:21:09 +02:00
fe70b5c836 Add the ability to get all issues in a sprint 2016-07-26 16:18:58 -04:00
cdb3939c4c Renamed unit tests according golang standard 2016-07-17 12:13:08 +02:00
f1a11a0302 go doc and go lint 2016-07-17 11:41:50 +02:00
a2df25c45a go fmt 2016-07-17 11:24:23 +02:00
4b9e96b367 Moved transition service into issue service, because it relates to the issue api calls 2016-07-17 11:23:49 +02:00
753367d382 Moved Board-Functionality to BoardService and renamed Sprint function according to the API 2016-07-17 11:17:29 +02:00
4ef9c13c74 Renamed Board methods according their API names 2016-07-17 11:08:07 +02:00
e6dd745ae7 Merge branch 'master' of https://github.com/nebril/go-jira into nebril-master
* 'master' of https://github.com/nebril/go-jira:
  Added basic Sprint API handling
  Removed strings.Compare
  Add Transition API handling
2016-07-17 10:54:30 +02:00
55f76084ed Merge pull request #24 from ifosch/comments
Fix Comments unmarshalling
2016-07-10 20:52:35 +02:00
f7ea942ed3 Comments unmarshaling fixed 2016-07-08 01:21:14 +02:00
2b74499969 Added basic Sprint API handling 2016-06-24 12:09:45 +02:00
9a5ed6f72a Removed strings.Compare 2016-06-21 14:34:19 +02:00
1fd364aea2 Add Transition API handling
Added TransitionService with 2 methods:
 * GetList for retrieving possible transitions for an issue
 * Create for creating transition and changing issue status in the
   process
2016-06-20 17:14:55 +02:00
6c73f2f575 Merge branch 'EvgenKostenko-develop'
* EvgenKostenko-develop:
  Adjusted PR #19
  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 15:09:45 +02:00
c0b29dac50 Adjusted PR #19
* go doc
* go fmt
* Usage of already existing structs
* Adjustments related to the wrapping response
2016-06-19 15:08:53 +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
083961b1b6 Go docs 2016-06-19 14:36:10 +02:00
de4984d92a Merge pull request #18 from nebril/paging
Wrap http.Response in Response struct to provide more information about paging
2016-06-19 14:33:53 +02:00
e3b9aad702 cosmetic fix in boards imports, tests in projects 2016-06-16 12:25:47 +03:00