issues

Github, Jira, Gitlab issues from Plan 9's acme
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2026-07-31 06:34issue: initial search supportOliver Lowe3+73-21
2026-07-31 03:47issue: initial stab at issue creationOliver Lowe3+99-10
2026-07-28 12:14hub: initial create issue supportOliver Lowe1+21-0
2026-07-24 06:13issue: print correct command usageOliver Lowe1+1-5
2026-07-17 12:46hub: remove unneeded parent issue ID from fileOliver Lowe2+0-5
2026-07-17 12:41issue: reimplement based on fs.FS interface to GitHub issuesOliver Lowe10+485-2082
2026-07-16 05:34hub: new package to replace big 3rd party githubOliver Lowe9+209-206
2025-10-26 23:06issue: start in-house github API clientOliver Lowe5+1044-2
2025-07-21 00:41Jira: return correctly on putOliver Lowe1+1-0
2025-07-02 05:06jira: return no error on success lolOliver Lowe2+6-10
2025-06-11 04:06jira: common config fileOliver Lowe4+125-54
2025-02-03 22:12cmd/jiraexport: by default print all messages if no modified time filter setOliver Lowe1+2-2
2025-07-18 04:06jira: package doc, not command docOliver Lowe1+5-7
2025-07-18 03:59jira: decode issue due dateOliver Lowe2+32-13
2025-06-30 05:30jira: add due date parse, print supportOliver Lowe2+11-0
2025-06-30 05:17issue: limit authToken string to where it's neededOliver Lowe2+1-6
2025-06-29 04:39cmd/Jira: clarify why we stat on LookOliver Lowe1+6-6
2025-06-22 11:03cmd/Jira: add default search queryOliver Lowe1+4-4
2025-06-22 11:02jira: keep http and json decoding plumbing in one spotOliver Lowe2+37-65
2025-06-19 01:55cmd/Jira: add issue creation using PutOliver Lowe2+78-22
2025-06-19 01:07jira: set correct fields when creating issuesOliver Lowe3+61-24
2025-06-13 06:45jira: implement issue creationOliver Lowe1+28-52
2025-06-11 03:52jira: cache dir entriesOliver Lowe1+66-1
2025-04-04 07:22cmd/Jira: add debug flagOliver Lowe1+9-2
2025-03-17 07:30cmd/Jira: post comments using godoc comments (markdown subset)Oliver Lowe5+150-2
2025-03-12 05:33cmd/Jira: more options in config fileOliver Lowe2+62-15
2025-01-12 11:04issue: move docs to its own fileOliver Lowe2+251-246
2025-01-12 11:01cmd/jiraexport: only print comments if askedOliver Lowe1+43-27
2024-12-30 08:26Add commands to get jira from the command lineOliver Lowe29+1685-1412
2024-11-08 21:37Jira: add Comment command to issue window tagsOliver Lowe1+3-0
2024-11-08 21:19Correct pkg.go.dev package pathsOliver Lowe1+3-3
2024-11-08 21:03Jira: decode, print issue linksOliver Lowe4+36-14
2024-11-03 22:35all: simplify go.modOliver Lowe1+1-3
2024-11-03 22:35Gitlab: correct url hostname parse error messageOliver Lowe1+1-1
2024-11-03 22:30Jira: lotsOliver Lowe7+388-224
2024-10-03 00:39jira: aeroplane hackingOliver Lowe25+1161-1017
2024-09-27 04:43jira: initial working Jira acme programOliver Lowe13+1924-229
2024-10-06 01:50issue: replace custom time format with identical time.DateTimeOliver Lowe1+11-34
2024-09-18 21:49jira: printingOliver Lowe3+82-39
2024-09-16 23:47add initial jira supportOliver Lowe5+471-0
2024-08-25 06:17Gitlab: use default host gitlab.com when no flag setOliver Lowe1+12-6
2024-07-30 07:13issue: upgrade to golang.org/x/oauth2@v0.21.0Oliver Lowe2+2-17
2024-07-30 07:08issue: upgrade to github.com/google/go-github/v63Oliver Lowe5+51-21
2024-07-30 02:50Gitlab: add debug output flagOliver Lowe2+6-1
2024-07-30 02:28all: remove all internal Go project toolingOliver Lowe13+12-46752
2024-07-30 02:18Gitlab: import from olowe.co/gitlabOliver Lowe6+715-0
2024-07-30 02:12github: support only token file storeOliver Lowe2+0-55
2024-07-30 01:55internal/minutes: removeOliver Lowe10+0-1729
2023-08-31 23:59issue: read from OS-portable user config dirOliver Lowe1+9-1
2024-06-11 10:46issue: swap out deprecated ioutil with os, ioOliver Lowe2+4-6
2024-06-11 10:24issue: return errors for loadAuthOliver Lowe1+14-23
2024-06-11 10:10issue: read from standard user config dirOliver Lowe1+7-9
2020-01-11 21:35issue: document plumb port requirementRoi Martin1+5-0
2019-12-31 00:16issue: fix nil pointer dereference on plumb errorRoi Martin1+19-16
2024-09-30 00:49issue, issuedb: various fixes (#10)Dmitri Shuralyov3+8-6
2024-09-11 15:49issue: add reactionsRuss Cox3+100-20
2024-06-21 13:14all: more deps updates to quiet dependabotRuss Cox4+89-72
2024-06-21 13:12all: update deps to get past 9fans.net/go bugRuss Cox2+5-1
2024-06-21 13:09all: update depsRuss Cox6+57-42
2024-06-21 13:07github: add url to Issue structRuss Cox1+3-0
2024-06-21 13:00issue: use GitHub-provided URL so PRs show with PR URLsRuss Cox2+16-16
2024-05-19 14:11issuedb: fix github auth a bit moreRuss Cox1+0-1
2024-05-19 14:10issuedb: fix github authRuss Cox1+6-6
2024-05-15 13:35issuedb: remove debugging lineRuss Cox1+0-3
2024-04-18 18:29github: drop NewClient user parameterRuss Cox1+8-10
2024-04-18 17:33internal/minutes2: various fixesRuss Cox2+24-5
2024-04-18 17:33github: avoid a few more nil derefs in corner case responsesRuss Cox1+20-10
2024-04-18 17:33github: add NewClientRuss Cox1+6-0
2024-01-19 00:29internal/minutes2: delete old oauth2 codeRuss Cox1+2-69
2024-01-19 00:27github: add more apiRuss Cox2+131-0
2024-01-19 00:26internal/minutes2: add minutes v2 programRuss Cox7+1298-0
2023-10-26 17:30internal/minutes: add go.modRuss Cox1+3-0
2022-09-21 04:13internal/minutes: add proposal minutes programRuss Cox2+464-0
2022-09-21 04:11github: new package with basic GitHub APIRuss Cox5+1182-0
2022-09-21 04:10rsc.io/github/schema: new package to generate GitHub schemaRuss Cox5+44522-1
2019-06-20 16:13all: go get rsc.io/todo@v0.0.3 9fans.net/go@v0.0.2Russ Cox2+6-5
2019-06-20 15:54all: go get rsc.io/dbstore@v0.1.1Russ Cox2+4-5
2019-06-19 21:06all: go get rsc.io/dbstore@latest rsc.io/sqlite@latestRuss Cox2+6-4
2019-06-19 19:54all: convert to modulesRuss Cox2+43-0
2019-06-19 19:54issue: various updatesRuss Cox3+407-458
2019-06-19 19:51issuedb: revise database sync strategy yet againRuss Cox3+416-508
2019-06-19 19:49godash: removeRuss Cox3+0-745
2019-06-19 19:48cl2issue: removeRuss Cox1+0-137
2017-01-31 14:17github: fix for new APIRuss Cox3+7-7
2016-10-24 14:53issuedb: add resync for pulling in old eventsRuss Cox2+243-67
2016-10-06 02:54issuedb: ignore pull requests, fix milestone corner case in dashboardRuss Cox2+11-2
2016-09-29 19:34issuedb: fix no milestone headingRuss Cox1+1-1
2016-09-29 19:12issuedb: limit issue progress to current release for nowRuss Cox1+12-3
2016-09-23 17:20issuedb: tool to sync issue data into local databaseRuss Cox2+843-0
2016-05-09 19:28godash: update for current codeRuss Cox1+4-4
2016-05-09 19:28issue: update for new APIRuss Cox2+95-12
2015-09-03 03:24godash: update for this week's mailRuss Cox2+225-20
2015-05-15 20:47godash: show reviewer scoresRuss Cox1+6-1
2015-05-15 14:50godash: do not show closed CLsRuss Cox1+8-1
2015-05-15 14:29godash: fix buildRuss Cox1+2-2
2015-05-15 14:24godash: make links open in new windowRuss Cox1+3-3
2015-04-28 19:22issue: update after API change to fix bug in github packageRuss Cox1+3-15
2015-04-27 13:54godash: index.html for swtch.com/godashRuss Cox1+70-0
2015-04-26 01:54cl2issue: fix print formatsRuss Cox1+2-2
2015-04-26 01:00godash: initial version of new Go dashboardsRuss Cox1+458-0
2015-04-26 01:00issue: add Number and Ref to json outputRuss Cox1+6-0
2015-04-25 20:26add README.md - github made me do itRuss Cox1+2-0
2015-04-25 20:24cl2issue: new gopherbot programRuss Cox1+137-0
2015-04-25 19:41issue: add -json, -token flagsRuss Cox2+345-198
2015-04-10 16:22issue: add multiple-issue load operation like in acme MailRuss Cox1+13-0
2015-04-09 15:47issue: add bulk edits, -e option for non-acme editorsRuss Cox3+903-172
2015-01-10 03:22issue: change 'Search: query' header to 'Search query' to make it executableRuss Cox1+1-1
2015-01-10 03:20issue: add Sort command to acme modeRuss Cox2+89-13
2015-01-08 17:19issue: use new acme import pathRuss Cox1+2-3
2015-01-08 05:49issue: tweak doc commentRuss Cox1+6-6
2015-01-08 05:46issue: describe authenticationRuss Cox1+10-0
2015-01-08 05:43issue: add import commentRuss Cox1+1-1
2015-01-08 05:42issue: new command for reading/writing GitHub project issuesRuss Cox2+1120-0
2015-01-08 05:40add LICENSERuss Cox1+27-0