Releases: go-jira/jira
Releases · go-jira/jira
Version 1.0.7
Version 1.0.6
Version 1.0.5
Version 1.0.4
1.0.4 - 2017-09-08
- update deps for kingpeon
- update use os.exec instead of syscall.exec for windows [Cory Bennett] [86b963b]
Version 1.0.3
Version 1.0.2
Version 1.0.1
Version 1.0.0
Major Version Change
This version is a major rewrite. The v0 -> v1 does not indicate stability, just a massive change. For changes that users will immediately notice please checkout the README
Changelog
1.0.0 - 2017-09-05
- fix build for windows [Cory Bennett] [1b854da]
- change the default log output format [Cory Bennett] [f1b8c64]
- tweak auto-login so it does not print the standard
jira login
command output [Cory Bennett] [49f6cdc] - add --quiet global option [Cory Bennett] [c226077]
- refactor to allow for --insecure and --unixproxy arguments [Cory Bennett] [c0358eb]
- handle html response on expired cookies (require X-Ausername header to always be present) [Cory Bennett] [21920c5]
- allow login prompt to be interrupted [Cory Bennett] [7ab6c22]
- fmt -> log typo [Cory Bennett] [bccf09f]
- make ~/.jira.d directory if not already present [Cory Bennett] [e72479c]
- fix go vet [Cory Bennett] [e04b506]
- fix tests [Cory Bennett] [ba35f55]
- add OK printf [Cory Bennett] [dc02181]
- change --method to use -M for backwards compat [Cory Bennett] [b120c0b]
- add resolution to dup'd issues when necessary [Cory Bennett] [2638396]
- call correct function for
labels remove|set
commands [Cory Bennett] [ad1a62a] - data argument is optional (for GET and DELETE requests) [Cory Bennett] [4b60313]
- fix usage, overrides not serialized correctly [Cory Bennett] [84119a2]
- fix
jira ISSUE-123
command line parsing [Cory Bennett] [fa4ac25] - add logger object to jiracmd [Cory Bennett] [aed952b]
- refactor for GlobalOptions and CommonOptions [Cory Bennett] [979da1f]
- move commands from jiracli package to jiracmd package [Cory Bennett] [0a5510b]
- use jiracli.Error object to disambiguate between kingpin errors and cli errors [Cory Bennett] [fb1bfeb]
- fix stray newline for list table template [Cory Bennett] [36c26c5]
- fix dynamic table output when not on tty [Cory Bennett] [3942f6f]
- when using --verbose set the JIRA_DEBUG environment variable so custom-commands can auto enable verbose output [Cory Bennett] [da9a2b2]
- make
jira ISSUE-123
usage calljira view ISSUE-123
[Cory Bennett] [ec0858b] - integrate kingpeon library to allow for custom commands via configuration [Cory Bennett] [301a61f]
- use terminal width to adjust list table output [Cory Bennett] [2a081dd]
- set yaml/json tags for option structs [Cory Bennett] [f52d2c4]
- update generated data files [Cory Bennett] [c89f11d]
- automatically login when anonymous user detected [Cory Bennett] [21add54]
- refactor trivial objects in favor of arguments to static functions [Cory Bennett] [1f345ce]
- set JIRA_OPERATION when parsing configs. Use figtree config types for options to make defaulting work [Cory Bennett] [5716a7c]
- add better handing for usage error [Cory Bennett] [b235dcc]
- adding
request
command, removing dead code [Cory Bennett] [56b1c9d] - adding Do required for request language [Cory Bennett] [a1c2849]
- add
browse
command and implement -b option for most operations [Cory Bennett] [a91b9d5] - fix IssueAssign [Cory Bennett] [f32cc70]
- merge in update for upstream changes #104 [Cory Bennett] [19d8686]
- add
export-templates
command [Cory Bennett] [abaad56] - add
issuetypes
command [Cory Bennett] [da39323] - add
components
command [Cory Bennett] [0bd3ca2] - add
component add
command [Cory Bennett] [cc90610] - add
take
,unassign
andassign|give
commands [Cory Bennett] [959524a] - adding
labels [add|set|remove]
commands [Cory Bennett] [9161861] - add
comment
command [Cory Bennett] [f0b08c5] - add
watch
command [Cory Bennett] [ec0ac3c] - add
rank ISSUE after|before ISSUE
command [Cory Bennett] [8b863d2] - add
vote
command [Cory Bennett] [a08c92f] - add
issuelinktypes
command [Cory Bennett] [37f81a4] - add
issuelink
command [Cory Bennett] [aacc9f4] - fix closing duplicate issue on
dup
command [Cory Bennett] [fc696c3] - rewrite checkpoint [Cory Bennett] [36632a5]