onepanel/pkg
Andrey Melnikov 09b854a434
Merge pull request #959 from Vafilor/feat/create.namespace.stub
feat: stub out create namespace
2021-10-27 10:09:19 -07:00
..
util feat: updated go migration data to have metadata to make it easier to get all of the information from one file 2021-10-26 15:14:43 -07:00
client_test.go fix: issue where labels table was attempted to be removed even though it no longer exists 2020-09-15 13:58:42 -07:00
client.go fix: add missing comment 2021-10-26 15:29:12 -07:00
common_types_test.go fix: issue where omitted visibility is now public and not empty for manifest parameters 2020-09-15 13:59:05 -07:00
common_types.go feat: fix issues with comments and auto injection of options for select.nodepool and workflow templates. 2020-12-29 10:09:08 -08:00
config_types.go feat: stub out create namespace and add supporting methods from enterprise version 2021-10-26 15:26:23 -07:00
config.go feat: cache artifactRepositoryType 2021-10-26 15:23:47 -07:00
cron_workflow_types_test.go update: GetParametersFromWorkflowSpec to use yaml unmarshaling 2020-07-30 22:33:00 -07:00
cron_workflow_types.go chore: move util/sql to pkg/util/sql 2020-09-08 11:10:05 -07:00
cron_workflow.go feat: update argo to 2.12.4 (WIP) 2021-01-25 14:31:47 -08:00
data.go feat: updated go migration data to have metadata to make it easier to get all of the information from one file 2021-10-26 15:14:43 -07:00
database.go doc: documentation updates 2020-06-22 12:21:30 -07:00
file_types.go docs: file_types 2020-06-22 12:24:27 -07:00
files.go chore: codacy - Url -> URL 2021-07-30 14:21:15 -07:00
filter.go feat: API support for selecting labels 2020-10-26 15:38:03 -07:00
inference_service_types.go chore: codacy docs 2021-08-11 17:08:24 -07:00
inference_service.go clean: simplify marshaling of InferenceService 2021-08-11 16:29:10 -07:00
istio.go fix: code formatting and docs 2021-10-26 15:37:21 -07:00
label_types_test.go feat: Added API support for filtering workflow templates by labels. Logic not yet implemented. 2020-07-28 16:14:35 -07:00
label_types.go update: updated logic to filter workflow templates by labels. It now supports AND so you can filter by multiple labels 2020-08-09 21:04:50 -07:00
labels.go fix: issue where workspace label selection wasn't working. 2020-11-16 15:19:06 -08:00
namespace_test.go change test names to match new convention 2020-07-09 12:45:16 -07:00
namespace.go fix: docs for CreateNamespace 2021-10-27 09:31:07 -07:00
secret_test.go change test names to match new convention 2020-07-09 12:45:16 -07:00
secret.go fix: detect case where secret is too long. Also only log the secret name. In case of long secret values this would flood the console. 2021-03-12 10:42:52 -08:00
service_types.go update: rename files component -> service 2020-08-05 11:00:32 -07:00
service.go feat: check if kfserving is set up 2021-07-12 12:46:11 -07:00
types_test.go fix: metrics add test 2020-11-18 11:12:16 -08:00
types.go chore: codacy 2020-12-31 23:33:42 -08:00
workflow_execution_test.go fix: how we get argo mock. 2020-06-30 10:49:22 -07:00
workflow_execution_types.go chore: codacy fixes 2021-03-03 12:18:09 -08:00
workflow_execution.go fix: add PodCompletion volume claim gc by default to workflows. This will clean up the volumes if the workflow fails 2021-09-08 12:47:23 -07:00
workflow_template_test.go update: updated tests to have method calls for particular cases. Added more tests. 2020-07-01 16:07:20 -07:00
workflow_template_types.go feat: updated go migration data to have metadata to make it easier to get all of the information from one file 2021-10-26 15:14:43 -07:00
workflow_template_version_types.go updated api to match correct settings with new feature 2021-04-10 00:44:53 +08:00
workflow_template.go updated api to match correct settings with new feature 2021-04-10 00:44:53 +08:00
workspace_template_test.go update func names to match new convention 2020-07-09 13:50:42 -07:00
workspace_template_types.go feat: updated go migration data to have metadata to make it easier to get all of the information from one file 2021-10-26 15:14:43 -07:00
workspace_template.go Merge pull request #883 from Vafilor/feat/filtering.updates 2021-02-26 09:49:10 -08:00
workspace_test.go test: Added basic test for CreateWorkspace (capital) 2020-07-02 16:45:52 -07:00
workspace_types_test.go update func names to match new convention 2020-07-09 13:50:42 -07:00
workspace_types.go feat: add optional logic to capture the entire node 2021-08-02 16:43:12 -07:00
workspace.go feat: add onepanel serving url to workspaces 2021-10-07 12:24:01 -07:00