Age | Commit message (Expand) | Author |
---|---|---|
14 days | Improve styling for images. | Frederick Muriuki Muriithi |
14 days | Improve styling for text. | Frederick Muriuki Muriithi |
14 days | Display the markdown with the default GN template. | Frederick Muriuki Muriithi |
14 days | Add a default page template and styling for genenetwork-like pages. | Frederick Muriuki Muriithi |
2025-02-11 | Add an endpoint for gnqa. | Frederick Muriuki Muriithi |
2024-11-19 | Change headers' list into alist...Change the headers list into an alist to ensure the static files are actually sent back rather than failing with a status 500 error. | Frederick Muriuki Muriithi |
2024-11-18 | Make paths ambivalent of working directory....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. | Frederick Muriuki Muriithi |
2024-11-18 | Update invocation documentation. Remove unnecessary scripts/manifest...Since we can now use the package file, we no longer need the invocation scripts we used before, or the manifest I'd written. | Frederick Muriuki Muriithi |
2024-11-01 | Make error details into pairs. | Frederick Muriuki Muriithi |
2024-10-31 | Make error details into list of cons cells...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. | Frederick Muriuki Muriithi |
2024-10-30 | Fix format for the +info+ pairs...Fix the format for the info pairs to avoid failure when accessing the root of the application. | Frederick Muriuki Muriithi |
2024-10-23 | web: added comment on path | Pjotr Prins |
2024-09-04 | Extend edit/commit end-points to push to bare repo....* 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> | Munyoki Kilyungi |
2024-09-04 | Set the branch name to a default value for github links....* web/view/markdown.scm (form-github-raw-url): Make branch an optional value that defaults to "master". (form-github-edit-url): Ditto. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-04 | Remove dead comments....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-04 | Move constants to the top of the file....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-04 | Properly unquote lists using ","...Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-13 | Apply guix style linting to file....* web/sxml.scm: Use guix style to lint this file. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-12 | Bugfix: return correct status code for edit api. | Alexander_Kabui |
2024-08-09 | Delete dead comments....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-09 | Use "," to unquote variables/functions....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-09 | Rename info->+info+ info-meta->+info-meta+...Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
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 | Use camelcase for json responses. | Alexander_Kabui |
2024-08-09 | Refactor: Guile webserver code refactoring. | Alexander_Kabui |
2024-08-09 | Refactor: Guile Code formatting. | 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 | Cleanup: Delete empty lines | Alexander_Kabui |
2024-08-02 | Add validator to check if prev_commit and current commit match... * this is to prevent merge conflict | 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-08-02 | add commit procedures | Alexander_Kabui |
2024-07-26 | Add git util procedures | Alexander_Kabui |
2024-07-26 | Add edit file endpoint. | Alexander_Kabui |
2024-07-26 | Add fetch file procedure. | Alexander_Kabui |
2023-12-03 | Set version to 4.0.0 | Pjotr Prins |
2023-09-22 | Markdown and edit button | Pjotr Prins |
2023-09-14 | Added edit button | Pjotr Prins |
2023-09-13 | fix | Pjotr Prins |
2023-09-13 | Added github resolving and MSK home | Pjotr Prins |
2023-09-13 | Added github resolving and MSK home | Pjotr Prins |
2023-09-13 | Fetch from github | Pjotr Prins |