Age | Commit message (Expand) | Author |
---|---|---|
2024-07-25 | Rename module: qc_app --> uploader | Frederick Muriuki Muriithi |
2024-04-08 | Fix issues caught by integration tests. | Frederick Muriuki Muriithi |
2024-02-28 | tests: test with just the message - don't include markup...Markup can, and will change as improvements are made, but the error messages will not change that often, plus that is what we want to actually test for, not the markup. | Frederick Muriuki Muriithi |
2024-01-24 | Checks: Update code and tests to ensure all checks pass. | Frederick Muriuki Muriithi |
2024-01-23 | Tests: Use prefixes in tests rather than starting redis server...It's easier, and more robust to put the data under a prefix within a redis database rather than try to run a redis server, especially within the test environment. This commit updates the tests to use a redis prefix instead. | Frederick Muriuki Muriithi |
2024-01-20 | Fetch sample/case names from database...Fetch the sample/case names from the database rather than from a static file in the repository. Issue: https://issues.genenetwork.org/issues/quality-control/read-samples-from-database-by-species | Frederick Muriuki Muriithi |
2023-12-20 | Provide instance_path at client creation. | Frederick Muriuki Muriithi |
2023-12-20 | Stop relying on "GUIX_ENVIRONMENT" envvar...While we run the service under GNU Guix, there is no telling where anyone else with access to the code (which is open-source) will run the application. This means we need a more dynamic way to get the paths for any commands we choose to run. | Frederick Muriuki Muriithi |
2022-06-22 | Test the results pages | Frederick Muriuki Muriithi |
2022-06-21 | Test the progress indication feature | Frederick Muriuki Muriithi |
2022-06-21 | Rename fixture: fixture gives back the redis url, not a server | Frederick Muriuki Muriithi |
2022-06-16 | Add more UI tests...- Test upload with missing or invalid data - Test triggering the parsing of the file | Frederick Muriuki Muriithi |
2022-06-15 | Setup test fixtures and initial tests for web-UI | Frederick Muriuki Muriithi |
2022-05-02 | Optimise strain names parsing...- Use a way faster way of parsing the strains file | Frederick Muriuki Muriithi |
2022-04-20 | Fix linting issues | Frederick Muriuki Muriithi |
2022-04-13 | Implement remaining file parsing tests...* Implement remaining file parsing tests and some helpers functions needed for ensuring the tests work. | Frederick Muriuki Muriithi |