Skip to content

feat: cdDetails, EnvCDDetails - DeploymentHistoryConfigDiff - revamp UI - using DeploymentConfigDiff #3750

feat: cdDetails, EnvCDDetails - DeploymentHistoryConfigDiff - revamp UI - using DeploymentConfigDiff

feat: cdDetails, EnvCDDetails - DeploymentHistoryConfigDiff - revamp UI - using DeploymentConfigDiff #3750

Triggered via pull request September 23, 2024 17:51
Status Failure
Total duration 1m 8s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentConfigCompare/DeploymentConfigCompare.tsx#L14
'"@devtron-labs/devtron-fe-common-lib"' has no exported member named 'getDeploymentTemplateValues'. Did you mean 'DeploymentTemplateList'?
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentConfigCompare/DeploymentConfigCompare.tsx#L300
Object literal may only specify known properties, and 'convertVariables' does not exist in type 'AppEnvDeploymentConfigListParams<boolean>'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentConfigCompare/DeploymentConfigCompare.tsx#L532
Property 'scopeVariablesConfig' does not exist on type 'DeploymentConfigDiffProps'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentConfigCompare/DeploymentConfigCompare.tsx#L568
Type '{ goBackURL: string; selectorsConfig: { primaryConfig: DeploymentConfigDiffSelectPickerProps[]; secondaryConfig: DeploymentConfigDiffSelectPickerProps[]; }; ... 10 more ...; errorConfig: { ...; }; }' is not assignable to type 'IntrinsicAttributes & DeploymentConfigDiffProps'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentConfigCompare/service.utils.ts#L29
Object literal may only specify known properties, and 'params' does not exist in type 'AppEnvDeploymentConfigPayloadType'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentConfigCompare/service.utils.ts#L55
Object literal may only specify known properties, and 'params' does not exist in type 'AppEnvDeploymentConfigPayloadType'.
ci: src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentConfigCompare/service.utils.ts#L89
Object literal may only specify known properties, and 'params' does not exist in type 'AppEnvDeploymentConfigPayloadType'.
ci: src/Pages/Shared/ConfigMapSecret/ConfigMapSecret.container.tsx#L130
Object literal may only specify known properties, and 'params' does not exist in type 'AppEnvDeploymentConfigPayloadType'.
ci: src/Pages/Shared/ConfigMapSecret/ProtectedConfigMapSecretDetails.tsx#L78
Object literal may only specify known properties, and 'params' does not exist in type 'AppEnvDeploymentConfigPayloadType'.
ci: src/components/ApplicationGroup/Details/EnvCDDetails/EnvCDDetails.tsx#L266
Type '{ fullScreenView: boolean; deploymentHistoryResult: Pick<DeploymentHistoryResult, "result">; triggerHistory: Map<number, History>; ... 18 more ...; appName: any; }' is not assignable to type 'IntrinsicAttributes & TriggerOutputProps'.