Age | Commit message (Expand) | Author |
---|---|---|
2024-08-28 | Add doctstrings for new functions in search_results.py...Replace dataset name with fullname (this will need to be changed back when the Xapian indexing is rerun) | zsloan |
2024-08-28 | Begin adding Xapian queries for the non-global search and submit request to GN3...Still need to handle the output and address a bug that is also affecting the global search | zsloan |
2024-08-28 | Add separate button for Xapian search...This will be temporary in the longer run, but can stay until all functionality is reproduced. | zsloan |
2024-08-28 | Make UI items more flexible. | Frederick Muriuki Muriithi |
2024-08-28 | Remove flawed "group role" idea: use just "role". | Frederick Muriuki Muriithi |
2024-08-28 | Remove deprecated endpoints/views and templates | Frederick Muriuki Muriithi |
2024-08-28 | Fix error display logic | Frederick Muriuki Muriithi |
2024-08-28 | Fetch the active user's roles on a particular resource. | Frederick Muriuki Muriithi |
2024-08-28 | Use privilege objects rather than IDS. | Frederick Muriuki Muriithi |
2024-08-28 | Delete request to obsoleted endpoint. | Frederick Muriuki Muriithi |
2024-08-28 | Create a new resource role. | Frederick Muriuki Muriithi |
2024-08-28 | Update URI forms | Frederick Muriuki Muriithi |
2024-08-28 | Use json for communication with gn-auth | Frederick Muriuki Muriithi |
2024-08-28 | Provide UI to delete role. | Frederick Muriuki Muriithi |
2024-08-28 | List user assigned role of interest. | Frederick Muriuki Muriithi |
2024-08-28 | Organise UI into rows: each row holding related data. | Frederick Muriuki Muriithi |
2024-08-28 | Unassign privilege from resource role. | Frederick Muriuki Muriithi |
2024-08-28 | Import the UUID class directly. | Frederick Muriuki Muriithi |
2024-08-28 | Implement "Resource Role Page"...Show the page, providing all UI elements necessary, even if the elements themselves are not active. | Frederick Muriuki Muriithi |
2024-08-28 | Generalise `render_ur` for the resources pages | Frederick Muriuki Muriithi |
2024-08-28 | Set default headers for OAuth2Client requests. | Frederick Muriuki Muriithi |
2024-08-28 | Simplify 'View-Resource page' UI...Get rid of the resource role details and provide button-like elements to help navigate to view more details. | Frederick Muriuki Muriithi |
2024-08-28 | PoC: Display resource roles on View-Resource page. | Frederick Muriuki Muriithi |
2024-08-28 | Update UI: Use resource roles rather than obsolete group roles...In a fix to fix a privilege-escalation bug, the `…/group/roles` endpoint was entirely removed and replaced with the less error-prone `…/resource/…/roles` endpoint. This commit updates the code to use the new endpoint's data as appropriate. We also fix typos in some url_for routing arguments. | Frederick Muriuki Muriithi |
2024-08-28 | UI: Add placeholder for resource roles | Frederick Muriuki Muriithi |
2024-08-28 | Fix displayed error message | Frederick Muriuki Muriithi |
2024-08-28 | Remove the "Roles" page. | Frederick Muriuki Muriithi |
2024-08-28 | Deactivate the "create_role" function...The `create_role` function could lead to privilege escalation. This commit deactivates it completely to prevent the chance of that happening. | Frederick Muriuki Muriithi |
2024-08-28 | Bug: Add missing data to search query. | Frederick Muriuki Muriithi |
2024-08-28 | Build search URI endpoint on server rather than on JS...To help with maintenance, build the search URI on the server rather than in the javascript. | Frederick Muriuki Muriithi |
2024-08-28 | Build phenotype results template URI on backend...Build the template URI on the backend to remove the need to remember to update the javascript if the URI changes in the future. | Frederick Muriuki Muriithi |
2024-08-28 | Provide client data used for user verification. | Frederick Muriuki Muriithi |
2024-08-28 | Handle generic OAuthError gracefully | Frederick Muriuki Muriithi |
2024-08-28 | Ensure endpoint returns a response. | Frederick Muriuki Muriithi |
2024-08-28 | Enable NA sorting for case attributes...The NA-excluding sort functions were moved to table_functions.js (and removed from search_results.js) so they can be used by other pages (in this case the show_trait page) | zsloan |
2024-08-28 | Bug: Compute numeric timestamp for the claims. | Frederick Muriuki Muriithi |
2024-08-28 | Check if case attribute for RRID is a list, to prevent it being added twice i... | zsloan |
2024-08-28 | Change default for Mean Expr filter to OR for correlations to avoid excluding... | zsloan |
2024-08-28 | Remove styling for search field....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-28 | Check metadata exists before setting 'editable' field in get_dataset....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-28 | Revert "Feature/gnqa search history" | Alexander Kabui |
2024-08-26 | Allow '@' and '.' characters in searches...This is mainly so e-mail searches work | zsloan |
2024-08-26 | Set fixed width of 500px for phenotype descriptions | zsloan |
2024-08-21 | Fix timestamp attribute names...They were previously stored as 'created_timestamp' and 'changed_timestamp', but are now stored as 'created' and 'changed' | zsloan |
2024-08-19 | Edit Haplotype Analyst legend content...- Change order from Pat/Mat to Mat/Pat - Increase width of example color bars - Change 'Unk' to 'Unknown' and shift everything to the left so it fits | zsloan |
2024-08-19 | Change 'Sequence Site' text to 'Gene Location' | zsloan |
2024-08-19 | Only draw position marker if position exists...Previous it was drawing the marker at the end of the map even when mapping with traits that don't have a position (like Publish/phenotype traits) | zsloan |
2024-08-19 | Remove javascript escape function from View Collection page to fix encoding i... | zsloan |
2024-08-16 | Add Wiki and RIF search terms to Xapian normal search | zsloan |
2024-08-07 | Merge pull request #855 from jnduli/gn2_profiles_pages...Gn2 Fix profiles pages dashboard | Muriithi Frederick Muriuki |