Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-26 | gnbug: Reverse the order of listing of issues. | Arun Isaac | |
Listing issues oldest first makes for more persistent issue numbers. * gnbug (issues): Reverse the order of listing of issues, listing them oldest first. | |||
2021-09-26 | README: Document gnbug built-in help. | Arun Isaac | |
* README.gmi (gnbug): Document the built-in help feature. | |||
2021-09-25 | pairscan | Pjotr Prins | |
2021-09-24 | authorisation.gmi: Add notes on issues Zach faced | BonfaceKilz | |
2021-09-24 | issue-404-in-logs.gmi: Update notes | BonfaceKilz | |
2021-09-24 | Add tasks | Pjotr Prins | |
2021-09-24 | Reinstate backups to epysode | Pjotr Prins | |
2021-09-24 | pjotrp: tasks | Pjotr Prins | |
2021-09-24 | Close nginx static assets error | jgart | |
2021-09-23 | gnbug: Accommodate DOS line endings in gemtext files. | Arun Isaac | |
* gnbug (get-line-dos-or-unix): New function. (file-details): Use get-line-dos-or-unix instead of get-line. | |||
2021-09-23 | gnbug: Use get-line instead of read-line. | Arun Isaac | |
* 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). | |||
2021-09-23 | gnbug: Support --help option. | Arun Isaac | |
* gnbug (command-line-program, print-usage): New functions. (gnbug-news, gnbug-list, gnbug-edit, gnbug-show, main): Support --help option. | |||
2021-09-23 | gnbug: Print only open bugs in issue listing. | Arun Isaac | |
* gnbug (gnbug-list): Print only open bugs in issue listing. * README.gmi (gnbug): Update documentation. | |||
2021-09-23 | gnbug: Print keywords in issue listing. | Arun Isaac | |
* gnbug (gnbug-list): Print keywords in issue listing. | |||
2021-09-23 | gnbug: Extract keywords. | Arun Isaac | |
* gnbug: Import (srfi srfi-1). (<issue>): Add keywords and open fields. (file-details): Extract keywords from file. (issues): Initialize keywords and open fields. | |||
2021-09-23 | gnbug: Abstract out string prefix removal. | Arun Isaac | |
* gnbug (remove-prefix): New function. (file-details): Use remove-prefix. | |||
2021-09-23 | gnbug: Abstract out splitting on commas. | Arun Isaac | |
* gnbug (comma-split): New function. (file-details): Use comma-split. | |||
2021-09-23 | gnbug: Abstract out hashtable-append!. | Arun Isaac | |
* gnbug (hashtable-append!): New function. (file-details): Use hashtable-append!. | |||
2021-09-23 | gnbug: Comment on file-details function. | Arun Isaac | |
* gnbug (file-details): Comment on specification of assigned and title metadata. | |||
2021-09-22 | Added issue for fixing marker covariates in R/qtl | zsloan | |
2021-09-22 | Track MIKK | Pjotr Prins | |
2021-09-22 | 404 add link to flask | Pjotr Prins | |
2021-09-22 | 404 | Pjotr Prins | |
2021-09-22 | GN1 | Pjotr Prins | |
2021-09-22 | Close gnbug cat feature request. | Arun Isaac | |
2021-09-22 | Close `gnbug' should be an alias of `gnbug list'. | Arun Isaac | |
2021-09-22 | gnbug: Add show sub-command. | Arun Isaac | |
* gnbug: Import (rnrs io ports). (main): Add show sub-command. (gnbug-show): New function. * README.gmi (gnbug): Document the show sub-command. | |||
2021-09-22 | gnbug: Make `gnbug' an alias for `gnbug list'. | Arun Isaac | |
* gnbug (main): Make `gnbug' an alias for `gnbug list'. | |||
2021-09-22 | gnbug: Separate out sub-commands into functions. | Arun Isaac | |
* gnbug (main): Separate out sub-commands into gnbug-news, gnbug-list and gnbug-edit functions. (gnbug-news, gnbug-list, gnbug-edit): New functions. | |||
2021-09-22 | Track build failures in gn2 and gn3 | BonfaceKilz | |
2021-09-22 | feature request for gnbug | jgart | |
gnbug cat | |||
2021-09-22 | Add bug report for gnbug | jgart | |
Maybe `gnbug` should be an alias for `gnbug list` WDYT? | |||
2021-09-22 | Add assigned and bug tag to binderlite error | jgart | |
2021-09-22 | Add binderlite static assets issue to issues directory | jgart | |
2021-09-21 | gnbug: Add edit sub-command. | Arun Isaac | |
* gnbug (main): Add edit sub-command. * README.gmi (gnbug): Document it. | |||
2021-09-21 | gnbug: Print issue numbers. | Arun Isaac | |
* gnbug (main): Print issue numbers in issue listing. | |||
2021-09-21 | Fix typo in gnbug command | jgart | |
2021-09-21 | Mention direnv use with gnbug | jgart | |
2021-09-21 | Add direnv for gnbug | jgart | |
https://direnv.net/ | |||
2021-09-20 | Add tags section | Frederick Muriuki Muriithi | |
* Add a tags section to track things like "assigned to" etc. | |||
2021-09-20 | gnbug: Sort issues by creation date, newest first. | Arun Isaac | |
* gnbug (issues): Sort issues by creation date, newest first. | |||
2021-09-20 | gnbug: Extract creator and created date. | Arun Isaac | |
* 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. | |||
2021-09-20 | gnbug: Extract title. | Arun Isaac | |
* 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. | |||
2021-09-20 | gnbug: Add <issue> type. | Arun Isaac | |
* gnbug: Import (srfi srfi-9). (<issue>): New type. (issues): New function. (main): Use <issue> type. | |||
2021-09-20 | gnbug: Add gnbug. | Arun Isaac | |
* gnbug: New file. * README.gmi (gnbug): New section. | |||
2021-09-20 | More details regarding error context | jgart | |
2021-09-20 | Add error regarding static assets after forwarding binderlite with nginx | jgart | |
2021-09-20 | Adds nginx question regarding $rest arg | jgart | |
https://git.genenetwork.org/jgart/binderlite/src/branch/master/nginx.conf#L36 | |||
2021-09-20 | Add binderlite port map that I'm currently using | jgart | |
2021-09-20 | Adds feature request idea for GeneNetwork CLI | jgart | |
closes https://github.com/genenetwork/genenetwork3/issues/39 |