Skip to content

Commit 2aa59f1

Browse files
authored
Merge pull request #2845 from devtron-labs/feat/sync-canary-progress
feat: sync canary progress
2 parents 92fb2f6 + 5c1020b commit 2aa59f1

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE=false
7676
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE=false
7777
FEATURE_FLUX_DEPLOYMENTS_ENABLE=false
7878
FEATURE_LINK_EXTERNAL_FLUX_ENABLE=false
79+
FEATURE_CANARY_ROLLOUT_PROGRESS_ENABLE=true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.18.0",
7+
"@devtron-labs/devtron-fe-common-lib": "1.18.1",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ if (!window || !window._env_) {
178178
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE: true,
179179
FEATURE_FLUX_DEPLOYMENTS_ENABLE: false,
180180
FEATURE_LINK_EXTERNAL_FLUX_ENABLE: false,
181+
FEATURE_CANARY_ROLLOUT_PROGRESS_ENABLE: true,
181182
}
182183
}
183184

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,9 +1722,9 @@ __metadata:
17221722
languageName: node
17231723
linkType: hard
17241724

1725-
"@devtron-labs/devtron-fe-common-lib@npm:1.18.0":
1726-
version: 1.18.0
1727-
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.18.0"
1725+
"@devtron-labs/devtron-fe-common-lib@npm:1.18.1":
1726+
version: 1.18.1
1727+
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.18.1"
17281728
dependencies:
17291729
"@codemirror/autocomplete": "npm:6.18.6"
17301730
"@codemirror/lang-json": "npm:6.0.1"
@@ -1773,7 +1773,7 @@ __metadata:
17731773
react-select: 5.8.0
17741774
rxjs: ^7.8.1
17751775
yaml: ^2.4.1
1776-
checksum: 10c0/8d7ed47400f8c0ae40763beeec9cc5e6a2491265717f406f6354dc2f0730079bf3a423a26ec4128496213d6a0776c82c7e3ecf69f77acd31b1c6d3917c67f71b
1776+
checksum: 10c0/ae771bbc2565458590c4f2d9ef23af6a8b55caec002f655c40776abf229d145697499290d95d463b1bc5c8e2bf262f37c85f8d4a2c2fcb586e7630ecb48e51ba
17771777
languageName: node
17781778
linkType: hard
17791779

@@ -5685,7 +5685,7 @@ __metadata:
56855685
version: 0.0.0-use.local
56865686
resolution: "dashboard@workspace:."
56875687
dependencies:
5688-
"@devtron-labs/devtron-fe-common-lib": "npm:1.18.0"
5688+
"@devtron-labs/devtron-fe-common-lib": "npm:1.18.1"
56895689
"@esbuild-plugins/node-globals-polyfill": "npm:0.2.3"
56905690
"@playwright/test": "npm:^1.32.1"
56915691
"@rjsf/core": "npm:^5.13.3"

0 commit comments

Comments
 (0)