summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-26gnbug: Extract tasks....* gnbug: Import (ice-9 regex). (file-details): Extract tasks. (<issue>): Add tasks and completed-tasks fields. (issues): Initialize tasks and completed-tasks fields. Arun Isaac
2021-09-26gnbug: Update issue listing format....This new 2-line issue listing format closely imitates GitHub's issue listing format, and provides more space to display more issue fields. * gnbug (print-issue): Update issue printing format. Arun Isaac
2021-09-26gnbug: Organize color codes....Create functions for all 3 bit colors (except black and white), both foreground and background. * gnbug (yellow, red-background, green-background, yellow-background, blue-background, magenta-background, cyan-background): New functions. (magenta): Move function below the blue function. Arun Isaac
2021-09-26gnbug: Move issue printing to separate function....* gnbug (print-issue): New function. (gnbug-list): Call print-issue. Arun Isaac
2021-09-26gnbug: Reverse the order of listing of issues....Listing issues oldest first makes for more persistent issue numbers. * gnbug (issues): Reverse the order of listing of issues, listing them oldest first. Arun Isaac
2021-09-26README: Document gnbug built-in help....* README.gmi (gnbug): Document the built-in help feature. Arun Isaac
2021-09-25pairscanPjotr Prins
2021-09-24authorisation.gmi: Add notes on issues Zach facedBonfaceKilz
2021-09-24issue-404-in-logs.gmi: Update notesBonfaceKilz
2021-09-24Add tasksPjotr Prins
2021-09-24Reinstate backups to epysodePjotr Prins
2021-09-24pjotrp: tasksPjotr Prins
2021-09-24Close nginx static assets errorjgart
2021-09-23gnbug: Accommodate DOS line endings in gemtext files....* gnbug (get-line-dos-or-unix): New function. (file-details): Use get-line-dos-or-unix instead of get-line. Arun Isaac
2021-09-23gnbug: Use get-line instead of read-line....* gnbug: Do not import (ice-9 rdelim). (file-details, git-updated-files, git-first-commit-since): Use get-line from (rnrs io ports) instead of read-line from (ice-9 rdelim). Arun Isaac
2021-09-23gnbug: Support --help option....* gnbug (command-line-program, print-usage): New functions. (gnbug-news, gnbug-list, gnbug-edit, gnbug-show, main): Support --help option. Arun Isaac
2021-09-23gnbug: Print only open bugs in issue listing....* gnbug (gnbug-list): Print only open bugs in issue listing. * README.gmi (gnbug): Update documentation. Arun Isaac
2021-09-23gnbug: Print keywords in issue listing....* gnbug (gnbug-list): Print keywords in issue listing. Arun Isaac
2021-09-23gnbug: Extract keywords....* gnbug: Import (srfi srfi-1). (<issue>): Add keywords and open fields. (file-details): Extract keywords from file. (issues): Initialize keywords and open fields. Arun Isaac
2021-09-23gnbug: Abstract out string prefix removal....* gnbug (remove-prefix): New function. (file-details): Use remove-prefix. Arun Isaac
2021-09-23gnbug: Abstract out splitting on commas....* gnbug (comma-split): New function. (file-details): Use comma-split. Arun Isaac
2021-09-23gnbug: Abstract out hashtable-append!....* gnbug (hashtable-append!): New function. (file-details): Use hashtable-append!. Arun Isaac
2021-09-23gnbug: Comment on file-details function....* gnbug (file-details): Comment on specification of assigned and title metadata. Arun Isaac
2021-09-22Added issue for fixing marker covariates in R/qtlzsloan
2021-09-22Track MIKKPjotr Prins
2021-09-22404 add link to flaskPjotr Prins
2021-09-22404Pjotr Prins
2021-09-22GN1Pjotr Prins
2021-09-22Close gnbug cat feature request.Arun Isaac
2021-09-22Close `gnbug' should be an alias of `gnbug list'.Arun Isaac
2021-09-22gnbug: Add show sub-command....* gnbug: Import (rnrs io ports). (main): Add show sub-command. (gnbug-show): New function. * README.gmi (gnbug): Document the show sub-command. Arun Isaac
2021-09-22gnbug: Make `gnbug' an alias for `gnbug list'....* gnbug (main): Make `gnbug' an alias for `gnbug list'. Arun Isaac
2021-09-22gnbug: Separate out sub-commands into functions....* gnbug (main): Separate out sub-commands into gnbug-news, gnbug-list and gnbug-edit functions. (gnbug-news, gnbug-list, gnbug-edit): New functions. Arun Isaac
2021-09-22Track build failures in gn2 and gn3BonfaceKilz
2021-09-22feature request for gnbug...gnbug cat jgart
2021-09-22Add bug report for gnbug...Maybe `gnbug` should be an alias for `gnbug list` WDYT? jgart
2021-09-22Add assigned and bug tag to binderlite errorjgart
2021-09-22Add binderlite static assets issue to issues directoryjgart
2021-09-21gnbug: Add edit sub-command....* gnbug (main): Add edit sub-command. * README.gmi (gnbug): Document it. Arun Isaac
2021-09-21gnbug: Print issue numbers....* gnbug (main): Print issue numbers in issue listing. Arun Isaac
2021-09-21Fix typo in gnbug commandjgart
2021-09-21Mention direnv use with gnbugjgart
2021-09-21Add direnv for gnbug...https://direnv.net/ jgart
2021-09-20Add tags section...* Add a tags section to track things like "assigned to" etc. Frederick Muriuki Muriithi
2021-09-20gnbug: Sort issues by creation date, newest first....* gnbug (issues): Sort issues by creation date, newest first. Arun Isaac
2021-09-20gnbug: Extract creator and created date....* gnbug (<issue>): Add creator, created-date and created-relative-date fields. (issues): Initialize creator, created-date and created-relative-date fields. (creation-details): New function. (main): Print creator and created-relative-date in issue listing. Arun Isaac
2021-09-20gnbug: Extract title....* gnbug (<issue>): Add title field. (issues): Initialize title and assigned fields from hashtable. (assignees): Delete function. (file-details): New function. (main): Print title in issue listing. Arun Isaac
2021-09-20gnbug: Add <issue> type....* gnbug: Import (srfi srfi-9). (<issue>): New type. (issues): New function. (main): Use <issue> type. Arun Isaac
2021-09-20gnbug: Add gnbug....* gnbug: New file. * README.gmi (gnbug): New section. Arun Isaac
2021-09-20More details regarding error contextjgart