Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [dist] Add .gitattributes for package-lock.json [dist fix] Use 'make-promises-safe' * [wip api] Attempt to improve debug logging. * [api] Add debug logging with diagnostics. * [wip api] Add support for Basic authentication. * [wip api] Begin to plumb down query string parameters for pagination. * [api wip] Define and consume a generic Paginator for any JIRA entity (Epic, Story, etc.) * [api wip] Raw formatting for (actual) JSON. * [fix] Begin the long process of updating all makeGetRequest calls. * [fix] Make prior fix both backwards and forwards compatible. * saving changes * added total points and percent complete to describe sprint function * changed output order from total then completed to completed then total * add status command for simplied sprint report and formatting to display w/o issues * reduce getIssueEpics * [fix] Better logging. Use future sprints. * remove unneeded console.log * fixing nit picky edits, function optimization, and removal of unneeded commented lines * remove shallow clone returns in statusEpic and describeEpic * handling errors for describeEpic and statusEpic. streamlined output for completed and total points * fixes from eslint * run js lint & address comments * add post test command to scripts * reduce statusEpic() to call describeEpic * added back in original content * add error catches for jira client, remove unused formatting for components in epics * added closed state to getSprints, so velocity is useful, and removed indexzero from TODO comments, so anyone can pick up the work * [revert] Remove try/catch again since it simply rethrows. * [revert] Re-add try/catch and make note of implications for #28. * [refactor api] Migrate to prompts. Store authmode in `jiractl set-context` Co-authored-by: Charlie Robbins <[email protected]>
- Loading branch information