aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
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
2021-11-04Delete noisy debuggingBonfaceKilz
2021-11-04Redirect to "no_access_page" for pages that need edit and edit-adminBonfaceKilz
2021-11-04check for null timestampAlexander Kabui
2021-11-04cache traits metadataAlexander Kabui
2021-11-04store table timestamp on redisAlexander Kabui
2021-11-04init function to get the table timestampAlexander Kabui
2021-11-04pep8 formatting ,minor fixesAlexander Kabui
2021-11-04generate filename hashAlexander Kabui
2021-11-04fetch cached resultsAlexander Kabui
2021-11-04function to cache sample resultsAlexander Kabui
2021-11-02Removed the event for changing a sample value from initComplete and just put ...zsloan
2021-11-02Removed deferRender since it causes problems with Scroller (functions like sc...zsloan
2021-10-29Limit PCA trait table to something reasonable and set checkbox/index column w...zsloan
2021-10-29Merge github.com:genenetwork/genenetwork2 into acentenoArthur Centeno
2021-10-29updating tutorials and header on base 10-29-21aArthur Centeno
2021-10-28Remove all elasticsearch references in gn2BonfaceKilz
2021-10-28Remove the use of '@deprecated'BonfaceKilz
2021-10-28Prefer tuples over listsBonfaceKilz
2021-10-28Pass "name" to "edit_probeset.html" templateBonfaceKilz
2021-10-28Remove decoding when parsing author variableBonfaceKilz
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