1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-12-12 10:13:40 +02:00
Commit Graph

134 Commits

Author SHA1 Message Date
Andy Grunwald
7ac3d14dbc go fmt, go doc and reuse of Project struct 2016-06-03 23:25:18 +02:00
Andy Grunwald
7c3e481c65 Renamed "json_mocks" into "mocks" 2016-06-03 23:16:21 +02:00
Andy Grunwald
883aca79c0 Refactored struct types by reusing already existing components 2016-06-03 23:14:27 +02:00
Andy Grunwald
077933ab00 Fixed typo in Cookies 2016-06-03 22:43:41 +02:00
Andy Grunwald
9b1bc58830 Moved progect.go to project.go 2016-06-03 22:39:50 +02:00
Andy Grunwald
47c547b9ff Merge branch 'master' of https://github.com/EvgenKostenko/go-jira into EvgenKostenko-master
* '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
2016-06-03 18:20:19 +02:00
Andy Grunwald
4efa3df3b1 Fix #12: Expose the base JIRA URL 2016-06-03 18:18:01 +02:00
Evgen Kostenko
ba0906a1b8 Merge remote-tracking branch 'origin/master' into develop
* origin/master:
  refactor project tests + go fmt
  add one more test for project service
  delete uncompleted boards

# Conflicts:
#	board.go
2016-06-02 16:03:46 +03:00
Evgen Kostenko
c66958e3f2 refactor project tests + go fmt 2016-06-02 15:59:40 +03:00
Evgen Kostenko
c9ac91a57c add one more test for project service 2016-06-01 21:36:11 +03:00
Evgen Kostenko
462a4cd5f8 delete uncompleted boards 2016-06-01 21:24:21 +03:00
Evgen Kostenko
9e70267766 add boards service 2016-06-01 21:23:27 +03:00
Evgen Kostenko
de59b131b3 add fmt dependency to jira.go 2016-06-01 21:18:33 +03:00
Evgen Kostenko
c75a2ca567 Merge branch 'master' of https://github.com/andygrunwald/go-jira
# Conflicts:
#	issue.go
2016-06-01 16:08:30 +03:00
Evgen Kostenko
be2f16214f get Authenticated reports session from main repository 2016-06-01 15:52:52 +03:00
Evgen Kostenko
3b2cee5d9b Add project and tests 2016-06-01 15:13:11 +03:00
Douglas Chimento
e2bff3f809 update .gitignore 2016-05-31 12:14:19 -04:00
Douglas Chimento
7fc559153e using native time.Time 2016-05-29 15:10:19 -04:00
Evgen Kostenko
bbc0470766 Implement workload in issue and Project list 2016-05-29 19:42:38 +03:00
Douglas Chimento
fe0595ab45 updating with search and worklogs 2016-05-29 11:30:45 -04:00
Andy Grunwald
0821e0283a Fix #8: Improve error handling to manage unexpected JIRA responses 2016-05-28 20:15:17 +02:00
Andy Grunwald
8fd4bf1d60 Added a few more sentence to README 2016-05-28 19:25:51 +02:00
Andy Grunwald
f4b243ebdc Merge branch 'jasonob-attachment'
* 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
2016-05-27 14:20:21 +02:00
Andy Grunwald
0d2b98ade7 go lint 2016-05-27 14:19:35 +02:00
Andy Grunwald
6eec2f6048 go fmt 2016-05-27 14:15:02 +02:00
Andy Grunwald
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
Andy Grunwald
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
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