Commit Graph

282 Commits

Author SHA1 Message Date
Cory Bennett a54a6eb2d0 refactor, wip 2016-10-01 00:48:42 -07:00
Cory Bennett 070c38520b fix name for branch 2016-10-01 00:43:12 -07:00
Cory Bennett 89175df121 reorg repo, move library code to lib subdir, add glade 2016-09-18 09:25:26 -07:00
Cory Bennett ac0d2a07ce remove extraneous tee 2016-08-29 01:00:35 -07:00
Cory Bennett 413d46d66a reduce mega verbosity 2016-08-29 01:00:01 -07:00
Cory Bennett 68bb0f2014 up plan count for the sleep 2016-08-29 00:58:23 -07:00
Cory Bennett ef49884512 add missing src directory 2016-08-29 00:49:10 -07:00
Cory Bennett 568d453aa8 move start.log to directory 2016-08-29 00:23:05 -07:00
Cory Bennett a2a03c5221 try travis cache and log atlas-run start output 2016-08-29 00:19:27 -07:00
Cory Bennett a69b5ac8e5 break setup to debug in travis 2016-08-29 00:04:21 -07:00
Cory Bennett 10326d146f wait for docker service to start? 2016-08-28 23:47:34 -07:00
Cory Bennett ec4889dd9b 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 b71e391297 make prove verbose 2016-08-28 23:32:03 -07:00
Cory Bennett 44cdebfcff golint 2016-08-28 23:30:25 -07:00
Cory Bennett a20f233f4b require docker, run prove after build 2016-08-28 23:24:12 -07:00
Cory Bennett cfa25f4c17 use altas-run to build jira test service in docker container 2016-08-28 23:10:54 -07:00
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