aboutsummaryrefslogtreecommitdiff
path: root/uploader/__init__.py
AgeCommit message (Collapse)Author
2024-09-03Put populations under species: improve hierarchy.Frederick Muriuki Muriithi
Populations cannot exist without the species they are related to. This commit updates the URI hierarchy to reflect that expectation.
2024-09-03Initialise the populations package and update references.Frederick Muriuki Muriithi
2024-08-30Initialise package for dealing with Species.Frederick Muriuki Muriithi
2024-08-28Move code handling expression data upload into new module.Frederick Muriuki Muriithi
2024-08-08Set up logging for the application.Frederick Muriuki Muriithi
Set up logging for the application to help with debugging issues.
2024-08-05Enable logout.Frederick Muriuki Muriithi
2024-08-05Add OAuth2/JWK-related endpoints.Frederick Muriuki Muriithi
2024-07-26Provide UI for enabling login to the application.Frederick Muriuki Muriithi
2024-07-26Initialise sessions for the application.Frederick Muriuki Muriithi
2024-07-26Rename configuration variableFrederick Muriuki Muriithi
QCAPP_CONF --> UPLOADER_CONF
2024-07-26Setup secrets from config file.Frederick Muriuki Muriithi
2024-07-25Fix typing and linting errors.Frederick Muriuki Muriithi
2024-07-25Rename module: qc_app --> uploaderFrederick Muriuki Muriithi