Skip to content

Commit b8e71c0

Browse files
committed
Merge branch 'main' of github.com:devtron-labs/dashboard into feat/catalog-dependencies
2 parents e03fc47 + abd92eb commit b8e71c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1293
-379
lines changed

src/assets/icons/ic-input.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading

src/assets/icons/ic-source-build.svg

Lines changed: 6 additions & 0 deletions
Loading

src/assets/icons/ic-source-job.svg

Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

src/assets/img/change-source.png

28.3 KB
Loading

src/assets/img/linked-cd-bulk-ci.png

16.4 KB
Loading
29.7 KB
Loading

src/components/ApplicationGroup/AppGroup.types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export interface BulkCIDetailType extends BulkTriggerAppDetailType {
2424
isFirstTrigger: boolean
2525
isCacheAvailable: boolean
2626
isLinkedCI: boolean
27+
isLinkedCD: boolean
28+
title: string
2729
isJobCI: boolean
2830
isWebhookCI: boolean
2931
parentAppId: number
@@ -281,6 +283,7 @@ interface CIPipeline {
281283
id: number
282284
parentCiPipeline: number
283285
parentAppId: number
286+
pipelineType?: string
284287
}
285288
export interface CIConfigListType {
286289
pipelineList: CIPipeline[]

0 commit comments

Comments
 (0)