1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-30 08:47:11 +02:00
Commit Graph

489 Commits

Author SHA1 Message Date
b4b4r07
3ca90a4262 Add positive test for project.GetPermissionScheme 2018-05-15 04:35:03 +09:00
Shaun Dunning
c4e96a62c2 empty commit 2018-05-14 10:59:49 -04:00
b4b4r07
4ecfcbf5da Add new endpoint for getting assigned permission scheme for the project 2018-05-12 16:28:05 +09:00
Shaun Dunning
a0af595623 rm IsAbs check 2018-05-10 10:12:40 -04:00
Shaun Dunning
2e5459f891 Some guards around url structures to help avoid bugs 2018-05-08 20:43:24 -04:00
rbriski
3225585b44
Merge pull request #127 from rbriski/rbriski/logo_readme
Adding logo and fixing some README instructions
2018-04-28 21:34:52 +10:00
Bob Briski
d45acdbe79 little bigger 2018-04-28 21:32:27 +10:00
Bob Briski
8d2e98b257 Smaller image for the README 2018-04-28 21:30:24 +10:00
Bob Briski
bc3f5ad2d4 Adding logo and fixing some README instructions 2018-04-28 21:26:52 +10:00
rbriski
837555c393
Merge pull request #126 from BattleBas/logo
Adding Gojira logo
2018-04-28 21:16:47 +10:00
Sebastian
69b61dd91e Adding Gojira logo
Created a logo for the go-jira library, based on @nebril great suggestion.

"He claimed he saw a monster, a horrible monster."
2018-04-28 00:55:58 -05:00
rbriski
7f227a275b
Merge pull request #119 from zenixls2/master
add Sprint column for issue. Fix get group member function to return all members.
2018-04-03 06:29:23 -07:00
zenixhuang
18de7ff5fd move agile issue api to sprint, change name of GetByOption to GetWithOptions 2018-04-03 14:29:29 +09:00
zenixhuang
8a9b83c1eb Merge branch 'master' of https://github.com/andygrunwald/go-jira 2018-04-03 11:08:30 +09:00
rbriski
73a371cdd9
Merge pull request #121 from iReflect/master
Add support for ValidateQuery param in SearchAPI
2018-03-25 13:54:57 -07:00
Ishu
e4572fccba Add support for ValidateQuery param in SearchAPI 2018-03-16 17:19:59 +05:30
zenixhuang
04cbb2fe5c use pagination from design 2018-03-16 19:01:13 +09:00
zenixhuang
1d38c6cae2 split out agile endpoint for issue get, add api for pagination support 2018-03-13 18:49:27 +09:00
zenixhuang
958c218987 since test is never authenticated, fallback to api/2 endpoint 2018-03-12 18:34:36 +09:00
zenixhuang
98ec0fc47f if not authenticated, fallback to use api/2 for issue get 2018-03-12 18:24:21 +09:00
zenixhuang
de750e2c4a remove debug code 2018-03-12 17:50:13 +09:00
zenixhuang
b5ebe58a8f remove debug code 2018-03-12 17:48:28 +09:00
zenixhuang
6e4048ba34 fix test, merge from upstream. 2018-03-12 17:41:27 +09:00
zenixhuang
6b38102972 Merge branch 'master' of https://github.com/andygrunwald/go-jira 2018-03-12 16:57:30 +09:00
rbriski
f9c91e2a6b
Merge pull request #115 from Hoid/master
Fix GetQueryOptions in issue.go to use projectKeys instead of projectKey
2018-03-05 11:57:24 -08:00
Tyler Cheek
4a727d9c52 Fix GetQueryOptions in issue.go to use projectKeys instead of projectKey 2018-03-05 08:56:57 -05:00
rbriski
61dbee1c77
Merge pull request #113 from uservoice/master
Extend GetCreateMeta method to retrieve meta data for all projects
2018-03-01 08:35:16 -08:00
nguyen970
825973ac55 Added a GetCreateMetaWithOptions function, which extends the capabilities of GetCreateMeta to allow for options 2018-03-01 10:46:22 -05:00
Andy Grunwald
9fbe92bf8f
Merge pull request #114 from rbriski/rbriski/comply_with_go_vet
Cleaning a bunch of go vet issues
2018-03-01 10:26:48 +01:00
Bob Briski
56d87db29c Cleaning a bunch of go vet issues 2018-02-28 22:46:54 -08:00
Andy Grunwald
78dbcf28a8
Merge pull request #112 from rbriski/rbriski/auth_change
Moving to RoundTripper for authentication
2018-02-28 21:26:17 +01:00
nguyen970
72b026679e Changed GetCreateMeta method to not require a projectKey. When a user passes in an empty string, it will retrieve the metadata for all projects.
Also changed "Subtasks" to "Subtask" to match Jira's data structure.
2018-02-28 14:43:05 -05:00
Bob Briski
02b410e02f Deprecating auth service 2018-02-28 08:36:22 -08:00
Bob Briski
57050f9f92 Changed auth URL and added tests 2018-02-27 22:50:02 -08:00
Bob Briski
f9152870f4 Added transport for cookie authentication and updated docs 2018-02-24 16:29:17 -08:00
Bob Briski
7b414f4c18 remove extraneous code from README 2018-02-24 12:08:07 -08:00
Bob Briski
dce2b8ab5d Update README to include new information for basic auth 2018-02-24 12:06:14 -08:00
Bob Briski
555db9e15b Add an example for basic auth 2018-02-24 11:52:57 -08:00
Bob Briski
7ac9afbe90 Add info about sandbox environment 2018-02-24 11:29:55 -08:00
Bob Briski
e3130864a1 Adding basic auth and accompanying tests 2018-02-24 11:27:46 -08:00
Andy Grunwald
e04b45321e
Merge pull request #109 from rbriski/rbriski/add_dep
Add dep as a dependency manager
2018-02-21 21:56:15 +01:00
Andy Grunwald
0bb8204adc
Merge pull request #107 from robiball/add_worklog_methods
Added method & tests for logging time against an issue
2018-02-21 21:39:36 +01:00
Andy Grunwald
bad9e9151c
Merge pull request #110 from acidbee/update-issue-fields-tags
Update struct tags in IssueFields
2018-02-21 21:37:40 +01:00
Chris Cox
407ba9c5f9 Added 'omitempty` to summary and type fields in IssueFields 2018-02-20 08:10:33 -07:00
Bob Briski
3af0505624 Add dep as a dependency manager 2018-02-17 11:14:47 -08:00
Rob Iball
8bb638807a Added method & tests for logging time against an issue 2018-02-17 12:09:23 +00:00
Andy Grunwald
7956539d6e
Merge pull request #104 from shdunning/ExpandProjects
adds ability to list projects with query params
2018-02-03 16:29:53 +01:00
Shaun Dunning
7d572e3771 add IssueTypes field to ProjectList 2018-01-31 11:25:35 -05:00
Shaun Dunning
2267024e03 adds ability to list projects with query params 2018-01-31 10:34:47 -05:00
Andy Grunwald
cd7808a50f
Merge pull request #102 from Xjs/master
Use custom "Date" type for Duedate field
2018-01-28 20:59:54 +01:00