Skip to content

Commit 0c8efa3

Browse files
committed
Merge branch 'develop' of https://github.com/devtron-labs/devtron-fe-common-lib into feat/hibernation-patch
2 parents 5390c46 + 891f7bf commit 0c8efa3

30 files changed

+575
-461
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ src/Common/CustomTagSelector/ValidationRules.ts
2020
src/Common/DebouncedSearch/DebouncedSearch.tsx
2121
src/Common/DebouncedSearch/Utils.ts
2222
src/Common/DebouncedSearch/__tests__/DebouncedSearch.test.tsx
23-
src/Common/DeleteComponentModal/DeleteComponent.tsx
2423
src/Common/DevtronProgressing/DevtronProgressing.tsx
2524
src/Common/Dialogs/ConfirmationDialog.tsx
2625
src/Common/Dialogs/DialogForm.tsx
27-
src/Common/Dialogs/ForceDeleteDialog.tsx
2826
src/Common/DraggableWrapper/DraggableButton.tsx
2927
src/Common/DraggableWrapper/DraggableWrapper.tsx
3028
src/Common/Drawer/Drawer.tsx

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* vivek@devtron.ai @vikramdevtron
1+
* @vivek-devtron @vikramdevtron

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.6.6",
3+
"version": "1.6.10",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/Constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export const URLS = {
7979
GLOBAL_CONFIG_DEPLOYMENT_CHARTS_LIST: '/global-config/deployment-charts',
8080
GLOBAL_CONFIG_DEPLOYMENT_CHARTS_UPLOAD_CHART: '/global-config/deployment-charts/upload-chart',
8181
NETWORK_STATUS_INTERFACE: '/network-status-interface',
82-
CONFIG_DRIFT: 'config-drift',
8382
RESOURCE_BROWSER: '/resource-browser',
8483
COMPARE_CLUSTERS: '/compare-clusters',
8584
}

src/Common/DeleteComponentModal/DeleteComponent.tsx

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

src/Common/DeleteComponentModal/types.ts

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

src/Common/Dialogs/DeleteDialog.tsx

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

src/Common/Dialogs/ForceDeleteDialog.tsx

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

src/Common/Dialogs/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@
1515
*/
1616

1717
export { default as ConfirmationDialog } from './ConfirmationDialog'
18-
export * from './DeleteDialog'
1918
export * from './DialogForm'
20-
export { default as ForceDeleteDialog } from './ForceDeleteDialog'

0 commit comments

Comments
 (0)