@devtron-labs/devtron-fe-common-lib 1.16.0-pre-4 → 1.16.0-pre-5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@code-editor-D-BZS9zn.js → @code-editor-BM7Pz0Tl.js} +7606 -7821
- package/dist/{@common-rjsf-DyacdRIT.js → @common-rjsf-Blnhi_42.js} +1 -1
- package/dist/Common/Constants.d.ts +0 -2
- package/dist/Common/Hooks/UseRegisterShortcut/UseRegisterShortcutProvider.d.ts +1 -1
- package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +0 -3
- package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
- package/dist/Common/Hooks/useStateFilters/types.d.ts +2 -2
- package/dist/Common/Hooks/useStateFilters/useStateFilters.d.ts +1 -1
- package/dist/Common/Hooks/useUrlFilters/types.d.ts +1 -2
- package/dist/Common/Hooks/useUrlFilters/useUrlFilters.d.ts +1 -1
- package/dist/Common/Pagination/constants.d.ts +0 -4
- package/dist/Common/Pagination/index.d.ts +0 -1
- package/dist/Common/PopupMenu.d.ts +1 -2
- package/dist/Common/Types.d.ts +2 -2
- package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +2 -46
- package/dist/Pages/ResourceBrowser/constants.d.ts +0 -2
- package/dist/Pages/ResourceBrowser/service.d.ts +1 -1
- package/dist/Shared/Components/AppStatusModal/service.d.ts +1 -1
- package/dist/Shared/Components/AppStatusModal/types.d.ts +2 -1
- package/dist/Shared/Components/BulkSelection/BulkSelection.d.ts +1 -1
- package/dist/Shared/Components/BulkSelection/BulkSelectionDropdownItems.d.ts +3 -0
- package/dist/Shared/Components/BulkSelection/types.d.ts +9 -1
- package/dist/Shared/Components/CICDHistory/DeploymentStatusBreakdown.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/types.d.ts +1 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/constants.d.ts +2 -1
- package/dist/Shared/Components/DeploymentStatusBreakdown/utils.d.ts +7 -2
- package/dist/Shared/Components/Icon/Icon.d.ts +0 -13
- package/dist/Shared/Components/InfoBlock/constants.d.ts +1 -2
- package/dist/Shared/Components/Table/BulkSelectionActionWidget.d.ts +1 -1
- package/dist/Shared/Components/Table/InternalTable.d.ts +1 -1
- package/dist/Shared/Components/Table/constants.d.ts +0 -1
- package/dist/Shared/Components/Table/index.d.ts +1 -1
- package/dist/Shared/Components/Table/types.d.ts +20 -47
- package/dist/Shared/Components/Table/useTableWithKeyboardShortcuts.d.ts +1 -1
- package/dist/Shared/Components/Table/utils.d.ts +0 -5
- package/dist/Shared/Components/index.d.ts +0 -1
- package/dist/Shared/Helpers.d.ts +1 -2
- package/dist/Shared/Hooks/useStickyEvent/constants.d.ts +3 -2
- package/dist/Shared/Providers/MainContextProvider/types.d.ts +2 -2
- package/dist/Shared/Services/types.d.ts +0 -1
- package/dist/Shared/types.d.ts +3 -11
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/@common-rjsf.css +1 -1
- package/dist/assets/ic-check-all.0376437d.svg +21 -0
- package/dist/assets/ic-check-square.2a3d3fb9.svg +20 -0
- package/dist/assets/{ic-minus.aac464f7.svg → ic-minus.416da21b.svg} +1 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +693 -699
- package/package.json +1 -1
- package/dist/Shared/Components/Table/TableContent.d.ts +0 -3
- package/dist/assets/ic-bug.8a8dc1fc.svg +0 -3
- package/dist/assets/ic-check-all.fdea6b38.svg +0 -5
- package/dist/assets/ic-check-square.e355731d.svg +0 -4
- package/dist/assets/ic-clean-brush.c21cbe1e.svg +0 -3
- package/dist/assets/ic-container.92a4c33a.svg +0 -3
- package/dist/assets/ic-download.468a0cb7.svg +0 -3
- package/dist/assets/ic-file-code.0926d194.svg +0 -3
- package/dist/assets/ic-gavel.a3b064b5.svg +0 -3
- package/dist/assets/ic-info-filled-color.47953fcf.svg +0 -8
- package/dist/assets/ic-logs.d310db72.svg +0 -3
- package/dist/assets/ic-pause-circle.f9405070.svg +0 -3
- package/dist/assets/ic-speedometer.3ecaae3b.svg +0 -3
- package/dist/assets/ic-two-cubes.056d1333.svg +0 -3
- /package/dist/assets/{ic-container-registry.4e1e6455.svg → ic-container.4e1e6455.svg} +0 -0
@@ -1,8 +1,7 @@
|
|
1
|
-
import { Dispatch, FunctionComponent,
|
1
|
+
import { Dispatch, FunctionComponent, PropsWithChildren, SetStateAction } from 'react';
|
2
2
|
import { GenericFilterEmptyStateProps } from '../../../Common/EmptyState/types';
|
3
|
-
import { UseStateFiltersProps, UseStateFiltersReturnType, UseUrlFiltersProps
|
3
|
+
import { UseStateFiltersProps, UseStateFiltersReturnType, UseUrlFiltersProps } from '../../../Common/Hooks';
|
4
4
|
import { GenericEmptyStateType } from '../../../Common/index';
|
5
|
-
import { PageSizeOption } from '../../../Common/Pagination/types';
|
6
5
|
import { SortableTableHeaderCellProps, useResizableTableConfig } from '../../../Common/SortableTableHeaderCell';
|
7
6
|
import { useBulkSelection, UseBulkSelectionProps } from '../BulkSelection';
|
8
7
|
export interface UseFiltersReturnType extends UseStateFiltersReturnType<string> {
|
@@ -51,16 +50,11 @@ export type RowType = {
|
|
51
50
|
data: Record<string, unknown>;
|
52
51
|
};
|
53
52
|
export type RowsType = RowType[];
|
54
|
-
export
|
55
|
-
STATE = "state",
|
56
|
-
URL = "url",
|
57
|
-
NONE = "none"
|
58
|
-
}
|
59
|
-
export interface CellComponentProps<T = FiltersTypeEnum.NONE> extends Pick<BaseColumnType, 'field'>, AdditionalProps {
|
53
|
+
export interface CellComponentProps extends Pick<BaseColumnType, 'field'>, AdditionalProps {
|
60
54
|
signals: SignalsType;
|
61
55
|
value: unknown;
|
62
56
|
row: RowType;
|
63
|
-
filterData:
|
57
|
+
filterData: UseFiltersReturnType;
|
64
58
|
isRowActive: boolean;
|
65
59
|
}
|
66
60
|
export type Column = Pick<SortableTableHeaderCellProps, 'showTippyOnTruncate'> & BaseColumnType & {
|
@@ -77,26 +71,21 @@ export type Column = Pick<SortableTableHeaderCellProps, 'showTippyOnTruncate'> &
|
|
77
71
|
isSortable?: false;
|
78
72
|
comparator?: never;
|
79
73
|
});
|
80
|
-
export interface BulkActionsComponentProps {
|
81
|
-
onActionClick: (event: MouseEvent<HTMLButtonElement>) => void;
|
82
|
-
bulkActionsData: unknown;
|
83
|
-
}
|
84
|
-
type BulkSelectionReturnValueType = ReturnType<typeof useBulkSelection>;
|
85
|
-
export interface BulkOperationModalProps<T = string> extends Pick<BulkSelectionReturnValueType, 'isBulkSelectionApplied'> {
|
86
|
-
action: T;
|
87
|
-
onClose: () => void;
|
88
|
-
selections: RowsType | null;
|
89
|
-
bulkOperationModalData: unknown;
|
90
|
-
}
|
91
74
|
type BulkSelectionConfigType = Pick<UseBulkSelectionProps<unknown>, 'getSelectAllDialogStatus'> & {
|
92
|
-
|
93
|
-
|
94
|
-
|
75
|
+
/** Make sure to wrap it in useCallback */
|
76
|
+
onBulkSelectionChanged: (selectedRows: RowsType) => void;
|
77
|
+
BulkActionsComponent: FunctionComponent<{}>;
|
78
|
+
};
|
95
79
|
export declare enum PaginationEnum {
|
96
80
|
PAGINATED = "paginated",
|
97
81
|
INFINITE = "infinite",
|
98
82
|
NOT_PAGINATED = "not-paginated"
|
99
83
|
}
|
84
|
+
export declare enum FiltersTypeEnum {
|
85
|
+
STATE = "state",
|
86
|
+
URL = "url",
|
87
|
+
NONE = "none"
|
88
|
+
}
|
100
89
|
export interface ConfigurableColumnsType {
|
101
90
|
allColumns: Column[];
|
102
91
|
visibleColumns: Column[];
|
@@ -104,14 +93,14 @@ export interface ConfigurableColumnsType {
|
|
104
93
|
}
|
105
94
|
interface GetRowsProps extends Pick<UseFiltersReturnType, 'offset' | 'pageSize' | 'searchKey' | 'sortBy' | 'sortOrder'> {
|
106
95
|
}
|
107
|
-
type AdditionalFilterPropsType<T extends Exclude<FiltersTypeEnum, FiltersTypeEnum.NONE>> = T extends FiltersTypeEnum.URL ? Pick<UseUrlFiltersProps<string, unknown>, 'parseSearchParams' | 'localStorageKey' | 'redirectionMethod' | 'initialSortKey'
|
108
|
-
export type ViewWrapperProps
|
96
|
+
type AdditionalFilterPropsType<T extends Exclude<FiltersTypeEnum, FiltersTypeEnum.NONE>> = T extends FiltersTypeEnum.URL ? Pick<UseUrlFiltersProps<string, unknown>, 'parseSearchParams' | 'localStorageKey' | 'redirectionMethod' | 'initialSortKey'> : Pick<UseStateFiltersProps<string>, 'initialSortKey'>;
|
97
|
+
export type ViewWrapperProps = PropsWithChildren<Pick<UseFiltersReturnType, 'offset' | 'handleSearch' | 'searchKey' | 'sortBy' | 'sortOrder' | 'clearFilters'> & AdditionalProps & Partial<ConfigurableColumnsType> & {
|
109
98
|
areRowsLoading: boolean;
|
110
|
-
|
111
|
-
} & (T extends FiltersTypeEnum.URL ? Pick<UseUrlFiltersReturnType<string>, 'updateSearchParams'> : {})>;
|
99
|
+
}>;
|
112
100
|
export type InternalTableProps = Required<Pick<ConfigurableColumnsType, 'visibleColumns' | 'setVisibleColumns'>> & {
|
113
101
|
id: `table__${string}`;
|
114
102
|
loading?: boolean;
|
103
|
+
paginationVariant: PaginationEnum;
|
115
104
|
/**
|
116
105
|
* Memoize columns before passing as props.
|
117
106
|
*
|
@@ -147,7 +136,7 @@ export type InternalTableProps = Required<Pick<ConfigurableColumnsType, 'visible
|
|
147
136
|
RowActionsOnHoverComponent?: FunctionComponent<{
|
148
137
|
row: RowType;
|
149
138
|
}>;
|
150
|
-
bulkSelectionReturnValue:
|
139
|
+
bulkSelectionReturnValue: ReturnType<typeof useBulkSelection> | null;
|
151
140
|
handleClearBulkSelection: () => void;
|
152
141
|
handleToggleBulkSelectionOnRow: (row: RowType) => void;
|
153
142
|
ViewWrapper?: FunctionComponent<ViewWrapperProps>;
|
@@ -177,44 +166,28 @@ export type InternalTableProps = Required<Pick<ConfigurableColumnsType, 'visible
|
|
177
166
|
* If filter is only being used for sorting, then send `noop` in this prop
|
178
167
|
*/
|
179
168
|
filter: (row: RowType, filterData: UseFiltersReturnType) => boolean;
|
180
|
-
clearFilters?: () => void;
|
181
169
|
} | {
|
182
170
|
filtersVariant: FiltersTypeEnum.STATE;
|
183
171
|
additionalFilterProps?: AdditionalFilterPropsType<FiltersTypeEnum.STATE>;
|
184
172
|
filter: (row: RowType, filterData: UseFiltersReturnType) => boolean;
|
185
|
-
clearFilters?: never;
|
186
173
|
} | {
|
187
174
|
filtersVariant: FiltersTypeEnum.NONE;
|
188
175
|
additionalFilterProps?: never;
|
189
176
|
filter?: never;
|
190
|
-
clearFilters?: never;
|
191
|
-
}) & ({
|
192
|
-
paginationVariant: PaginationEnum.PAGINATED;
|
193
|
-
pageSizeOptions?: PageSizeOption[];
|
194
|
-
} | {
|
195
|
-
paginationVariant: Omit<PaginationEnum, 'PAGINATED'>;
|
196
|
-
pageSizeOptions?: never;
|
197
177
|
});
|
198
178
|
export type UseResizableTableConfigWrapperProps = Omit<InternalTableProps, 'resizableConfig'>;
|
199
179
|
export type TableWithBulkSelectionProps = Omit<UseResizableTableConfigWrapperProps, 'bulkSelectionReturnValue' | 'handleClearBulkSelection' | 'handleToggleBulkSelectionOnRow'>;
|
200
180
|
export type VisibleColumnsWrapperProps = Omit<TableWithBulkSelectionProps, 'visibleColumns' | 'setVisibleColumns'>;
|
201
181
|
export type FilterWrapperProps = Omit<VisibleColumnsWrapperProps, 'filterData'>;
|
202
|
-
export type TableProps = Pick<FilterWrapperProps, 'additionalFilterProps' | 'bulkSelectionConfig' | 'areColumnsConfigurable' | 'emptyStateConfig' | 'filtersVariant' | 'filter' | 'additionalProps' | 'columns' | 'getRows' | 'rows' | 'paginationVariant' | 'stylesConfig' | 'id' | 'RowActionsOnHoverComponent' | 'loading' | 'ViewWrapper'
|
203
|
-
export
|
204
|
-
export interface BulkSelectionActionWidgetProps extends Pick<BulkSelectionConfigType, 'BulkActionsComponent' | 'bulkActionsData'> {
|
182
|
+
export type TableProps = Pick<FilterWrapperProps, 'additionalFilterProps' | 'bulkSelectionConfig' | 'areColumnsConfigurable' | 'emptyStateConfig' | 'filtersVariant' | 'filter' | 'additionalProps' | 'columns' | 'getRows' | 'rows' | 'paginationVariant' | 'stylesConfig' | 'id' | 'RowActionsOnHoverComponent' | 'loading' | 'ViewWrapper'>;
|
183
|
+
export interface BulkSelectionActionWidgetProps extends Pick<BulkSelectionConfigType, 'BulkActionsComponent'> {
|
205
184
|
count: number;
|
206
185
|
handleClearBulkSelection: () => void;
|
207
186
|
parentRef: React.RefObject<HTMLDivElement>;
|
208
|
-
/** If it is null, we can say no bulk action has been selected yet */
|
209
|
-
setBulkActionState: Dispatch<SetStateAction<BulkActionStateType>>;
|
210
187
|
}
|
211
188
|
export type ConfigurableColumnsConfigType = Record<string, ConfigurableColumnsType['visibleColumns']>;
|
212
189
|
export interface GetFilteringPromiseProps {
|
213
190
|
searchSortTimeoutRef: React.MutableRefObject<number>;
|
214
191
|
callback: () => Promise<RowsType> | RowsType;
|
215
192
|
}
|
216
|
-
export interface TableContentProps extends Pick<InternalTableProps, 'filterData' | 'rows' | 'resizableConfig' | 'additionalProps' | 'visibleColumns' | 'stylesConfig' | 'loading' | 'bulkSelectionConfig' | 'bulkSelectionReturnValue' | 'handleClearBulkSelection' | 'handleToggleBulkSelectionOnRow' | 'paginationVariant' | 'RowActionsOnHoverComponent' | 'pageSizeOptions'> {
|
217
|
-
filteredRows: RowsType;
|
218
|
-
areFilteredRowsLoading: boolean;
|
219
|
-
}
|
220
193
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { InternalTableProps, RowsType } from './types';
|
2
|
-
declare const useTableWithKeyboardShortcuts: ({ bulkSelectionConfig, handleToggleBulkSelectionOnRow, bulkSelectionReturnValue, }: Pick<InternalTableProps, "bulkSelectionConfig" | "bulkSelectionReturnValue" | "handleToggleBulkSelectionOnRow">, visibleRows: RowsType
|
2
|
+
declare const useTableWithKeyboardShortcuts: ({ bulkSelectionConfig, handleToggleBulkSelectionOnRow, bulkSelectionReturnValue, }: Pick<InternalTableProps, "bulkSelectionConfig" | "bulkSelectionReturnValue" | "handleToggleBulkSelectionOnRow">, visibleRows: RowsType) => {
|
3
3
|
activeRowIndex: number;
|
4
4
|
setActiveRowIndex: import('react').Dispatch<import('react').SetStateAction<number>>;
|
5
5
|
};
|
@@ -4,8 +4,3 @@ export declare const getVisibleColumnsFromLocalStorage: ({ allColumns, id, }: Pi
|
|
4
4
|
export declare const setVisibleColumnsToLocalStorage: ({ id, visibleColumns, }: Pick<ConfigurableColumnsType, "visibleColumns"> & Pick<TableProps, "id">) => void;
|
5
5
|
export declare const getVisibleColumns: ({ areColumnsConfigurable, columns, id, }: Pick<TableProps, "areColumnsConfigurable" | "columns" | "id">) => Column[];
|
6
6
|
export declare const getFilteringPromise: ({ searchSortTimeoutRef, callback }: GetFilteringPromiseProps) => Promise<RowsType>;
|
7
|
-
export declare const getStickyColumnConfig: (gridTemplateColumns: string, columnIndex: number) => {
|
8
|
-
className: string;
|
9
|
-
left: string;
|
10
|
-
};
|
11
|
-
export declare const scrollToShowActiveElementIfNeeded: (activeElement: HTMLDivElement, parent: HTMLDivElement, topMargin: number) => void;
|
@@ -65,7 +65,6 @@ export * from './ModalSidebarPanel';
|
|
65
65
|
export * from './NumbersCount';
|
66
66
|
export * from './PhoneInput';
|
67
67
|
export * from './Plugin';
|
68
|
-
export * from './Popover';
|
69
68
|
export * from './ProgressBar';
|
70
69
|
export { default as QRCode } from './QRCode';
|
71
70
|
export * from './ReactSelect';
|
package/dist/Shared/Helpers.d.ts
CHANGED
@@ -5,7 +5,7 @@ import { Pair } from 'yaml';
|
|
5
5
|
import { MaterialHistoryType } from './Services/app.types';
|
6
6
|
import { ApprovalConfigDataType, MaterialInfo, SortingOrder, UserApprovalConfigType, UserApprovalInfo } from '../Common';
|
7
7
|
import { AggregatedNodes, PodMetadatum } from './Components';
|
8
|
-
import { BorderConfigType, GetTimeDifferenceParamsType, GitTriggers, IntersectionChangeHandler, IntersectionOptions,
|
8
|
+
import { BorderConfigType, GetTimeDifferenceParamsType, GitTriggers, IntersectionChangeHandler, IntersectionOptions, PreventOutsideFocusProps, TargetPlatformItemDTO, TargetPlatformsDTO, WebhookEventNameType } from './types';
|
9
9
|
interface HighlightSearchTextProps {
|
10
10
|
/**
|
11
11
|
* The text to be highlighted
|
@@ -102,5 +102,4 @@ export declare const getClassNameForStickyHeaderWithShadow: (isStuck: boolean, t
|
|
102
102
|
export declare const clearCookieOnLogout: () => void;
|
103
103
|
export declare const getAppDetailsURL: (appId: number | string, envId?: number | string) => string;
|
104
104
|
export declare const smoothScrollToTop: (scrollContainer: HTMLElement, targetPosition: number) => import('framer-motion').AnimationPlaybackControls;
|
105
|
-
export declare const getGroupVersionFromApiVersion: (apiVersion: string) => Pick<Node, "group" | "version">;
|
106
105
|
export {};
|
@@ -1,3 +1,4 @@
|
|
1
|
-
export declare const
|
1
|
+
export declare const SENTINEL_HEIGHT_BUFFER = 2;
|
2
|
+
export declare const FALLBACK_SENTINEL_HEIGHT = "2px";
|
2
3
|
export declare const OBSERVER_THRESHOLD = 1;
|
3
|
-
export declare const OBSERVER_ROOT_MARGIN = "
|
4
|
+
export declare const OBSERVER_ROOT_MARGIN = "1px";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Dispatch, MutableRefObject, ReactNode, SetStateAction } from 'react';
|
2
2
|
import { SERVER_MODE } from '../../../Common';
|
3
|
-
import { DevtronLicenseInfo,
|
3
|
+
import { DevtronLicenseInfo, IntelligenceConfig, LicenseInfoDialogType, ToastManager } from '../..';
|
4
4
|
import { ServerInfo } from '../../Components/Header/types';
|
5
5
|
export interface ReloadVersionConfigTypes {
|
6
6
|
bgUpdated: boolean;
|
@@ -66,7 +66,7 @@ type CommonMainContextProps = {
|
|
66
66
|
setIntelligenceConfig: Dispatch<SetStateAction<IntelligenceConfig>>;
|
67
67
|
setAIAgentContext: (aiAgentContext: AIAgentContextType) => void;
|
68
68
|
setSidePanelConfig: Dispatch<SetStateAction<SidePanelConfig>>;
|
69
|
-
}
|
69
|
+
};
|
70
70
|
export type MainContext = CommonMainContextProps & ({
|
71
71
|
isLicenseDashboard?: never;
|
72
72
|
serverMode: SERVER_MODE;
|
@@ -38,6 +38,5 @@ export interface EnvironmentDataValuesDTO extends Pick<MainContext, 'featureGitO
|
|
38
38
|
isManifestScanningEnabled: boolean;
|
39
39
|
canOnlyViewPermittedEnvOrgLevel: boolean;
|
40
40
|
devtronManagedLicensingEnabled: boolean;
|
41
|
-
isResourceRecommendationEnabled?: boolean;
|
42
41
|
}
|
43
42
|
export {};
|
package/dist/Shared/types.d.ts
CHANGED
@@ -97,8 +97,7 @@ export declare enum Nodes {
|
|
97
97
|
Node = "Node",
|
98
98
|
Overview = "Overview",
|
99
99
|
MonitoringDashboard = "MonitoringDashboard",
|
100
|
-
UpgradeCluster = "UpgradeCluster"
|
101
|
-
ResourceRecommender = "ResourceRecommender"
|
100
|
+
UpgradeCluster = "UpgradeCluster"
|
102
101
|
}
|
103
102
|
export type NodeType = keyof typeof Nodes;
|
104
103
|
export interface Node {
|
@@ -761,15 +760,6 @@ interface CommonTabArgsType {
|
|
761
760
|
* @default false
|
762
761
|
*/
|
763
762
|
shouldRemainMounted?: boolean;
|
764
|
-
/**
|
765
|
-
* @default false
|
766
|
-
* If true, tab would contain alpha as badge next to the title
|
767
|
-
*/
|
768
|
-
isAlpha?: boolean;
|
769
|
-
/**
|
770
|
-
* On tab stop, i.e by pressing cross icon on alive tab [fixed tab expanding on click of tab and remains expanded on other tab click], tab will reset the tab to this default URL if provided
|
771
|
-
*/
|
772
|
-
defaultUrl?: string | null;
|
773
763
|
}
|
774
764
|
export type InitTabType = Omit<CommonTabArgsType, 'type'> & ({
|
775
765
|
type: 'fixed';
|
@@ -1054,6 +1044,7 @@ export interface DeploymentStatusDetailsType {
|
|
1054
1044
|
timelines: DeploymentStatusDetailsTimelineType[];
|
1055
1045
|
wfrStatus?: WorkflowRunnerStatusDTO;
|
1056
1046
|
isDeploymentWithoutApproval: boolean;
|
1047
|
+
deploymentAppType: DeploymentAppTypes;
|
1057
1048
|
}
|
1058
1049
|
export type DeploymentStatusTimelineType = TIMELINE_STATUS.DEPLOYMENT_INITIATED | TIMELINE_STATUS.GIT_COMMIT | TIMELINE_STATUS.ARGOCD_SYNC | TIMELINE_STATUS.KUBECTL_APPLY | TIMELINE_STATUS.APP_HEALTH | TIMELINE_STATUS.HELM_PACKAGE_GENERATED | TIMELINE_STATUS.HELM_MANIFEST_PUSHED_TO_HELM_REPO;
|
1059
1050
|
export type DeploymentStatusBreakdownItemIconType = 'success' | 'failed' | 'unknown' | 'inprogress' | 'unreachable' | 'loading' | 'disconnect' | 'timed_out' | '';
|
@@ -1098,6 +1089,7 @@ export interface DeploymentStatusDetailsBreakdownDataType {
|
|
1098
1089
|
deploymentErrorMessage: string;
|
1099
1090
|
nextTimelineToProcess: DeploymentStatusTimelineType;
|
1100
1091
|
} | null;
|
1092
|
+
deploymentAppType: DeploymentAppTypes;
|
1101
1093
|
}
|
1102
1094
|
export interface IntelligenceConfig {
|
1103
1095
|
clusterId: number;
|