Age | Commit message (Expand) | Author |
2021-10-28 | workflows: main.yml: Add GN_PROXY_URL and GN3_LOCAL_URL to CI | 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-26 | Remove unnecessary git pull commands from installation instructions | jgart |
2021-10-25 | Updated version tutorial on 10-25-21 by ACenteno | Arthur Centeno |
2021-10-25 | Merge github.com:genenetwork/genenetwork2 into acenteno | Arthur Centeno |
2021-10-25 | Updated version of tutorials by ACenteno on 10-25-21 | Arthur Centeno |
2021-10-25 | manage_resource.html: Replace button with link | BonfaceKilz |
2021-10-25 | Add "POST /resources/<resource_id>/change-owner" endpoint | BonfaceKilz |
2021-10-25 | change_resource_owner.html: Replace "the_html" with searchResultHtml | BonfaceKilz |
2021-10-25 | change_resource_owner.html: Replace "var" with "let"•••"let" is lexically scoped.
| BonfaceKilz |
2021-10-25 | change_resource_owner.html: Update endpoint for user-search•••This link has the {{ resource_id }} set because it's a required
argument for the "@edit_admins_access_required" decorator
| BonfaceKilz |
2021-10-25 | Add "POST /resource-management/<resource_id>/users/search" | BonfaceKilz |
2021-10-25 | Add "GET /resources/<resource_id>/change-owner" endpoint | BonfaceKilz |
2021-10-25 | utility: redis_tools: Remove dead functions | BonfaceKilz |
2021-10-25 | manage_resource.html: Update the URL for updating the owner | BonfaceKilz |
2021-10-25 | decorators: Use the correct logic to check for edit_admins_access | BonfaceKilz |
2021-10-25 | Update failing tests when testing `get_user_access_roles` | BonfaceKilz |
2021-10-25 | Use gn-proxy to fetch access-roles instead of looking at redis | BonfaceKilz |
2021-10-25 | Add `edit_admins_required` decorator | BonfaceKilz |
2021-10-25 | Add "GN2_PROXY" as a configurable option | BonfaceKilz |
2021-10-25 | scripts: resource: Add value for "admin" when updating resources | BonfaceKilz |
2021-10-25 | Add `POST resource-management/resources/<resource-id>/make-public`•••This endpoint either makes resources public or non-public by tweaking
the access-masks.
| BonfaceKilz |
2021-10-25 | wqflask: resource_manager: Add "resource_id" to resource dict | BonfaceKilz |
2021-10-25 | resource_manager: Use := to store embellished resource dict | BonfaceKilz |