aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-04Extend 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-04Set the branch name to a default value for github links.Munyoki Kilyungi
* 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>
2024-09-04Remove dead comments.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-09-04Move constants to the top of the file.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-09-04Properly unquote lists using ","Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-08-13Fix documentation to export the correct variable.Munyoki Kilyungi
Co-authored-by: Alexander_Kabui <alexanderkabua@gmail.com> Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-08-13Apply guix style linting to file.Munyoki Kilyungi
* web/sxml.scm: Use guix style to lint this file. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-08-12Bugfix: return correct status code for edit api.Alexander_Kabui
2024-08-09Delete dead comments.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-08-09Use "," to unquote variables/functions.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-08-09Rename info->+info+ info-meta->+info-meta+Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-08-09Apply guix style formatting to files.Alexander_Kabui
2024-08-09Replace string-append with format.Alexander_Kabui
2024-08-09Refactor: naming convention for global constants.Alexander_Kabui
2024-08-09Fix naming for predicates.Alexander_Kabui
2024-08-09Use kebab case for Variables.Alexander_Kabui
2024-08-09Markdown code Linting.Alexander_Kabui
2024-08-09Use camelcase for json responses.Alexander_Kabui
2024-08-09Update Markdown editor api docs.Alexander_Kabui
2024-08-09Refactor: Guile webserver code refactoring.Alexander_Kabui
2024-08-09Refactor: Guile Code formatting.Alexander_Kabui
2024-08-05Minor fixes: remove todo.Alexander_Kabui
2024-08-05Use env variable REPO_PATH.Alexander_Kabui
2024-08-05Update commit endpoint rename json data.Alexander_Kabui
2024-08-05Update docs: include prev commit for sanity.Alexander_Kabui
2024-08-03precompute: pass in trait id for gemmaPjotr Prins
2024-08-02Update documentationAlexander_Kabui
2024-08-02Add documentation for gn-markdown editorAlexander_Kabui
2024-08-02Cleanup: Delete empty linesAlexander_Kabui
2024-08-02Add validator to check if prev_commit and current commit matchAlexander_Kabui
* this is to prevent merge conflict
2024-08-02code refactoringAlexander_Kabui
2024-08-02refactoring: code cleanupAlexander_Kabui
2024-08-02Add main endpoints for editing and committing fileAlexander_Kabui
2024-08-02add commit proceduresAlexander_Kabui
2024-07-26Add git util proceduresAlexander_Kabui
2024-07-26Add edit file endpoint.Alexander_Kabui
2024-07-26Add fetch file procedure.Alexander_Kabui
2024-07-16run-gemma: show version/helpPjotr Prins
2024-07-11Handle genotype filename to pass into gemma-wrapperPjotr Prins
2024-07-11precompute: runner completesPjotr Prins
2024-07-07precompute: making sure order is correct - validating resultsPjotr Prins
2024-07-07precompute: URL is now correct (validated)Pjotr Prins
2024-07-07precompute: adding metadataPjotr Prins
2024-06-29Using a record instead of assoc is cleanerPjotr Prins
2024-06-29Get trait features - now need to refactorPjotr Prins
2024-06-29for-each can take multiple lists, nice!Pjotr Prins
2024-06-29for-each can take multiple lists, nice!Pjotr Prins
2024-06-28Need to get at dataset-id - next to trait-idPjotr Prins
2024-06-27Run gemma-wrapper in a containerPjotr Prins
2024-06-27Simplified gemma runnerPjotr Prins