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

61 Commits

Author SHA1 Message Date
0821e0283a Fix #8: Improve error handling to manage unexpected JIRA responses 2016-05-28 20:15:17 +02:00
c92a43e43d Applied a few smaller code changes, cleanups and removed DoNoClose, because a similar function was merged in between 2016-05-27 14:14:09 +02:00
b1d5d70b51 Merge branch 'attachment' of https://github.com/jasonob/go-jira into jasonob-attachment
* 'attachment' of https://github.com/jasonob/go-jira:
  Increase test coverage slightly and add some robustness
  Add test cases for DoNoClose()
  Add test cases for PostAttachment() and DownloadAttachment(). Fix PostAttachment() to handle response as a JSON array of Attachments. Add Author *Assignee and Thumbnail definition to Attachment structure. Clarify comments on DoNoClose() call
  Ensure Authenticated test validates the path where the AuthenticationService hasn't been initialized
  Moved Authentication() test into AuthenticationService, and add test case to validate it operates correctly
  * Add ability to add and download attachments, including multi-part form handling * Add method to report if the current session is authenticated or not
2016-05-27 13:57:00 +02:00
d4429e3977 Merge branch 'master' of https://github.com/EvgenKostenko/go-jira
* 'master' of https://github.com/EvgenKostenko/go-jira:
  Enable labels for IssueFields
  fixed test case
  Bug fix - reading http body produces error because the body is already read
2016-05-27 13:03:28 +03:00
f0e5259584 Change Coocke session get from request 2016-05-27 13:01:54 +03:00
3335a9c77f Add test cases for PostAttachment() and DownloadAttachment(). Fix PostAttachment() to handle response as a JSON array of Attachments. Add Author *Assignee and Thumbnail definition to Attachment structure. Clarify comments on DoNoClose() call 2016-05-25 00:04:23 -07:00
8e67015ef3 Bug fix - reading http body produces error because the body is already read 2016-05-23 23:48:04 -06:00
bc5e20fe93 Moved Authentication() test into AuthenticationService, and add test case to validate it operates correctly 2016-05-19 22:00:13 -07:00
2bc0c88214 * Add ability to add and download attachments, including multi-part form handling
* Add method to report if the current session is authenticated or not
2016-05-19 14:11:21 -07:00
22e19893f5 Fixed typo 2016-03-26 21:24:23 +01:00
e848968f58 Added the first go code 2015-09-03 12:25:21 +02:00