Commit Graph

63 Commits

Author SHA1 Message Date
Aleksandr Melnikov
1a9ce9870d Refactoring DB queries related to archiving.
- Using Squirrel RunWith instead of ToSql.
2020-05-21 22:19:26 -07:00
Aleksandr Melnikov
92b9aba0d1 Adding namespace to cron workflow related code. 2020-05-21 12:47:42 -07:00
Aleksandr Melnikov
68ffbb1d93 Refactoring raw SQL to use squirrel. 2020-05-20 15:53:12 -07:00
Aleksandr Melnikov
381fba4c8f Refactoring TerminateCronWorkflow into separate methods.
- Need these methods for archiving
2020-05-20 14:18:59 -07:00
Aleksandr Melnikov
9e48c3b406 Updating name generated to use onepanel uid generation. 2020-05-14 10:31:33 -07:00
Aleksandr Melnikov
fc10444656 Updating name to uid in cron_workflow and related code. 2020-05-14 10:31:33 -07:00
Aleksandr Melnikov
4ad388e892 Adding import. 2020-05-14 10:29:55 -07:00
Aleksandr Melnikov
18a795f129 Using GenerateUID to clean up the names. 2020-05-14 10:29:55 -07:00
Aleksandr Melnikov
5e86a0e2aa Removing unused namespace parameter. 2020-05-14 10:29:55 -07:00
rushtehrani
5ebb1db051 make code more modular 2020-05-05 20:52:36 -07:00
Andrey Melnikov
d1235ee2cb fix: Cron update params and field types 2020-05-02 17:57:13 -07:00
Andrey Melnikov
5dfbf98ec4 fix: cron manifest parsing issue 2020-05-02 17:39:36 -07:00
Andrey Melnikov
19a622e37a fix: cron workflow parameters did not update 2020-05-02 16:38:24 -07:00
Andrey Melnikov
adb59a36a3 Merge remote-tracking branch 'origin/feat/workspaces' into feat/integrate.workflow.changes 2020-05-01 23:36:59 -07:00
Andrey Melnikov
1fe4201704 feat: updated crons to have a manifest in db 2020-04-30 14:52:26 -07:00
rushtehrani
af82c312a7 move workspace_types and common_types and refactor Parameter alias 2020-04-29 17:31:44 -07:00
Andrey Melnikov
b0571f69c9 fix: issues with cron workflow labels not being set/saved. 2020-04-29 14:01:37 -07:00
Andrey Melnikov
a516ab4d38 fix: missing db cron workflow update. 2020-04-29 11:11:33 -07:00
Andrey Melnikov
d493bfb19a Merge remote-tracking branch 'origin/feat/workspaces' into feat/integrate.workflow.changes 2020-04-29 09:53:22 -07:00
rushtehrani
772f6ce880 move injectAutomatedFields after exit and init handlers 2020-04-29 09:37:04 -07:00
rushtehrani
beea0ce69e refactor workflow stats 2020-04-28 16:59:24 -07:00
Andrey Melnikov
7528348aaf Merge remote-tracking branch 'origin/feat/workspaces' into feat/integrate.workflow.changes 2020-04-28 10:21:23 -07:00
rushtehrani
d80e53a12b inject stats container before automated fields 2020-04-27 19:21:59 -07:00
Andrey Melnikov
9533251227 feat: Added cron workflow statistics to workflow templates 2020-04-27 11:34:44 -07:00
Andrey Melnikov
1920eb5ed0 update: database records for all resources. 2020-04-27 09:32:45 -07:00
Andrey Melnikov
fd686a0672 update: workflow versions are db records again to more easily store custom user manifest and parameters 2020-04-22 12:18:39 -07:00
Aleksandr Melnikov
8130d44ced Refactoring functions to no longer use uuid. 2020-04-22 11:59:43 -07:00
Aleksandr Melnikov
4e524318bc Adding initContainer to the entry point for a given Cron Workflow. 2020-04-21 16:55:22 -07:00
Aleksandr Melnikov
33cc90ea4f Using helper function in cron workflows for adding an exitHandler. 2020-04-20 15:31:27 -07:00
Aleksandr Melnikov
57336ed666 Added function to adding an exitHandler to wf Workflow.
- Passes in the necessary parameters to the CURL request as well.
2020-04-20 15:22:36 -07:00
Andrey Melnikov
74f1019e76 Merge branch 'feat/core.144-workflow.stats' into feat/dev-core-144-workflow.stats 2020-04-16 14:44:11 -07:00
Aleksandr Melnikov
059608018a Updated GetExitHandlerWorkflowStatistics to get the bearer token on the
fly, depending on the namespace.
- Updated the places this function is called to pass in the client.
2020-04-15 10:11:24 -07:00
Aleksandr Melnikov
76ce475ae1 Passing in the workflowTemplateID, so the exitHandler can use that
information.
2020-04-14 17:56:42 -07:00
Aleksandr Melnikov
ed546be1d3 Updated exitHandler function to accept a namespace, since that
information is needed to be passed in to the statistics endpoint.
2020-04-14 10:28:30 -07:00
Aleksandr Melnikov
89d6d626e9 Added code to add an exit handler to Cron and Workflow Execution. 2020-04-13 12:10:56 -07:00
Andrey Melnikov
57dcd1d399 fix: updated resources so they can be provided labels on creation. 2020-04-12 13:28:45 -07:00
Andrey Melnikov
bfb65dd1ad fix: issue with cron workflows not working and updated workflow executions to include the version of the workflow template they ran. 2020-04-10 12:04:12 -07:00
Andrey Melnikov
b88c2ef937 fix: Updated cron worklfow to use new workflow manifest method 2020-04-09 15:49:03 -07:00
Aleksandr Melnikov
ae54d21e24 Fixing labels and ENV VARs not persisting on CronWorkflow change. 2020-04-08 16:03:18 -07:00
Aleksandr Melnikov
9cc044dc4a Fixing a possible nil error. 2020-04-07 17:49:41 -07:00
Aleksandr Melnikov
62f949de5f Adjusting labels logic so that they merge together.
- Need labels from CronWorkflow passed into Workflow, so they can
relate and thus show up in the UI
2020-04-07 16:26:52 -07:00
Aleksandr Melnikov
2f8c923fe8 Enabled code to inject ENV Vars and istio + other labels to
Workflows created by CronWorkflow.
2020-04-07 16:01:45 -07:00
Aleksandr Melnikov
b668b54fd6 Added code to pass identifying Workflow labels.
- CronWorkflow will pass these labels into any Workflow Executions that
are created.
- This means those Workflows will show up under the correct Workflow Template
page.
Fixed some code related to argo update.
2020-04-03 16:52:01 -07:00
Aleksandr Melnikov
f71eb9d6ad Adding a fix for deleting labels from CronWorklows and WorkflowExecutions.
- WorkflowTemplates appears to be un-affected
2020-04-02 17:16:31 -07:00
Aleksandr Melnikov
b32ceca18d Added support for label operations in CronWorkflows.
- Endpoints added are add, list, update, and delete.
Note: A bug exists with delete, it doesn't actually delete the label.
WIP.
2020-04-02 15:19:00 -07:00
Aleksandr Melnikov
6e27a5c6b8 Removing unused labels code. 2020-04-02 13:18:59 -07:00
Aleksandr Melnikov
339167cdc3 Removing unused sql and unnecessary table. 2020-04-02 13:17:45 -07:00
Aleksandr Melnikov
a42e7ab7fe Updated List endpoint to take in an optional WorkflowTemplateUID.
- If present, code will try to filter the CronWorkflows by the label
"onepanel.io/workflow-template-uid"
- If not present, all CronWorkflows are returned as normal.
2020-04-02 11:31:01 -07:00
Andrey Melnikov
3fe93a64c9 feat: Updated cron to return the active parameters 2020-03-31 19:20:55 -07:00
Aleksandr Melnikov
648ad4b694 Adding code to associated a new CronWorkflow with a Workflow Template.
- Added database code
- Removing name from the database table since user will not name
their Cron Workflow.
2020-03-31 16:35:28 -07:00