Age | Commit message (Expand) | Author |
---|---|---|
2024-04-23 | Don't fail startup due to missing config. | Frederick Muriuki Muriithi |
2024-04-23 | Separate the auth server's public key from app's private key...* Use the app's private key to sign the initial assertions used for retrieving an authorisation token from the auth server. * Use auth server's public key to validate the authorisation tokens got from the auth server. | Frederick Muriuki Muriithi |
2024-04-23 | Generate assertions to be used to get the token from the auth server | Frederick Muriuki Muriithi |
2024-04-23 | Client needs access to PRIVATE KEY, not PUBLIC KEY. | Frederick Muriuki Muriithi |
2024-04-23 | Use the JWT Bearer grant type | Frederick Muriuki Muriithi |
2024-04-23 | SSL_KEY_PAIR_PUBLIC_KEY: New setting...Define a new setting named SSL_KEY_PAIR_PUBLIC_KEY to hold the path to the SSL key-pair's public key, used with the JWTs. | Frederick Muriuki Muriithi |
2024-04-22 | Change haplotype analyst color scheme | zsloan |
2024-04-16 | Import missing symbol. | Frederick Muriuki Muriithi |
2024-04-11 | Merge pull request #838 from genenetwork/feature/refactor-gnqa-ui...Feature/refactor gnqa UI | Alexander Kabui |
2024-04-05 | Delete redundant UI codebase. | Alexander_Kabui |
2024-04-05 | Use bootstrap classes for ui. | Alexander_Kabui |
2024-04-05 | Refactor gnqa history endpoint.... * require gn-auth | Alexander_Kabui |
2024-04-05 | Add get history fetch url on gnqa homepage. | Alexander_Kabui |
2024-04-05 | Add gnqa history search page. | Alexander_Kabui |
2024-04-05 | Update UI for gnqa rating to use htmx. | Alexander_Kabui |
2024-04-05 | Update gnqa rating route. | Alexander_Kabui |
2024-04-03 | Add pubmed info and styling | Alexander_Kabui |
2024-04-02 | Display a history page containing all the edits....* gn2/wqflask/edit.py (__fetch_dataset_git_history__): New function. (view_history): New end-point. * gn2/wqflask/templates/dataset.html: Use htmx to fetch history. * gn2/wqflask/templates/dataset_history.html: New history page. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-04-02 | Use the dataset id to fetch the authorisation roles....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-04-02 | Load the edit page on the same page using HTMX....* gn2/wqflask/templates/dataset.html: Delete target="_blank" for the edit links. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-04-02 | Properly chain all the git and write operations together....* gn2/wqflask/edit.py (save_dataset_metadata): Chain running the git commands and the write operation together. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-04-02 | Refactor __run_cmd into private function __run_cmd__....* gn2/wqflask/edit.py: Import Right. Delete curry. (save_dataset_metadata)[__run_cmd]: Move this... (__run_cmd__): ... here. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-04-02 | Add a "View History" link....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-03-27 | Add some styling to gnqa answer page....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Fix htmx swap....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Delete unused javascript in gnqa page....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Add missing braces/brackets....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Enable auto-complete in form....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Clean up gnqa answer page....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Delete unused template....* gn2/wqflask/templates/pubmed_modal.html: Delete. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Delete llm.css and it's references....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Require ouath2 for gnqa history search....* gn2/wqflask/views.py (gnqna_hist): Add "require_oauth2" decorator. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Add htmx indicator....Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-03-27 | Add some styling to AI search bar....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Move search box to below the header....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Wrap "search" block round entire div that nests the search box....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Format files....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Re-locate gnqa search box to gnqa.html....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Require log-in to use the gn-qa search system....* gn2/wqflask/views.py: Import require_oauth2. (gnqna): Add "require_oauth2" decorator. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Clean up base.html....* gn2/wqflask/templates/base.html: Replace TABS with white-space. Fix hanging html tags. Format file. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Rework GN-QA landing page....Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-27 | Fix mark-up in gn-qa landing page....Co-authored-by: Alexander Kabui <Alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-03-26 | Patch correct module to fix tests. | Frederick Muriuki Muriithi |
2024-03-26 | Revert "bug: gn2.wqflask.resource_manager has no `requests` defined"...This reverts commit dde660453fc402b020178db41d136334a1b91b89. | Frederick Muriuki Muriithi |
2024-03-26 | Revert "Update test function signatures and remove obsolete tests."...This reverts commit 77af7c016749998d62b769bdd24069f511925ef9. | Frederick Muriuki Muriithi |
2024-03-26 | Update test function signatures and remove obsolete tests. | Frederick Muriuki Muriithi |
2024-03-26 | bug: gn2.wqflask.resource_manager has no `requests` defined...gn2.wqflask.resource_manager module does not have a `requests` variable or function defined, leading to errors in the test. | Frederick Muriuki Muriithi |
2024-03-26 | Revert "Disable CaseAttributeId - because it needs an update to the database"...This reverts commit 4539ef0297bb4b8c2954f250697c237069a16d64. This commit was ignoring the historical context that led to the changes in the schema of the `CaseAttribute*` tables, and leads to errors when the database schema is updated. | Frederick Muriuki Muriithi |
2024-03-26 | Add missing docstrings to save/metadata_edit functions....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-03-26 | Add "dataset.name" field to the editor form....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |