Skip to content

chore: Remove dead dependencies from CI Runner #6582

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 1 commit into from
May 19, 2025
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ require (

replace (
github.com/argoproj/argo-workflows/v3 v3.5.13 => github.com/devtron-labs/argo-workflows/v3 v3.5.13
github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250513072902-f8dc68360b7e
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250513072902-f8dc68360b7e
github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250519051255-c306199e8103
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250519051255-c306199e8103
github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
k8s.io/api => k8s.io/api v0.29.7
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -829,10 +829,10 @@ github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc h1:VRRKCwnzq
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
github.com/devtron-labs/argo-workflows/v3 v3.5.13 h1:3pINq0gXOSeTw2z/vYe+j80lRpSN5Rp/8mfQORh8SmU=
github.com/devtron-labs/argo-workflows/v3 v3.5.13/go.mod h1:/vqxcovDPT4zqr4DjR5v7CF8ggpY1l3TSa2CIG3jmjA=
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250513072902-f8dc68360b7e h1:drzFWo268a6d1nG3vrmripZQew0GVQ0MbcGWN08BW2o=
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250513072902-f8dc68360b7e/go.mod h1:FfaLDXN1ZXxyRpnskBqVIYkpkWDCzBmDgIO9xqLnxdQ=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250513072902-f8dc68360b7e h1:oUUWj4//3Scw0lH+L37jch5u+CPMpYTaTVWZfuh5bi8=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250513072902-f8dc68360b7e/go.mod h1:zkNShlkcHxsmnL0gKNbs0uyRL8lZonGKr5Km63uTLI0=
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250519051255-c306199e8103 h1:e87xUalShG6p69AHBL/R5CXsnaKRFv2T3d9v8pe57ok=
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250519051255-c306199e8103/go.mod h1:FfaLDXN1ZXxyRpnskBqVIYkpkWDCzBmDgIO9xqLnxdQ=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250519051255-c306199e8103 h1:BMO9hE60ZyFUpAOPv4KawSMrkQOXglQxwiMpFu9VCxs=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250519051255-c306199e8103/go.mod h1:CXQGEo+kZc7JPX5hn4jJf1msal9q/ExSdAYGkHNPnQw=
github.com/devtron-labs/go-bitbucket v0.9.60-beta h1:VEx1jvDgdtDPS6A1uUFoaEi0l1/oLhbr+90xOwr6sDU=
github.com/devtron-labs/go-bitbucket v0.9.60-beta/go.mod h1:GnuiCesvh8xyHeMCb+twm8lBR/kQzJYSKL28ZfObp1Y=
github.com/devtron-labs/protos v0.0.3-0.20250323220609-ecf8a0f7305e h1:U6UdYbW8a7xn5IzFPd8cywjVVPfutGJCudjePAfL/Hs=
Expand Down
2 changes: 1 addition & 1 deletion pkg/build/trigger/HandlerService.go
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ func (impl *HandlerServiceImpl) DownloadCiWorkflowArtifacts(pipelineId int, buil
impl.ciWorkflowRepository.MigrateCiArtifactLocation(ciWorkflow.Id, key)
}
baseLogLocationPathConfig := impl.config.BaseLogLocationPath
blobStorageService := blob_storage.NewBlobStorageServiceImpl(nil)
blobStorageService := blob_storage.NewBlobStorageServiceImpl(impl.Logger)
destinationKey := filepath.Clean(filepath.Join(baseLogLocationPathConfig, item))
request := &blob_storage.BlobStorageRequest{
StorageType: impl.config.CloudProvider,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (impl *HandlerServiceImpl) DownloadCdWorkflowArtifacts(buildId int) (*os.Fi
impl.cdWorkflowRepository.MigrateCdArtifactLocation(wfr.Id, key)
}
baseLogLocationPathConfig := impl.config.BaseLogLocationPath
blobStorageService := blob_storage.NewBlobStorageServiceImpl(nil)
blobStorageService := blob_storage.NewBlobStorageServiceImpl(impl.logger)
destinationKey := filepath.Clean(filepath.Join(baseLogLocationPathConfig, item))
request := &blob_storage.BlobStorageRequest{
StorageType: impl.config.CloudProvider,
Expand Down
2 changes: 1 addition & 1 deletion pkg/pipeline/CiLogService.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (impl *CiLogServiceImpl) FetchLogs(baseLogLocationPathConfig string, logReq
tempFile := baseLogLocationPathConfig
tempFile = filepath.Clean(filepath.Join(tempFile, logRequest.PodName+".log"))

blobStorageService := blob_storage.NewBlobStorageServiceImpl(nil)
blobStorageService := blob_storage.NewBlobStorageServiceImpl(impl.logger)
request := &blob_storage.BlobStorageRequest{
StorageType: logRequest.CloudProvider,
SourceKey: logRequest.LogsFilePath,
Expand Down

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

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

Loading
Loading