Skip to content
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

fix: customTagService missing in workflowdagexec #4741

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg/workflow/dag/WorkflowDagExecutor.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func NewWorkflowDagExecutorImpl(Logger *zap.SugaredLogger, pipelineRepository pi
globalPluginRepository repository2.GlobalPluginRepository,
eventClient client.EventClient,
eventFactory client.EventFactory,
customTagService pipeline.CustomTagService,
helmAppService client2.HelmAppService,
pipelineConfigListenerService pipeline.PipelineConfigListenerService,
cdWorkflowCommonService cd.CdWorkflowCommonService,
Expand All @@ -154,6 +155,7 @@ func NewWorkflowDagExecutorImpl(Logger *zap.SugaredLogger, pipelineRepository pi
globalPluginRepository: globalPluginRepository,
eventClient: eventClient,
eventFactory: eventFactory,
customTagService: customTagService,

devtronAsyncHelmInstallRequestMap: make(map[int]bool),
devtronAsyncHelmInstallRequestLock: &sync.Mutex{},
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ github.com/devtron-labs/authenticator/jwt
github.com/devtron-labs/authenticator/middleware
github.com/devtron-labs/authenticator/oidc
github.com/devtron-labs/authenticator/password
# github.com/devtron-labs/common-lib v0.0.16-0.20240222073522-5e5933407116
# github.com/devtron-labs/common-lib v0.0.16-0.20240304102639-17132681584e
## explicit; go 1.20
github.com/devtron-labs/common-lib/blob-storage
github.com/devtron-labs/common-lib/cloud-provider-identifier
Expand Down
2 changes: 1 addition & 1 deletion wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading