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

570 Commits

Author SHA1 Message Date
David Newman
645898e850 feat(filter): Add GetFavouriteList to FilterService. 2018-12-24 16:48:16 +01:00
Issei Horie
bf2008dbbf Fix wrong comments 2018-12-24 16:45:19 +01:00
Issei Horie
cf23ed82cc Update mock for all_boards 2018-11-19 16:09:17 +01:00
chradke
553e8b8eed executable searchpages example 2018-11-18 10:46:16 +01:00
chradke
5202530abe added executable searchpages example 2018-11-18 10:46:16 +01:00
Issei Horie
83c019a2fa Fix error in the example code in README 2018-11-18 10:45:09 +01:00
Vincent Sellier
570a74be05 Manage versions startDate 2018-10-30 19:34:37 +01:00
rbriski
bbce4afa54
Merge pull request #177 from namely/master
Adds ability to configure whether updates notify users
2018-10-18 13:36:16 -07:00
spmassot
25ead88f67 Uses nil instead of empty opts 2018-10-18 14:31:40 -04:00
spmassot
5789d26f6d Fixes the api version 2018-10-17 17:10:54 -04:00
spmassot
5fe2f1beda throwing prints around because I cant run tests locally 2018-10-17 17:03:54 -04:00
spmassot
1c15e45764 Puts test back how it was... 2018-10-17 16:28:08 -04:00
spmassot
f87c8b0ab5 Moves error handle up so we see the error, instead of just seeing that the value didnt get populated 2018-10-17 16:25:06 -04:00
spmassot
b8740711f0 using strings instead of bools 2018-10-17 16:11:24 -04:00
spmassot
0f70c8e581 Makes Update call UpdateWithOptions with a blank options struct 2018-10-17 15:44:13 -04:00
spmassot
8ddf76d2c9 Changes a version back that was changed erroneously 2018-10-17 15:18:45 -04:00
spmassot
9049c9ff74 Instead of baking config into the client, adds a method call that allows options to be passed in 2018-10-17 15:17:08 -04:00
spmassot
00a32a0fd7 Uses a jira client config struct 2018-10-17 14:49:25 -04:00
rbriski
83b994b4bc
Merge pull request #147 from Xjs/master
Add MarshalJSON method for Time type
2018-10-17 08:48:51 +11:00
spmassot
02a41efba4 Updates tests and examples to work with proposed changes 2018-10-16 13:41:50 -04:00
spmassot
c6f546da3a Adds ability to configure whether updates notify users 2018-10-15 15:55:29 -04:00
Jannis Andrija Schnitzer
8e94c551a3 Add test for creation and subsequent retrieval of issue 2018-10-15 11:24:37 +02:00
Jannis Andrija Schnitzer
b00c22d526 Add MarshalJSON method for Time type 2018-10-15 10:51:13 +02:00
rbriski
d8ff51da51
Merge pull request #175 from rbriski/deprecated_auth
Update docs to reflect JIRA's guidance about authentication
2018-10-15 10:06:05 +11:00
Bob Briski
485b3ca79c Update docs to reflect JIRA's guidance about authentication 2018-10-15 10:01:10 +11:00
rbriski
e2a9240a5c
Merge pull request #173 from thales-e-security/master
Add filter support for Jira issues
2018-10-12 22:40:35 -07:00
Sol Cates
d53ea6050b added missing Comment for filter.Get() 2018-10-08 15:55:15 -07:00
Sol Cates
1d76fca9ba added filter support for Jira issues 2018-10-08 15:18:43 -07:00
Thiago Oliveira
5d5990ab65 add the response to the error message 2018-09-18 09:02:09 +02:00
Thiago Oliveira
2990af0701 fix the DeleteComment unit test 2018-09-18 09:02:09 +02:00
Cory B. White
6e5d1122fb Adding DeleteComment method and stub for some unit tests 2018-09-18 09:02:09 +02:00
rbriski
b5019e7e0b
Merge pull request #156 from MaksymSv/master
Added AggregateTimeEstimate, AggregateTimeSpent and AggregateTimeOriginalEstimate
2018-09-12 12:32:38 -07:00
rbriski
47f48bdc59
Merge pull request #157 from oroshnivskyy/master
Add CreatedTime() (time.Time, error) func to ChangelogHistory
2018-09-12 12:30:26 -07:00
rbriski
5161c44da2
Merge pull request #159 from Tom-Xie/master
Change POST method to PUT method in UpdateComment
2018-09-12 12:26:07 -07:00
Bob Briski
585c37f6dc TravisCI no longer works correctly with golang 1.6 and below 2018-09-12 21:14:33 +02:00
Bob Briski
70d5e30693 Move examples into actual runnable example instead of tests 2018-09-12 20:54:45 +02:00
rbriski
a3133c8d9b
Merge pull request #168 from dvdizon/empty-cookie-check
Check for empty cookies for CookieAuthTransport
2018-09-12 11:10:59 -07:00
David Dizon
e3036dab2f Check for empty cookies for CookieAuthTransport
Don't add empty cookie values to the session object for
CookieAuthTransport
2018-09-11 16:58:16 -07:00
Andy Grunwald
43d0103d5a TravisCI: Added Go v1.11.x to TravisCI build matrix 2018-09-11 18:59:01 +02:00
Oleh Roshnivskyi
17a49a2fd9 Fix TestIssueService_Get_Fields_Changelog test to use time.Equal 2018-09-03 22:55:40 +03:00
Oleh Roshnivskyi
1baa0576ef Merge branch 'master' of github.com:andygrunwald/go-jira 2018-09-03 22:51:52 +03:00
Andrew Hammond
2e3f247e48 fix typo in readme 2018-08-29 19:44:48 +01:00
Nate Mara
bb1f9e1a50 Add UpdateAssignee method to allow users to change issue assignee 2018-08-26 19:44:17 +01:00
Machiel Molenaar
37eae9731c Updated create issue endpoint in accordance to the documentation 2018-08-13 19:04:30 +02:00
xiegongshang
9fd9a332be Change POST method to PUT method in UpdateComment 2018-08-10 11:08:51 +08:00
Oleh Roshnivskyi
e25bafc579 Add CreatedTime() (time.Time, error) func to ChangelogHistory 2018-07-24 17:58:12 +03:00
Maksym Savchenko
3820d4dae6 Added Percent to Progress struct 2018-07-20 15:26:26 +03:00
Maksym Savchenko
c621b60752 Added AggregateTimeEstimate, AggregateTimeSpent and AggregateTimeOriginalEstimate to IssueFields 2018-07-20 15:20:54 +03:00
Vladimir N. Indik
8201aaa4d4 Add delete method for user 2018-07-11 18:04:51 +02:00
Andy Grunwald
13606a505f
Merge pull request #151 from vovka667/vovka667/add_go110
Add go1.10 to travis yaml
2018-07-11 18:04:06 +02:00