1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-07-15 01:04:38 +02:00

Commit Graph

  • 176aa8deda Added go get to TravisCI Andy Grunwald 2017-02-28 10:07:06 +01:00
  • 747b9fc160 Added Golang 1.8 to TravisCI Andy Grunwald 2017-02-28 10:06:36 +01:00
  • 130643d204 Merge pull request #63 from phille97/patch-1 Andy Grunwald 2017-02-28 10:03:53 +01:00
  • 1a26457f42 Added correct Expand and Self tags for Metaissue Andy Grunwald 2017-02-28 10:02:18 +01:00
  • d9b325e36d Added Makefile Andy Grunwald 2017-02-28 10:02:05 +01:00
  • ee2ad8115c Merge pull request #65 from ggrpmnn/delete Andy Grunwald 2017-02-28 10:00:06 +01:00
  • bac2760a87 Added Issue.Delete and unit test. Garrett Graupmann 2017-02-23 17:41:52 -08:00
  • 39a47d13a0 Initial commit of bug fixes found by atom's gometalinter. Garrett Graupmann 2017-02-23 16:48:06 -08:00
  • dc2383c179 test expand Graham Phakos 2017-02-22 19:08:13 -05:00
  • b57fd50c97 expand Graham Phakos 2017-02-22 18:26:49 -05:00
  • 40923d190e Fix relative path IssueService.GetCreateMeta Philip Johansson 2017-02-20 16:16:34 +01:00
  • 4d53d935db Fix relative path for ProjectService.Get Philip Johansson 2017-02-20 16:09:50 +01:00
  • 3a142b6278 Merge pull request #62 from fkrauthan/master Andy Grunwald 2017-02-12 12:51:59 +01:00
  • fd59d62772 Increased test coverage Florian Krauthan 2017-02-08 15:22:48 -08:00
  • 128b7b7bac Fixed test Florian Krauthan 2017-02-08 15:16:05 -08:00
  • dcb1c11006 Added tests for new authentication Fixed some existing tests to work as expected Florian Krauthan 2017-02-08 14:59:20 -08:00
  • cf2bcefedb Added basic auth support to the library Florian Krauthan 2017-02-08 14:37:57 -08:00
  • 8a4b1aca33 Added basic version of Group API (Thanks to @aviz) Andy Grunwald 2017-01-29 17:28:04 +01:00
  • fddc90f9f2 Fixed examples in README Andy Grunwald 2017-01-29 16:15:45 +01:00
  • ecb9b8a797 Fixed unit tests Andy Grunwald 2017-01-27 23:08:13 +01:00
  • 9de4f8cf7e Merge pull request #51 from pmoncadaisla/fix-get-user Andy Grunwald 2017-01-27 23:07:11 +01:00
  • f764e89d33 Add Changelog to Issue and allow query parameters to issue.GET Andy Grunwald 2017-01-27 23:04:08 +01:00
  • cc30640467 Merge pull request #53 from AlbinOS/patch-1 Andy Grunwald 2016-12-11 17:58:30 +01:00
  • abd1ab2896 Fix typo metaissue.go Albin Gilles 2016-12-11 11:55:43 +01:00
  • 46c9691c07 Fix User.GET() method According to https://docs.atlassian.com/jira/REST/cloud/#api/2/user-getUser username must be provided as a query string parameter Pablo Moncada 2016-11-22 22:37:27 +01:00
  • 9d1f282f93 Add example to create an issue Andy Grunwald 2016-11-04 21:03:11 +01:00
  • 851e8382ff Merge branch 'guilhermebr-user_endpoint' Andy Grunwald 2016-11-04 20:55:45 +01:00
  • e0f9c1d4ae Merge branch 'user_endpoint' of https://github.com/guilhermebr/go-jira into guilhermebr-user_endpoint Andy Grunwald 2016-11-04 20:55:27 +01:00
  • 741c5cc9e8 Merge branch 'dontrebootme-parent-issue' Andy Grunwald 2016-11-04 20:49:02 +01:00
  • 542fcc2d46 Fixed unit test to provide more information about the failure Andy Grunwald 2016-11-04 20:48:26 +01:00
  • 11bb1a8b27 Fixed structs tags of Parent struct Andy Grunwald 2016-11-04 20:44:23 +01:00
  • 5f27aa465c Added Parent to issue fields Patrick O'Connor 2016-10-31 17:31:51 -07:00
  • c969fb4ee0 Add UserService to handle JIRA User endpoints Guilherme Rezende 2016-10-31 10:24:30 -02:00
  • 5899a43d6a Merge pull request #42 from gm42/master Andy Grunwald 2016-10-25 22:35:35 +02:00
  • 2bbf0c1bb4 Merge pull request #44 from AlbinOS/master Andy Grunwald 2016-10-25 22:32:55 +02:00
  • b1018be8a7 Add duedate, timespent, timeestimate and timeoriginalestimate to Issue struct Albin Gilles 2016-10-24 11:07:36 +02:00
  • e314420883 Renamed Timetracking field to TimeTracking to follow go naming conventions Albin Gilles 2016-10-24 11:06:37 +02:00
  • 5857a2e350 Minor fix to comply with go vet Albin Gilles 2016-10-23 14:51:29 +02:00
  • 233f266cfb Add Timetracking JIRA issue field handling Albin Gilles 2016-10-23 14:50:36 +02:00
  • 16619653d8 Add test for NewRawRequest gm42 2016-10-10 12:54:45 +02:00
  • dad2a7214f NewRawRequest method to use a native io.Reader instead of marshalling gm42 2016-10-10 09:46:21 +02:00
  • 0338428ea7 Merge pull request #41 from bidesh/master Andy Grunwald 2016-10-09 15:55:50 +02:00
  • 9543ada034 Fixes the structs tags. Adds test to verify empty fields are ommitted Bidesh Thapaliya 2016-10-07 10:52:40 +02:00
  • 94ef506361 Merge pull request #40 from bidesh/master Andy Grunwald 2016-10-06 13:57:47 +02:00
  • 4ca40d473c Fixed test TestMetaIssueType_CheckCompleteAndAvailable_NotAvailable to actually trigger the unavailable case Bidesh Thapaliya 2016-10-05 18:42:31 +02:00
  • 14143f2f57 Adds test for metaissue Bidesh Thapaliya 2016-10-05 18:29:09 +02:00
  • 7219fd57e4 Remove some comments not applicable Bidesh Thapaliya 2016-10-05 18:07:59 +02:00
  • 1f368f8fe0 Adds method to init issue with meta and fieldConfig. Adds related tests Bidesh Thapaliya 2016-10-05 18:04:48 +02:00
  • 9db9bcab73 Merge pull request #39 from bidesh/master Andy Grunwald 2016-10-05 15:17:44 +02:00
  • ff05e9940f Merge branch 'master' of github.com:andygrunwald/go-jira Bidesh Thapaliya 2016-10-05 14:54:28 +02:00
  • 0ef71af2e8 Preserve resp body in case of error in Create function. Bidesh Thapaliya 2016-10-05 14:53:30 +02:00
  • 5563f27ecd Merge pull request #38 from bidesh/master Andy Grunwald 2016-10-05 11:02:16 +02:00
  • 5d16782fb8 Fix MetaIssueType name in the comments for godoc. Bidesh Thapaliya 2016-10-05 11:02:15 +02:00
  • 6f3806c115 Fix MetaIssueTypes in test. Add test for GetProjectWithKey Bidesh Thapaliya 2016-10-05 10:55:52 +02:00
  • d907109051 Merge branch 'master' of github.com:andygrunwald/go-jira Bidesh Thapaliya 2016-10-05 10:47:29 +02:00
  • a9ba34697b Add method to get project with key in metaissue Bidesh Thapaliya 2016-10-05 10:45:38 +02:00
  • ba52ec9209 Rename MetaIssueTypes to MetaIssueType Bidesh Thapaliya 2016-10-04 15:22:03 +02:00
  • a7647f3c7b Killed unit test TestClient_NewRequest_InvalidJSON Andy Grunwald 2016-10-03 13:35:00 +02:00
  • f45edb11e4 Added Golang 1.7 to travic ci Andy Grunwald 2016-10-03 13:34:19 +02:00
  • 31508ce192 Fixed a few fmt and debug outputs Andy Grunwald 2016-10-03 13:33:46 +02:00
  • 8d3b47871f Merge branch 'master' of https://github.com/bidesh/go-jira into bidesh-master Andy Grunwald 2016-10-03 13:15:05 +02:00
  • e75e7750f2 Adds test for authentication on expected json. Adds test to metaissue Bidesh Thapaliya 2016-09-27 13:26:07 +02:00
  • d3ec8f16c0 Removes check for statuscode as jiraclient already does it. Adds test for nonok status code returned Bidesh Thapaliya 2016-09-27 12:18:30 +02:00
  • 435fdb84eb Adds test for GetProjectWithName and GetIssueTypeWithName Bidesh Thapaliya 2016-09-27 11:54:09 +02:00
  • f2937d6875 Omit more empty attributes when converting from struct to map Bidesh Thapaliya 2016-09-26 17:59:51 +02:00
  • 5ce765977f Adds unknown map for arbitrary fields in IssueFields. Adds Custom Marshall,Unmarshall. Adds structs tag where necessary Bidesh Thapaliya 2016-09-23 16:19:07 +02:00
  • fe6b129172 Adds metaissue support. Bidesh Thapaliya 2016-09-20 14:27:54 +02:00
  • 5e85401e32 Merge pull request #33 from lirao/customfield Andy Grunwald 2016-09-17 10:13:23 +02:00
  • eb07612cbf Completes the APi for session. Adds logout and GetCurrentUser Bidesh Thapaliya 2016-09-07 14:24:02 +02:00
  • 2b654c6df6 A test that has a select list custom type Rao Li 2016-09-06 17:02:03 -07:00
  • 4ad59bb4e7 Attempt to retrieve the actual string value of a complex type custom field instead of blindly converting to string. Rao Li 2016-09-06 16:14:15 -07:00
  • 479f9df7af Merge pull request #31 from bah2830/AUTH_NIL_RESPONSE Andy Grunwald 2016-08-16 21:49:59 +02:00
  • dbaf2d76f2 Fixed a nil response when getting a session cookie Brent Hughes 2016-08-16 12:56:26 -05:00
  • ae45380959 Merge pull request #30 from attack7/add-versions-struct Andy Grunwald 2016-08-02 17:21:23 +02:00
  • 80ed9d0cba Code formatting attack7 2016-08-02 10:00:00 -04:00
  • e9ffde1b0d And it’s nice if you actually use that structure attack7 2016-08-02 09:59:16 -04:00
  • ec2e9dd652 Adds a struct representing a version attack7 2016-08-02 09:57:00 -04:00
  • 509805fc54 Merge branch 'antekresic-master' Andy Grunwald 2016-07-29 19:56:57 +02:00
  • 2871365960 Merge branch 'master' of https://github.com/antekresic/go-jira into antekresic-master Andy Grunwald 2016-07-29 19:56:04 +02:00
  • 7b3ac05159 Merge branch 'attack7-issues-in-sprint' Andy Grunwald 2016-07-29 19:47:15 +02:00
  • ecc4b09864 go fmt Andy Grunwald 2016-07-29 19:45:03 +02:00
  • 5a0fb0ba05 Renamed API method to (like JIRA API) and fixed go doc Andy Grunwald 2016-07-29 19:43:34 +02:00
  • cb95457e3f Merge branch 'issues-in-sprint' of https://github.com/attack7/go-jira into attack7-issues-in-sprint Andy Grunwald 2016-07-29 19:36:03 +02:00
  • df3bf313a0 go fmt Andy Grunwald 2016-07-29 19:35:04 +02:00
  • 945066e79e Merge pull request #28 from attack7/return-epics Andy Grunwald 2016-07-29 08:55:59 +02:00
  • 7d216396c6 Add epic data to returned issue fields attack7 2016-07-28 16:06:52 -04:00
  • e9740fe3e9 Fixed issue with Jira auth for multipart requests Ante Kresic 2016-07-27 12:21:09 +02:00
  • fe70b5c836 Add the ability to get all issues in a sprint attack7 2016-07-26 16:18:58 -04:00
  • cdb3939c4c Renamed unit tests according golang standard Andy Grunwald 2016-07-17 12:13:08 +02:00
  • f1a11a0302 go doc and go lint Andy Grunwald 2016-07-17 11:41:50 +02:00
  • a2df25c45a go fmt Andy Grunwald 2016-07-17 11:24:23 +02:00
  • 4b9e96b367 Moved transition service into issue service, because it relates to the issue api calls Andy Grunwald 2016-07-17 11:23:49 +02:00
  • 753367d382 Moved Board-Functionality to BoardService and renamed Sprint function according to the API Andy Grunwald 2016-07-17 11:17:29 +02:00
  • 4ef9c13c74 Renamed Board methods according their API names Andy Grunwald 2016-07-17 11:08:07 +02:00
  • e6dd745ae7 Merge branch 'master' of https://github.com/nebril/go-jira into nebril-master Andy Grunwald 2016-07-17 10:54:30 +02:00
  • 55f76084ed Merge pull request #24 from ifosch/comments Andy Grunwald 2016-07-10 20:52:35 +02:00
  • f7ea942ed3 Comments unmarshaling fixed Ignasi Fosch 2016-07-08 01:21:14 +02:00
  • 2b74499969 Added basic Sprint API handling Maciej Kwiek 2016-06-24 10:43:32 +02:00
  • 9a5ed6f72a Removed strings.Compare Maciej Kwiek 2016-06-21 14:31:46 +02:00
  • 1fd364aea2 Add Transition API handling Maciej Kwiek 2016-06-20 17:14:55 +02:00