Commit Graph

169 Commits

Author SHA1 Message Date
Andrey Melnikov f1c0f0d31e feat: stub out create namespace and add supporting methods from enterprise version 2021-10-26 15:26:23 -07:00
Andrey Melnikov 44a78effed feat: Create response for inference service now returns information about the status 2021-08-12 10:05:04 -07:00
Andrey Melnikov 4528927463 feat: updated endpoint to get the status to include predictor url 2021-08-11 11:40:18 -07:00
Andrey Melnikov edf7a30f64 feat: support both resource requests and limits for InferenceService 2021-08-10 14:47:32 -07:00
Andrey Melnikov 51fb86e3fe feat: simplify API for model services and rename it to inferenceservice 2021-08-10 13:36:44 -07:00
Andrey Melnikov d8e0e5c968 feat: add defaults for model deployment and add get status and delete endpoints 2021-08-10 09:54:17 -07:00
Andrey Melnikov 75719caec9 feat: model deployment API 2021-08-06 16:07:27 -07:00
Andrey Melnikov e0f3f81563 feat: add optional logic to capture the entire node 2021-08-02 16:43:12 -07:00
Andrey Melnikov f843074a3f chore: codacy - Url -> URL 2021-07-30 14:21:15 -07:00
Andrey Melnikov 8e6ef8d3eb feat: updated presigned url response to include the file size so client can decide if it can be displayed or not 2021-07-30 14:01:38 -07:00
Andrey Melnikov d226028b33 feat: separate files from workflow and add endpoint to get pre-signed url 2021-07-30 12:52:50 -07:00
Andrey Melnikov afb98c295b feat: added pagination to listing files 2021-07-16 15:33:09 -07:00
Andrey Melnikov c4438bfe0d feat: check if kfserving is set up 2021-07-12 12:46:11 -07:00
Andrey Melnikov 82424605f6 chore: version bump to 0.22.0 2021-04-19 12:41:22 -07:00
inohmonton99 42e99f0ac4 updated api to match correct settings with new feature 2021-04-10 00:44:53 +08:00
Andrey Melnikov 9ed7fc7cc3 feat: add machine type to workspace response 2021-03-03 10:01:37 -08:00
Andrey Melnikov 638647f478 feat: resume workspace now allows changing machine type 2021-03-02 12:55:58 -08:00
Andrey Melnikov d597ccc13f feat: added methods to get just the field name for workflows, templates, workspaces, and workspace templates 2021-02-25 17:14:28 -08:00
Andrey Melnikov 5c09e07ab8 feat: separated out config from namespace config 2021-02-03 11:55:36 -08:00
Andrey Melnikov e906edc1ec feat: add bucket to config response 2021-02-03 11:25:26 -08:00
Andrey Melnikov 559d937e79 feat: support sinceTime for workspace container logs 2021-01-29 13:54:08 -08:00
rushtehrani 932b343738 use correct http endpoint for workspace logs 2021-01-20 16:48:16 -08:00
rushtehrani 4a22327fec add GetWorkspaceContainerLogs 2021-01-20 16:32:32 -08:00
Andrey Melnikov 543367c36e feat: updated workflow logs to return a response that may contain several log entries. 2020-12-30 12:04:21 -08:00
Andrey Melnikov eb85a8042c fix: issue where GetAvailableLabels endpoint could not be distinguished from GetLabels endpoint 2020-12-28 10:25:53 -08:00
Andrey Melnikov b2bf62d932 feat: updated API with method to generate workflow template manifest. This will perform any modifications needed to replace types with runtime data, etc.
An example is select.nodepool. This value should set the options to the currently available node types.
2020-12-25 16:32:15 -08:00
Andrey Melnikov bd2d98c146 fix: removed non proto files for third party 2020-12-17 22:00:29 -08:00
Andrey Melnikov 4359f6f099 chore: updated api to version 0.17.0 2020-12-17 18:19:16 -08:00
Andrey Melnikov 2931d5e754 update: fixed missing generated files for grpc and moved generated files into their own subdirectory for easier separation of files. 2020-12-17 15:46:34 -08:00
Andrey Melnikov b8b6853909 feat: added total results counts to list requests. This simplifies client logic for determining resource counts 2020-11-24 10:55:52 -08:00
Andrey Melnikov fd713e0800 feat: added update metrics endpoint which replaces the contents. Also renamed merge to add to better distinguish the two 2020-11-17 13:42:19 -08:00
Andrey Melnikov 6af5d5b5b0 feat: added merge method workflow executions merge api 2020-11-17 13:32:55 -08:00
Andrey Melnikov 0a73aed929 feat: updated metrics structure to be an array of structs 2020-11-16 16:04:20 -08:00
Andrey Melnikov 89c0f26103 Revert "feat: remove is valid token endpoint"
This reverts commit 466a417e60.

Also marks the IsValidToken endpoint as deprecated
2020-11-16 10:46:44 -08:00
Andrey Melnikov 466a417e60 feat: remove is valid token endpoint 2020-11-12 15:55:58 -08:00
Andrey Melnikov 717a4bc2e8 fix: temporary fix while cvat is not updated to use new auth 2020-11-06 12:11:40 -08:00
Andrey Melnikov a405e8bf46 feat: update api to use accessTokenAuth 2020-11-03 13:37:30 -08:00
Andrey Melnikov 93bdc7cd70 fix: rename LogIn to GetAccessToken 2020-11-03 10:29:02 -08:00
Andrey Melnikov 7854aa15ca fix: removed is_system flag 2020-10-30 23:45:39 -07:00
Andrey Melnikov 5d6fae152d feat: added system flag to workflow template creation 2020-10-29 12:30:55 -07:00
Andrey Melnikov e41d5c38af feat: added log in endpoint which is essentially an alias for auth token, but is more descriptive 2020-10-29 12:14:53 -07:00
Andrey Melnikov a756684ae5 feat: API support for selecting labels 2020-10-26 15:38:03 -07:00
Andrey Melnikov 20c4950b69 feat: revert jwt token from auth 2020-10-14 11:53:05 -07:00
Andrey Melnikov 5bd2feaa86 update: added username to returned auth token 2020-10-12 17:01:26 -07:00
Andrey Melnikov 7150f24631 feat: update incoming token to be a JWT token that takes in username 2020-10-12 16:07:12 -07:00
Andrey Melnikov 463a8eea60 feat: added workspace templates filtering 2020-09-30 11:58:42 -07:00
Andrey Melnikov 0956afdabe update: workspace listing endpoint to include a statistics report endpoint and allow filtering by phase. 2020-09-28 15:57:31 -07:00
Andrey Melnikov f7770618ca update: added parameter to control listing of system workflows 2020-09-24 12:32:35 -07:00
Andrey Melnikov d524c3cb66 update: fixed issue where GetWorkflowExecutionStatisticsForNamespace included workspace workflows (is_system = true). Added support for filtering by phase. 2020-09-16 19:37:10 -07:00
Andrey Melnikov a9953683a9 feat: added endpoint to get the workflow execution statistics for a namespace 2020-09-16 19:37:10 -07:00