Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-12 | Raise error if file is missing rather than returning a Union value. | Frederick Muriuki Muriithi | |
2024-01-24 | Checks: Update code and tests to ensure all checks pass. | Frederick Muriuki Muriithi | |
2024-01-24 | redis-prefix: update "upload samples" path | Frederick Muriuki Muriithi | |
2024-01-15 | Update imports: `take` was moved to different package. | Frederick Muriuki Muriithi | |
2024-01-08 | Use extracted functions and fix bugs | Frederick Muriuki Muriithi | |
2024-01-08 | Extract common database functions into a separate package. | Frederick Muriuki Muriithi | |
2023-12-19 | Bug: Commit population before trying to upload data. | Frederick Muriuki Muriithi | |
2023-12-18 | Samples: Hook-up external async script to upload the samples. | Frederick Muriuki Muriithi | |
2023-12-14 | samples: Create external script and fix some bugs. | Frederick Muriuki Muriithi | |
2023-12-14 | Pass connection to `species_by_id` function. | Frederick Muriuki Muriithi | |
To make `species_by_id` function reusable even outside of the application context, pass in the database connection instead of creating the connection inside the function. | |||
2023-12-11 | samples: Fix bugs in code saving samples to db | Frederick Muriuki Muriithi | |
* Check whether first row in file is for headings * Break infinite loop: check batch has content * Update saving of uploaded files | |||
2023-12-07 | Samples: Read an save data to db. | Frederick Muriuki Muriithi | |
2023-12-06 | Feature: Upload Samples/Cases | Frederick Muriuki Muriithi | |
Implements the code enabling the upload of the samples/cases to the database. |