aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-28Fix htmlBonfaceKilz
2021-10-28edit_probeset.html: Apply indentationBonfaceKilz
2021-10-28show_trait_details.html: Fix broken "edit-phenotype" linkBonfaceKilz
2021-10-28Move endpoint for updating probeset to metadata_edits.py as a bpBonfaceKilz
2021-10-28decorators.py: Auto-pep8 fileBonfaceKilz
2021-10-28manage_resource.html: Apply indentationBonfaceKilz
2021-10-28show_trait_details.html: Delete debug variableBonfaceKilz
2021-10-28manage_resource.html: Set ADMIN_STATUS variableBonfaceKilz
2021-10-28manage_resource.html: Add missing opening tagBonfaceKilz
2021-10-28Use correct predicate to see if a resource belongs to anyoneBonfaceKilz
2021-10-28Fix typoBonfaceKilz
2021-10-28Rename metadata edit endpointsBonfaceKilz
2021-10-28Default to an empty string if a session_id is emptyBonfaceKilz
2021-10-28edit_phenotype.html: Update form element for submitting POST dataBonfaceKilz
2021-10-28metadata_edits: Add "POST /<dataset_id>/traits/<name>/update"BonfaceKilz
2021-10-28show_trait_details.html: Use new acccess roles in templateBonfaceKilz
2021-10-28show_trait_details.html: Use new link for managing privilegesBonfaceKilz
2021-10-28show_trait_details.html: Update html links for editing metadataBonfaceKilz
2021-10-28Make DataRole and AdminRole available to all jinja templatesBonfaceKilz
2021-10-28Delete noisy loggingBonfaceKilz
2021-10-28Use new "get_user_access_roles" when showing a traitBonfaceKilz
2021-10-28Remove debug statementBonfaceKilz
2021-10-28Get "resource-id" from query parameters instead of computing itBonfaceKilz
2021-10-28Move endpoints for viewing metadata to own moduleBonfaceKilz
2021-10-26Remove unnecessary git pull commands from installation instructionsjgart
2021-10-25Updated version tutorial on 10-25-21 by ACentenoArthur Centeno
2021-10-25Merge github.com:genenetwork/genenetwork2 into acentenoArthur Centeno
2021-10-25Updated version of tutorials by ACenteno on 10-25-21Arthur Centeno
2021-10-25manage_resource.html: Replace button with linkBonfaceKilz
2021-10-25Add "POST /resources/<resource_id>/change-owner" endpointBonfaceKilz
2021-10-25change_resource_owner.html: Replace "the_html" with searchResultHtmlBonfaceKilz
2021-10-25change_resource_owner.html: Replace "var" with "let"BonfaceKilz
2021-10-25change_resource_owner.html: Update endpoint for user-searchBonfaceKilz
2021-10-25Add "POST /resource-management/<resource_id>/users/search"BonfaceKilz
2021-10-25Add "GET /resources/<resource_id>/change-owner" endpointBonfaceKilz
2021-10-25utility: redis_tools: Remove dead functionsBonfaceKilz
2021-10-25manage_resource.html: Update the URL for updating the ownerBonfaceKilz
2021-10-25decorators: Use the correct logic to check for edit_admins_accessBonfaceKilz
2021-10-25Update failing tests when testing `get_user_access_roles`BonfaceKilz
2021-10-25Use gn-proxy to fetch access-roles instead of looking at redisBonfaceKilz
2021-10-25Add `edit_admins_required` decoratorBonfaceKilz
2021-10-25Add "GN2_PROXY" as a configurable optionBonfaceKilz
2021-10-25scripts: resource: Add value for "admin" when updating resourcesBonfaceKilz
2021-10-25Add `POST resource-management/resources/<resource-id>/make-public`BonfaceKilz
2021-10-25wqflask: resource_manager: Add "resource_id" to resource dictBonfaceKilz
2021-10-25resource_manager: Use := to store embellished resource dictBonfaceKilz
2021-10-25Rename manage_resource -> view_resourceBonfaceKilz
2021-10-25manage_resource.html: Toggle the "is open to public" radio buttonsBonfaceKilz
2021-10-25wqflask: decorators: Make `edit_access_required` more genericBonfaceKilz
2021-10-25Move access_roles enums to it's own moduleBonfaceKilz