Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-06 | Use latest self-hosted guix-bioinformatics channel. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-11-06 | Disable SSL check on Mechanical Rob. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-11-06 | Update the default auth url. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-10-26 | case-attribute: approve/reject diff | Frederick Muriuki Muriithi | |
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. | |||
2023-10-26 | case-attributes: View the diffs. | Frederick Muriuki Muriithi | |
2023-10-26 | CaseAttribute: List out the diffs | Frederick Muriuki Muriithi | |
List out the diffs and create placeholders for active elements that do not yet have the back-end code that handles them. | |||
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 | Frederick Muriuki Muriithi | |
Provide a "wrapped" requests module that returns an Either monad rather than a request directly. Send requests to GN3 rather than gn-auth | |||
2023-10-26 | Use auth-server for authentication | Frederick Muriuki Muriithi | |
Authenticate with the Auth-server (gn-auth) to get the token to use on the API server (GN3). | |||
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 | Frederick Muriuki Muriithi | |
A resource is not linked directly to a user group any more. | |||
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. | zsloan | |
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 | |||
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 | |
edge of the browser window | |||
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 | Frederick Muriuki Muriithi | |
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. | |||
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 ↵ | zsloan | |
use the cached data for | |||
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 ↵ | zsloan | |
being pulled from the dataid instead of the trait sample values | |||
2023-09-25 | Update function for getting number of collections in scatterplot page | zsloan | |
2023-09-21 | Fix the way id_ is accessed from existing_publication | zsloan | |
2023-09-21 | Remove check for collections from mapping cofactor selection UI | zsloan | |
2023-09-21 | Add update_cross_reference to imports | zsloan | |
2023-09-20 | Revert "Revert "Remove SECRET_KEY from mandatory start up check"" | Frederick Muriuki Muriithi | |
This reverts commit 89abbdd63840b1a1ea27f7dc8c5146563193b23a. | |||
2023-09-20 | Revert "Remove SECRET_KEY from mandatory start up check" | Frederick Muriuki Muriithi | |
This reverts commit 093cad933bfd241e993afbbd431d64efdd354e1d. | |||
2023-09-19 | Add links to GN-hosted portals | zsloan | |
2023-09-13 | Remove unnecessary sections. | Munyoki Kilyungi | |
* .github/PULL_REQUEST_TEMPLATE.md: Delete unnecessary sections. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-09-13 | Remove GN2 generif link. | Munyoki Kilyungi | |
* wqflask/wqflask/templates/show_trait_details.html: Delete GN2 generif link. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-09-13 | add mastadon feed to homepage | Alexander_Kabui | |
2023-09-13 | Patch MySQLdb.escape_string to use use a connection. | Munyoki Kilyungi | |
* wqflask/utility/db_tools.py: Delete MySQLdb.escape_. Import get_setting, database_connection. (escape_): New function. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-09-12 | Replace escape with function that uses conn.escape_string | zsloan | |
2023-09-12 | Remove SECRET_KEY from mandatory start up check | Munyoki Kilyungi | |
* wqflask/wqflask/startup.py <startup_errors>: Remove SECRET_KEY which was introduced in d193cec7a8985. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-09-11 | Trigger CI build. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> |