diff --git a/.eslintignore b/.eslintignore index 9bce0a4dd4..75f0ff3a09 100755 --- a/.eslintignore +++ b/.eslintignore @@ -4,6 +4,7 @@ *.test.tsx .eslintrc.js vite.config.mts +scripts/ # The following files have eslint errors/warnings src/Pages/GlobalConfigurations/Authorization/APITokens/__tests__/ApiTokens.test.tsx @@ -101,10 +102,7 @@ src/components/app/details/testViewer/TestRunDetails.tsx src/components/app/details/testViewer/TestRunList.tsx src/components/app/details/triggerView/EmptyStateCIMaterial.tsx src/components/app/details/triggerView/MaterialSource.tsx -src/components/app/details/triggerView/TriggerView.tsx src/components/app/details/triggerView/__tests__/triggerview.test.tsx -src/components/app/details/triggerView/cdMaterial.tsx -src/components/app/details/triggerView/ciMaterial.tsx src/components/app/details/triggerView/ciWebhook.service.ts src/components/app/details/triggerView/config.ts src/components/app/details/triggerView/workflow.service.ts diff --git a/.gitignore b/.gitignore index 4fa9ac069c..c9a30bdb3a 100755 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ yalc.lock !.yarn/sdks !.yarn/versions .pnp.* + +.env.secrets +scripts/ \ No newline at end of file diff --git a/index.css b/index.css index 2d20935f0c..41d4cb846b 100644 --- a/index.css +++ b/index.css @@ -2,6 +2,7 @@ @import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300..700&display=swap'); /* * Although this is duplicated but this would help us with consistent loader in case diff --git a/package.json b/package.json index e6bb2c168a..00dd85ec73 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "homepage": "/dashboard", "dependencies": { - "@devtron-labs/devtron-fe-common-lib": "1.19.0", + "@devtron-labs/devtron-fe-common-lib": "1.19.0-pre-6", "@esbuild-plugins/node-globals-polyfill": "0.2.3", "@rjsf/core": "^5.13.3", "@rjsf/utils": "^5.13.3", @@ -19,7 +19,6 @@ "dayjs": "^1.11.8", "dompurify": "^3.2.4", "fast-json-patch": "^3.1.1", - "flexsearch": "^0.6.32", "jsonpath-plus": "^10.3.0", "moment": "^2.29.4", "query-string": "^7.1.1", @@ -49,6 +48,7 @@ "lint": "tsc --noEmit && eslint 'src/**/*.{js,jsx,ts,tsx}' --max-warnings 0", "lint-fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix", "start": "vite --open", + "dev": "node scripts/secrets-mgr.js", "build": "NODE_OPTIONS=--max_old_space_size=8192 vite build", "serve": "vite preview", "build-light": "NODE_OPTIONS=--max_old_space_size=8192 GENERATE_SOURCEMAP=false vite build", diff --git a/src/Pages/ChartStore/ChartDetails/ChartDetailsAbout.tsx b/src/Pages/ChartStore/ChartDetails/ChartDetailsAbout.tsx index 14895bd3ec..bf4805cf45 100644 --- a/src/Pages/ChartStore/ChartDetails/ChartDetailsAbout.tsx +++ b/src/Pages/ChartStore/ChartDetails/ChartDetailsAbout.tsx @@ -134,16 +134,18 @@ export const ChartDetailsAbout = ({ chartDetails, isLoading }: ChartDetailsAbout return (
{description}