Age | Commit message (Collapse) | 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 | Alexander_Kabui | |
* reason gnqa and gn-auth are currently unstable | |||
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` | Frederick Muriuki Muriithi | |
Fetch configurations from the application, rather than from the `gn2.utility.tools` module that does not get the updated values from the secrets file. | |||
2024-03-05 | Pick secrets from config file. | Frederick Muriuki Muriithi | |
2024-02-29 | Fix URI to query | Frederick Muriuki Muriithi | |
2024-02-21 | Merge pull request #834 from genenetwork/chores/replace-js-external-links | Alexander Kabui | |
Replacing JS External Links with Guix Packages | |||
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. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-02-15 | Add display of experiment type to dataset template. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
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 | 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 | add UI for reference rating gn-llm documents | Alexander_Kabui | |
2024-01-12 | Correctly patch the db connection when fetching accession_id. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | |||
2024-01-12 | Switch NCBI link from http to https in failing test and RDF query. | Munyoki Kilyungi | |
* 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> | |||
2024-01-10 | Check whether the metadata.dataset group first exists. | Munyoki Kilyungi | |
* gn2/wqflask/templates/genotype.html: Add metadata.dataset check in and clause. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-01-10 | Add a compare button that shows the current genotype page. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-01-10 | Add dataset metadata to genotype page when a dataset is specified. | Munyoki Kilyungi | |
* gn2/wqflask/templates/genotype.html: Add extra dataset metadata. * gn2/wqflask/views.py (get_genotype): Extend genotype URL to enable specifying the dataset name. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-01-09 | Fix the way accession_id is set + update info link on correlation page | zsloan | |
2024-01-09 | Update script's module path. | Frederick Muriuki Muriithi | |
2024-01-09 | Update module paths | Frederick Muriuki Muriithi | |
With the reorganisation, a number of module paths changed, and need to be updated. This commit fixes a few obvious ones. | |||
2024-01-08 | Update default permutations for R/qtl to 0 | zsloan | |
2024-01-08 | Update ncbi summary link to https, since before it was spending extra time ↵ | zsloan | |
trying (and failing) to query the http link before trying https | |||
2024-01-08 | Update DB info link on search result page and trait page | zsloan | |