aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-11view_group.html: Hide the "Change Group Name" button for non-adminsBonfaceKilz
2021-11-11view_group.html: Prepend "Name" before the group nameBonfaceKilz
2021-11-11view_group.html: Display the group's UID if the user is an adminBonfaceKilz
2021-11-11view_group.html: Use GROUP_URL for adding admins and usersBonfaceKilz
2021-11-11view_group.html: Add html indentationBonfaceKilz
2021-11-11view_group.html: Remove redundant bool checkBonfaceKilz
2021-11-11Rename "view_groups" to "display_groups"BonfaceKilz
2021-11-11Update URL for viewing a particular groupBonfaceKilz
2021-11-11Update URL for creating a new groupBonfaceKilz
2021-11-11Update URL for removing groups in templateBonfaceKilz
2021-11-11group_manager.py: Add methods for creating and deleting groupsBonfaceKilz
2021-11-11Remove empty JavaScript script-blockBonfaceKilz
2021-11-11Replace "var" with "let"BonfaceKilz
2021-11-11Update "create_group" endpoint in templateBonfaceKilz
2021-11-11Register "group_management" blueprintBonfaceKilz
2021-11-11Delete all methods in group_manager.pyBonfaceKilz
2021-11-11Apply pep-8 to fileBonfaceKilz
2021-11-09Merge pull request #623 from zsloan/bug/temp_trait_fixzsloan
Fixed error mistakenly introduced by the last commit
2021-11-09Fixed error mistakenly introduced by the last commitzsloan
2021-11-09Merge pull request #622 from zsloan/bug/temp_trait_fixzsloan
Temporary fix to get temp trait submission working again; maybe shoul…
2021-11-09Temporary fix to get temp trait submission working again; maybe should be ↵zsloan
dealt with in GN3 in some way
2021-11-08Merge pull request #620 from genenetwork/jupyter_notebooks_uizsloan
Jupyter notebooks UI
2021-11-08Add some paddingjupyter_notebooks_uiFrederick Muriuki Muriithi
2021-11-08Fix styling of divsFrederick Muriuki Muriithi
2021-11-08Fix syntax errorFrederick Muriuki Muriithi
2021-11-08Add some styling for the Jupyter linksFrederick Muriuki Muriithi
2021-11-08Fix URLFrederick Muriuki Muriithi
2021-11-08Fix runtime errorsBonfaceKilz
* 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-08Hook up new UI page to the main menuFrederick Muriuki Muriithi
* Hook up the new Jupyter Notebooks UI to the main menu
2021-11-08Build UI for Jupyter Notebooks LauncherFrederick 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-05Add created_timestamp when creating a new groupBonfaceKilz
2021-11-05Add created_timestamp when creating a new groupBonfaceKilz
2021-11-05Use members uuidBonfaceKilz
2021-11-05Add script for manually adding "editors" to each resourceBonfaceKilz
2021-11-05Add template for displaying changed dataBonfaceKilz
2021-11-04Removes unused importjgart
2021-11-04Use the correct dataset_id in sql queryBonfaceKilz
2021-11-04Remove variables that are only used onceBonfaceKilz
2021-11-04Delete obsolete template filesBonfaceKilz
2021-11-04Move "*/diffs/*" to metadata_edits moduleBonfaceKilz
2021-11-04Sort import according to pep-8 specBonfaceKilz
2021-11-04use gn3 importsBonfaceKilz
2021-11-04Remove "author" from file name when storing csvBonfaceKilz
2021-11-04Move authentication logic to gn3BonfaceKilz
2021-11-04metadata_edits.py: Embed resource-id in a given file-name csvBonfaceKilz
2021-11-04edit_phenotype.html: Update endpoint for downloading csvBonfaceKilz
2021-11-04Move "get_sample_data_as_csv" to metadata_edits.pyBonfaceKilz
2021-11-04Add "login_required" decorator to metadata edit endpointsBonfaceKilz
2021-11-04Delete "check_access_permissions"BonfaceKilz
This check happens before every single request! Remove this.
2021-11-04Delete noisy debuggingBonfaceKilz
Logging happens before every request, twice! Remove these.