summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.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-22gnbug: Make `gnbug' an alias for `gnbug list'.Arun Isaac
* gnbug (main): Make `gnbug' an alias for `gnbug list'.
2021-09-22gnbug: 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-22Track build failures in gn2 and gn3BonfaceKilz
2021-09-22feature request for gnbugjgart
gnbug cat
2021-09-22Add bug report for gnbugjgart
Maybe `gnbug` should be an alias for `gnbug list` WDYT?
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.Arun Isaac
* gnbug (main): Add edit sub-command. * README.gmi (gnbug): Document it.
2021-09-21gnbug: Print issue numbers.Arun Isaac
* gnbug (main): Print issue numbers in issue listing.
2021-09-21Fix typo in gnbug commandjgart
2021-09-21Mention direnv use with gnbugjgart
2021-09-21Add direnv for gnbugjgart
https://direnv.net/
2021-09-20Add tags sectionFrederick Muriuki Muriithi
* Add a tags section to track things like "assigned to" etc.
2021-09-20gnbug: Sort issues by creation date, newest first.Arun Isaac
* gnbug (issues): Sort issues by creation date, newest first.
2021-09-20gnbug: 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-20gnbug: 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-20gnbug: Add <issue> type.Arun Isaac
* gnbug: Import (srfi srfi-9). (<issue>): New type. (issues): New function. (main): Use <issue> type.
2021-09-20gnbug: Add gnbug.Arun Isaac
* gnbug: New file. * README.gmi (gnbug): New section.
2021-09-20More details regarding error contextjgart
2021-09-20Add error regarding static assets after forwarding binderlite with nginxjgart
2021-09-20Adds nginx question regarding $rest argjgart
https://git.genenetwork.org/jgart/binderlite/src/branch/master/nginx.conf#L36
2021-09-20Add binderlite port map that I'm currently usingjgart
2021-09-20Adds feature request idea for GeneNetwork CLIjgart
closes https://github.com/genenetwork/genenetwork3/issues/39
2021-09-19pairscan updateEfraim Flashner
2021-09-17Comment on pairscan for efraimfPjotr Prins
2021-09-17Added issue on BNW not responding.Pjotr Prins
2021-09-16Add topic for authentication workBonfaceKilz
2021-09-15tasksPjotr Prins
2021-09-15GN1Pjotr Prins
2021-09-15Updated GN1 packagesPjotr Prins
2021-09-15Update list of GN1 issuesPjotr Prins
2021-09-15GN1 network graph issuePjotr Prins
2021-09-15New issue for GN1Pjotr Prins
2021-09-15Remove kanban symlinks and add tagPjotr Prins
2021-09-13Adds --ad-hoc to guix environment commandjgart
Python dependencies are not available unless I use --ad-hoc or -m
2021-09-10Comments on JupyterPjotr Prins
2021-09-10kill-jupyter permissions on penguin2jgart
I want to run the following on penguin2: ps aux | grep jupyter | awk '{ print $2 }' | xargs kill -9
2021-09-09Add current user-stories for binderlitejgart
* Next Steps ** Optimizations *** Uniquely identify last built notebook *** Shutdown notebook and save to memory *** Shutdown kernels gracefully *** guix-kernel (AKA guix-jupyter) runs by default in a container
2021-09-09Update issue with progressMuriithi Frederick Muriuki
2021-09-09Merge branch 'main' of github.com:genenetwork/gn-gemtext-threadsMuriithi Frederick Muriuki
2021-09-09Update status of implementation effortsMuriithi Frederick Muriuki
* topics/gn1-migration-to-gn2/clustering.gmi: update status * topics/gn1-migration-to-gn2/sample_clustering_heatmap.png: add missing sample heatmap image
2021-09-08Add extra topic on adding delete button for datasetsBonfaceKilz
2021-09-01JupyterPjotr Prins
2021-08-31Add websocketd as a possible alternative to xtermjsjgart
Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
2021-08-31virtuoso: remove password to avoid confusionPjotr Prins
2021-08-31pluto service and working on fallbacksPjotr Prins