Cory Bennett
cb70941aad
refactor password source, allow for "pass" to be used, update tests to use password-source: pass
2016-12-18 15:07:17 -08:00
Cory Bennett
24fd8f6fad
update changelog
2016-12-18 09:49:20 -08:00
Cory Bennett
ba08d51437
Updated Changelog
v0.1.9
2016-12-18 09:48:21 -08:00
Cory Bennett
09d718b5d8
stabbing in the dark
2016-12-17 19:57:45 -08:00
Cory Bennett
e3e84d7aa0
only test jira cloud service
2016-12-17 18:52:07 -08:00
Cory Bennett
a4f1d754e4
debugging tests
2016-12-17 18:50:20 -08:00
Cory Bennett
683541de1e
add verbose test
2016-12-17 18:40:21 -08:00
Cory Bennett
e0fd6bab66
only warn about needing login when not already running the login command
2016-12-17 18:32:47 -08:00
Cory Bennett
5ca096ab6e
use go-jira.atlassian.net for testing via travis
2016-12-17 17:25:11 -08:00
Cory Bennett
ac515e2743
Merge branch 'master' of github.com:Netflix-Skunkworks/go-jira
2016-12-17 14:13:39 -08:00
Cory Bennett
be4a5f9156
update for isolated xgo build
2016-12-17 14:13:00 -08:00
coryb
7f10eaa667
Merge pull request #61 from sylus/feature-proxy
...
fix(http): Add proxy transport
2016-12-17 14:06:45 -08:00
William Hearn
b326623ed2
fix(http): Add proxy transport
2016-12-17 16:50:34 -05:00
William Hearn
72c78c6c1c
fix(http): Add proxy transport
2016-12-17 14:13:20 -05:00
coryb
5df5a39405
Merge pull request #60 from facundoolano/patch-1
...
fix typo in readme
2016-12-15 14:00:31 -08:00
Facundo Olano
bd54ecc4f6
fix typo in readme
2016-12-15 15:18:11 -03:00
Cory Bennett
073e0bdcce
Updated Changelog
v0.1.8
2016-11-24 00:11:53 -08:00
Cory Bennett
1347ebe6b6
[ #12 ] integrate with keyring for password storage and provide http basic auth
...
credentials for every request since most jira services have websudo enabled with
does not allow cookie based authentication
2016-11-23 23:43:29 -08:00
coryb
c7565b08a1
Merge pull request #53 from jshirley/master
...
Add support for a unix socket proxy
2016-09-22 19:14:07 -07:00
Jay Shirley
01067e859c
Cleaning up usage
2016-09-22 18:54:52 -07:00
Jay Shirley
8b174625d9
Update usage
2016-09-20 06:46:04 -07:00
Cory Bennett
8acc177627
use gopkg.in for links to maintain version compatibility
2016-09-18 12:44:00 -07:00
Cory Bennett
8d9db0e399
remove extraneous tee
2016-08-29 01:00:35 -07:00
Cory Bennett
998e4601c0
reduce mega verbosity
2016-08-29 01:00:01 -07:00
Cory Bennett
2df70edd00
up plan count for the sleep
2016-08-29 00:58:23 -07:00
Cory Bennett
f73b3a5dc8
add missing src directory
2016-08-29 00:49:10 -07:00
Cory Bennett
e74c94b030
move start.log to directory
2016-08-29 00:23:05 -07:00
Cory Bennett
c18d2140e4
try travis cache and log atlas-run start output
2016-08-29 00:19:27 -07:00
Cory Bennett
2b56833c1c
break setup to debug in travis
2016-08-29 00:04:21 -07:00
Cory Bennett
fe69ad1cec
wait for docker service to start?
2016-08-28 23:47:34 -07:00
Cory Bennett
3b18a1863c
make maven cache directory local so we can ensure it is always there for travis testing
2016-08-28 23:36:37 -07:00
Cory Bennett
d6d6578b11
make prove verbose
2016-08-28 23:32:03 -07:00
Cory Bennett
2b433dda40
golint
2016-08-28 23:30:25 -07:00
Cory Bennett
08a24e7dc3
require docker, run prove after build
2016-08-28 23:24:12 -07:00
Cory Bennett
a746ddc6fb
use altas-run to build jira test service in docker container
2016-08-28 23:10:54 -07:00
Cory Bennett
e254435734
add "rank" command allow ordering backlog issues in agile projects
2016-08-26 19:44:38 -07:00
Jay Shirley
14298bfa52
Adding a unixproxy mechanism
2016-08-25 10:27:59 -07:00
Cory Bennett
a3633aa537
Updated Changelog
v0.1.7
2016-08-24 12:27:42 -07:00
coryb
2a8b6521dc
Merge pull request #52 from dbrower/master
...
Prefer transition names which match exactly
2016-08-24 12:26:56 -07:00
Don Brower
4cc172de6b
Prefer transition names which match exactly
...
Some transitions are substrings of other transitions, and the current
loop sometimes never chose the correct one. For example, it would never
choose "QA" if there were also a transtion "Deploy to QA". Ditto for
"Open" and "Reopen".
2016-08-24 14:36:23 -04:00
Cory Bennett
0dd6061992
update tempates to make them more readable with space trimming added to go-1.6
2016-08-21 23:51:45 -07:00
Cory Bennett
9d12f56332
add simple test for the "table" list output
2016-08-21 23:51:30 -07:00
Cory Bennett
824dd2f725
Updated Changelog
v0.1.6
2016-08-21 14:39:54 -07:00
Cory Bennett
657bc59c8f
make "worklogs" command print output through template
...
allow "add worklog" command to open edit template
2016-08-21 14:31:30 -07:00
Cory Bennett
ec1914dfde
remove extra newline at end of worklogs template
2016-08-21 14:31:11 -07:00
Cory Bennett
a22911a3f9
adding worklog related templates
2016-08-21 14:27:50 -07:00
Cory Bennett
1f6191425f
add vet and link make targets
2016-08-21 14:22:27 -07:00
Cory Bennett
f896555299
Updated Changelog
v0.1.5
2016-08-21 12:42:47 -07:00
Cory Bennett
e0b2c2d240
add GoDoc badge
2016-08-21 10:24:07 -07:00
Cory Bennett
a5cb93f112
add travis badge
2016-08-21 10:16:06 -07:00