Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-02 | Collapsed P2 resolving | Pjotr Prins | |
2022-08-31 | Remove note about vpn-slice packaging status. | Arun Isaac | |
2022-08-29 | Update topic on better logging. | Munyoki Kilyungi | |
* topics/better-logging.gmi: Update design-doc. | |||
2022-08-25 | Collect coding standards documents. | Arun Isaac | |
2022-08-25 | Use exceptions to indicate errors. | Arun Isaac | |
2022-08-25 | Document qtwebengine workaround for openconnect-sso. | Arun Isaac | |
2022-08-25 | Add note about vpn-slice packaging status in Guix. | Arun Isaac | |
2022-08-25 | Add note about sudo use with openconnect-sso. | Arun Isaac | |
2022-08-25 | Remove --user argument from openconnect-sso invocation. | Arun Isaac | |
2022-08-23 | Update better-logging topic | Munyoki Kilyungi | |
2022-08-23 | Fix sub-lists in "better-logging" | Munyoki Kilyungi | |
2022-08-23 | Add a design-doc for better logging | Munyoki Kilyungi | |
2022-08-23 | Capitalize authgroup openconnect-sso argument. | Arun Isaac | |
2022-08-22 | Document connecting to UTHSC VPN. | Arun Isaac | |
2022-08-22 | Add some emphasis | Frederick Muriuki Muriithi | |
2022-08-22 | Add notes on connecting via TCP ports, rather than Unix Sockets | Frederick Muriuki Muriithi | |
2022-08-22 | Use ${HOME} for documentation. | Frederick Muriuki Muriithi | |
2022-08-19 | Documentation: Setup small database | Frederick Muriuki Muriithi | |
2022-08-19 | Documentation: Setup new user, and their default database. | Frederick Muriuki Muriithi | |
2022-08-19 | Documentation: Setting up local mariadb server for development. | Frederick Muriuki Muriithi | |
2022-08-17 | Use pre-formatted text blocks for source code | Frederick Muriuki Muriithi | |
2022-08-17 | Topic: Queries (On preventing SQL Injection). | Frederick Muriuki Muriithi | |
2022-08-17 | Installing GN2 on a new machine | Pjotr Prins | |
2022-07-19 | Rescue quality control issues from topics. | Arun Isaac | |
2022-07-19 | Rescue testing issue from topics. | Arun Isaac | |
2022-07-18 | Add 'Annotations' section | Frederick Muriuki Muriithi | |
2022-07-18 | Add section on Platforms, Groups, Studies and Datasets. | Frederick Muriuki Muriithi | |
2022-07-06 | Document how to update penguin2 mariadb to the production database. | Arun Isaac | |
* topics/systems/mariadb/mariadb.gmi (Update MariaDB on penguin2 to the latest production database): New section. | |||
2022-07-05 | Describe how to extract TS data from a provided dataset | BonfaceKilz | |
* topics/data-uploads/datasets.gmi: New file. | |||
2022-07-01 | Rescue issues lost in the topics/systems/mariadb directory. | Arun Isaac | |
2022-07-01 | Move issues lost inside the topics directory. | Arun Isaac | |
2022-06-24 | virtuoso: Document first time upload failure with large files. | Arun Isaac | |
* topics/systems/virtuoso.gmi (Loading data into virtuoso): Document first time upload failure with large files. | |||
2022-06-22 | genotype-database: Fold long code lines. | Arun Isaac | |
* topics/genotype-database.gmi (Database Layout): Fold long code lines. | |||
2022-06-22 | genotype-database: Use '*' as list bullets. | Arun Isaac | |
* topics/genotype-database.gmi [Database layout]: Use '*' as list bullets instead of '-'. | |||
2022-06-21 | genotype-database: Document design and database layout. | Arun Isaac | |
* topics/genotype-database.gmi (Database layout): New section. | |||
2022-06-21 | genotype-database: Document reading the entire matrix. | Arun Isaac | |
* topics/genotype-database.gmi: Document reading the entire matrix using the genodb.nparray function. | |||
2022-06-15 | virtuoso: Document hack to get PID of container shepherd. | Arun Isaac | |
* topics/systems/virtuoso.gmi (Running virtuoso)[Running virtuoso in a guix system container]: Document hack to get PID of container shepherd. | |||
2022-06-15 | virtuoso: Use /run/current-system/... path to bash in container. | Arun Isaac | |
* topics/systems/virtuoso.gmi (Running virtuoso)[Running virtuoso in a guix system container]: Use /run/current-system/... path to bash in container. | |||
2022-06-15 | virtuoso: Enter all namespaces with `nsenter -a'. | Arun Isaac | |
* topics/systems/virtuoso.gmi (Running virtuoso)[Running virtuoso in a guix system container]: Enter all namespaces with `nsenter -a'. | |||
2022-06-14 | topics: virtuoso: Fix wrong grammar | BonfaceKilz | |
2022-06-14 | topics: virtuoso: Note that conductor interface isn't supported | BonfaceKilz | |
2022-06-14 | topics: virtuoso: Note that "/dev/sdX" is non-consequential | BonfaceKilz | |
2022-06-14 | topics: virtuoso: Add extra docs on how to run sparql using web UI | BonfaceKilz | |
* topics/systems/virtuoso.gmi (Running SPARQL Queries using isql): Add more detailed section of how to access SPARQL using both the web interface and sqli. | |||
2022-06-14 | topics: virtuoso: Document how to inspect a system-container | BonfaceKilz | |
* topics/systems/virtuoso.gmi (Running virtuoso in a guix system container): Demonstrate, using `nsenter`, how one would inspect a system container. | |||
2022-06-14 | topics: virtuoso: Document how to run sparql queries using isql | BonfaceKilz | |
* topics/systems/virtuoso.gmi (Running Queries using isql): Document how to use isql to run sparql queries using a guix shell. | |||
2022-06-14 | virtuoso: Remove unnecessary root file system definition. | Arun Isaac | |
* topics/systems/virtuoso.gmi (Running virtuoso): Remove unnecessary root file system definition. | |||
2022-06-14 | guix-profiles: Use public path to guix-bioinformatics channel. | Arun Isaac | |
An "Arun-specific path" was accidentally added in an earlier commit. | |||
2022-06-14 | topics: Explain use of Guix profiles for development. | Arun Isaac | |
* topics/guix-profiles.gmi: New file. | |||
2022-06-09 | topics: genotype-database: Use new functional interface. | Arun Isaac | |
* topics/genotype-database.gmi: Use new functional interface. | |||
2022-06-08 | topics: genotype-database: Document reading columns. | Arun Isaac | |
* topics/genotype-database.gmi: Document reading columns in Python. |