Commit Graph

266 Commits

Author SHA1 Message Date
Cory Bennett e4cc9c6967 add "rank" command allow ordering backlog issues in agile projects 2016-08-26 19:44:38 -07:00
Cory Bennett 6d23899dd5 Updated Changelog 2016-08-24 12:27:42 -07:00
coryb f049998b1c Merge pull request #52 from dbrower/master
Prefer transition names which match exactly
2016-08-24 12:26:56 -07:00
Don Brower e40f9c10c3 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 693b3e4d40 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 15db036caf add simple test for the "table" list output 2016-08-21 23:51:30 -07:00
Cory Bennett 61fc22c30c Updated Changelog 2016-08-21 14:39:54 -07:00
Cory Bennett cc3fbee507 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 d08ef155c8 remove extra newline at end of worklogs template 2016-08-21 14:31:11 -07:00
Cory Bennett ab1cd27c1d adding worklog related templates 2016-08-21 14:27:50 -07:00
Cory Bennett 6f38b76fd6 add vet and link make targets 2016-08-21 14:22:27 -07:00
Cory Bennett 154f75ab1e Updated Changelog 2016-08-21 12:42:47 -07:00
Cory Bennett 8bd22a02f5 add GoDoc badge 2016-08-21 10:24:07 -07:00
Cory Bennett b6f0fb1d87 add travis badge 2016-08-21 10:16:06 -07:00
Cory Bennett 5ee9355407 add travis build 2016-08-21 00:46:03 -07:00
Cory Bennett 5a4e17cb49 update for golint 2016-08-21 00:45:07 -07:00
Cory Bennett 355fb4243b fix for go vet 2016-08-19 10:19:04 -07:00
Cory Bennett 543e3c832c [#51] add missing data directory with generated structs 2016-08-19 08:52:42 -07:00
Cory Bennett 3a8687cca5 Updated Changelog 2016-08-12 13:32:13 -07:00
Cory Bennett 7ee40f7dfb ignore t/.jira.d/templates which are exported in 000setup.t 2016-08-12 13:31:16 -07:00
Cory Bennett 7c3d16b619 add tests for "Task Management" type projects 2016-08-12 13:30:24 -07:00
Cory Bennett d4f2f175ff add tests for "Process Management" type projects 2016-08-12 13:29:56 -07:00
Cory Bennett 577f67fbca add tests for "Project Management" type projects 2016-08-12 13:29:01 -07:00
Cory Bennett 2c91905fd7 when running "dups" on a Process Management Project type, you have to start/stop the task to resolve it 2016-08-12 13:27:51 -07:00
Cory Bennett a328c2dec3 allow for defaultResolution option for transition command 2016-08-12 12:13:37 -07:00
Cory Bennett 5303f44078 add tests for Kanban Software Project type issues 2016-08-10 10:52:45 -07:00
Cory Bennett e21d4c4fae add tests for Scrum Software Project type issues 2016-08-10 10:52:17 -07:00
Cory Bennett 96d81268a6 add test for Basic Software Project type issues 2016-08-10 10:51:55 -07:00
Cory Bennett 5ed1d15e2d add comments 2016-08-10 10:50:04 -07:00
Cory Bennett 30d8ace20d add extra "mojira" user for testing voting and ownership reassignment 2016-08-10 10:49:11 -07:00
Cory Bennett 5d39b23b02 add "backlog" command for Kanban related Issues 2016-08-10 10:48:02 -07:00
Cory Bennett 37c07fa0b5 fix --noedit flag with "dups" command 2016-08-09 23:51:04 -07:00
Cory Bennett 6f73b8cf0d add "votes" and "labels" to default view template 2016-08-09 23:48:28 -07:00
Cory Bennett 45dbb00683 gofmt 2016-08-09 23:16:41 -07:00
Cory Bennett d96bd464b1 gofmt 2016-08-09 23:16:20 -07:00
Cory Bennett 30fd301a61 add "blockerType" config param, for issueLinkType use for "blocks" command 2016-08-09 23:09:31 -07:00
Cory Bennett a823c59af1 add "debug" make target 2016-08-09 23:06:46 -07:00
Cory Bennett 4b822b100a update gitter room 2016-08-08 00:10:04 -07:00
Cory Bennett 704bce3b23 fix typo 2016-08-05 13:11:31 -07:00
Cory Bennett 3711ff7202 add gitter badge 2016-08-05 13:09:17 -07:00
Cory Bennett a713cfa360 make the bootstrapping simpler, move more setup to 000setup.t 2016-08-04 11:11:03 -07:00
Cory Bennett 25debaad5b fix links 2016-08-03 09:58:00 -07:00
Cory Bennett b6cc91b934 mention osht for testing 2016-08-03 09:56:54 -07:00
Cory Bennett 403a362c5c start adding some basic integration tests 2016-08-03 00:13:53 -07:00
Cory Bennett 0c807b45fe default issuetype to "Bug" for project that have Bug, otherwise try "Task" 2016-08-03 00:09:09 -07:00
Cory Bennett 8238fe87b6 make view template only show fields that have values 2016-08-02 23:16:08 -07:00
Cory Bennett adc2aceb89 make default create template only display fields if they are valid fields for the project 2016-08-02 22:44:24 -07:00
Cory Bennett f5f3e28b23 ignore empty json fields when processing templates 2016-08-02 22:36:51 -07:00
Cory Bennett 469def0296 allow JIRA_LOG_FORMAT env variable to control log output format 2016-08-02 20:12:30 -07:00
Cory Bennett 752a94d94b remove extraneous debug 2016-08-02 20:06:40 -07:00