Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Swagger documentation to Gateway (#1205)
* adding api documentation (swagger & redoc) to gateway * allow unauthenticated users to read RuntimeJobViewSet * allow swagger docu if user is not yet set * only show api/v1/ patterns, add token authorization, rm django login * drop jupyter from main helm readme (#1208) Signed-off-by: Paul S. Schweigert <[email protected]> * CatalogEntry API (#1204) * add ModelView API for CatalogEntry * additional apis for catalogentry --------- Signed-off-by: Akihiko Kuroda <[email protected]> * Repository removal (#1207) * Removed main components from repository project * Updated chart lock * Remove repository references from the client * add catalog status (#1211) Signed-off-by: Akihiko Kuroda <[email protected]> * Use LocalProvider for test (#1212) * use LocalProvider for notebook test Signed-off-by: Akihiko Kuroda <[email protected]> * Documentation update (#1214) * Update contribution guidelines * Update contributing doc with supported python versions * Remove Python 3.7 badge from README files * Upgrade min python version in setup.py * Test notebooks against k8s qs deployment (#1216) * test notebooks against k8s qs deployment Signed-off-by: Paul S. Schweigert <[email protected]> * update notebook location Signed-off-by: Paul S. Schweigert <[email protected]> * use action for kind creation Signed-off-by: Paul S. Schweigert <[email protected]> * test all notebooks Signed-off-by: Paul S. Schweigert <[email protected]> * drop sleep Signed-off-by: Paul S. Schweigert <[email protected]> This was redundant, as the python setup in the next few steps takes waaaay longer than 60s --------- Signed-off-by: Paul S. Schweigert <[email protected]> * Take out unnecessary Job.save() (#1217) * take out unnecessary Job.save() Signed-off-by: Akihiko Kuroda <[email protected]> * Update Helm release kuberay-operator to v1 (#1121) * Update Helm release kuberay-operator to v1 * Update api version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David <[email protected]> * Fix link for Qiskit deprecation policy (#1218) * Remove default login view (#1215) * remove default login view Signed-off-by: Akihiko Kuroda <[email protected]> * adding api documentation (swagger & redoc) to gateway --------- Signed-off-by: Paul S. Schweigert <[email protected]> Signed-off-by: Akihiko Kuroda <[email protected]> Co-authored-by: Paul Schweigert <[email protected]> Co-authored-by: Akihiko (Aki) Kuroda <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Karla Spuldaro <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eric Arellano <[email protected]>
- Loading branch information