Age | Commit message (Expand) | Author |
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"...This check happens before every single request! Remove this.
| BonfaceKilz |
2021-11-04 | Delete noisy debugging...Logging happens before every request, twice! Remove these.
| BonfaceKilz |
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 |
2021-11-02 | Removed deferRender since it causes problems with Scroller (functions like sc... | zsloan |
2021-10-29 | Limit PCA trait table to something reasonable and set checkbox/index column w... | zsloan |
2021-10-29 | Merge github.com:genenetwork/genenetwork2 into acenteno | Arthur Centeno |
2021-10-29 | updating tutorials and header on base 10-29-21a | Arthur Centeno |
2021-10-28 | Remove all elasticsearch references in gn2 | BonfaceKilz |
2021-10-28 | Remove the use of '@deprecated'...This causes noisy logging.
| BonfaceKilz |
2021-10-28 | Prefer tuples over lists | BonfaceKilz |
2021-10-28 | Pass "name" to "edit_probeset.html" template | BonfaceKilz |
2021-10-28 | Remove decoding when parsing author variable | BonfaceKilz |
2021-10-28 | Fix html | BonfaceKilz |
2021-10-28 | edit_probeset.html: Apply indentation | BonfaceKilz |
2021-10-28 | show_trait_details.html: Fix broken "edit-phenotype" link | BonfaceKilz |
2021-10-28 | Move endpoint for updating probeset to metadata_edits.py as a bp | BonfaceKilz |
2021-10-28 | decorators.py: Auto-pep8 file | BonfaceKilz |
2021-10-28 | manage_resource.html: Apply indentation | BonfaceKilz |
2021-10-28 | show_trait_details.html: Delete debug variable | BonfaceKilz |
2021-10-28 | manage_resource.html: Set ADMIN_STATUS variable | BonfaceKilz |
2021-10-28 | manage_resource.html: Add missing opening tag | BonfaceKilz |
2021-10-28 | Use correct predicate to see if a resource belongs to anyone | BonfaceKilz |
2021-10-28 | Fix typo | BonfaceKilz |
2021-10-28 | Rename metadata edit endpoints | BonfaceKilz |
2021-10-28 | Default to an empty string if a session_id is empty..."user_id" is jumbled up; it's either bytes or plain strings. This
correctly parses it.
| BonfaceKilz |
2021-10-28 | edit_phenotype.html: Update form element for submitting POST data | BonfaceKilz |
2021-10-28 | metadata_edits: Add "POST /<dataset_id>/traits/<name>/update" | BonfaceKilz |
2021-10-28 | show_trait_details.html: Use new acccess roles in template | BonfaceKilz |
2021-10-28 | show_trait_details.html: Use new link for managing privileges | BonfaceKilz |
2021-10-28 | show_trait_details.html: Update html links for editing metadata | BonfaceKilz |
2021-10-28 | Make DataRole and AdminRole available to all jinja templates | BonfaceKilz |
2021-10-28 | Delete noisy logging | BonfaceKilz |
2021-10-28 | Use new "get_user_access_roles" when showing a trait...* wqflask/wqflask/show_trait/show_trait.py
(ShowTrait): Replace `check_owner_or_admin` with
`get_user_access_roles`
* wqflask/wqflask/views.py
(show_temp_trait): Pass `user_id` as extra arg to ShowTrait.
(show_trait_page): Ditto.
| BonfaceKilz |
2021-10-28 | Remove debug statement | BonfaceKilz |
2021-10-28 | Get "resource-id" from query parameters instead of computing it | BonfaceKilz |
2021-10-28 | Move endpoints for viewing metadata to own module | BonfaceKilz |
2021-10-25 | Updated version tutorial on 10-25-21 by ACenteno | Arthur Centeno |