Commits


cmd/Jira: add debug flag


cmd/Jira: post comments using godoc comments (markdown subset) Rather than dealing with Atlassian's bespoke markup language. Version 3 of the Jira API does not even support that markup language!


cmd/Jira: more options in config file


issue: move docs to its own file Pretty long!


cmd/jiraexport: only print comments if asked


Add commands to get jira from the command line


Jira: add Comment command to issue window tags


Correct pkg.go.dev package paths


Jira: decode, print issue links


all: simplify go.mod


Gitlab: correct url hostname parse error message


Jira: lots Many changes to make being a 9 to 5 wage slave less boring.


jira: aeroplane hacking


jira: initial working Jira acme program With a read-only io/fs filesystem to issues, comments.


issue: replace custom time format with identical time.DateTime Might as well use from the standard library.


jira: printing


add initial jira support


Gitlab: use default host gitlab.com when no flag set


issue: upgrade to golang.org/x/oauth2@v0.21.0 The newer version does not pull in any 3rd party modules. Easier for us to maintain.


issue: upgrade to github.com/google/go-github/v63


Gitlab: add debug output flag


all: remove all internal Go project tooling This is a repository for, from the updated README, "programs to interact with GitHub and GitLab issues from the Acme editor".


Gitlab: import from olowe.co/gitlab No point having these two very similar programs in two different repositories. The packages themselves aren't really intended to be imported by other projects.


github: support only token file store Instead of both netrc and token files. One less thing to worry about.


internal/minutes: remove This is an upstream Go project specific program that we won't ever use.