Age | Commit message (Expand) | Author |
---|---|---|
2024-06-05 | Bug: Add missing data to search query. | Frederick Muriuki Muriithi |
2024-06-05 | 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-06-05 | 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-03-06 | Use AUTH_SERVER_URL setting from flask.current_app not gn2.utility.tools | Frederick Muriuki Muriithi |
2023-12-29 | Namespace all modules under gn2....We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. | Arun Isaac |