| Age | Commit message (Collapse) | Author |
|
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.
|
|
Provide better names for the configuration variables to more clearly
indicate what the variable is concerned with.
|
|
To ensure we have the latest changes, sync gn-docs before every edit.
|
|
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.
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=> 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 57118453a7ab776ec2259f4d59bd4a0c8213d9d0.
|
|
This reverts commit a2639cac7be578f160c14a4eeb77a23b859bb64a.
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
This reverts commit 9836105b0c662f8f6e0cf5eb30721d1f1f06976c.
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
curl http://127.0.0.1:8091/gene/aliases/Shh
["9530036O11Rik","Dsh","Hhg1","Hx","Hxl3","M100081","ShhNC","sonic hedgehog","sonic hedgehog signaling molecule"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change the headers list into an alist to ensure the static files are
actually sent back rather than failing with a status 500 error.
|
|
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.
|
|
Since we can now use the package file, we no longer need the
invocation scripts we used before, or the manifest I'd written.
|
|
|
|
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.
|
|
Fix the format for the info pairs to avoid failure when accessing the
root of the application.
|
|
|
|
* 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>
|
|
* 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>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* web/sxml.scm: Use guix style to lint this file.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|