Age | Commit message (Expand) | Author |
2021-03-08 | Add new endpoint: "/gemma/k-compute/<token>"•••* gn3/api/gemma.py (compute_k): New function.
* tests/integration/test_gemma.py (tesk_k_compute): New test case.
| BonfaceKilz |
2021-03-08 | Replace APP_DEFAULTS dict with actual conf params | BonfaceKilz |
2021-03-08 | Use new extract_uploaded_file fn when uploading metadata•••* gn3/api/general.py (upload_metadata): Update docstrings and update the use
of "extract_uploaded_file" fn.
| BonfaceKilz |
2021-03-08 | Fix failing tests | BonfaceKilz |
2021-03-08 | Add extra endpoint for checking the status of a command | BonfaceKilz |
2021-03-08 | Make the name of the redis job queue configurable | BonfaceKilz |
2021-02-24 | Rename "/gemma/run" to "/gemma/k-gwa-computation" | BonfaceKilz |
2021-02-24 | Update how gemma(extracted from gn2) is computed | BonfaceKilz |
2021-02-24 | Add endpoint for running GEMMA | BonfaceKilz |
2021-02-24 | Delete unnececessary gemma endpoints | BonfaceKilz |
2021-02-24 | Remove test "/gemma" stub | BonfaceKilz |
2021-02-24 | gn3: api: gemma: Add endpoint for checking gemma-wrapper version | BonfaceKilz |
2021-02-24 | Add stubbed gemma endpoints | BonfaceKilz |
2021-02-16 | Return the correct message and status code in "/metadata/upload" | BonfaceKilz |
2021-02-16 | Add new endpoint for uploading data | BonfaceKilz |
2021-02-16 | Add basic integration tests to test out the API | BonfaceKilz |
2021-02-15 | Add test stubbed gemma endpoint | BonfaceKilz |