summaryrefslogtreecommitdiff
path: root/topics
AgeCommit message (Collapse)Author
2022-10-19Add RISC-V debugging using GDB and QEMU.Arun Isaac
2022-10-17DesignPjotr Prins
2022-10-16Adding linksPjotr Prins
2022-10-13pjotrp: updated tasksPjotr Prins
2022-10-12Make the ci-cd issue a topicMunyoki Kilyungi
* issues/systems/ci-cd.gmi: Move this... * topics/systems/ci-cd.gmi: ... here. Also add some of the work done.
2022-10-12Close issue on automated testing and create a separate topic for itMunyoki Kilyungi
* issues/automated-testing.gmi: Close and point a link to the topic on the same. * topics/automated-testing.gmi: New topic.
2022-10-11Correct xapian scalability figures for SQL database access.Arun Isaac
Earlier, the time estimates included the time taken to retrieve the documents from the SQL database. This is now removed giving a clearer picture of xapian scalability.
2022-10-10Round off xapian scalability figures.Arun Isaac
2022-10-10Comment on xapian scalability.Arun Isaac
2022-10-09Expanded on orchestration/servicesPjotr Prins
2022-10-09Updated info on using guix-profiles with genenetwork2Pjotr Prins
2022-10-08shepherd: add infoPjotr Prins
2022-10-07File sharing with cgitPjotr Prins
2022-10-07Publishing files in lieu of ipfsPjotr Prins
2022-10-06Create a list of useful shell scripts for day-to-day workMunyoki Kilyungi
* topics/useful-shell-scripts.gmi: New file
2022-10-06Add new resource for sharing useful shell scriptsMunyoki Kilyungi
* topics/useful-shell-scripts.gmi: New topic.
2022-10-06guix-profile: Use the correct command for sourcing a profileMunyoki Kilyungi
* topics/guix-profiles.gmi: Fix command for updating a profile.
2022-10-06Topic: file sharing and replace IPFSPjotr Prins
2022-10-05Updated info on guix-profilesPjotr Prins
2022-09-30Add database_connection to exampleMunyoki Kilyungi
* topics/maybe-monad.gmi: Add database_connection to example snippet. Add missing ":" to example.
2022-09-30Document passing conn object to sql_query_mdictMunyoki Kilyungi
* topics/maybe-monad.gmi: Update example snippet.
2022-09-30Add extra topics to the coding-guidelinesMunyoki Kilyungi
* topics/coding-guidelines.gmi: Add extra topics.
2022-09-30Refine ideas on adding metadata to the traits pageMunyoki Kilyungi
2022-09-30Update titleMunyoki Kilyungi
* topics/code-antipatterns.gmi: Update title.
2022-09-29Replace MonadicDictCursor with sql_query_mdict.Arun Isaac
2022-09-29Note coding anti-patterns observed in GN codeMunyoki Kilyungi
* topics/code-antipatterns: New file.
2022-09-28Updated information on building a guix profile using a channel on productionPjotr Prins
* topics/guix-profiles.gmi: updated
2022-09-28Add design doc for annotating the trait pageMunyoki Kilyungi
* topics/add-metadata-to-trait-page.gmi: New topic.
2022-09-27topics: fix typo in documentation.Frederick Muriuki Muriithi
2022-09-25Add useful resources on learning monadsMunyoki Kilyungi
* topics/maybe-monad.gmi (Useful Resources): Add new section.
2022-09-16Explain the maybe monad.Arun Isaac
2022-09-13topics: add documentation on guix packFrederick Muriuki Muriithi
* topics/building-a-guix-pack-for-sharing.gmi: documentation
2022-09-10Notes on DNSPjotr Prins
2022-09-08Update issue on better loggingMunyoki Kilyungi
* topics/better-logging.gmi: Add extra list-items to doc.
2022-09-08Note availability of database dump on space.Arun Isaac
2022-09-06Update link to continuous deployment.Arun Isaac
* topics/links.gmi: Update link to continuous deployment.
2022-09-06Fold setup of small database into manual local database setup.Arun Isaac
2022-09-06Add Guix method to set up local development database.Arun Isaac
2022-09-06Replace setup with the verb phrase "set up".Arun Isaac
2022-09-06Replace ${HOME} with ~ in local database setup.Arun Isaac
~ is shorter and more readable. It is also well-understood to refer to the home directory.
2022-09-06Note on DNSPjotr Prins
2022-09-05orchestrationPjotr Prins
2022-09-03DNS updatePjotr Prins
2022-09-03orchestration: adding servicesPjotr Prins
2022-09-02Collapsed P2 resolvingPjotr Prins
2022-08-31Remove note about vpn-slice packaging status.Arun Isaac
2022-08-29Update topic on better logging.Munyoki Kilyungi
* topics/better-logging.gmi: Update design-doc.
2022-08-25Collect coding standards documents.Arun Isaac
2022-08-25Use exceptions to indicate errors.Arun Isaac
2022-08-25Document qtwebengine workaround for openconnect-sso.Arun Isaac