Commit Graph

45 Commits

Author SHA1 Message Date
Aleksandr Melnikov
6dd0225e17 Generated proto files. 2020-07-29 15:06:46 -07:00
Andrey Melnikov
11d198a2db feat: Added API support for filtering workflow templates by labels. Logic not yet implemented. 2020-07-28 16:14:35 -07:00
Andrey Melnikov
d097cdfefe clean: removed UpdateWorkflowTemplateVersion as it did nothing and should not be used.
#breaking-change
2020-07-02 16:45:34 -07:00
Andrey Melnikov
fa68d2bef4 update: Workflow Template now gets a modifiedAt date, and total version count, from the the Get endpoint. 2020-06-01 16:09:35 -07:00
Andrey Melnikov
9acd4cf6d3 fix: cron workflows now return UID and the delete endpoint doesn't have the terminate suffix.
Also updated Authorized endpoint to not have same path as IsValidToken
2020-05-22 20:25:05 -07:00
Aleksandr Melnikov
eed930c7f6 Adding namespace to Cron Workflow.
- Proto files
2020-05-21 12:45:10 -07:00
rushtehrani
7eac879f40 gen with 3.11.4 version of protoc 2020-05-14 17:20:13 -07:00
Aleksandr Melnikov
56314a0850 Updating pb files. 2020-05-14 17:13:57 -07:00
rushtehrani
4aeee1f2ac update api gen 2020-05-14 10:34:04 -07:00
Aleksandr Melnikov
c414673b13 Adding generated pb.go files. 2020-05-14 10:29:55 -07:00
rushtehrani
7082e53328 update protobuf generators 2020-05-05 15:50:09 -07:00
rushtehrani
12f2a9bd05 make api 2020-05-05 13:10:07 -07:00
Andrey Melnikov
11c18f23a9 auto-generated: ran make api 2020-05-04 10:42:20 -07:00
rushtehrani
38368e4881 add GetWorkspaceTemplate api 2020-05-03 14:10:00 -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
Aleksandr Melnikov
a05c3a39be Changed Statistic message.
- Instead of passing created_at, we pass uuid.
- Created at will be generated outside of the Workflow.
Ran `make api` to generate the other files.
2020-04-20 15:22:36 -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
Aleksandr Melnikov
01bbca6c73 Renamed WorkflowStatistics to just Stats.
Changed value types so they come back as integers in JSON.
2020-04-15 15:16:45 -07:00
Aleksandr Melnikov
72df98834c Adding code to return the WorkflowStatistics with the ListTemplates
response.
2020-04-15 15:03:07 -07:00
Aleksandr Melnikov
b02313c212 Adding endpoint for adding Workflow Execution Statistics 2020-04-14 10:27:12 -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
57dcd1d399 fix: updated resources so they can be provided labels on creation. 2020-04-12 13:28:45 -07:00
Andrey Melnikov
cb6c305ade Ran make api 2020-04-06 18:22:38 -07:00
Andrey Melnikov
739dc3359a Merge pull request #136 from onepanelio/feat/core.134-cron.workflows.ui
Feat/core.134 cron.workflows.ui
2020-04-06 18:16:35 -07:00
Andrey Melnikov
3683dc7e1e Ran make api 2020-04-06 18:01:53 -07:00
Aleksandr Melnikov
6e043b9b7b Added endpoint to clone workflow templates.
- Added endpoint to proto
- Added supporting functions and error checking
2020-04-06 18:00:44 -07:00
Aleksandr Melnikov
9ce6e1f1d8 Ran make protoc 2020-04-03 16:51:04 -07:00
Andrey Melnikov
dfa0c1d7a3 merge: branches 2020-04-03 10:29:25 -07:00
Aleksandr Melnikov
58eb005851 Moving the label messages out of workflow and into it's own proto file.
- CronWorkflows re-use the same message types.
Added endpoints for CronWorkflow label operations.
2020-04-02 14:56:00 -07:00
Andrey Melnikov
3fe93a64c9 feat: Updated cron to return the active parameters 2020-03-31 19:20:55 -07:00
Aleksandr Melnikov
24b3fe57fb Fixing values inside of proto for CronWorkflow fields. 2020-03-27 12:20:58 -07:00
rushtehrani
04b76e6aa8 support archiving workflow_templates 2020-02-04 12:23:52 -08:00
Andrey Melnikov
6fa397cdbd Added logic to get a secret and worked on adding createdAt timestamps to models. 2020-01-27 10:05:23 -08:00
Andrey Melnikov
11e90e17da Updated Workflow Template Versions to support IsLatest and added API methods to save, save & publish 2020-01-27 09:50:24 -08:00
rushtehrani
3d5aeccaa1 add ListWorkflowTemplates 2019-12-19 11:15:53 -08:00
rushtehrani
a59b9504bd support version selection 2019-12-13 13:19:05 -08:00
rushtehrani
b0f150a49b add ListWorkflowTemplateVersions 2019-12-12 17:54:45 -08:00
rushtehrani
b823cc5c10 get workflow template code 2019-12-12 15:03:08 -08:00
rushtehrani
d765069256 db interactions 2019-12-11 20:34:17 -08:00
rushtehrani
7fd5a0b1fe code cleanup 2019-12-10 11:49:27 -08:00
rushtehrani
0996aa830d separate workflow_template.proto 2019-12-09 19:26:14 -08:00