- Description:
- GitHub, GitLab, Jira issues from the Acme editor
- Owner:
- Last Change:
- Clone URL:
https://git.olowe.co/issues
Commit Briefs
issue: start in-house github API client (master)
We can get away with a smaller client that we can maintain ourselves instead of relying on a bigger 3rd party dep from Google
jira: decode issue due date
And test timestamp etc. parsing
issue: limit authToken string to where it's needed
Nothing else reads this global var
Branches
Tree
| Gitlab/ | |
| LICENSE | commits | blame |
| README.md | commits | blame |
| cmd/ | |
| go.mod | commits | blame |
| go.sum | commits | blame |
| issue/ | |
| jira/ | |
README.md
This repo holds programs for interacting with issue trackers from the [Acme] editor and via a command line. See the documentation for the commands: - [issue] - [Gitlab] - [Jira] - [jiraexport] - [jiraq] [Acme]: https://p9f.org/sys/doc/acme/acme.html [issue]: https://pkg.go.dev/olowe.co/issues/issue [Gitlab]: https://pkg.go.dev/olowe.co/issues/Gitlab [Jira]: https://pkg.go.dev/olowe.co/issues/cmd/Jira [jiraexport]: https://pkg.go.dev/olowe.co/issues/cmd/jiraexport [jiraq]: https://pkg.go.dev/olowe.co/issues/cmd/jiraq
