aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-12CaseAttribute: Bug: Fix bugs with rejecting diffs.Frederick Muriuki Muriithi
2023-10-12CaseAttributes: Bug: Fix privileges checkFrederick Muriuki Muriithi
2023-10-12CaseAttribute: Bug: Fix query - include time_stamp.Frederick Muriuki Muriithi
2023-10-12CaseAttribute: Encode/Decode to/from JSON appropriately.Frederick Muriuki Muriithi
2023-10-12Remove unnecessary clutter.Frederick Muriuki Muriithi
2023-10-12CaseAttribute: Bug: enumerate the privileges correctly.Frederick Muriuki Muriithi
2023-10-11CaseAttribute: Reject a diff (delete file).Frederick Muriuki Muriithi
2023-10-11CaseAttribute: Load diff from file.Frederick Muriuki Muriithi
2023-10-11CaseAttribute: Save diff to db at queue time.Frederick Muriuki Muriithi
2023-10-11CaseAttribute: Save the diff to the database.Frederick Muriuki Muriithi
2023-10-10Do authorisation checks for relevant functionsFrederick Muriuki Muriithi
2023-10-10Update importsFrederick Muriuki Muriithi
2023-10-10Implement some queuing logic for diffsFrederick Muriuki Muriithi
2023-10-10Check whether there's changes before queuing the diff.Frederick Muriuki Muriithi
2023-10-10Process Edit data. Fix bugs and typos.Frederick Muriuki Muriithi
2023-10-10Retrieve InbredSet Group's samples/strainsFrederick Muriuki Muriithi
2023-10-10Retrieve InbredSet group details.Frederick Muriuki Muriithi
2023-10-10Clean-up original data, and case-attribute namesFrederick Muriuki Muriithi
2023-10-10Implement computing of diffsFrederick Muriuki Muriithi
2023-10-10Extract fetching of case-attribute namesFrederick Muriuki Muriithi
2023-10-10Rename function: Make it clearer what function does.Frederick Muriuki Muriithi
2023-10-10Bug: Fix missing cursor object.Frederick Muriuki Muriithi
2023-10-10Add scaffolding for add/delete endpoints.Frederick Muriuki Muriithi
2023-10-10Add scaffolding for case-attribute editing logic.Frederick Muriuki Muriithi
2023-10-10Extract fetching of case-attributes by InbredSetIdFrederick Muriuki Muriithi
2023-10-10Editing: Retrieve case-attribute values for an InbredSet group.Frederick Muriuki Muriithi
2023-10-10Editing: Retrieve case attributes by the related InbredSetFrederick Muriuki Muriithi
2023-10-10Remove authentication from GN3Frederick Muriuki Muriithi
2023-10-06pylint: fix variable name.Frederick Muriuki Muriithi
2023-10-06Make argument mandatoryFrederick Muriuki Muriithi
2023-10-06Get `CORRELATION_COMMAND` from current_app not `gn3.settings`Frederick Muriuki Muriithi
2023-10-06Provide keyword argument.Frederick Muriuki Muriithi
2023-10-06Pass in configs/settings as function argumentsFrederick Muriuki Muriithi
2023-10-06Settings: Add note to discourage importing directly from defaultsFrederick Muriuki Muriithi
2023-09-21Fix query in update_cross_referencezsloan
2023-09-05Trigger CI buildMunyoki Kilyungi
2023-09-05Trigger CI buildMunyoki Kilyungi
2023-09-05Update instructions on how to run pylintMunyoki Kilyungi
2023-09-05Add pylint: disable=W0402Munyoki Kilyungi
2023-09-05Remove unused importMunyoki Kilyungi
2023-09-05Ignore linting version control files and migrations folderMunyoki Kilyungi
2023-09-05Delete un-used importMunyoki Kilyungi
2023-09-05Fix C3001: Lambda expression assigned to a variableMunyoki Kilyungi
2023-09-05Remove un-necessary ellipsisMunyoki Kilyungi
2023-09-05Remove un-necessary string concatenationMunyoki Kilyungi
2023-09-05Remove pylint skipMunyoki Kilyungi
2023-09-05Remove unused importMunyoki Kilyungi
2023-09-05Replace "escape_string" with safe-query parametersMunyoki Kilyungi
2023-09-05Delete IPFS testsMunyoki Kilyungi
2023-09-05Remove type annotations for "none_case_attrs" variablesMunyoki Kilyungi