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

134 Commits

Author SHA1 Message Date
Andy Grunwald
509805fc54 Merge branch 'antekresic-master'
* antekresic-master:
  Fixed issue with Jira auth for multipart requests
2016-07-29 19:56:57 +02:00
Andy Grunwald
2871365960 Merge branch 'master' of https://github.com/antekresic/go-jira into antekresic-master
* 'master' of https://github.com/antekresic/go-jira:
  Fixed issue with Jira auth for multipart requests
2016-07-29 19:56:04 +02:00
Andy Grunwald
7b3ac05159 Merge branch 'attack7-issues-in-sprint'
* attack7-issues-in-sprint:
  go fmt
  Renamed API method to (like JIRA API) and fixed `go doc`
  Add the ability to get all issues in a sprint
2016-07-29 19:47:15 +02:00
Andy Grunwald
ecc4b09864 go fmt 2016-07-29 19:45:03 +02:00
Andy Grunwald
5a0fb0ba05 Renamed API method to (like JIRA API) and fixed go doc 2016-07-29 19:43:34 +02:00
Andy Grunwald
cb95457e3f Merge branch 'issues-in-sprint' of https://github.com/attack7/go-jira into attack7-issues-in-sprint
* 'issues-in-sprint' of https://github.com/attack7/go-jira:
  Add the ability to get all issues in a sprint
2016-07-29 19:36:03 +02:00
Andy Grunwald
df3bf313a0 go fmt 2016-07-29 19:35:04 +02:00
Andy Grunwald
945066e79e Merge pull request #28 from attack7/return-epics
Add epic data to returned issue fields
2016-07-29 08:55:59 +02:00
attack7
7d216396c6 Add epic data to returned issue fields 2016-07-28 16:06:52 -04:00
Ante Kresic
e9740fe3e9 Fixed issue with Jira auth for multipart requests 2016-07-27 12:21:09 +02:00
attack7
fe70b5c836 Add the ability to get all issues in a sprint 2016-07-26 16:18:58 -04:00
Andy Grunwald
cdb3939c4c Renamed unit tests according golang standard 2016-07-17 12:13:08 +02:00
Andy Grunwald
f1a11a0302 go doc and go lint 2016-07-17 11:41:50 +02:00
Andy Grunwald
a2df25c45a go fmt 2016-07-17 11:24:23 +02:00
Andy Grunwald
4b9e96b367 Moved transition service into issue service, because it relates to the issue api calls 2016-07-17 11:23:49 +02:00
Andy Grunwald
753367d382 Moved Board-Functionality to BoardService and renamed Sprint function according to the API 2016-07-17 11:17:29 +02:00
Andy Grunwald
4ef9c13c74 Renamed Board methods according their API names 2016-07-17 11:08:07 +02:00
Andy Grunwald
e6dd745ae7 Merge branch 'master' of https://github.com/nebril/go-jira into nebril-master
* 'master' of https://github.com/nebril/go-jira:
  Added basic Sprint API handling
  Removed strings.Compare
  Add Transition API handling
2016-07-17 10:54:30 +02:00
Andy Grunwald
55f76084ed Merge pull request #24 from ifosch/comments
Fix Comments unmarshalling
2016-07-10 20:52:35 +02:00
Ignasi Fosch
f7ea942ed3 Comments unmarshaling fixed 2016-07-08 01:21:14 +02:00
Maciej Kwiek
2b74499969 Added basic Sprint API handling 2016-06-24 12:09:45 +02:00
Maciej Kwiek
9a5ed6f72a Removed strings.Compare 2016-06-21 14:34:19 +02:00
Maciej Kwiek
1fd364aea2 Add Transition API handling
Added TransitionService with 2 methods:
 * GetList for retrieving possible transitions for an issue
 * Create for creating transition and changing issue status in the
   process
2016-06-20 17:14:55 +02:00
Andy Grunwald
6c73f2f575 Merge branch 'EvgenKostenko-develop'
* EvgenKostenko-develop:
  Adjusted PR #19
  cosmetic fix in boards imports, tests in projects
  add delete board with tests + go fmt
  add board create with tests
  go fmt boards
  Implement BoardService and get boards list with parameters
  remove old project
  Add boards and fix some bugs in project
  add boards service
2016-06-19 15:09:45 +02:00
Andy Grunwald
c0b29dac50 Adjusted PR #19
* go doc
* go fmt
* Usage of already existing structs
* Adjustments related to the wrapping response
2016-06-19 15:08:53 +02:00
Andy Grunwald
ce47602482 Merge branch 'develop' of https://github.com/EvgenKostenko/go-jira into EvgenKostenko-develop
* 'develop' of https://github.com/EvgenKostenko/go-jira:
  cosmetic fix in boards imports, tests in projects
  add delete board with tests + go fmt
  add board create with tests
  go fmt boards
  Implement BoardService and get boards list with parameters
  remove old project
  Add boards and fix some bugs in project
  add boards service
2016-06-19 14:40:09 +02:00
Andy Grunwald
083961b1b6 Go docs 2016-06-19 14:36:10 +02:00
Andy Grunwald
de4984d92a Merge pull request #18 from nebril/paging
Wrap http.Response in Response struct to provide more information about paging
2016-06-19 14:33:53 +02:00
Evgen Kostenko
e3b9aad702 cosmetic fix in boards imports, tests in projects 2016-06-16 12:25:47 +03:00
Evgen Kostenko
c66a9e0e77 add delete board with tests + go fmt 2016-06-16 12:20:47 +03:00
Maciej Kwiek
a1cf5b494a Add pagination options to Search. 2016-06-16 11:10:30 +02:00
Evgen Kostenko
7d8addc179 add board create with tests 2016-06-16 10:52:16 +03:00
Evgen Kostenko
9f8d06db41 go fmt boards 2016-06-15 20:15:12 +03:00
Evgen Kostenko
81b91847b3 Implement BoardService and get boards list with parameters 2016-06-15 20:08:15 +03:00
Maciej Kwiek
facc86872b Wrap http.Response in Response struct
The Response struct has StartAt, MaxResults and Total fields, which are
returned from JIRA API in issue search responses. They are now
accessible in Response object.
2016-06-15 17:09:13 +02:00
Evgen Kostenko
00c9de8eaf remove old project 2016-06-15 13:29:30 +03:00
Evgen Kostenko
43018f069b Merge remote-tracking branch 'origin/master' into develop
* origin/master:
  When creating issue links, the id and self should be omitted along with comment if none is provided
  Expose comment ID
  Make issue link direction visible
  using Time for WorklogRecord.Started
  Adjusted a few things to be in line with other methods
  go fmt
  go fmt, go doc and reuse of Project struct
  Renamed "json_mocks" into "mocks"
  Refactored struct types by reusing already existing components
  Fixed typo in Cookies
  Moved progect.go to project.go
  Fix #12: Expose the base JIRA URL
  update .gitignore
  using native time.Time
  updating with search and worklogs

# Conflicts:
#	project_test.go
2016-06-15 12:25:10 +03:00
Evgen Kostenko
065bb9db44 Add boards and fix some bugs in project 2016-06-15 12:20:37 +03:00
Andy Grunwald
6b49178e1f Merge pull request #16 from tritonrc/issuelink-omit
When creating issue links, the id and self should be omitted.
2016-06-14 20:41:11 +02:00
Brian McKinney
e11c960b6c When creating issue links, the id and self should be omitted along with comment if none is provided 2016-06-14 08:19:14 -06:00
Andy Grunwald
7a597749c2 Merge pull request #15 from joushou/master
Expose issue link direction, comment ID
2016-06-08 08:05:14 +02:00
Kenny Levinsen
4b095a159b Expose comment ID 2016-06-07 22:14:56 +02:00
Kenny Levinsen
f416dd0221 Make issue link direction visible 2016-06-07 22:14:56 +02:00
Andy Grunwald
ea78dc405d Merge pull request #14 from dougEfresh/master
Using Time for WorklogRecord.Started
2016-06-06 08:22:55 +02:00
Douglas Chimento
743ca165a1 using Time for WorklogRecord.Started 2016-06-05 10:00:32 -04:00
Andy Grunwald
3aa8866312 Merge branch 'dougEfresh-search-customfield'
* dougEfresh-search-customfield:
  Adjusted a few things to be in line with other methods
  go fmt
  update .gitignore
  using native time.Time
  updating with search and worklogs
2016-06-04 10:42:01 +02:00
Andy Grunwald
1628d1b1d3 Adjusted a few things to be in line with other methods 2016-06-04 10:41:34 +02:00
Douglas Chimento
d77b32f3dd go fmt 2016-06-03 20:54:51 -04:00
Douglas Chimento
31fcf682f6 Adding tests 2016-06-03 20:51:44 -04:00
Andy Grunwald
5e8f6f0fd0 Merge branch 'EvgenKostenko-master'
* EvgenKostenko-master:
  go fmt, go doc and reuse of Project struct
  Renamed "json_mocks" into "mocks"
  Refactored struct types by reusing already existing components
  Fixed typo in Cookies
  Moved progect.go to project.go
  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 23:25:45 +02:00