| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 26 hours | Setup initial CLI configurations. fredm/use-cli-args | Frederick Muriuki Muriithi | |
| We want to move away from using global values for our configuration. In this respect, we provide a way to provide configurations at application startup via CLI arguments. | |||
| 29 hours | Improve config variables' names. HEAD main | Frederick Muriuki Muriithi | |
| Provide better names for the configuration variables to more clearly indicate what the variable is concerned with. | |||
| 29 hours | Sync gn-docs from remote. | Frederick Muriuki Muriithi | |
| To ensure we have the latest changes, sync gn-docs before every edit. | |||
| 2026-02-18 | Rename variable for clarity. | Frederick Muriuki Muriithi | |
| The 'CGIT_REPO_PATH' envvar and corresponding global `+cgit-repo-path+` configuration variable were both pointing to the bare repo that's upstream somewhere. Using the term "bare" rather than "cgit" is more descriptive of what the variable is concerned with, rather than the term "cgit" which is dependent on a specific forge/forge-type. | |||
| 2026-01-23 | Add content negotiation when fetching RDF metadata. | Munyoki Kilyungi | |
| Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
| 2026-01-14 | Add RDF end-points for resolving RDF urls. | Munyoki Kilyungi | |
| Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
| 2025-09-21 | Render subdir of home/aging | Pjotr Prins | |
| 2025-08-12 | Remove fibers as suggested by Arun's patch: | Pjotr Prins | |
| => https://cgit.git.savannah.gnu.org/cgit/guix/mumi.git/commit/?id=897967a84d3f51da2b1cc8c3ee942fd14f4c669b After getting: In procedure accept: Too many open files with GET /dataset/bxd-publish/values/23486.json | |||
| 2025-08-11 | API | Pjotr Prins | |
| 2025-08-07 | Disable .gemma API endpoint | Pjotr Prins | |
| 2025-08-02 | API: endpoint gets trait values for BXD in GEMMA format | Pjotr Prins | |
| 2025-08-02 | Write gemma trait values (pheno file) | Pjotr Prins | |
| 2025-08-02 | API: add .json extension | Pjotr Prins | |
| 2025-08-02 | API: create values endpoint that returns a dict only | Pjotr Prins | |
| 2025-07-30 | Create endpoint for mappable BXD values as dataset/bxd-publish/mapping/values | Pjotr Prins | |
| 2025-07-30 | Create endpoint for dataset/bxd-publish/list | Pjotr Prins | |
| 2025-07-22 | Revert "Test webhook." | Munyoki Kilyungi | |
| This reverts commit a2639cac7be578f160c14a4eeb77a23b859bb64a. | |||
| 2025-07-22 | Test webhook. | Munyoki Kilyungi | |
| Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
| 2025-07-16 | Aliases: make it work in the webserver. You can now try: | Pjotr Prins | |
| curl http://127.0.0.1:8091/gene/aliases/Shh ["9530036O11Rik","Dsh","Hhg1","Hx","Hxl3","M100081","ShhNC","sonic hedgehog","sonic hedgehog signaling molecule"] | |||
| 2025-07-16 | Wikidata: query for gene aliases | Pjotr Prins | |
| 2024-11-19 | Change headers' list into alist | Frederick Muriuki Muriithi | |
| Change the headers list into an alist to ensure the static files are actually sent back rather than failing with a status 500 error. | |||
| 2024-11-18 | Make paths ambivalent of working directory. | Frederick Muriuki Muriithi | |
| Before this commit, the paths depended on the working directory, meaning if you launched the service in the "wrong" working directory, then it could not find the appropriate files. This commit makes the service ambivalent of what the working directory was when it was launched. | |||
| 2024-11-01 | Make error details into pairs. | Frederick Muriuki Muriithi | |
| 2024-10-31 | Make error details into list of cons cells | Frederick Muriuki Muriithi | |
| If the details are not cons cells, then the `json-build-object` bails with the error: In procedure car: Wrong type argument in position 1 (expecting pair): file-error This fixes that and allows a cleaner response. | |||
| 2024-10-30 | Fix format for the +info+ pairs | Frederick Muriuki Muriithi | |
| Fix the format for the info pairs to avoid failure when accessing the root of the application. | |||
| 2024-10-23 | web: added comment on path | Pjotr Prins | |
| 2024-09-04 | Extend edit/commit end-points to push to bare repo. | Munyoki Kilyungi | |
| * web/view/markdown.scm: Export git-invoke. * web/webserver.scm [+global-repo+]: Delete. [+current-repo-path+]: New variable. (+cgit-repo-path+): New variable. (commit-file-handler): Commit changes to a normal repository and later puh to the bare repository. (controller): Uupdate "GET /edit" and "POST commit" to use the +current-repo+. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
| 2024-09-04 | Move constants to the top of the file. | Munyoki Kilyungi | |
| Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
| 2024-09-04 | Properly unquote lists using "," | Munyoki Kilyungi | |
| Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
| 2024-08-12 | Bugfix: return correct status code for edit api. | Alexander_Kabui | |
| 2024-08-09 | Use "," to unquote variables/functions. | Munyoki Kilyungi | |
| Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
| 2024-08-09 | Rename info->+info+ info-meta->+info-meta+ | Munyoki Kilyungi | |
| Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
| 2024-08-09 | Apply guix style formatting to files. | Alexander_Kabui | |
| 2024-08-09 | Replace string-append with format. | Alexander_Kabui | |
| 2024-08-09 | Refactor: naming convention for global constants. | Alexander_Kabui | |
| 2024-08-09 | Fix naming for predicates. | Alexander_Kabui | |
| 2024-08-09 | Use kebab case for Variables. | Alexander_Kabui | |
| 2024-08-09 | Markdown code Linting. | Alexander_Kabui | |
| 2024-08-09 | Refactor: Guile webserver code refactoring. | Alexander_Kabui | |
| 2024-08-05 | Minor fixes: remove todo. | Alexander_Kabui | |
| 2024-08-05 | Use env variable REPO_PATH. | Alexander_Kabui | |
| 2024-08-05 | Update commit endpoint rename json data. | Alexander_Kabui | |
| 2024-08-02 | code refactoring | Alexander_Kabui | |
| 2024-08-02 | refactoring: code cleanup | Alexander_Kabui | |
| 2024-08-02 | Add main endpoints for editing and committing file | Alexander_Kabui | |
| 2024-07-26 | Add edit file endpoint. | Alexander_Kabui | |
| 2023-09-12 | pico.css works | Pjotr Prins | |
| 2023-09-11 | Adding pico css | Pjotr Prins | |
| 2023-09-11 | Support for aging | Pjotr Prins | |
| 2023-08-30 | MSK home | Pjotr Prins | |
