aboutsummaryrefslogtreecommitdiff
path: root/gn3/settings.py
AgeCommit message (Expand)Author
2024-09-12Getting Rqtl to run on fallbackPjotr Prins
2024-08-01Add `gn3.oauth2` module to handle authorisationsFrederick Muriuki Muriithi
2024-05-20Remove unused variable.Munyoki Kilyungi
2024-05-01Load LLM_DB_PATH as a setting.Alexander_Kabui
2024-04-30Update LLM_DB_PATH config.Alexander_Kabui
2024-03-26add sqlite-db-path configAlexander_Kabui
2024-03-22use tmp for test dbAlexander_Kabui
2024-03-22add gnqa db pathAlexander_Kabui
2024-01-03fix fetch token error from curent appAlexander_Kabui
2024-01-03fetch auth token from current appAlexander_Kabui
2023-12-22Feature/gn llms (#140)Alexander Kabui
2023-10-10Do authorisation checks for relevant functionsFrederick Muriuki Muriithi
2023-10-06Settings: Add note to discourage importing directly from defaultsFrederick Muriuki Muriithi
2023-06-07auth: Remove "migrate-data" scope.Frederick Muriuki Muriithi
2023-06-07auth: Remove obsoleted scopeFrederick Muriuki Muriithi
2023-05-29auth: Enable registration of OAuth2 clientsFrederick Muriuki Muriithi
2023-04-17Fix typo, os.environment -> os.environMunyoki Kilyungi
2023-04-17Update the default SPARQL endpointMunyoki Kilyungi
2023-03-09auth: data migration: Data migration outlineFrederick Muriuki Muriithi
2023-03-09auth: introspection: Protect introspection endpointFrederick Muriuki Muriithi
2023-03-01Fetch sampledataMunyoki Kilyungi
2022-12-22tests: Setup environment variables and configsFrederick Muriuki Muriithi
2022-12-22auth: implement OAuth2 flow.oauth2_auth_flowFrederick Muriuki Muriithi
2022-11-08Tests: Generalise testing 'CREATE TABLE' migrationsFrederick Muriuki Muriithi
2022-11-08Settings: Provide default `AUTH_DB` setting.Frederick Muriuki Muriithi
2022-11-03Add credentials checkingFrederick Muriuki Muriithi
2022-10-26Add xapian database connection context manager.Arun Isaac
2022-07-22import rust_correlation when running gn3 as libAlexander_Kabui
2022-07-11Allow CORS everywhere by defaultFrederick Muriuki Muriithi
2022-06-29new variable: CORRELATION_COMMANDAlexander
2022-02-21Fix a myriad of linter issuesFrederick Muriuki Muriithi
2022-02-08Use multiprocessing to speed up computationFrederick Muriuki Muriithi
2021-12-02Implement dataset metadata API endpoint.Arun Isaac
2021-11-20Merge pull request #56 from genenetwork/partial-correlationsMuriithi Frederick Muriuki
2021-11-16Remove sqlalchemy.Arun Isaac
2021-11-04Implement `compute_partial_correlations_fast`Frederick Muriuki Muriithi
2021-11-04Partially implement `partial_correlation_recursive`Frederick Muriuki Muriithi
2021-11-01Implement `compute_partial_correlations_fast`Frederick Muriuki Muriithi
2021-10-29Feature/biweight reimplementation (#47)Alexander Kabui
2021-10-19Fix some linting issuesFrederick Muriuki Muriithi
2021-10-19Allow CORS_ORIGINS to be configurable via the environmentFrederick Muriuki Muriithi
2021-09-27fix merge conflictsAlexander Kabui
2021-09-20Enable Cross-Origin Resource SharingFrederick Muriuki Muriithi
2021-09-16Add WGCNA_SCRIT env to settingsAlexander Kabui
2021-08-31Provide utilities for genotype filesMuriithi Frederick Muriuki
2021-08-30Implement module for interfacing with rust-qtlreaperMuriithi Frederick Muriuki
2021-06-23minor fixes for biweight scriptAlexander Kabui
2021-06-20merge mainAlexander Kabui
2021-06-20make requested changes to biweightAlexander Kabui
2021-05-17Added RQTL_WRAPPER_CMD (which is fetched from environment) in settings.pyzsloan