Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-26 | Make GN3_LOCAL_URL local to avoid circular imports. | Munyoki Kilyungi | |
* gn2/wqflask/edit.py: Move GN3_LOCAL_URL ... (metadata_edit): ... here. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Delete "raise_unimplemented". | Munyoki Kilyungi | |
* gn2/wqflask/oauth2/groups.py: Remove unused "raise_unimplemented" import. * gn2/wqflask/oauth2/request_utils.py (raise_unimplemented): Delete function. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Add new hidden input for metadata id. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Rename summary label to "edit-summary". | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Add function for saving metadata in git. | Munyoki Kilyungi | |
* gn2/wqflask/edit.py (save_dataset_metadata): New function. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Add classified-under to hidden form inputs. | Munyoki Kilyungi | |
* gn2/wqflask/templates/metadata/editor.html: Add "classified-under" form element. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Add conditional for accessionId in metadata editor template. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Correctly wrap the "__build_access_checker__" function. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Remove unused imports. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Rename "required_access" to "required_trait_access". | Munyoki Kilyungi | |
* gn2/wqflask/decorators.py (required_access): Rename this to ... (required_trait_access): ... this. * gn2/wqflask/metadata_edits.py: Ditto. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Delete unused page. | Munyoki Kilyungi | |
* gn2/wqflask/views.py (display_diffs_admin): Delete. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Remove unused imports. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Delete "edit_access_required" decorator. | Munyoki Kilyungi | |
* gn2/wqflask/decorators.py (edit_access_required): Delete. * gn2/wqflask/resource_manager.py: Delete references to "edit_access_required". Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-26 | Integrate CKEditor into metadata editing. | Munyoki Kilyungi | |
* gn2/wqflask/__init__.py: Register blueprint endpoint for metadata edits. * gn2/wqflask/edit.py (metadata_edit): New function. (save): Ditto. * gn2/wqflask/templates/metadata/dataset.html: New template. * gn2/wqflask/templates/metadata/editor.html: New template. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-22 | log full error messaging for gnqa rating | Alexander_Kabui | |
2024-03-22 | use icon for search history | Alexander_Kabui | |
2024-03-22 | add gnqa evaluation UI | Alexander_Kabui | |
2024-03-22 | Mapping page: minor text edits | Pjotr Prins | |
2024-03-21 | Fix issue where Haplotype band could overlap with Homology band (plus other ↵ | zsloan | |
spacing issues related to the Homology band) Change Homology track colors to be more color-blind friendly | |||
2024-03-21 | Give more space for strain names in haplotype band | zsloan | |
2024-03-21 | Fix bug where scatterplot didn't work for temp traits | zsloan | |
2024-03-18 | linnkify abstract and references | Alexander_Kabui | |
2024-03-18 | add pumed search link | Alexander_Kabui | |
2024-03-18 | add pubdata ui | Alexander_Kabui | |
2024-03-14 | Disable CaseAttributeId - because it needs an update to the database | GN2 | |
and it is not clear why. @bonfacem. | |||
2024-03-13 | Make some improvements to the collections list template | zsloan | |
2024-03-13 | Add options to select by index/attr (instead of just block) | zsloan | |
2024-03-07 | fix bugs. | Frederick Muriuki Muriithi | |
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-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 | |