-
- Downloads
Add endpoints to update/delete the credentials for a workflow
#42
Showing
- app/api/api.py 4 additions, 0 deletionsapp/api/api.py
- app/api/endpoints/workflow.py 8 additions, 7 deletionsapp/api/endpoints/workflow.py
- app/api/endpoints/workflow_credentials.py 122 additions, 0 deletionsapp/api/endpoints/workflow_credentials.py
- app/api/endpoints/workflow_version.py 13 additions, 22 deletionsapp/api/endpoints/workflow_version.py
- app/crud/crud_workflow.py 28 additions, 1 deletionapp/crud/crud_workflow.py
- app/crud/crud_workflow_version.py 1 addition, 1 deletionapp/crud/crud_workflow_version.py
- app/schemas/workflow.py 19 additions, 4 deletionsapp/schemas/workflow.py
- app/schemas/workflow_version.py 5 additions, 45 deletionsapp/schemas/workflow_version.py
- app/tests/api/test_workflow_credentials.py 292 additions, 0 deletionsapp/tests/api/test_workflow_credentials.py
- app/tests/api/test_workflow_execution.py 5 additions, 8 deletionsapp/tests/api/test_workflow_execution.py
- app/tests/conftest.py 43 additions, 2 deletionsapp/tests/conftest.py
- app/tests/crud/test_workflow.py 47 additions, 1 deletionapp/tests/crud/test_workflow.py
Loading
Please register or sign in to comment