about summary refs log tree commit diff
AgeCommit message (Collapse)Author
3 daysMove button to the right. HEAD mainFrederick Muriuki Muriithi
3 daysImprove alignment of table column headings.Frederick Muriuki Muriithi
3 daysReplace '#' with 'Index' in tables.Frederick Muriuki Muriithi
3 daysSpecies: Improve UI text, and fix minor bug.Frederick Muriuki Muriithi
3 daysPublication: Update UI Text.Frederick Muriuki Muriithi
Update the UI text for the Publications page to the text provided by @acenteno.
3 daysChange frontpage textFrederick Muriuki Muriithi
Update the text to the suggestion made by @acenteno. Move the sign-in button to the right.
3 daysFix indentation: Everything is re-indented; no other changes.Frederick Muriuki Muriithi
3 daysAdd a frontpage banner image.Frederick Muriuki Muriithi
9 daysCheck exit code of the Rust QTLReaper script.Frederick Muriuki Muriithi
9 daysCheck whether files exist before attempting to operate on them.Frederick Muriuki Muriithi
9 daysSet "RUST_BACKTRACE" envvar if loglevel is DEBUG.Frederick Muriuki Muriithi
11 daysEnable download of list of errors.Frederick Muriuki Muriithi
2026-02-18Type-Checking: Add type hints for variable.Frederick Muriuki Muriithi
2026-02-18Lint: Disable some checks for specific functions.Frederick Muriuki Muriithi
2026-02-18Lint: Add docstrings for functions.Frederick Muriuki Muriithi
2026-02-18Make dataset name not editable.Frederick Muriuki Muriithi
2026-02-18Provide a default name for the dataset.Frederick Muriuki Muriithi
2026-02-18Improve tooltip message.Frederick Muriuki Muriithi
2026-02-18Remove link to provide more area for publication selection.Frederick Muriuki Muriithi
Remove the link from the publication title to allow it be more easily used for selecting the publication on the "Upload Phenotypes" page. The user has other ways for getting to a publication to edit it.
2026-02-11Optionally render breadcrumb if no dataset defined yet.Frederick Muriuki Muriithi
2026-02-10Pass any set feature flags back to ourselves after authentication.Frederick Muriuki Muriithi
2026-02-10Make function usable outside module.Frederick Muriuki Muriithi
2026-02-10Samples: Redirect background job correctly on success.Frederick Muriuki Muriithi
2026-02-09Update configuration variable name.Frederick Muriuki Muriithi
2026-02-06Fix bug: convert values to strings first.Frederick Muriuki Muriithi
2026-02-06Expose 'delete-phenotypes' feature to end users.Frederick Muriuki Muriithi
2026-02-06Fix flash message class.Frederick Muriuki Muriithi
2026-02-06Print out the correct error message.Frederick Muriuki Muriithi
2026-01-30Fetch and display actual details for phenotypes being deleted.Frederick Muriuki Muriithi
2026-01-30Narrow selection if cross-reference IDs are provided.Frederick Muriuki Muriithi
2026-01-30Set max-width to prevent <pre> from reflowing the page.Frederick Muriuki Muriithi
2026-01-30Implement UI logic to trigger phenotype deletion job.Frederick Muriuki Muriithi
2026-01-30Delete temporary file after completing deletion.Frederick Muriuki Muriithi
2026-01-30Add messages to script to indicate progress.Frederick Muriuki Muriithi
2026-01-30Fix bug in reading file: Ensure to read all lines.Frederick Muriuki Muriithi
2026-01-29Fix indentation.Frederick Muriuki Muriithi
2026-01-29Improve layout on small screens.Frederick Muriuki Muriithi
2026-01-29Trim whitespace in class names.Frederick Muriuki Muriithi
2026-01-29SHIM: Simplify preview UI. Hard-code container width.Frederick Muriuki Muriithi
This hard-codes the width of the table's container element to ensure that the overflow property is respected. Without the hard-coded width, the table - generated with javascript - overrides the page width, causing all content to reflow. We do not want that. This also get's rid of the unnecessary "card" interface.
2026-01-29Make the "no value" indicator more explicit.Frederick Muriuki Muriithi
2026-01-29Remove fieldsets: They break styling.Frederick Muriuki Muriithi
2026-01-28Reapply "Channel - guix-bioinformatics: Upgrade to commit 9b0955f."Frederick Muriuki Muriithi
This reverts commit 3dff71cfcb5beebe5c74c05f47e39faa8e18adef.
2026-01-28Channels: Fix commits of upstream channels to prevent build failuresFrederick Muriuki Muriithi
* guix-past: Fix to commit 473c942. * guix-rust-past-crates: Fix to commit b8b7ffb.
2026-01-28Revert "Channel - guix-bioinformatics: Upgrade to commit 9b0955f."Frederick Muriuki Muriithi
The guix-bioinformatics commit 9b0955f leads to a cascade of breakages. I am thus reverting this commit to restore a previous sane state. This reverts commit 7a9108af8d5ad07c1593b256dc3e1a6a7243ad70.
2026-01-28Channel - guix-bioinformatics: Upgrade to commit 9b0955f.Frederick Muriuki Muriithi
Update the commit for the guix bioinformatics channel to fit in with @mbonz update at https://git.genenetwork.org/gn-machines/commit/?id=04c2a18f615bc0a387235544433989af2e8cb62b
2026-01-27Build script to delete phenotypes.Frederick Muriuki Muriithi
2026-01-27Fix typos in configuration variable name.Frederick Muriuki Muriithi
2026-01-27Handle big deletes: Delete in batches.Frederick Muriuki Muriithi
Do avoid locking up the database server, or leading to sluggishness when doing huge deletes, do the deletions in chunks, with a tiny delay between each delete to free up the server.a See https://mariadb.com/docs/server/ha-and-performance/optimization-and-tuning/query-optimizations/big-deletes
2026-01-26Provide some utilities to fetch common config variables.Frederick Muriuki Muriithi
2026-01-26Move the UPLOAD_DIRECTORY under the SCRATCH_DIRECTORY by default.Frederick Muriuki Muriithi
If the UPLOAD_DIRECTORY is not specified in the configuration file(s), then, by default, have it under the SCRATCH_DIRECTORY.