@spinnaker/cloudfoundry 0.0.160 → 0.0.164
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/CHANGELOG.md +35 -0
- package/dist/cf.module.d.ts +15 -15
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/pipeline/stages/cloneServerGroup/{CloudfoundryCloneServerGroupStageConfig.d.ts → CloudFoundryCloneServerGroupStageConfig.d.ts} +2 -2
- package/dist/pipeline/stages/cloneServerGroup/{cloudfoundryCloneServerGroupStage.module.d.ts → cloudFoundryCloneServerGroupStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/createServiceBindings/CloudFoundryCreateServiceBindingsStageConfigForm.d.ts +2 -2
- package/dist/pipeline/stages/{deleteServiceKey/CloudfoundryDeleteServiceKeyStageConfig.d.ts → createServiceKey/CloudFoundryCreateServiceKeyStageConfig.d.ts} +2 -2
- package/dist/pipeline/stages/createServiceKey/{cloudfoundryCreateServiceKeyStage.module.d.ts → cloudFoundryCreateServiceKeyStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/deleteServiceBindings/CloudFoundryDeleteServiceBindingsStageConfigForm.d.ts +2 -2
- package/dist/pipeline/stages/{createServiceKey/CloudfoundryCreateServiceKeyStageConfig.d.ts → deleteServiceKey/CloudFoundryDeleteServiceKeyStageConfig.d.ts} +2 -2
- package/dist/pipeline/stages/deleteServiceKey/{cloudfoundryDeleteServiceKeyStage.module.d.ts → cloudFoundryDeleteServiceKeyStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/deployService/{CloudfoundryDeployServiceStageConfig.d.ts → CloudFoundryDeployServiceStageConfig.d.ts} +2 -2
- package/dist/pipeline/stages/deployService/CreateServiceInstanceDirectInput.d.ts +3 -3
- package/dist/pipeline/stages/deployService/ICloudFoundryServiceManifestSource.d.ts +2 -2
- package/dist/pipeline/stages/deployService/{cloudfoundryDeployServiceStage.module.d.ts → cloudFoundryDeployServiceStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/destroyAsg/{cloudfoundryDestroyAsgStage.module.d.ts → cloudFoundryDestroyAsgStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/destroyService/{CloudfoundryDestroyServiceStageConfig.d.ts → CloudFoundryDestroyServiceStageConfig.d.ts} +0 -0
- package/dist/pipeline/stages/destroyService/CloudFoundryDestroyServiceStageConfigForm.d.ts +2 -2
- package/dist/pipeline/stages/destroyService/{cloudfoundryDestroyServiceStage.module.d.ts → cloudFoundryDestroyServiceStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/disableAsg/{cloudfoundryDisableAsgStage.module.d.ts → cloudFoundryDisableAsgStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/enableAsg/{cloudfoundryEnableAsgStage.module.d.ts → cloudFoundryEnableAsgStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/mapLoadBalancers/{cloudfoundryMapLoadBalancersStage.module.d.ts → cloudFoundryMapLoadBalancersStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/resizeAsg/{CloudfoundryResizeAsgStageConfig.d.ts → CloudFoundryResizeAsgStageConfig.d.ts} +2 -2
- package/dist/pipeline/stages/resizeAsg/{cloudfoundryResizeAsgStage.module.d.ts → cloudFoundryResizeAsgStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/rollbackCluster/{CloudfoundryRollbackClusterStageConfig.d.ts → CloudFoundryRollbackClusterStageConfig.d.ts} +4 -4
- package/dist/pipeline/stages/rollbackCluster/{cloudfoundryRollbackClusterStage.module.d.ts → cloudFoundryRollbackClusterStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/runJob/{CloudfoundryRunJobStageConfig.d.ts → CloudFoundryRunJobStageConfig.d.ts} +2 -2
- package/dist/pipeline/stages/runJob/{cloudfoundryRunJob.module.d.ts → cloudFoundryRunJob.module.d.ts} +0 -0
- package/dist/pipeline/stages/shareService/{CloudfoundryShareServiceExecutionDetails.d.ts → CloudFoundryShareServiceExecutionDetails.d.ts} +2 -2
- package/dist/pipeline/stages/shareService/{CloudfoundryShareServiceStageConfig.d.ts → CloudFoundryShareServiceStageConfig.d.ts} +2 -2
- package/dist/pipeline/stages/shareService/{cloudfoundryShareServiceStage.module.d.ts → cloudFoundryShareServiceStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/unmapLoadBalancers/{cloudfoundryUnmapLoadBalancersStage.module.d.ts → cloudFoundryUnmapLoadBalancersStage.module.d.ts} +0 -0
- package/dist/pipeline/stages/unshareService/{CloudfoundryUnshareServiceExecutionDetails.d.ts → CloudFoundryUnshareServiceExecutionDetails.d.ts} +2 -2
- package/dist/pipeline/stages/unshareService/{CloudfoundryUnshareServiceStageConfig.d.ts → CloudFoundryUnshareServiceStageConfig.d.ts} +2 -2
- package/dist/pipeline/stages/unshareService/{cloudfoundryUnshareServiceStage.module.d.ts → cloudFoundryUnshareServiceStage.module.d.ts} +0 -0
- package/dist/presentation/pipeline/stages/{CloudfoundryAsgStageConfig.d.ts → CloudFoundryAsgStageConfig.d.ts} +2 -2
- package/dist/presentation/pipeline/stages/{CloudfoundryLoadBalancersExecutionDetails.d.ts → CloudFoundryLoadBalancersExecutionDetails.d.ts} +2 -2
- package/dist/presentation/pipeline/stages/{CloudfoundryLoadBalancersStageConfig.d.ts → CloudFoundryLoadBalancersStageConfig.d.ts} +4 -4
- package/dist/presentation/pipeline/stages/{CloudfoundryServiceExecutionDetails.d.ts → CloudFoundryServiceExecutionDetails.d.ts} +2 -2
- package/dist/presentation/pipeline/stages/{CloudfoundryServiceKeyExecutionDetails.d.ts → CloudFoundryServiceKeyExecutionDetails.d.ts} +2 -2
- package/dist/presentation/pipeline/stages/index.d.ts +5 -5
- package/package.json +5 -5
- package/src/cf.module.ts +15 -15
- package/src/common/applicationName.validator.ts +1 -1
- package/src/pipeline/stages/bakeCloudFoundryManifest/bakeCloudFoundryManifestConfig.spec.tsx +1 -1
- package/src/pipeline/stages/cloneServerGroup/{CloudfoundryCloneServerGroupStageConfig.tsx → CloudFoundryCloneServerGroupStageConfig.tsx} +3 -3
- package/src/pipeline/stages/cloneServerGroup/{cloudfoundryCloneServerGroupStage.module.ts → cloudFoundryCloneServerGroupStage.module.ts} +2 -2
- package/src/pipeline/stages/createServiceBindings/CloudFoundryCreateServiceBindingsConfig.spec.tsx +2 -1
- package/src/pipeline/stages/createServiceBindings/CloudFoundryCreateServiceBindingsStageConfigForm.tsx +2 -2
- package/src/pipeline/stages/createServiceBindings/cloudFoundryCreateServiceBindingsStageForm.spec.tsx +4 -2
- package/src/pipeline/stages/createServiceKey/{CloudfoundryCreateServiceKeyStageConfig.tsx → CloudFoundryCreateServiceKeyStageConfig.tsx} +3 -3
- package/src/pipeline/stages/createServiceKey/{cloudfoundryCreateServiceKeyStage.module.ts → cloudFoundryCreateServiceKeyStage.module.ts} +4 -4
- package/src/pipeline/stages/deleteServiceBindings/CloudFoundryDeleteServiceBindingsStageConfigForm.tsx +2 -2
- package/src/pipeline/stages/deleteServiceBindings/cloudFoundryDeleteServiceBindingsStageForm.spec.tsx +4 -2
- package/src/pipeline/stages/deleteServiceKey/{CloudfoundryDeleteServiceKeyStageConfig.tsx → CloudFoundryDeleteServiceKeyStageConfig.tsx} +3 -3
- package/src/pipeline/stages/deleteServiceKey/{cloudfoundryDeleteServiceKeyStage.module.ts → cloudFoundryDeleteServiceKeyStage.module.ts} +4 -4
- package/src/pipeline/stages/deployService/{CloudfoundryDeployServiceStageConfig.tsx → CloudFoundryDeployServiceStageConfig.tsx} +3 -3
- package/src/pipeline/stages/deployService/CreateServiceInstanceDirectInput.tsx +3 -3
- package/src/pipeline/stages/deployService/ICloudFoundryServiceManifestSource.ts +2 -2
- package/src/pipeline/stages/deployService/{cloudfoundryDeployServiceStage.module.ts → cloudFoundryDeployServiceStage.module.ts} +4 -4
- package/src/pipeline/stages/destroyAsg/{cloudfoundryDestroyAsgStage.module.ts → cloudFoundryDestroyAsgStage.module.ts} +2 -2
- package/src/pipeline/stages/destroyService/{CloudfoundryDestroyServiceStageConfig.tsx → CloudFoundryDestroyServiceStageConfig.tsx} +0 -0
- package/src/pipeline/stages/destroyService/CloudFoundryDestroyServiceStageConfigForm.tsx +2 -2
- package/src/pipeline/stages/destroyService/{cloudfoundryDestroyServiceStage.module.ts → cloudFoundryDestroyServiceStage.module.ts} +3 -3
- package/src/pipeline/stages/disableAsg/{cloudfoundryDisableAsgStage.module.ts → cloudFoundryDisableAsgStage.module.ts} +2 -2
- package/src/pipeline/stages/enableAsg/{cloudfoundryEnableAsgStage.module.ts → cloudFoundryEnableAsgStage.module.ts} +2 -2
- package/src/pipeline/stages/mapLoadBalancers/{cloudfoundryMapLoadBalancersStage.module.ts → cloudFoundryMapLoadBalancersStage.module.ts} +3 -3
- package/src/pipeline/stages/resizeAsg/{CloudfoundryResizeAsgStageConfig.tsx → CloudFoundryResizeAsgStageConfig.tsx} +3 -3
- package/src/pipeline/stages/resizeAsg/{cloudfoundryResizeAsgStage.module.ts → cloudFoundryResizeAsgStage.module.ts} +2 -2
- package/src/pipeline/stages/rollbackCluster/{CloudfoundryRollbackClusterStageConfig.tsx → CloudFoundryRollbackClusterStageConfig.tsx} +6 -6
- package/src/pipeline/stages/rollbackCluster/{cloudfoundryRollbackClusterStage.module.ts → cloudFoundryRollbackClusterStage.module.ts} +2 -2
- package/src/pipeline/stages/runJob/{CloudfoundryRunJobStageConfig.tsx → CloudFoundryRunJobStageConfig.tsx} +3 -3
- package/src/pipeline/stages/runJob/{cloudfoundryRunJob.module.ts → cloudFoundryRunJob.module.ts} +2 -2
- package/src/pipeline/stages/shareService/{CloudfoundryShareServiceExecutionDetails.tsx → CloudFoundryShareServiceExecutionDetails.tsx} +2 -2
- package/src/pipeline/stages/shareService/{CloudfoundryShareServiceStageConfig.tsx → CloudFoundryShareServiceStageConfig.tsx} +3 -3
- package/src/pipeline/stages/shareService/{cloudfoundryShareServiceStage.module.ts → cloudFoundryShareServiceStage.module.ts} +4 -4
- package/src/pipeline/stages/unmapLoadBalancers/{cloudfoundryUnmapLoadBalancersStage.module.ts → cloudFoundryUnmapLoadBalancersStage.module.ts} +3 -3
- package/src/pipeline/stages/unshareService/{CloudfoundryUnshareServiceExecutionDetails.tsx → CloudFoundryUnshareServiceExecutionDetails.tsx} +2 -2
- package/src/pipeline/stages/unshareService/{CloudfoundryUnshareServiceStageConfig.tsx → CloudFoundryUnshareServiceStageConfig.tsx} +3 -3
- package/src/pipeline/stages/unshareService/{cloudfoundryUnshareServiceStage.module.ts → cloudFoundryUnshareServiceStage.module.ts} +4 -4
- package/src/presentation/pipeline/stages/{CloudfoundryAsgStageConfig.tsx → CloudFoundryAsgStageConfig.tsx} +2 -2
- package/src/presentation/pipeline/stages/{CloudfoundryLoadBalancersExecutionDetails.tsx → CloudFoundryLoadBalancersExecutionDetails.tsx} +2 -2
- package/src/presentation/pipeline/stages/{CloudfoundryLoadBalancersStageConfig.tsx → CloudFoundryLoadBalancersStageConfig.tsx} +6 -6
- package/src/presentation/pipeline/stages/{CloudfoundryServiceExecutionDetails.tsx → CloudFoundryServiceExecutionDetails.tsx} +2 -2
- package/src/presentation/pipeline/stages/{CloudfoundryServiceKeyExecutionDetails.tsx → CloudFoundryServiceKeyExecutionDetails.tsx} +2 -2
- package/src/presentation/pipeline/stages/index.ts +5 -5
- package/src/presentation/widgets/accountRegionClusterSelector/AccountRegionClusterSelector.spec.tsx +7 -11
package/src/presentation/widgets/accountRegionClusterSelector/AccountRegionClusterSelector.spec.tsx
CHANGED
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { mock, noop
|
|
1
|
+
import type { IScope } from 'angular';
|
|
2
|
+
import { mock, noop } from 'angular';
|
|
3
3
|
import { mount, shallow } from 'enzyme';
|
|
4
|
+
import React from 'react';
|
|
4
5
|
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
ApplicationModelBuilder,
|
|
8
|
-
ApplicationDataSource,
|
|
9
|
-
IMoniker,
|
|
10
|
-
IServerGroup,
|
|
11
|
-
REACT_MODULE,
|
|
12
|
-
} from '@spinnaker/core';
|
|
6
|
+
import type { Application, ApplicationDataSource, IMoniker, IServerGroup } from '@spinnaker/core';
|
|
7
|
+
import { ApplicationModelBuilder, REACT_MODULE } from '@spinnaker/core';
|
|
13
8
|
|
|
14
|
-
import {
|
|
9
|
+
import type { IAccountRegionClusterSelectorProps } from './AccountRegionClusterSelector';
|
|
10
|
+
import { AccountRegionClusterSelector } from './AccountRegionClusterSelector';
|
|
15
11
|
|
|
16
12
|
describe('<AccountRegionClusterSelector />', () => {
|
|
17
13
|
let $scope: IScope;
|