Commit Graph

622 Commits

Author SHA1 Message Date
Cory Bennett da8ee59ebb version bump 2017-09-06 12:07:51 -07:00
Cory Bennett 4386b9c541 Updated Changelog v1.0.2 2017-09-06 12:06:37 -07:00
Cory Bennett aa876cd588 update dependencies 2017-09-06 11:35:00 -07:00
Cory Bennett 9453179251 update for github.com/AlecAivazis/survey => gopkg.in/AlecAivazis/survey.v1 package 2017-09-06 08:40:34 -07:00
Cory Bennett 4d79af4f5e use stdout to determin output terminal size 2017-09-06 00:33:53 -07:00
Cory Bennett 2cb6bbb10d Updated Changelog v1.0.1 2017-09-06 00:06:31 -07:00
Cory Bennett 1106558703 [#13] change default input syntax to not require escaping for special characters 2017-09-06 00:04:54 -07:00
Cory Bennett 6e027657c2 Updated Changelog v1.0.0 2017-09-05 23:47:40 -07:00
Cory Bennett d87ca7a55d remove cruft 2017-09-05 23:46:30 -07:00
Cory Bennett 1b854da23b fix build for windows 2017-09-05 23:45:29 -07:00
Cory Bennett 6719e926f0 Merge branch 'v1' 2017-09-05 23:26:01 -07:00
Cory Bennett 41e0adcf27 formatting 2017-09-05 23:03:34 -07:00
Cory Bennett d9fe99041d mention golang import 2017-09-05 23:01:37 -07:00
Cory Bennett f1b8c64e33 change the default log output format 2017-09-05 22:58:30 -07:00
Cory Bennett 808e370297 update docs 2017-09-05 16:59:03 -07:00
Cory Bennett 49fbc4fd81 update for peon change 2017-09-05 16:07:50 -07:00
Cory Bennett 49f6cdc54e tweak auto-login so it does not print the standard jira login command output 2017-09-04 19:09:38 -07:00
Cory Bennett c226077320 add --quiet global option 2017-09-04 18:12:32 -07:00
Cory Bennett c0358eb67c refactor to allow for --insecure and --unixproxy arguments 2017-09-04 17:53:01 -07:00
Cory Bennett 21920c5888 handle html response on expired cookies (require X-Ausername header to always be present) 2017-09-03 23:28:17 -07:00
Cory Bennett 7ab6c22751 allow login prompt to be interrupted 2017-09-03 18:57:08 -07:00
Cory Bennett bccf09f83a fmt -> log typo 2017-09-03 01:02:16 -07:00
Cory Bennett e72479ca2a make ~/.jira.d directory if not already present 2017-09-03 00:58:56 -07:00
Cory Bennett e5dd3a7acf use go 1.8 2017-09-03 00:54:50 -07:00
Cory Bennett e04b506c58 fix go vet 2017-09-03 00:52:11 -07:00
Cory Bennett ba35f55a48 fix tests 2017-09-03 00:40:43 -07:00
Cory Bennett dc021818bb add OK printf 2017-09-03 00:40:08 -07:00
Cory Bennett b120c0ba10 change --method to use -M for backwards compat 2017-09-03 00:39:28 -07:00
Cory Bennett 2638396606 add resolution to dup'd issues when necessary 2017-09-03 00:38:37 -07:00
Cory Bennett ad1a62a88d call correct function for labels remove|set commands 2017-09-02 19:54:18 -07:00
Cory Bennett 4b60313d32 data argument is optional (for GET and DELETE requests) 2017-09-02 19:53:51 -07:00
Cory Bennett 84119a2111 fix usage, overrides not serialized correctly 2017-09-02 19:53:25 -07:00
Cory Bennett fa4ac258d0 fix jira ISSUE-123 command line parsing 2017-09-02 18:04:53 -07:00
Cory Bennett aed952b59e add logger object to jiracmd 2017-09-02 14:09:49 -07:00
Cory Bennett 979da1f3a5 refactor for GlobalOptions and CommonOptions 2017-09-02 14:05:27 -07:00
Cory Bennett 65891e7b3b update for testing 2017-09-02 14:04:49 -07:00
Cory Bennett 0a5510b231 move commands from jiracli package to jiracmd package 2017-09-02 09:14:54 -07:00
Cory Bennett de1460ddc9 use cliError for all cli errors 2017-09-01 23:32:40 -07:00
Cory Bennett fb1bfeb8f5 use jiracli.Error object to disambiguate between kingpin errors and cli errors 2017-09-01 23:30:59 -07:00
Cory Bennett fce78dea68 use correct variables 2017-09-01 23:29:54 -07:00
Cory Bennett f54e619194 fix OK output 2017-09-01 23:29:47 -07:00
Cory Bennett f38a0b888a udpate oreo for request replays 2017-08-31 22:58:55 -07:00
Cory Bennett 560998253d fix bogus logic error 2017-08-31 22:58:26 -07:00
Cory Bennett 36c26c523a fix stray newline for list table template 2017-08-31 22:57:57 -07:00
Cory Bennett 0f12ba6ba5 add --saveFile for create 2017-08-31 22:57:31 -07:00
Cory Bennett af45280d9e remove accidentally commited binary 2017-08-31 16:15:21 -07:00
Cory Bennett 3942f6f5d6 fix dynamic table output when not on tty 2017-08-31 16:00:45 -07:00
Cory Bennett da9a2b2b90 when using --verbose set the JIRA_DEBUG environment variable so custom-commands can auto enable verbose output 2017-08-31 15:09:32 -07:00
Cory Bennett ec0858b09e make jira ISSUE-123 usage call jira view ISSUE-123 2017-08-31 15:09:01 -07:00
Cory Bennett 301a61f2f1 integrate kingpeon library to allow for custom commands via configuration 2017-08-31 15:08:24 -07:00