Skip to content

Commit 1ed67dd

Browse files
Merge branch 'develop' into feature-release-v8
2 parents 255c5f3 + 4b70ff4 commit 1ed67dd

File tree

7 files changed

+33
-13
lines changed

7 files changed

+33
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2222
github.com/deckarep/golang-set v1.8.0
2323
github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8
24-
github.com/devtron-labs/common-lib v0.16.1-0.20240909135009-9ab705e1a141
24+
github.com/devtron-labs/common-lib v0.16.1-0.20240912055623-13309c097540
2525
github.com/devtron-labs/go-bitbucket v0.9.60-beta
2626
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80
2727
github.com/evanphx/json-patch v5.7.0+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ github.com/devtron-labs/argo-workflows/v3 v3.5.10 h1:6rxQOesOzDz6SgQCMDQNHaehsKF
181181
github.com/devtron-labs/argo-workflows/v3 v3.5.10/go.mod h1:/vqxcovDPT4zqr4DjR5v7CF8ggpY1l3TSa2CIG3jmjA=
182182
github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8 h1:2+Q7Jdhpo/uMiaQiZZzAh+ZX7wEJIFuMFG6DEiMuo64=
183183
github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8/go.mod h1:702R6WIf5y9UzKGoCGxQ+x3l5Ws+l0fXg2xlCpSGFZI=
184-
github.com/devtron-labs/common-lib v0.16.1-0.20240909135009-9ab705e1a141 h1:Fj4FhBUEu6igP8jmipcSC2CG0iudRhbviNSeg02kEvk=
185-
github.com/devtron-labs/common-lib v0.16.1-0.20240909135009-9ab705e1a141/go.mod h1:rAY9Xd6iz+OqNQ3nO3reVHapAVr1N6Osf4Irdc0A08Q=
184+
github.com/devtron-labs/common-lib v0.16.1-0.20240912055623-13309c097540 h1:A/WQLazxbVPaUrZJO2PqtgV+tQxZydLrXtbbJuM/0R0=
185+
github.com/devtron-labs/common-lib v0.16.1-0.20240912055623-13309c097540/go.mod h1:rAY9Xd6iz+OqNQ3nO3reVHapAVr1N6Osf4Irdc0A08Q=
186186
github.com/devtron-labs/go-bitbucket v0.9.60-beta h1:VEx1jvDgdtDPS6A1uUFoaEi0l1/oLhbr+90xOwr6sDU=
187187
github.com/devtron-labs/go-bitbucket v0.9.60-beta/go.mod h1:GnuiCesvh8xyHeMCb+twm8lBR/kQzJYSKL28ZfObp1Y=
188188
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80 h1:xwbTeijNTf4/j1v+tSfwVqwLVnReas/NqEKeQHvSTys=

internal/sql/repository/AppListingRepository.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,15 @@ func (impl AppListingRepositoryImpl) deploymentDetailsByAppIdAndEnvId(ctx contex
355355
" p.deployment_app_type," +
356356
" p.ci_pipeline_id," +
357357
" p.deployment_app_delete_request," +
358+
" pco.id as pco_id," +
358359
" cia.data_source," +
359360
" cia.id as ci_artifact_id," +
360361
" cia.parent_ci_artifact as parent_artifact_id," +
361362
" cl.k8s_version," +
362363
" env.cluster_id," +
363364
" env.is_virtual_environment," +
364365
" cl.cluster_name," +
366+
" cia.image," +
365367
" p.id as cd_pipeline_id," +
366368
" p.ci_pipeline_id," +
367369
" p.trigger_type" +

vendor/github.com/devtron-labs/common-lib/constants/constants.go

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devtron-labs/common-lib/middlewares/recovery.go

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devtron-labs/common-lib/pubsub-lib/metrics/metrics.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ github.com/devtron-labs/authenticator/jwt
344344
github.com/devtron-labs/authenticator/middleware
345345
github.com/devtron-labs/authenticator/oidc
346346
github.com/devtron-labs/authenticator/password
347-
# github.com/devtron-labs/common-lib v0.16.1-0.20240909135009-9ab705e1a141
347+
# github.com/devtron-labs/common-lib v0.16.1-0.20240912055623-13309c097540
348348
## explicit; go 1.21
349349
github.com/devtron-labs/common-lib/async
350350
github.com/devtron-labs/common-lib/blob-storage

0 commit comments

Comments
 (0)