Andrey Melnikov
72fbff18cd
fix: issue where workflow template labels did not work
2020-05-18 16:38:17 -07:00
Andrey Melnikov
b9ccacc2ea
fix: issue where workspace template labels were not working.
2020-05-16 17:37:47 -07:00
Aleksandr Melnikov
62c8f5dcb2
Adding support for terminated workflow executions.
...
- When terminating, adding started_at and finished_at timestamps
Updated workflow_template.proto to return the count of terminated executions.
- Updating supporting code
2020-05-14 17:13:44 -07:00
Andrey Melnikov
9c193b3616
feature: centralize labels to one location.
2020-04-27 19:55:44 -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
Andrey Melnikov
ae524fbd2e
feat: added versions to workflow tempaltes.
...
update: updated logic to get workflow template executions stats to be a single query.
2020-04-20 13:47:48 -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
Andrey Melnikov
259c9f8a57
clean: cleaned up code for getting/setting parameters.
2020-04-15 16:22:45 -07:00
Andrey Melnikov
aac67a9c6d
feat: reworked parameters to be annotations - first draft
2020-04-15 10:43:41 -07:00
Andrey Melnikov
07a473c0ab
fix: workflow template resource checks are now on "workflowtemplates" and not "workflows"
2020-04-14 11:26:45 -07:00
Andrey Melnikov
a5060a71ae
fix: Get label requests now use "get" permission instead of "create"
2020-04-14 11:22:54 -07:00
Andrey Melnikov
fa7dd28a9a
fix: permission verbs for adding/replacing labels are now "update" instead of "create"
2020-04-14 11:20:20 -07:00
Andrey Melnikov
318869bba4
fix: Updated workflow template labels request so a version can be specified.
2020-04-13 13:01:40 -07:00
Andrey Melnikov
628c68c24f
clean/fix: fixed issues with creating workflow template versions and labels.
...
Removed most of the logic from updating a workflow template version as it is currently not used.
2020-04-13 12:45:36 -07:00
Andrey Melnikov
57dcd1d399
fix: updated resources so they can be provided labels on creation.
2020-04-12 13:28:45 -07:00