Evgen Kostenko
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
Evgen Kostenko
f0e5259584
Change Coocke session get from request
2016-05-27 13:01:54 +03:00
Andy Grunwald
faa4311af1
Merge pull request #9 from avadhutp/Issue-7_labels_in_IssueFields
...
Added labels in an issue
2016-05-26 22:32:46 +02:00
Andy Grunwald
04e71ea77c
Merge pull request #6 from matrix-solutions/development
...
Close response, only v was given
2016-05-26 22:30:46 +02:00
avadhutp
c6b506ba46
Enable labels for IssueFields
2016-05-25 10:54:34 +01:00
avadhutp
4933238dcd
Merge remote-tracking branch 'upstream/master'
2016-05-25 10:40:12 +01:00
Jason O'Broin
657e960a8f
Increase test coverage slightly and add some robustness
2016-05-25 00:47:10 -07:00
Jason O'Broin
bdf2e299cf
Add test cases for DoNoClose()
2016-05-25 00:17:15 -07:00
Jason O'Broin
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
Kent Brockman
1eae640dbf
fixed test case
2016-05-24 00:23:47 -06:00
Kent Brockman
8e67015ef3
Bug fix - reading http body produces error because the body is already read
2016-05-23 23:48:04 -06:00
Jason O'Broin
ca7e4dedd4
Ensure Authenticated test validates the path where the AuthenticationService hasn't been initialized
2016-05-23 00:09:58 -07:00
Jason O'Broin
bc5e20fe93
Moved Authentication() test into AuthenticationService, and add test case to validate it operates correctly
2016-05-19 22:00:13 -07:00
Jason O'Broin
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
Andy Grunwald
559b76c3ef
Fixed possible panic if resp is nil
2016-04-23 15:23:15 +02:00
Andy Grunwald
d719d18a20
Merge pull request #4 from avadhutp/avadhutp_#3_fixes_for_jira_6.4
...
Modified to handle worklog, comment, and updated to be compatible with JIRA's latest version (6.4)
2016-04-10 12:44:10 +02:00
avadhutp
506085244e
Modified to handle worklog, comment, and updated in JIRA's newest version (6.4)
2016-04-06 11:45:37 +01:00
Andy Grunwald
d41b1618b8
Switched golang tip to golang 1.6 for travis ci
2016-03-27 14:30:49 +02:00
Andy Grunwald
56f81b7dd6
Removed if conditions for go version
2016-03-27 14:27:39 +02:00
Andy Grunwald
36ff795367
Updated JIRA API doc links
2016-03-27 14:24:48 +02:00
Andy Grunwald
dc74b972d4
Updated coveralls badge
2016-03-27 14:21:27 +02:00
Andy Grunwald
3f43c29b5c
Fixed Errorf usage
2016-03-27 14:19:28 +02:00
Andy Grunwald
ec697566b2
go fmt
2016-03-27 14:18:31 +02:00
Andy Grunwald
e3921e7773
Added unit tests
2016-03-27 14:18:14 +02:00
Elena Grahovac
c920de25cf
Add method to link issues
...
The original cherry-pick was modified.
Thanks for the initial version to @rumyantseva
2016-03-27 14:17:38 +02:00
Andy Grunwald
f40a31fe85
Added AddComment to IssueService
2016-03-27 14:03:40 +02:00
Andy Grunwald
bc2f1e8320
Remove update fields, because this is more like edit issue and this method was not fully complete
2016-03-27 13:53:15 +02:00
Elena Grahovac
1d62c4bf25
POST for comments and PUT for issues - Thanks to @rumyantseva
2016-03-27 13:50:04 +02:00
Daniel Imfeld
10af43a35a
Add FixVersions to IssueFields - Thanks to @dimfeld
2016-03-27 13:15:52 +02:00
Andy Grunwald
efccf68225
Removed "
2016-03-27 13:04:31 +02:00
Andy Grunwald
2c4b9c6c2e
Pimped the readme a little bit
2016-03-27 13:02:25 +02:00
Andy Grunwald
4ab195bda0
Merge pull request #2 from andygrunwald/travis-codecoverage-tip-onky
...
Run Code Coverage on Golang tip only
2016-03-27 12:30:12 +02:00
Andy Grunwald
e0085cab43
Run Code Coverage on Golang tip only
2016-03-27 12:19:55 +02:00
Andy Grunwald
c967609522
Basic unit test for issue
2016-03-27 00:00:30 +01:00
Andy Grunwald
0f95c6504e
Added first test for issue
2016-03-26 23:39:03 +01:00
Andy Grunwald
e14293c196
FIxed test names in ath tests
2016-03-26 23:37:57 +01:00
Andy Grunwald
a39c0d9084
Added tests for authentication
2016-03-26 22:58:28 +01:00
Andy Grunwald
286c959445
Added newline to README
2016-03-26 21:43:30 +01:00
Andy Grunwald
56c84a22c8
Added Go report card
2016-03-26 21:38:23 +01:00
Andy Grunwald
957b42073b
Fixed govet error: arg inBody for printf verb %q of wrong type: *jira.Issue (vet)
2016-03-26 21:34:49 +01:00
Andy Grunwald
f03b4daf2f
Fixed golint: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
2016-03-26 21:27:38 +01:00
Andy Grunwald
22e19893f5
Fixed typo
2016-03-26 21:24:23 +01:00
Andy Grunwald
0feccadf8d
Fix #1 : Add some unit tests
2016-03-26 21:23:12 +01:00
Andy Grunwald
e6c43b46f6
Added Golang 1.4 and 1.5 to travisci
2016-03-26 18:32:54 +01:00
Andy Grunwald
38d3b84d16
Marked Project, Assignee and Description as omitempty
2015-10-29 15:43:05 +01:00
Andy Grunwald
54a4dd2dd6
Added jitic as implementation
2015-09-03 17:15:43 +02:00
Andy Grunwald
f7567350c5
Provide examples for authentification and missing endpoint
2015-09-03 13:59:13 +02:00
Andy Grunwald
d38203b641
Added first example
2015-09-03 13:35:48 +02:00
Andy Grunwald
64eaf9d9d9
Renames IssueType in Issue
2015-09-03 13:35:36 +02:00
Andy Grunwald
1728fea52f
Set correct link for examples chapter
2015-09-03 12:58:34 +02:00