| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 30 hours | pytest: Document how to run tests in parallel. HEAD main | Frederick Muriuki Muriithi | |
| 30 hours | Remove "streamlined UI" feature-flag helper module. | Frederick Muriuki Muriithi | |
| We no longer need to maintain the helper module for the "streamlined UI" feature flag. | |||
| 30 hours | Background Jobs: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 30 hours | Genotypes: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 31 hours | Phenotypes: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 31 hours | Samples: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 31 hours | Fix URL. | Frederick Muriuki Muriithi | |
| 31 hours | Populations: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 31 hours | Sequencing Platforms: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 32 hours | Species: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 32 hours | Publications: Move feature to new UI templates. | Frederick Muriuki Muriithi | |
| 32 hours | Move index/home page to new UI templates. | Frederick Muriuki Muriithi | |
| 33 hours | UI: Reduce contrast of main area and sidebar. | Frederick Muriuki Muriithi | |
| Reduce the contrast between the sidebar and main content to prevent the sidebar from drawing attention away from the main content. | |||
| 11 days | Delete unused function. | Frederick Muriuki Muriithi | |
| 11 days | Add hidden development-only helper scripts. | Frederick Muriuki Muriithi | |
| 11 days | Fix issues caught by type-checker. | Frederick Muriuki Muriithi | |
| 12 days | Provide new streamlined UI for publications. | Frederick Muriuki Muriithi | |
| 13 days | Move phenotypes dataset UI to its own template. | Frederick Muriuki Muriithi | |
| 13 days | Update UI for platforms to the new streamlined UI form. | Frederick Muriuki Muriithi | |
| 13 days | Update samples UI to new streamlined UI format. | Frederick Muriuki Muriithi | |
| 13 days | Avoid colons in HTML attribute values | Frederick Muriuki Muriithi | |
| Colons are used as part of the CSS selectors, so having them in the attribute values leads to problems selecting and styling the elements. | |||
| 13 days | Fix linting problems. | Frederick Muriuki Muriithi | |
| 13 days | Index page/Home page: Remove unnecessary check. | Frederick Muriuki Muriithi | |
| Since `sui_template(...)` function loads the appropriate template depending on flags, there is no point in checking it again here. | |||
| 2025-12-16 | Streamlined UI for samples. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Improve UI text. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Move logic for loading streamlined-UI templates to reusable function | Frederick Muriuki Muriithi | |
| 2025-12-16 | Add "Streamlined UI" templates for phenotype upload sub-features. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Ignore flask's generated session files. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Typo: Fix name of CLI variable. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Implement streamlined UI for phenotypes upload page. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Redirect to "View Populations" page | Frederick Muriuki Muriithi | |
| While the streamlined UI is under construction, redirect the request back to the "View Population" page for the time being, until the UI requirements have been figured out. | |||
| 2025-12-16 | Go straight to phenotypes data upload form. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Fix bug: explicitly specify get parameters. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Provide necessary values to render UI. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Improve UI: Remove UI elements and cleanup text. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Provide UI for actions on existing phenotypes. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Add javascript utilities to handle URLs. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Use modified `url_for` to ensure flag arguments are retained. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Explicitly include all channel dependencies. | Frederick Muriuki Muriithi | |
| There's a bug in guix where if we declare a that channel C depends on channel B, and channel B happens to rely on channel A, then channel A is not propagated for C, leading to build failures. | |||
| 2025-12-15 | Update channel dependencies: use only `gn-machines`. | Frederick Muriuki Muriithi | |
| 2025-12-15 | Use package definition in gn-machines | Frederick Muriuki Muriithi | |
| Use the package definition in gn-machines rather than that in guix-bioinformatics in order to ensure that we have the latest dependencies. | |||
| 2025-12-10 | Minor UI fixes for "Population" page | Frederick Muriuki Muriithi | |
| * Fix tabulation * Reduce amount of text * Leave comments for future improvements. | |||
| 2025-12-10 | Improve layout: Use more of the horizontal space for medium screens. | Frederick Muriuki Muriithi | |
| 2025-12-10 | Replace sections with UI tabs. | Frederick Muriuki Muriithi | |
| 2025-12-10 | Change element's ID. | Frederick Muriuki Muriithi | |
| 2025-12-10 | Improve UI text. | Frederick Muriuki Muriithi | |
| 2025-12-10 | Feature Flags: Generically deal with HTTP-based feature flags. | Frederick Muriuki Muriithi | |
| * Define a default `FEATURE_FLAGS_HTTP` configuration variable that's an empty list to help defining http-based feature flags that can be used to turn on/off features * Build macro to include hidden fields for feature flags where necessary. * Extend flask's `url_for` function to deal with defined feature flags in a mostly transparent way | |||
| 2025-12-10 | Move sidebar to the end for tiny screens. | Frederick Muriuki Muriithi | |
| 2025-12-10 | Improve styling. | Frederick Muriuki Muriithi | |
| 2025-12-10 | Move common CSS to separate file. | Frederick Muriuki Muriithi | |
