* EvgenKostenko-master:
go fmt, go doc and reuse of Project struct
Renamed "json_mocks" into "mocks"
Refactored struct types by reusing already existing components
Fixed typo in Cookies
Moved progect.go to project.go
refactor project tests + go fmt
add one more test for project service
delete uncompleted boards
add fmt dependency to jira.go
get Authenticated reports session from main repository
Add project and tests
Implement workload in issue and Project list
Change Coocke session get from request
* 'master' of https://github.com/EvgenKostenko/go-jira:
refactor project tests + go fmt
add one more test for project service
delete uncompleted boards
add fmt dependency to jira.go
get Authenticated reports session from main repository
Add project and tests
Implement workload in issue and Project list
Change Coocke session get from request
* jasonob-attachment:
go lint
go fmt
Applied a few smaller code changes, cleanups and removed DoNoClose, because a similar function was merged in between
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
* '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
* '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