Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-11 | Replace "var" with "let" | BonfaceKilz | |
2021-11-11 | Update "create_group" endpoint in template | BonfaceKilz | |
2021-11-11 | Register "group_management" blueprint | BonfaceKilz | |
2021-11-11 | Delete all methods in group_manager.py | BonfaceKilz | |
2021-11-11 | Apply pep-8 to file | BonfaceKilz | |
2021-11-09 | Merge pull request #623 from zsloan/bug/temp_trait_fix | zsloan | |
Fixed error mistakenly introduced by the last commit | |||
2021-11-09 | Fixed error mistakenly introduced by the last commit | zsloan | |
2021-11-09 | Merge pull request #622 from zsloan/bug/temp_trait_fix | zsloan | |
Temporary fix to get temp trait submission working again; maybe shoul… | |||
2021-11-09 | Temporary fix to get temp trait submission working again; maybe should be ↵ | zsloan | |
dealt with in GN3 in some way | |||
2021-11-08 | Merge pull request #620 from genenetwork/jupyter_notebooks_ui | zsloan | |
Jupyter notebooks UI | |||
2021-11-08 | Add some paddingjupyter_notebooks_ui | Frederick Muriuki Muriithi | |
2021-11-08 | Fix styling of divs | Frederick Muriuki Muriithi | |
2021-11-08 | Fix syntax error | Frederick Muriuki Muriithi | |
2021-11-08 | Add some styling for the Jupyter links | Frederick Muriuki Muriithi | |
2021-11-08 | Fix URL | Frederick Muriuki Muriithi | |
2021-11-08 | Fix runtime errors | BonfaceKilz | |
* wqflask/wqflask/__init__.py: when registering a URL, the url_prefix should begin with a trailing slash. * wqflask/wqflask/jupyter_notebooks.py: fix imports. | |||
2021-11-08 | Hook up new UI page to the main menu | Frederick Muriuki Muriithi | |
* Hook up the new Jupyter Notebooks UI to the main menu | |||
2021-11-08 | Build UI for Jupyter Notebooks Launcher | Frederick Muriuki Muriithi | |
* Build a HTML UI for the Jupyter Notebooks Launcher feature that fits in, aesthetically, with that of the whole GeneNetwork look and feel. | |||
2021-11-05 | Add created_timestamp when creating a new group | BonfaceKilz | |
2021-11-05 | Add created_timestamp when creating a new group | BonfaceKilz | |
2021-11-05 | Use members uuid | BonfaceKilz | |
2021-11-05 | Add script for manually adding "editors" to each resource | BonfaceKilz | |
2021-11-05 | Add template for displaying changed data | BonfaceKilz | |
2021-11-04 | Removes unused import | jgart | |
2021-11-04 | Use the correct dataset_id in sql query | BonfaceKilz | |
2021-11-04 | Remove variables that are only used once | BonfaceKilz | |
2021-11-04 | Delete obsolete template files | BonfaceKilz | |
2021-11-04 | Move "*/diffs/*" to metadata_edits module | BonfaceKilz | |
2021-11-04 | Sort import according to pep-8 spec | BonfaceKilz | |
2021-11-04 | use gn3 imports | BonfaceKilz | |
2021-11-04 | Remove "author" from file name when storing csv | BonfaceKilz | |
2021-11-04 | Move authentication logic to gn3 | BonfaceKilz | |
2021-11-04 | metadata_edits.py: Embed resource-id in a given file-name csv | BonfaceKilz | |
2021-11-04 | edit_phenotype.html: Update endpoint for downloading csv | BonfaceKilz | |
2021-11-04 | Move "get_sample_data_as_csv" to metadata_edits.py | BonfaceKilz | |
2021-11-04 | Add "login_required" decorator to metadata edit endpoints | BonfaceKilz | |
2021-11-04 | Delete "check_access_permissions" | BonfaceKilz | |
This check happens before every single request! Remove this. | |||
2021-11-04 | Delete noisy debugging | BonfaceKilz | |
Logging happens before every request, twice! Remove these. | |||
2021-11-04 | Redirect to "no_access_page" for pages that need edit and edit-admin | BonfaceKilz | |
2021-11-04 | check for null timestamp | Alexander Kabui | |
2021-11-04 | cache traits metadata | Alexander Kabui | |
2021-11-04 | store table timestamp on redis | Alexander Kabui | |
2021-11-04 | init function to get the table timestamp | Alexander Kabui | |
2021-11-04 | pep8 formatting ,minor fixes | Alexander Kabui | |
2021-11-04 | generate filename hash | Alexander Kabui | |
2021-11-04 | fetch cached results | Alexander Kabui | |
2021-11-04 | function to cache sample results | Alexander Kabui | |
2021-11-02 | Removed the event for changing a sample value from initComplete and just put ↵ | zsloan | |
it in show_trait.js, since apparently the code in initComplete doesn't run with current DataTables settings | |||
2021-11-02 | Removed deferRender since it causes problems with Scroller (functions like ↵ | zsloan | |
scrolling don't work properly) | |||
2021-10-29 | Limit PCA trait table to something reasonable and set checkbox/index column ↵ | zsloan | |
widths |