Age | Commit message (Expand) | Author |
---|---|---|
2023-11-27 | Use correct fields when fetching a dataset's metadata....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-11-27 | Move dataset template to metadata directory....* wqflask/wqflask/templates/dataset.html: Move this ... * wqflask/wqflask/templates/metadata/dataset.html: here. Also, add htmx library. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-11-27 | Delete dead comment....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-11-25 | Fix bug caused by NaN p-values in GEMMA mapping | zsloan |
2023-11-17 | Log out query errors...Log out failures in querying the database as errors to help with catching issues with and debugging of queries. | Frederick Muriuki Muriithi |
2023-11-13 | Fix bug that caused hitting Enter on regular search after hitting Enter for g... | zsloan |
2023-11-13 | Secrets: Enable separate secrets settings file...Enable a separate secrets settings file to be provided where necessary. The secrets settings file will hold security-critical configuration values that should not be exposed in the repository. | Frederick Muriuki Muriithi |
2023-11-11 | DB docs | Pjotr Prins |
2023-11-09 | Set correlation table width to 90% | zsloan |
2023-11-09 | Make adjustments to correlation table...- Disable scroller when fewer than 2000 rows. Scroller causes a problem where you can't reach certain rows when manually scroller when rows are too 'tall' (so when descriptions are long and the window is smaller) - Disable width for Abbreviation and increase width for Peak Position so it doesn't get pushed to two lines | zsloan |
2023-11-06 | Use correct prefix for auth server's url....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-11-06 | Revert "Disable SSL check when checking whether user is logged in."...This reverts commit b178e8f8944141632032103fb5b06e3a0746d4f3. | Munyoki Kilyungi |
2023-11-06 | Disable SSL check when checking whether user is logged in....* wqflask/wqflask/views.py (index_page): Set "verify=False" in no_token_get. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-11-06 | Get full trace of SSL error and reduce number of retries in MR....* test/requests/test-website.py (host_is_online): Reduce tries from 10 to 5. Also, print out the full error---useful for CD debugging. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-11-06 | Use latest self-hosted guix-bioinformatics channel....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-11-06 | Disable SSL check on Mechanical Rob....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-11-06 | Update the default auth url....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-10-26 | case-attribute: approve/reject diff...Make calls to the API server to approve or reject a diff, depending on the user's actions. Clean up the UI elements to remove debug artifacts. | Frederick Muriuki Muriithi |
2023-10-26 | case-attributes: View the diffs. | Frederick Muriuki Muriithi |
2023-10-26 | CaseAttribute: List out the diffs...List out the diffs and create placeholders for active elements that do not yet have the back-end code that handles them. | Frederick Muriuki Muriithi |
2023-10-26 | CaseAttributes: Provide UI for diffs list. | Frederick Muriuki Muriithi |
2023-10-26 | CaseAttribute: Add link to enable editing case attributes. | Frederick Muriuki Muriithi |
2023-10-26 | Rework "success" function. | Frederick Muriuki Muriithi |
2023-10-26 | CaseAttributes: Bug: Fix query. | Frederick Muriuki Muriithi |
2023-10-26 | Fix URL: Make requests to GN3 not gn-auth...Provide a "wrapped" requests module that returns an Either monad rather than a request directly. Send requests to GN3 rather than gn-auth | Frederick Muriuki Muriithi |
2023-10-26 | Use auth-server for authentication...Authenticate with the Auth-server (gn-auth) to get the token to use on the API server (GN3). | Frederick Muriuki Muriithi |
2023-10-26 | Call utils to replace unnecessary functions. | Frederick Muriuki Muriithi |
2023-10-26 | Process data before sending to API | Frederick Muriuki Muriithi |
2023-10-26 | UI for case-attribute editing. | Frederick Muriuki Muriithi |
2023-10-26 | Remove references to "group roles". | Frederick Muriuki Muriithi |
2023-10-26 | Update template: remove group from resources | Frederick Muriuki Muriithi |
2023-10-26 | Remove group from resource...A resource is not linked directly to a user group any more. | Frederick Muriuki Muriithi |
2023-10-26 | Update role view: Add link to resource. | Frederick Muriuki Muriithi |
2023-10-26 | Fetch system roles from new `/auth/system/roles` endpoint. | Frederick Muriuki Muriithi |
2023-10-26 | Use gn-auth as the authorisation server. | Frederick Muriuki Muriithi |
2023-10-25 | Always cache mapping results for a month, even if Copy and Share isn't clicked | zsloan |
2023-10-25 | Remove expiration time when caching mapping inputs | zsloan |
2023-10-24 | Add script for converting the HXBBXH genotype file provided by Hao....Paths and sample/chromosome lists are hard-coded just because this was probably a one-time thing, but still commiting it since it's good to have it around in case we need to use it again | zsloan |
2023-10-24 | Add script for creating list of ProbeSet datasets with NAs for Max QTL | zsloan |
2023-10-24 | Make DataTables automatically adjust columns are generating the table | zsloan |
2023-10-24 | Prevent search result table from having the scroll bar not be visible at the ... | zsloan |
2023-10-11 | Fix placeholder text for correlation page Select Rows feature | zsloan |
2023-10-11 | Re-enable filter options for correlations against phenotype traits | zsloan |
2023-10-09 | collections: make POST requests...Convert the requests that either create a new collection, or add traits to an existing collection to use the "POST" method, since such requests are not idempotent. | Frederick Muriuki Muriithi |
2023-10-06 | Change WebGestalt URL to use HTTPS | zsloan |
2023-10-06 | Provide default `CORRELATION_COMMAND` setting. Remove unused import. | Frederick Muriuki Muriithi |
2023-10-03 | Include cached_trait parameter for scatterplot, so it knows which trait to us... | zsloan |
2023-09-25 | Remove parents/f1s from Other sample group | zsloan |
2023-09-25 | Invert rows/columns for multi-trait export | zsloan |
2023-09-25 | Swap parameters for mapping scatterplot, since the genotype markers were bein... | zsloan |