Cory Bennett
37b138376b
Updated Changelog
v0.1.14
2017-05-10 09:05:30 -07:00
Cory Bennett
8a5e588ce2
fix unsafe casting for --quiet flag
2017-05-10 09:03:47 -07:00
Cory Bennett
67c86e4858
[ #80 ] add jira unassign and jira give ISSUE --default commands
2017-05-10 08:58:53 -07:00
Cory Bennett
445f8f1f84
Updated Changelog
v0.1.13
2017-04-24 11:06:39 -07:00
Cory Bennett
485f73181c
revert update
2017-04-24 11:06:31 -07:00
Cory Bennett
4d321ec202
work around github.com/tmc/keyring compile error for windows
2017-04-24 10:50:30 -07:00
Cory Bennett
d7bce222b6
Updated Changelog
2017-04-24 10:30:33 -07:00
coryb
f231f55d74
Merge pull request #78 from davidreuss/generic-issuelink
...
Added generic issuelink command
2017-04-24 09:10:31 -07:00
coryb
28242c9c7e
Merge pull request #77 from davidreuss/fix-start-parameter-for-pagination
...
Added --start parameter for pagination on results
2017-04-24 09:07:05 -07:00
David Reuss
05951f1c0d
Added generic issuelink command
...
This allows adding generic links, and could replace 'blocks', and 'dups'
command, since it's pretty much just a copy/paste job.
Usage will be something like:
$ jira issuelink $INWARDISSUE "Relates" OUTWARDISSUE
Pulling the list of the names, for your issuelinktypes
$ jira issuelinktypes | jq '.issueLinkTypes | map(.name)'
[
"Blocks",
"Bonfire testing",
"Clones",
"Deprecates",
"Duplicate",
"Relates",
"Risks"
]
2017-04-24 12:45:24 +02:00
David Reuss
f47563048b
Added --start parameter for pagination on results
2017-04-24 11:33:17 +02:00
Cory Bennett
cd9976ae4e
Updated Changelog
v0.1.12
2017-03-22 22:25:25 -07:00
coryb
f3aa2f4c1a
Merge pull request #74 from clausb/BrowseOnWindows
...
Implement "browse" subcommand on Windows
2017-03-22 22:24:50 -07:00
Claus Brod
f6230ca8c6
Implement "browse" subcommand on Windows
2017-03-22 22:36:21 +01:00
Cory Bennett
412174f8a9
Updated Changelog
v0.1.11
2017-02-26 22:58:28 -08:00
Cory Bennett
52085417e6
[ #69 ] add subtask command
2017-02-26 22:38:47 -08:00
Cory Bennett
7a2490c0e6
Updated Changelog
v0.1.10
2017-02-08 08:45:42 -08:00
Cory Bennett
437532ae89
minor tweak to 'all' target
2017-02-08 08:45:09 -08:00
coryb
69b565eeaa
Merge pull request #65 from mlbright/patch-1
...
Update README.md
2017-01-24 22:26:17 -08:00
Martin-Louis Bright
cc393a3498
Update README.md
2017-01-24 21:35:20 -05:00
coryb
c6ba4c681b
Merge pull request #64 from astrostl/patch-2
...
Noting implied usage for the keyring provider
2017-01-05 14:55:15 -08:00
Cory Bennett
63bc2ae15a
Merge branch 'master' of github.com:Netflix-Skunkworks/go-jira
2017-01-05 14:54:09 -08:00
Cory Bennett
7d6a5d143d
fix random sort ordering in "watchers" response
2017-01-05 14:53:44 -08:00
Justin Honold
0ca0f09aa8
Noting implied usage for the keyring provider
2017-01-05 15:06:25 -06:00
coryb
75242a5204
Merge pull request #62 from astrostl/patch-1
...
Doc tweak: add info for setting username
2017-01-05 12:55:39 -08:00
Justin Honold
e6faa4eab1
Doc tweak: add info for setting username
...
Couple sentences of cleanup
2017-01-05 14:41:08 -06:00
Cory Bennett
9b53a617a7
update .bashrc for GPG
2016-12-21 17:46:22 -08:00
Cory Bennett
d5eed3a635
set GPG_TTY in .bashrc
2016-12-19 16:07:33 -08:00
Cory Bennett
4017339b56
fix typos
2016-12-18 22:41:13 -08:00
Cory Bennett
a40b17deed
update docs for authentication
2016-12-18 22:04:25 -08:00
Cory Bennett
33807cbbec
run full test suite now
2016-12-18 15:56:53 -08:00
Cory Bennett
989c072b94
force password in case password already exists
2016-12-18 15:53:00 -08:00
Cory Bennett
d187eee826
fix gpg file permissions after checkout
2016-12-18 15:43:55 -08:00
Cory Bennett
6d34ef3f28
debugging travis
2016-12-18 15:37:23 -08:00
Cory Bennett
7852883202
tweak how prove is run
2016-12-18 15:15:46 -08:00
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