Age | Commit message (Expand) | Author |
---|---|---|
2021-03-08 | Prepend all endpoints with "api" | BonfaceKilz |
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 | Update failing tests. | 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 | Add tests for "/gemma/run" endpoint | BonfaceKilz |
2021-02-24 | Add integration test for "/gemma/version" endpoint | BonfaceKilz |
2021-02-16 | Add basic integration tests to test out the API | BonfaceKilz |