1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-29 00:21:53 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
f416dd0221 Make issue link direction visible 2016-06-07 22:14:56 +02:00
1628d1b1d3 Adjusted a few things to be in line with other methods 2016-06-04 10:41:34 +02:00
d77b32f3dd go fmt 2016-06-03 20:54:51 -04:00
31fcf682f6 Adding tests 2016-06-03 20:51:44 -04:00
0d2b98ade7 go lint 2016-05-27 14:19:35 +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
c6b506ba46 Enable labels for IssueFields 2016-05-25 10:54:34 +01:00
657e960a8f Increase test coverage slightly and add some robustness 2016-05-25 00:47:10 -07: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
506085244e Modified to handle worklog, comment, and updated in JIRA's newest version (6.4) 2016-04-06 11:45:37 +01:00
3f43c29b5c Fixed Errorf usage 2016-03-27 14:19:28 +02:00
ec697566b2 go fmt 2016-03-27 14:18:31 +02:00
e3921e7773 Added unit tests 2016-03-27 14:18:14 +02:00
f40a31fe85 Added AddComment to IssueService 2016-03-27 14:03:40 +02:00
c967609522 Basic unit test for issue 2016-03-27 00:00:30 +01:00
0f95c6504e Added first test for issue 2016-03-26 23:39:03 +01:00