1
0
Fork 0
Commit Graph

222 Commits (a1788dd18976bdbdbc343eddc34bec79137b7146)

Author SHA1 Message Date
Pierre-Luc Dupont a1788dd189 Update README.md 2016-06-01 22:49:05 -04:00
Pierre-Luc Dupont d0db6b0bf8 Merge pull request #1 from pldupont/agile-API
Agile api - completed the read-only mode
2016-06-01 22:46:36 -04:00
Pierre-Luc Dupont 7747d35542 Completed the AgileClient implementation - Read Only. 2016-06-01 22:42:47 -04:00
Pierre-Luc Dupont 04f90c00d1 Explode Issue attributes 2016-06-01 16:27:50 -04:00
Pierre-Luc Dupont cbcf089722 Adding Epic resource, with test. 2016-05-30 16:40:26 -04:00
Pierre-Luc Dupont 38f9fe441b Adding Issue resource, with test. 2016-05-30 10:15:14 -04:00
Pierre-Luc Dupont 450ebb3a96 Update README.md 2016-05-19 16:43:19 -04:00
Pierre-Luc Dupont 5bb62b50b1 Update README.md 2016-05-19 16:42:26 -04:00
Pierre-Luc Dupont 5789edf972 Try markdown syntax 2016-05-19 16:41:20 -04:00
Pierre-Luc Dupont f8267d7230 Try markdown syntax 2016-05-19 16:37:44 -04:00
Pierre-Luc Dupont 04a1cbb6fa Adding test for the Board/Sprint resources 2016-05-19 16:01:14 -04:00
Pierre-Luc Dupont 69592a9d4e Adding test for the Agile API 2016-05-19 11:24:06 -04:00
Pierre-Luc Dupont 93d7d52031 Adding the Agile API to the project. First draft 2016-05-19 09:30:36 -04:00
Bob Carroll a1a0b197c2 Merge pull request #107 from psiegman/master
Add iterator() to SearchResult to loop over all the found issues
2016-03-09 07:48:15 -08:00
Bob Carroll 7f0a470693 Merge pull request #116 from hibi/attachment-removal
Added support to remove attachment
2016-03-09 07:42:07 -08:00
Bob Carroll eb0c510ed5 Merge pull request #118 from mikulucky/master
Changed Version merge and copy methods to throw a JiraException
2016-03-09 07:41:24 -08:00
Bob Carroll 0e0a923ebf Merge pull request #122 from iFactor/feature/create-version-for-project
added support for creating a new Version for a project.
2016-03-09 07:39:05 -08:00
Bob Carroll 1e86e5fe25 Merge pull request #131 from elguardian/multithread_support
add multithread support to jira client
2016-03-09 07:31:10 -08:00
Enrique Gonzalez Martinez 135b84019c add support for concurrent use of the jira client 2016-02-19 10:43:02 +01:00
Alfred Sawatzky 480b7a7a57 added support for creating a new Version for a project. 2016-02-01 15:28:37 -07:00
Joseph McCarthy 729aab1da9 Increased Test Coverage for TimeTrackingTest.java 2015-12-29 18:41:39 +00:00
Joseph McCarthy 1d761c533f increased test coverage for IssueTypeTest.java 2015-12-27 15:57:54 +00:00
Joseph McCarthy 063f3473cf increased test coverage for StatusTest.java 2015-12-27 15:52:37 +00:00
Joseph McCarthy 779ef0a12a increated test coverage for TransitionTest.java 2015-12-27 15:48:26 +00:00
Joseph McCarthy 5b21862eaa remove unsused Imports from Transition.java 2015-12-27 15:45:49 +00:00
Joseph McCarthy f0f9f40ba2 Increased UserTest.java to 100% 2015-12-27 15:44:30 +00:00
Joseph McCarthy 4d1f9282d7 Increase coverage for WatchesTest.java 2015-12-26 21:55:57 +00:00
Joseph McCarthy a851be6dfd Updated expected exceptions to JiraException. 2015-12-26 20:27:41 +00:00
Joseph McCarthy 745056254d Merge branch 'master' into continue-testing 2015-12-26 20:25:08 +00:00
Joseph McCarthy 61d666c694 #117 Changed Version merge and copy methods to throw a JiraException from consistency. 2015-12-26 20:04:51 +00:00
Joseph McCarthy 7aa91c6d7c Removed Time~one from worklog Test. 2015-12-26 19:57:49 +00:00
Joseph McCarthy f4069e4b89 Updated Tests for VersionTest.java, complete coverage for Version. 2015-12-26 01:34:42 +00:00
Joseph McCarthy 3580f4e887 Updated Build Script for TimeZone 2015-12-25 01:44:15 +00:00
Joseph McCarthy e9699f2b31 Merge branch 'continue-testing' of https://github.com/mikulucky/jira-client into continue-testing
* 'continue-testing' of https://github.com/mikulucky/jira-client:
  Updated Authors
2015-12-25 01:32:25 +00:00
Joseph McCarthy 67682f9963 Fix Date Format Error in Test 2015-12-25 01:32:03 +00:00
Joseph McCarthy 49e44ceb81 Updated Authors 2015-12-25 01:27:25 +00:00
Joseph McCarthy 7a1fdf07fb Removed name from Votes.java which is not used anywhere 2015-12-25 01:17:48 +00:00
Joseph McCarthy 69d55ee363 Cleaned up imports and increased test coverage for VotesTest.java 2015-12-25 01:17:12 +00:00
Joseph McCarthy 8c22cfae67 Remove Prepare annotation, not needed. 2015-12-25 01:05:24 +00:00
Joseph McCarthy 57ac671ecb Added PowerMock scoped for Testing and increased the testing for the WorkLogObject 2015-12-25 01:01:24 +00:00
Jakub Hübner 9ac2914c7d Added support to remove attachment 2015-12-10 11:13:03 +01:00
Bob Carroll 12f11ce2c3 Merge pull request #104 from stevegore/master
Pass MultiSelect field updates correctly
2015-09-20 18:33:09 -07:00
Bob Carroll b9db1ba53e Merge pull request #108 from nach-o-man/master
fixed worklog mappings and added tests
2015-09-20 18:31:07 -07:00
Bob Carroll 1c27ab609c Merge pull request #109 from IHTSDO/upstream
Deserialize full datetime when available
2015-09-20 18:29:59 -07:00
Peter G. Williams c226ef8445 Deserialize full datetime when available 2015-08-26 13:08:28 +01:00
nach-o-man 5015394a0d removed timezone from worklog test 2015-08-23 18:12:05 +03:00
nach-o-man 40ca2893ad fixed worklog mappings and added tests 2015-08-23 18:02:53 +03:00
P. Siegmann 401ca6410b docs and small cleanups 2015-08-22 10:23:35 +02:00
P. Siegmann 9ec500d146 add iterator() to SearchResult for ease-of-use 2015-08-21 20:42:33 +02:00
P. Siegmann 8d204f5b11 small cleanups 2015-08-21 15:35:26 +02:00