aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-25authentication_tools: Mark `check_owner_or_admin` as deprecated...Use the new auth proxy tools instead. BonfaceKilz
2021-10-25Add "GET /resource-management/resources/<resource_id>"BonfaceKilz
2021-10-25wqflask: resource_manager: Add `add_extra_resource_metadata` methodBonfaceKilz
2021-10-25Remove dead lineBonfaceKilz
2021-10-25manage_resource.html: Display group name next to it's unique idBonfaceKilz
2021-10-25manage_resource.html: If owner owns a resource display their nameBonfaceKilz
2021-10-25manage_resource.html: Remove "flash"BonfaceKilz
2021-10-25utility.hmac: Label "hmac_creation" as deprecated...This function is coupled to "wqflask.app", therefore requiring it's import at the module level. This may lead circular importation issues when working with blueprints. BonfaceKilz
2021-10-25decorators: Add `@login_required` decoratorBonfaceKilz
2021-10-25Remove "utility.hmac.hmac_creation" which causes circular imports...Hacky but re-implement `hmac_creation` as `create_hmac` BonfaceKilz
2021-10-25Replace "resource_id" with "resource_info" dict...This avoids calling Redis twice when fetching metadata about the resource. BonfaceKilz
2021-10-25Get a users access mask...If a user has several access roles, select the highest role. BonfaceKilz
2021-10-25Add immutable data structures for admin and data access rolesBonfaceKilz
2021-10-25resource_manager: Add OrderedEnum...Borrowed from: <https://github.com/woodruffw/ordered_enum/tree/master/src/ordered_enum> BonfaceKilz
2021-10-25resource_manager: Add `get_user_membership` methodBonfaceKilz
2021-10-25resource_manager: Delete every route & helper method in this module...This module is coupled to `utility.redis_tools` which needs to be deprecated. Also, the routes are created by importing `app` instead of creating a new blueprint. BonfaceKilz
2021-10-25Add test-cases for `get_user_membership`BonfaceKilz
2021-10-25Mark `get_resource_info` as deprecatedBonfaceKilz
2021-10-25Add default setting for REDIS_URLBonfaceKilz
2021-10-25Move markdown_routes to api/markdown...All new API definitions should be migrated to "wqflask/ api" BonfaceKilz
2021-10-25api: correlation: Delete unused importsBonfaceKilz
2021-10-25api: correlation: Delete unused loggerBonfaceKilz
2021-10-22Include the admin privilege for the 'editors' group, since it wasn't being se...zsloan
2021-10-22Fix line pulling GN3_LOCAL_URL from settingszsloan
2021-10-22Replace hardcoded GN proxy URLs in trait.py with one pulled from settingszsloan
2021-10-22Replace hardcoded GN proxy URL in decorators.py with one pulled from settingszsloan
2021-10-22Replace hardcoded GN proxy URLs with one pulled from settingszsloan
2021-10-22Replace hardcoded GN3 RQTL URLzsloan
2021-10-22Added proxy and local GN3 URLs in tools.py (which should be set in the settin...zsloan
2021-10-22Add NSF awardPjotr Prins
2021-10-22Updated funding and creditsPjotr Prins
2021-10-22Possible fix for the weird inconsistent correlation key error for strain BXD0...zsloan
2021-10-19Fixes issue with the bytes encoding being included in the string for ProbeSet...zsloan
2021-10-19Fixed some errors/logic for search results related to how the name/display na...zsloan
2021-10-19Fixed bug where the record ID for ProbeSet traits wasn't being pulled from th...zsloan
2021-10-19Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-10-19Fixed heatmap URL in view_collectionzsloan
2021-10-18Merge pull request #557 from zsloan/feature/remove_trait_creation_from_search...Feature/remove trait creation from searchzsloan
2021-10-18Fixed the way group code was used when setting phenotype trait display name +...zsloan
2021-10-18Changed table width to 100% for non-Geno datasets, since it can always be man...zsloan
2021-10-18Replace this_trait.dataset.type with just self.dataset.typezsloan
2021-10-18Merge branch 'testing' of github.com:genenetwork/genenetwork2 into feature/re...zsloan
2021-10-18Merge pull request #562 from zsloan/feature/add_resizeable_columns...Add Resizeable Table Columnszsloan
2021-10-14Merge pull request #605 from genenetwork/clustered_heatmaps...Clustered heatmapsBonfaceKilz
2021-10-14Merge pull request #607 from Alexanderlacuna/feature/integrate-gn3-wgcna...test template for gn3 wgcnaBonfaceKilz
2021-10-13Fix issue where score_type being set wrong caused an error when exporting map...zsloan
2021-10-13Add some documentation for generating heatmaps...Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/non-clustered-heatmaps-and-flipping.gmi * Add some documentation on generating the heatmaps, that would be useful for the end user. Frederick Muriuki Muriithi
2021-10-13Update the action button text...Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/non-clustered-heatmaps-and-flipping.gmi * Update the action button text to more closely correspond to the action that the button triggers. Frederick Muriuki Muriithi
2021-10-13resolve merge conflictAlexander Kabui
2021-10-13disable heatmap imageAlexander Kabui