Age | Commit message (Expand) | Author |
---|---|---|
2023-10-10 | Update imports•••Update imports after removing the authentication from GN3 | Frederick Muriuki Muriithi |
2023-10-10 | Implement some queuing logic for diffs•••Queue the diffs into files - this might change somewhat once we verify whether case-attribute editing needs an approval step. | Frederick Muriuki Muriithi |
2023-10-10 | Check whether there's changes before queuing the diff. | Frederick Muriuki Muriithi |
2023-10-10 | Process Edit data. Fix bugs and typos.•••Process the edit data into a CSV form for diff generation. Fix bug in: * processing of original data into a CSV * variable passed to DictWriter * arguments to functions | Frederick Muriuki Muriithi |
2023-10-10 | Retrieve InbredSet Group's samples/strains•••Retrieve the samples/strains that relate to a particular InbredSet group. | Frederick Muriuki Muriithi |
2023-10-10 | Retrieve InbredSet group details. | Frederick Muriuki Muriithi |
2023-10-10 | Clean-up original data, and case-attribute names•••For diff-generation purposes, this commit processes the data into a form that is useful for generation of the CSV files to be used for the diffs. | Frederick Muriuki Muriithi |
2023-10-10 | Implement computing of diffs | Frederick Muriuki Muriithi |
2023-10-10 | Extract fetching of case-attribute names•••Extract the fetching of case-attribute names into a separate function that can be used elsewhere. | Frederick Muriuki Muriithi |
2023-10-10 | Rename function: Make it clearer what function does. | Frederick Muriuki Muriithi |
2023-10-10 | Bug: Fix missing cursor object. | Frederick Muriuki Muriithi |
2023-10-10 | Add scaffolding for add/delete endpoints. | Frederick Muriuki Muriithi |
2023-10-10 | Add scaffolding for case-attribute editing logic. | Frederick Muriuki Muriithi |
2023-10-10 | Extract fetching of case-attributes by InbredSetId | Frederick Muriuki Muriithi |
2023-10-10 | Editing: Retrieve case-attribute values for an InbredSet group. | Frederick Muriuki Muriithi |
2023-10-10 | Editing: Retrieve case attributes by the related InbredSet | Frederick Muriuki Muriithi |