Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-11 | feat: async js loading for fahamu results | John Nduli | |
2024-09-11 | refactor: align search llm tooltip to be vertical | John Nduli | |
2024-09-11 | fix: add flag that enables/disables search UI | John Nduli | |
2024-09-11 | feat: add ai search box to xapian results page | John Nduli | |
2024-09-10 | Implement client side pagination for history page. | Alexander_Kabui | |
2024-09-06 | Use query string for Gnqa Search endpoint. | Alexander_Kabui | |
2024-09-06 | Remove dead Api endpoints for gnqa. | Alexander_Kabui | |
2024-09-06 | Use application level Exception Handler for Unknown exceptions. | Alexander_Kabui | |
2024-09-06 | Merge pull request #863 from genenetwork/chores/merge-gnqa-systems | Alexander Kabui | |
Chores/merge gnqa systems | |||
2024-09-05 | Remove duplicate sections in wiki history page. | Munyoki Kilyungi | |
* gn2/wqflask/templates/wiki/history.html: Use a for loop to remove duplicate section. * gn2/wqflask/views.py (display_wiki_history): Pass all the entries directly into the template. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-09-05 | Add comment history page. | Munyoki Kilyungi | |
* gn2/wqflask/templates/wiki/history.html: New page. * gn2/wqflask/views.py (display_wiki_history): New function. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-09-05 | Use new endpoints for fetching gnqna history records. | Alexander_Kabui | |
2024-09-02 | Fix issue for rendering error template for gnqa history. | Alexander_Kabui | |
2024-09-02 | Use if else to improve readabity. | Alexander_Kabui | |
2024-09-02 | Add a return code `500` for gnqa endpoint error. | Alexander_Kabui | |
2024-08-30 | fix merge conflict | Alexander_Kabui | |
2024-08-29 | Rename edit endpoint from /editor to editor/edit | Alexander_Kabui | |
2024-08-29 | Integrate gn-auth to gn-editor. | Alexander_Kabui | |
2024-08-29 | Replace _ with - for search query parameters. | Alexander_Kabui | |
2024-08-29 | Fetch file path as query parameter. | Alexander_Kabui | |
2024-08-29 | Use localstorage to track current commit. | Alexander_Kabui | |
2024-08-29 | Code refactoring. | Alexander_Kabui | |
2024-08-29 | Minor code refactoring. | Alexander_Kabui | |
2024-08-29 | Add commit preview page. | Alexander_Kabui | |
2024-08-29 | Feature: Allow users custom configuration for editor. | Alexander_Kabui | |
2024-08-29 | Add initial endpoint for serving edit files | Alexander_Kabui | |
2024-08-29 | refactor: drop monad_requests and mark required fields | John Nduli | |
2024-08-29 | feat: add post actions for editting wiki content | John Nduli | |
2024-08-29 | feat: add template for editting wiki | John Nduli | |
2024-08-29 | Handle errors correctly during wiki entry fetch. | Munyoki Kilyungi | |
* gn2/wqflask/templates/wiki/genewiki.html: Flash messages during errors. * gn2/wqflask/views.py (display_genewiki_page): Use "raise_for_status()" to handle errors. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-29 | Move genewiki template to wiki template folder. | Munyoki Kilyungi | |
* gn2/wqflask/templates/genewiki.html: Move this... * gn2/wqflask/templates/genewiki.html: ... here. * gn2/wqflask/views.py (display_genewiki_page): Update the render_template page. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-29 | Add type annotation for symbol. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-29 | Use updated GN3 endpoint for wiki. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-29 | Rename entries -> wiki. | Munyoki Kilyungi | |
* gn2/wqflask/views.py (display_genewiki_page)[entries]: Rename entries to wiki. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-29 | Rename generif -> genewiki. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-29 | Auto-pep8 file. | Munyoki Kilyungi | |
* gn2/wqflask/views.py: Run auto-pep8 against file. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-29 | Add delete to monad requests http methods. | Alexander_Kabui | |
2024-08-29 | Modify gnqna search method from post to put. | Alexander_Kabui | |
2024-08-29 | integrate gnqa history delete functionality. | Alexander_Kabui | |
2024-08-29 | Handle attributeError when getting error codes. | Alexander_Kabui | |
2024-08-29 | BugFix: return correct status code for generic exceptions handler. | Alexander_Kabui | |
2024-08-29 | Update endpoints and add search history functionality. | Alexander_Kabui | |
2024-08-29 | View file code cleanup for gnqa. | Alexander_Kabui | |
2024-08-28 | Fix GN3 URIs for case attribute editing | zsloan | |
Also improve error logging somewhat (but still need to properly display the error in a template) | |||
2024-08-28 | Add link to GeneCup to tool buttons | zsloan | |
This also includes a function for converting a list of traits/datasets to symbols, which was added to trait.py | |||
2024-08-28 | Check metadata exists before setting 'editable' field in get_dataset. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-08-28 | Revert "Feature/gnqa search history" | Alexander Kabui | |
2024-07-30 | Fix GN3 URIs for case attribute editing | zsloan | |
Also improve error logging somewhat (but still need to properly display the error in a template) | |||
2024-07-03 | Add link to GeneCup to tool buttons | zsloan | |
This also includes a function for converting a list of traits/datasets to symbols, which was added to trait.py | |||
2024-05-29 | integrate gnqa history delete functionality. | Alexander_Kabui | |