Skip to content

Commit facb5b8

Browse files
committed
Merge branch 'develop' of https://github.com/devtron-labs/dashboard into add-gitlab
2 parents 5f22ec3 + bbb5c73 commit facb5b8

File tree

282 files changed

+21103
-17763
lines changed

Some content is hidden

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

282 files changed

+21103
-17763
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE=false
6969
GATEKEEPER_URL=https://license.devtron.ai/dashboard
7070
FEATURE_AI_INTEGRATION_ENABLE=false
7171
LOGIN_PAGE_IMAGE=
72+
FEATURE_ASK_DEVTRON_EXPERT=false
7273
FEATURE_MANAGE_TRAFFIC_ENABLE=false
7374
FEATURE_REDFISH_NODE_ENABLE=false
7475
FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE=false
7576
FEATURE_FLUX_DEPLOYMENTS_ENABLE=false
77+
FEATURE_LINK_EXTERNAL_FLUX_ENABLE=false

.eslintignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ src/components/app/details/appDetails/utils.tsx
8888
src/components/app/details/cIDetails/CIDetails.tsx
8989
src/components/app/details/cIDetails/cIDetails.util.tsx
9090
src/components/app/details/cdDetails/CDDetails.tsx
91-
src/components/app/details/cdDetails/service.ts
9291
src/components/app/details/cicdHistory/History.components.tsx
9392
src/components/app/details/main.tsx
9493
src/components/app/details/metrics/BenchmarkModal.tsx
@@ -127,7 +126,6 @@ src/components/app/list/appList.modal.ts
127126
src/components/app/list/emptyView/Empty.tsx
128127
src/components/app/list/expandedRow/ExpandedRow.tsx
129128
src/components/app/service.ts
130-
src/components/app/types.ts
131129
src/components/bulkEdits/BulkEdits.tsx
132130
src/components/bulkEdits/bulkedit.utils.tsx
133131
src/components/cdPipeline/BuildCD.tsx
@@ -191,7 +189,6 @@ src/components/ciPipeline/ConfigureWebhook.tsx
191189
src/components/ciPipeline/ExternalCIPipeline.tsx
192190
src/components/ciPipeline/LinkedCIPipelineEdit.tsx
193191
src/components/ciPipeline/LinkedCIPipelineView.tsx
194-
src/components/ciPipeline/SourceMaterials.tsx
195192
src/components/ciPipeline/Webhook/WebhookDetailsModal.tsx
196193
src/components/ciPipeline/Webhook/webhook.service.ts
197194
src/components/ciPipeline/Webhook/webhook.utils.ts
@@ -241,7 +238,6 @@ src/components/common/hooks/__tests__/FileReader.test.tsx
241238
src/components/common/icons/Icons.tsx
242239
src/components/common/lineChart/lineChart.tsx
243240
src/components/common/navigation/Navigation.tsx
244-
src/components/common/navigation/NavigationRoutes.tsx
245241
src/components/dockerRegistry/Docker.tsx
246242
src/components/dockerRegistry/ManageRegistry.tsx
247243
src/components/dockerRegistry/service.tsx
@@ -355,7 +351,6 @@ src/components/v2/devtronStackManager/DevtronStackManager.component.tsx
355351
src/components/v2/devtronStackManager/DevtronStackManager.service.tsx
356352
src/components/v2/devtronStackManager/DevtronStackManager.tsx
357353
src/components/v2/devtronStackManager/DevtronStackManager.utils.ts
358-
src/components/v2/devtronStackManager/SuccessModalComponent.tsx
359354
src/components/v2/headers/ChartHeader.component.tsx
360355
src/components/v2/headers/EAHeader.component.tsx
361356
src/components/v2/index.tsx
@@ -373,7 +368,6 @@ src/components/workflowEditor/CreateWorkflow.tsx
373368
src/components/workflowEditor/DeprecatedWarningModal.tsx
374369
src/components/workflowEditor/EmptyWorkflow.tsx
375370
src/components/workflowEditor/NoGitOpsConfiguredWarning.tsx
376-
src/components/workflowEditor/NoGitOpsRepoConfiguredWarning.tsx
377371
src/components/workflowEditor/PipelineSelect.tsx
378372
src/components/workflowEditor/Workflow.tsx
379373
src/components/workflowEditor/nodes/CDNode.tsx

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ module.exports = {
4242
'airbnb',
4343
'airbnb/hooks',
4444
'prettier',
45-
'plugin:storybook/recommended',
4645
],
4746
rules: {
4847
'prettier/prettier': ['error'],

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'yarn'
2626

2727
- name: Install dependencies
28-
run: yarn install --frozen-lockfile
28+
run: yarn install --immutable
2929

3030
- name: Check linting issues
3131
run: yarn lint

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,12 @@ storybook-static
4343
.yalc
4444
yalc.lock
4545
.build-cache
46+
47+
.yarn/*
48+
!.yarn/cache
49+
!.yarn/patches
50+
!.yarn/plugins
51+
!.yarn/releases
52+
!.yarn/sdks
53+
!.yarn/versions
54+
.pnp.*

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"*.{js,jsx,ts,tsx}": [
3-
"yarn eslint"
3+
"eslint"
44
]
55
}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.0
1+
v22

.storybook/main.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

.storybook/preview-head.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

.storybook/preview.tsx

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)