Skip to content

Commit cc78df9

Browse files
authored
Merge pull request #2784 from devtron-labs/release-candidate-v0.38.0
chore: merge rc-v0.38.0
2 parents a85f262 + ce581c9 commit cc78df9

File tree

191 files changed

+4000
-7368
lines changed

Some content is hidden

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

191 files changed

+4000
-7368
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ 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

.eslintignore

Lines changed: 0 additions & 4 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
@@ -355,7 +353,6 @@ src/components/v2/devtronStackManager/DevtronStackManager.component.tsx
355353
src/components/v2/devtronStackManager/DevtronStackManager.service.tsx
356354
src/components/v2/devtronStackManager/DevtronStackManager.tsx
357355
src/components/v2/devtronStackManager/DevtronStackManager.utils.ts
358-
src/components/v2/devtronStackManager/SuccessModalComponent.tsx
359356
src/components/v2/headers/ChartHeader.component.tsx
360357
src/components/v2/headers/EAHeader.component.tsx
361358
src/components/v2/index.tsx
@@ -373,7 +370,6 @@ src/components/workflowEditor/CreateWorkflow.tsx
373370
src/components/workflowEditor/DeprecatedWarningModal.tsx
374371
src/components/workflowEditor/EmptyWorkflow.tsx
375372
src/components/workflowEditor/NoGitOpsConfiguredWarning.tsx
376-
src/components/workflowEditor/NoGitOpsRepoConfiguredWarning.tsx
377373
src/components/workflowEditor/PipelineSelect.tsx
378374
src/components/workflowEditor/Workflow.tsx
379375
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'],

.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
}

.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.

.storybook/storybook.css

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

Dockerfile.storybook

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

0 commit comments

Comments
 (0)