-
Notifications
You must be signed in to change notification settings - Fork 443
Workflow template #3387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Workflow template #3387
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
golangcibot
reviewed
Oct 2, 2018
sguiheux
requested changes
Oct 3, 2018
golangcibot
reviewed
Oct 4, 2018
5bcf1de
to
3a0d5b3
Compare
bnjjj
suggested changes
Oct 5, 2018
golangcibot
reviewed
Oct 5, 2018
e0d49a4
to
76160fb
Compare
06c7334
to
5b38f37
Compare
bnjjj
suggested changes
Oct 15, 2018
ui/src/app/views/settings/workflow-template/edit/workflow-template.edit.component.ts
Outdated
Show resolved
Hide resolved
ui/src/app/views/settings/workflow-template/edit/workflow-template.edit.html
Outdated
Show resolved
Hide resolved
f95ef33
to
f00b659
Compare
bnjjj
suggested changes
Oct 17, 2018
f909846
to
0f63c95
Compare
ee15569
to
8ba0b21
Compare
golangcibot
reviewed
Nov 21, 2018
11f48f4
to
515a873
Compare
…rm to generate workflow from template
…emplate and as code info to navbar for workflow
yesnault
approved these changes
Nov 28, 2018
sguiheux
approved these changes
Nov 30, 2018
bnjjj
suggested changes
Nov 30, 2018
ui/src/app/shared/workflow-template/modal/workflow-template.modal.component.ts
Show resolved
Hide resolved
ui/src/app/shared/workflow-template/modal/workflow-template.modal.component.ts
Show resolved
Hide resolved
ui/src/app/views/settings/workflow-template/form/workflow-template.form.component.ts
Outdated
Show resolved
Hide resolved
ui/src/app/views/settings/workflow-template/form/workflow-template.form.component.ts
Outdated
Show resolved
Hide resolved
ui/src/app/views/settings/workflow-template/form/workflow-template.form.component.ts
Outdated
Show resolved
Hide resolved
ui/src/app/views/settings/workflow-template/form/workflow-template.form.component.ts
Outdated
Show resolved
Hide resolved
fsamin
requested changes
Dec 2, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just rebase (or merge) with master
@@ -655,6 +656,9 @@ func (a *API) Serve(ctx context.Context) error { | |||
sdk.GoRoutine(ctx, "workflow.ComputeAudit", func(ctx context.Context) { | |||
workflow.ComputeAudit(ctx, a.DBConnectionFactory.GetDBMap) | |||
}) | |||
sdk.GoRoutine(ctx, "workflowtemplate.ComputeAudit", func(ctx context.Context) { | |||
workflowtemplate.ComputeAudit(ctx, a.DBConnectionFactory.GetDBMap) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you have to merge and do it :)
yesnault
approved these changes
Dec 3, 2018
fsamin
approved these changes
Dec 3, 2018
bnjjj
approved these changes
Dec 3, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close feat (api): workflow templates #742
@ovh/cds