about summary refs log tree commit diff
path: root/uploader
AgeCommit message (Expand)Author
10 daysType-Checking: Add type hints for variable. HEAD mainFrederick Muriuki Muriithi
10 daysLint: Disable some checks for specific functions.Frederick Muriuki Muriithi
10 daysLint: Add docstrings for functions.Frederick Muriuki Muriithi
10 daysMake dataset name not editable.Frederick Muriuki Muriithi
10 daysProvide a default name for the dataset.Frederick Muriuki Muriithi
10 daysImprove tooltip message.Frederick Muriuki Muriithi
10 daysRemove link to provide more area for publication selection.Frederick Muriuki Muriithi
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-06Expose 'delete-phenotypes' feature to end users.Frederick Muriuki Muriithi
2026-02-06Fix flash message class.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-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
2026-01-29Make the "no value" indicator more explicit.Frederick Muriuki Muriithi
2026-01-29Remove fieldsets: They break styling.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
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
2026-01-26Replace TEMPORARY_DIRECTORY with SCRATCH_DIRECTORYFrederick Muriuki Muriithi
2026-01-26Outline deletion: Create scaffolding for idea.Frederick Muriuki Muriithi
2026-01-26Initialise forms to help delete phenotypes.Frederick Muriuki Muriithi
2026-01-26Remove commented out proof-of-concept code.Frederick Muriuki Muriithi
2026-01-26Bug: DataTables: Check both radio buttons and checkboxes.Frederick Muriuki Muriithi
2026-01-23Remove unnecessary console.debug() statement.Frederick Muriuki Muriithi
2026-01-23Fix some minor styling (css) issues.Frederick Muriuki Muriithi
2026-01-23Add initial placeholder UI to confirm deletion.Frederick Muriuki Muriithi
2026-01-23DataTables: Add some custom utility functions.Frederick Muriuki Muriithi
2026-01-23DataTables: Improve drawCallbackFrederick Muriuki Muriithi
2026-01-23DataTables: Bug -- Improve performance - use provided indexes.Frederick Muriuki Muriithi
2026-01-23DataTables: Bug -- Only add the data length if necessary.Frederick Muriuki Muriithi
2026-01-23DataTables: Only set the "data" and "columns" options if not empty.Frederick Muriuki Muriithi
2026-01-23Collect all selected phenotype IDs for deletion.Frederick Muriuki Muriithi
2026-01-23Use a form for deletion of phenotypes.Frederick Muriuki Muriithi
2026-01-23Remove data presented elsewhere.Frederick Muriuki Muriithi
2026-01-23Re-organise UIFrederick Muriuki Muriithi
2026-01-23Initialise UI for deletion of phenotypes.Frederick Muriuki Muriithi
2026-01-23Add function to delete phenotypes completely.Frederick Muriuki Muriithi
2026-01-23Add function to delete numeric data for phenotypes.Frederick Muriuki Muriithi
2026-01-23Use correct classes for type-hints.Frederick Muriuki Muriithi
2026-01-23Lint: Remove unused imports.Frederick Muriuki Muriithi