Age | Commit message (Expand) | Author |
---|---|---|
2024-03-06 | Use AUTH_SERVER_URL setting from flask.current_app not gn2.utility.tools | Frederick Muriuki Muriithi |
2024-03-06 | Bug: Break circular import | Frederick Muriuki Muriithi |
2024-03-05 | disable login requirement for gnqa on cd... * reason gnqa and gn-auth are currently unstable | Alexander_Kabui |
2024-03-05 | Fix missed bug: Don't use `gn2.utility.tools` for configs. | Frederick Muriuki Muriithi |
2024-03-05 | configs: Fetch configs from app not `gn2.utility.tools`...Fetch configurations from the application, rather than from the `gn2.utility.tools` module that does not get the updated values from the secrets file. | Frederick Muriuki Muriithi |
2024-03-05 | Pick secrets from config file. | Frederick Muriuki Muriithi |
2024-03-04 | Include ALL html templates. | Frederick Muriuki Muriithi |
2024-03-02 | Doc database layout | Pjotr Prins |
2024-03-02 | doc: databasing | Pjotr Prins |
2024-02-29 | Fix URI to query | Frederick Muriuki Muriithi |
2024-02-21 | Merge pull request #834 from genenetwork/chores/replace-js-external-links...Replacing JS External Links with Guix Packages | Alexander Kabui |
2024-02-21 | use font-awesome version 4.7.0 | Alexander_Kabui |
2024-02-19 | Fix font paths | zsloan |
2024-02-16 | pep8 formatting | Alexander_Kabui |
2024-02-16 | Add gnqa error page | Alexander_Kabui |
2024-02-16 | init check for user login | Alexander_Kabui |
2024-02-16 | fix for gnqa-ui:replace gnqa history button | Alexander_Kabui |
2024-02-15 | replace emfed cdn with local static files | Alexander_Kabui |
2024-02-15 | add emfed js file to static files | Alexander_Kabui |
2024-02-15 | add emfed style file locally | Alexander_Kabui |
2024-02-15 | fix font awesome package path | Alexander_Kabui |
2024-02-15 | Rework how the tissueInfo and platformInfo are fetched in template....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-02-15 | Add display of experiment type to dataset template....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-02-15 | replace cdn uikit with guix package | Alexander_Kabui |
2024-02-14 | replace d3js lib | Alexander_Kabui |
2024-02-14 | replace jquery-ui cdn with guix packaging | Alexander_Kabui |
2024-02-14 | replace cdn jquery.js with guix package | Alexander_Kabui |
2024-02-14 | remove bootstrap js external link | Alexander_Kabui |
2024-02-14 | replace bootstrap external link | Alexander_Kabui |
2024-02-14 | replace datatable cdn links with guix packages | Alexander_Kabui |
2024-02-14 | fetch xterm cdn from guix | Alexander_Kabui |
2024-02-14 | replace font awesome external links | Alexander_Kabui |
2024-01-30 | Fix path in mechanical-rob tests | Frederick Muriuki Muriithi |
2024-01-30 | Use XPath to specify form, and refine test...Use XPath to pick the form by its ID rather than its numerical position which can change with the addition of (a) form(s) before the one we wish to test. | Frederick Muriuki Muriithi |
2024-01-30 | Error reporting: Pass external error forward to GN2's error handling | Frederick Muriuki Muriithi |
2024-01-30 | Create framework for error handling and handle connection errors | Frederick Muriuki Muriithi |
2024-01-25 | fix on UI wording | Alexander_Kabui |
2024-01-25 | fix issue loading gnqa prev queries on base file | Alexander_Kabui |
2024-01-25 | add view point for gnqa search history | Alexander_Kabui |
2024-01-25 | Add modal for search history | Alexander_Kabui |
2024-01-19 | Add list panel implementation | Alexander_Kabui |
2024-01-18 | fix for qnqa ui letter spacing | Alexander_Kabui |
2024-01-16 | fix typo error | Alexander_Kabui |
2024-01-16 | Merge pull request #828 from genenetwork/feature/reference-rating-ui...add UI for reference rating gn-llm documents | Alexander Kabui |
2024-01-16 | add UI for reference rating gn-llm documents | Alexander_Kabui |
2024-01-12 | Correctly patch the db connection when fetching accession_id....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-01-12 | Switch NCBI link from http to https in failing test and RDF query....* gn2/tests/wqflask/show_trait/test_show_trait.py (test_get_ncbi_summary_request): Replace "http://eutils.ncbi.nlm.nih.gov" with "https://eutils.ncbi.nlm.nih.gov" * gn2/wqflask/views.py (get_probeset): Ditto. Co-authored-by: Alexander Kabui <Alexanderkabua@gmail.com> Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-01-12 | doc/testing.org: Fix minor typo....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-01-10 | Check whether the metadata.dataset group first exists....* gn2/wqflask/templates/genotype.html: Add metadata.dataset check in and clause. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-01-10 | Add a compare button that shows the current genotype page....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |