Skip to content

Commit e07fa25

Browse files
committed
Merge branch 'develop' of https://github.com/devtron-labs/dashboard into chore/cleanup-v2
2 parents 737b585 + 7925515 commit e07fa25

File tree

80 files changed

+1272
-1034
lines changed

Some content is hidden

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

80 files changed

+1272
-1034
lines changed

.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ ENABLE_RESTART_WORKLOAD=false
3232
ENABLE_SCOPED_VARIABLES=true
3333
DEFAULT_CI_TRIGGER_TYPE_MANUAL=false
3434
ANNOUNCEMENT_BANNER_MSG=
35+
ANNOUNCEMENT_BANNER_TYPE=help
36+
ANNOUNCEMENT_BANNER_BUTTON_TEXT=
37+
ANNOUNCEMENT_BANNER_BUTTON_LINK=
3538
HIDE_DEFAULT_CLUSTER=false
3639
GLOBAL_API_TIMEOUT=60000
3740
TRIGGER_API_TIMEOUT=60000
@@ -65,3 +68,4 @@ FEATURE_CODE_MIRROR_ENABLE=true
6568
FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE=false
6669
GATEKEEPER_URL=https://license.devtron.ai/dashboard
6770
FEATURE_AI_INTEGRATION_ENABLE=false
71+
LOGIN_PAGE_IMAGE=

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
vite.config.mts
77

88
# The following files have eslint errors/warnings
9-
src/App.tsx
109
src/Pages/GlobalConfigurations/Authorization/APITokens/__tests__/ApiTokens.test.tsx
1110
src/components/AppSelector/ChartSelector.tsx
1211
src/components/ApplicationGroup/AppGroup.service.ts

config.md

Lines changed: 50 additions & 49 deletions
Large diffs are not rendered by default.

nginx-default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
server {
22
listen 8080;
3+
listen [::]:8080;
34
root /usr/share/nginx/html;
45
index index.html index.htm;
56

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.12.0-pre-8",
7+
"@devtron-labs/devtron-fe-common-lib": "1.13.0-pre-2",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

0 commit comments

Comments
 (0)