@spinnaker/core 0.12.0 → 0.15.0
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 +81 -0
- package/dist/account/AccountSelectInput.d.ts +2 -2
- package/dist/account/AccountService.d.ts +2 -2
- package/dist/account/accountTag.component.d.ts +1 -1
- package/dist/api/ApiService.d.ts +1 -1
- package/dist/api/mock/expectedRequest.d.ts +2 -2
- package/dist/api/mock/mockHttpClient.d.ts +4 -3
- package/dist/api/mock/receivedRequest.d.ts +2 -2
- package/dist/api/network.interceptor.d.ts +1 -1
- package/dist/application/ApplicationComponent.d.ts +1 -1
- package/dist/application/ApplicationContext.d.ts +1 -1
- package/dist/application/ApplicationIcon.d.ts +2 -2
- package/dist/application/application.model.d.ts +6 -4
- package/dist/application/application.state.provider.d.ts +2 -2
- package/dist/application/applicationModel.builder.d.ts +1 -1
- package/dist/application/applicationSearchResultType.d.ts +1 -1
- package/dist/application/config/ApplicationConfig.d.ts +1 -1
- package/dist/application/config/DeleteApplicationSection.d.ts +2 -1
- package/dist/application/config/customBanner/customBannerColors.d.ts +1 -1
- package/dist/application/config/dataSources/applicationDataSourceEditor.component.d.ts +3 -3
- package/dist/application/config/footer/configSectionFooter.component.d.ts +2 -2
- package/dist/application/config/trafficGuard/trafficGuardConfig.component.d.ts +6 -6
- package/dist/application/listExtractor/AppListExtractor.d.ts +3 -3
- package/dist/application/modal/PermissionsConfigurer.d.ts +1 -1
- package/dist/application/modal/PlatformHealthOverride.d.ts +1 -1
- package/dist/application/modal/validation/ExampleApplicationNameValidator.d.ts +1 -1
- package/dist/application/nav/AppRefresher.d.ts +2 -1
- package/dist/application/nav/AppRefresherIcon.d.ts +1 -0
- package/dist/application/nav/ApplicationNavigation.d.ts +2 -1
- package/dist/application/nav/BottomSection.d.ts +1 -1
- package/dist/application/nav/NavItem.d.ts +3 -2
- package/dist/application/nav/NavRoute.d.ts +3 -2
- package/dist/application/nav/NavSection.d.ts +3 -2
- package/dist/application/nav/PagerDutyButton.d.ts +1 -1
- package/dist/application/nav/navigationCategory.registry.d.ts +1 -1
- package/dist/application/search/Applications.d.ts +2 -2
- package/dist/application/search/ApplicationsTable.d.ts +2 -1
- package/dist/application/search/PaginationControls.d.ts +2 -1
- package/dist/application/service/ApplicationDataSourceRegistry.d.ts +1 -1
- package/dist/application/service/ApplicationWriter.d.ts +1 -1
- package/dist/application/service/InferredApplicationWarningService.d.ts +1 -1
- package/dist/application/service/applicationDataSource.d.ts +5 -4
- package/dist/artifact/ArtifactReferenceService.d.ts +1 -1
- package/dist/artifact/ExpectedArtifactSelectorViewController.d.ts +2 -2
- package/dist/artifact/ExpectedArtifactSelectorViewControllerAngularDelegate.d.ts +3 -3
- package/dist/artifact/IArtifactAccountPair.d.ts +1 -1
- package/dist/artifact/NgAppEngineDeployArtifactDelegate.d.ts +4 -4
- package/dist/artifact/NgAppengineConfigArtifactDelegate.d.ts +4 -4
- package/dist/artifact/NgBakeManifestArtifactDelegate.d.ts +4 -4
- package/dist/artifact/NgGCEImageArtifactDelegate.d.ts +4 -4
- package/dist/artifact/NgGenericArtifactDelegate.d.ts +4 -4
- package/dist/artifact/expectedArtifact.service.d.ts +1 -1
- package/dist/artifact/react/ArtifactAccountSelector.d.ts +1 -1
- package/dist/artifact/react/ArtifactEditor.d.ts +2 -2
- package/dist/artifact/react/ArtifactIcon.d.ts +2 -1
- package/dist/artifact/react/ArtifactIconList.d.ts +1 -1
- package/dist/artifact/react/ExecutionArtifactTab.d.ts +1 -1
- package/dist/artifact/react/ExpectedArtifactEditor.d.ts +3 -3
- package/dist/artifact/react/ExpectedArtifactKindSelector.d.ts +1 -1
- package/dist/artifact/react/ExpectedArtifactModal.d.ts +3 -3
- package/dist/artifact/react/ExpectedArtifactSelector.d.ts +1 -1
- package/dist/artifact/react/ExpectedArtifactSourceSelector.d.ts +1 -1
- package/dist/artifact/react/StageArtifactSelector.d.ts +2 -2
- package/dist/artifact/react/StageArtifactSelectorDelegate.d.ts +2 -1
- package/dist/authentication/authentication.interceptor.service.d.ts +1 -1
- package/dist/authentication/userMenu/UserMenu.d.ts +1 -0
- package/dist/banner/BannerContainer.d.ts +1 -1
- package/dist/banner/customBannersByName.d.ts +2 -1
- package/dist/bootstrap/SpinnakerContainer.d.ts +1 -0
- package/dist/bootstrap/bootstrap.module.d.ts +1 -1
- package/dist/bootstrap/paramChangedHelper.d.ts +1 -1
- package/dist/cache/abstractBaseCache.d.ts +1 -1
- package/dist/cache/cacheInitializer.service.d.ts +2 -2
- package/dist/cache/deckCacheFactory.d.ts +2 -1
- package/dist/cache/infrastructureCacheConfig.d.ts +1 -1
- package/dist/cache/infrastructureCaches.d.ts +1 -1
- package/dist/chaosMonkey/chaosMonkeyConfig.component.d.ts +3 -3
- package/dist/chaosMonkey/chaosMonkeyExceptions.component.d.ts +4 -4
- package/dist/ci/CIReader.d.ts +1 -1
- package/dist/ci/components/BuildInfoArtifactsTab.d.ts +2 -1
- package/dist/ci/components/BuildInfoDetails.d.ts +2 -1
- package/dist/ci/components/BuildInfoLogsTab.d.ts +2 -1
- package/dist/ci/components/BuildInfoSummaryCard.d.ts +2 -1
- package/dist/ci/components/Builds.d.ts +2 -1
- package/dist/ci/igor.service.d.ts +1 -1
- package/dist/cloudProvider/CloudProviderLogo.d.ts +1 -0
- package/dist/cloudProvider/providerSelection/ProviderSelectionModal.d.ts +1 -1
- package/dist/cloudProvider/providerSelection/ProviderSelectionService.d.ts +3 -3
- package/dist/cloudProvider/providerService.delegate.d.ts +1 -1
- package/dist/cluster/AllClustersGroupings.d.ts +3 -3
- package/dist/cluster/ClusterPod.d.ts +3 -3
- package/dist/cluster/ClusterPodTitleWrapper.d.ts +2 -2
- package/dist/cluster/DefaultClusterPodTitle.d.ts +1 -1
- package/dist/cluster/cluster.service.d.ts +4 -4
- package/dist/cluster/clusterSearchResultType.d.ts +1 -1
- package/dist/cluster/filter/ClusterFilterModel.d.ts +1 -1
- package/dist/cluster/filter/ClusterFilterService.d.ts +1 -1
- package/dist/cluster/filter/ClusterFilters.d.ts +2 -1
- package/dist/cluster/filter/LabelFilter.d.ts +2 -2
- package/dist/cluster/filter/MultiselectModel.d.ts +3 -3
- package/dist/cluster/filter/labelFilterUtils.d.ts +1 -1
- package/dist/cluster/task.matcher.d.ts +1 -1
- package/dist/config/settings.d.ts +1 -0
- package/dist/confirmationModal/ConfirmModal.d.ts +3 -2
- package/dist/confirmationModal/confirmationModal.service.d.ts +2 -1
- package/dist/core.module.d.ts +1 -1
- package/dist/deploymentStrategy/DeploymentStrategySelector.d.ts +3 -3
- package/dist/deploymentStrategy/deploymentStrategy.registry.d.ts +2 -2
- package/dist/deploymentStrategy/strategies/PipelineSelector.d.ts +2 -2
- package/dist/deploymentStrategy/strategies/custom/AdditionalFields.d.ts +1 -1
- package/dist/deploymentStrategy/strategies/highlander/HighlanderPreview.d.ts +2 -1
- package/dist/deploymentStrategy/strategies/monitored/AdditionalFields.d.ts +3 -3
- package/dist/deploymentStrategy/strategies/redblack/AdditionalFields.d.ts +3 -2
- package/dist/deploymentStrategy/strategies/redblack/redblack.strategy.d.ts +1 -1
- package/dist/deploymentStrategy/strategies/rollingredblack/AdditionalFields.d.ts +2 -2
- package/dist/diffs/ChangesModal.d.ts +5 -4
- package/dist/diffs/CommitHistory.d.ts +1 -0
- package/dist/diffs/JarDiffs.d.ts +1 -0
- package/dist/diffs/ViewChangesLink.d.ts +4 -3
- package/dist/domain/IArtifactEditorProps.d.ts +3 -3
- package/dist/domain/IArtifactExtractor.d.ts +1 -1
- package/dist/domain/IArtifactKindConfig.d.ts +2 -2
- package/dist/domain/IBuildDiffInfo.d.ts +1 -1
- package/dist/domain/ICluster.d.ts +2 -2
- package/dist/domain/IDeckRootScope.d.ts +2 -2
- package/dist/domain/IExecution.d.ts +6 -6
- package/dist/domain/IExecutionStage.d.ts +6 -6
- package/dist/domain/IExecutionTrigger.d.ts +4 -4
- package/dist/domain/IExpectedArtifact.d.ts +1 -1
- package/dist/domain/IFunction.d.ts +1 -1
- package/dist/domain/IHelmTrigger.d.ts +1 -1
- package/dist/domain/IInstance.d.ts +1 -1
- package/dist/domain/ILoadBalancer.d.ts +6 -6
- package/dist/domain/IManagedEntity.d.ts +2 -2
- package/dist/domain/IManifest.d.ts +2 -2
- package/dist/domain/INotification.d.ts +1 -1
- package/dist/domain/INotificationTypeConfig.d.ts +1 -1
- package/dist/domain/IPipeline.d.ts +5 -5
- package/dist/domain/IPipelineTemplateConfigV2.d.ts +1 -1
- package/dist/domain/IPipelineTemplateV2.d.ts +2 -2
- package/dist/domain/IRegionalCluster.d.ts +1 -1
- package/dist/domain/ISecurityGroup.d.ts +5 -5
- package/dist/domain/IServerGroup.d.ts +8 -8
- package/dist/domain/IServerGroupManager.d.ts +2 -2
- package/dist/domain/IStage.d.ts +1 -1
- package/dist/domain/IStageContext.d.ts +1 -1
- package/dist/domain/IStageOrTriggerTypeConfig.d.ts +4 -4
- package/dist/domain/IStageTypeConfig.d.ts +5 -5
- package/dist/domain/IStrategy.d.ts +1 -1
- package/dist/domain/ITaggedEntity.d.ts +1 -1
- package/dist/domain/ITask.d.ts +2 -2
- package/dist/domain/ITaskStep.d.ts +1 -1
- package/dist/domain/ITrigger.d.ts +3 -3
- package/dist/domain/ITriggerTypeConfig.d.ts +4 -4
- package/dist/entityTag/AddEntityTagLinks.d.ts +3 -2
- package/dist/entityTag/EntitySource.d.ts +2 -1
- package/dist/entityTag/EntitySourcePopover.d.ts +2 -1
- package/dist/entityTag/EntityTagEditor.d.ts +2 -2
- package/dist/entityTag/EntityTagsReader.d.ts +2 -2
- package/dist/entityTag/clusterTargetBuilder.d.ts +2 -2
- package/dist/entityTag/entityRef.builder.d.ts +2 -2
- package/dist/entityTag/entityTags.write.service.d.ts +2 -2
- package/dist/entityTag/notifications/CategorizedNotifications.d.ts +2 -2
- package/dist/entityTag/notifications/DataSourceNotifications.d.ts +2 -2
- package/dist/entityTag/notifications/EntityName.d.ts +1 -1
- package/dist/entityTag/notifications/EntityNotifications.d.ts +2 -2
- package/dist/entityTag/notifications/GroupedNotificationList.d.ts +1 -1
- package/dist/entityTag/notifications/NotificationCategory.d.ts +2 -2
- package/dist/entityTag/notifications/NotificationList.d.ts +1 -1
- package/dist/entityTag/notifications/NotificationsPopover.d.ts +3 -3
- package/dist/event/EventBus.d.ts +1 -1
- package/dist/filterModel/FilterModelService.d.ts +1 -1
- package/dist/filterModel/FilterTags.d.ts +1 -0
- package/dist/filterModel/dependentFilter/DependentFilterService.d.ts +1 -1
- package/dist/forms/mapEditor/MapEditor.d.ts +2 -2
- package/dist/forms/mapEditor/MapEditorInput.d.ts +3 -2
- package/dist/forms/mapEditor/MapPair.d.ts +2 -1
- package/dist/forms/numberList/NumberList.d.ts +1 -0
- package/dist/function/CreateFunctionButton.d.ts +9 -5
- package/dist/function/Function.d.ts +3 -2
- package/dist/function/FunctionDetails.d.ts +1 -1
- package/dist/function/FunctionGroupings.d.ts +2 -2
- package/dist/function/FunctionPod.d.ts +2 -2
- package/dist/function/Functions.d.ts +3 -3
- package/dist/function/filter/FunctionFilterModel.d.ts +2 -2
- package/dist/function/filter/FunctionFilterService.d.ts +2 -2
- package/dist/function/filter/FunctionFilters.d.ts +2 -2
- package/dist/function/function.read.service.d.ts +2 -2
- package/dist/function/function.transformer.d.ts +1 -1
- package/dist/function/function.write.service.d.ts +3 -3
- package/dist/header/SpinnakerHeader.d.ts +1 -0
- package/dist/header/customBanner/CustomBanner.d.ts +1 -1
- package/dist/healthCounts/HealthCounts.d.ts +2 -2
- package/dist/help/HelpField.d.ts +2 -1
- package/dist/help/HelpMenu.d.ts +1 -0
- package/dist/help/helpField.component.d.ts +1 -1
- package/dist/image/image.reader.d.ts +1 -1
- package/dist/index.js +89 -47
- package/dist/index.js.map +1 -1
- package/dist/insight/InsightLayout.d.ts +2 -1
- package/dist/instance/Instance.d.ts +1 -1
- package/dist/instance/InstanceList.d.ts +1 -1
- package/dist/instance/InstanceListBody.d.ts +1 -1
- package/dist/instance/InstanceReader.d.ts +1 -1
- package/dist/instance/Instances.d.ts +4 -3
- package/dist/instance/details/InstanceActions.d.ts +1 -0
- package/dist/instance/details/InstanceDetails.d.ts +3 -3
- package/dist/instance/details/InstanceDetailsHeader.d.ts +1 -0
- package/dist/instance/details/InstanceInsights.d.ts +2 -1
- package/dist/instance/details/InstanceLinks.d.ts +4 -3
- package/dist/instance/details/console/ConsoleOutputLink.d.ts +2 -1
- package/dist/instance/details/console/ConsoleOutputModal.d.ts +3 -2
- package/dist/instance/instance.write.service.d.ts +3 -3
- package/dist/instance/instanceSearchResultType.d.ts +1 -1
- package/dist/instance/instanceType.service.d.ts +4 -3
- package/dist/interceptor/debug.interceptor.d.ts +1 -1
- package/dist/loadBalancer/CreateLoadBalancerButton.d.ts +4 -5
- package/dist/loadBalancer/LoadBalancer.d.ts +2 -2
- package/dist/loadBalancer/LoadBalancerClusterContainer.d.ts +1 -1
- package/dist/loadBalancer/LoadBalancerDetails.d.ts +1 -1
- package/dist/loadBalancer/LoadBalancerInstances.d.ts +1 -1
- package/dist/loadBalancer/LoadBalancerPod.d.ts +2 -2
- package/dist/loadBalancer/LoadBalancerServerGroup.d.ts +1 -1
- package/dist/loadBalancer/LoadBalancers.d.ts +3 -3
- package/dist/loadBalancer/LoadBalancersTag.d.ts +2 -2
- package/dist/loadBalancer/LoadBalancersTagWrapper.d.ts +2 -2
- package/dist/loadBalancer/filter/LoadBalancerFilterModel.d.ts +2 -2
- package/dist/loadBalancer/filter/LoadBalancerFilterService.d.ts +1 -1
- package/dist/loadBalancer/filter/LoadBalancerFilters.d.ts +2 -2
- package/dist/loadBalancer/loadBalancer.read.service.d.ts +2 -2
- package/dist/loadBalancer/loadBalancer.write.service.d.ts +4 -4
- package/dist/loadBalancer/loadBalancerDataUtils.d.ts +2 -2
- package/dist/loadBalancer/loadBalancerSearchResultType.d.ts +1 -1
- package/dist/managed/ApplicationQueryError.d.ts +2 -1
- package/dist/managed/Environments.d.ts +1 -0
- package/dist/managed/ManagedReader.d.ts +1 -1
- package/dist/managed/Pill.d.ts +1 -0
- package/dist/managed/UnmanagedMessage.d.ts +1 -0
- package/dist/managed/artifactActions/ArtifactActions.d.ts +24 -0
- package/dist/managed/config/Configuration.d.ts +2 -1
- package/dist/managed/config/GitIntegration.d.ts +2 -1
- package/dist/managed/config/ManagementWarning.d.ts +1 -0
- package/dist/managed/constraints/AllowedTimes.d.ts +2 -1
- package/dist/managed/constraints/DependsOn.d.ts +1 -1
- package/dist/managed/constraints/ManualJudgement.d.ts +1 -1
- package/dist/managed/constraints/registry.d.ts +15 -4
- package/dist/managed/displayNames.d.ts +1 -1
- package/dist/managed/environmentBaseElements/BaseEnvironment.d.ts +4 -1
- package/dist/managed/environmentBaseElements/EnvironmentItem.d.ts +4 -3
- package/dist/managed/externals/DeployingIntoManagedClusterWarning.d.ts +4 -3
- package/dist/managed/externals/ManagedMenuItem.d.ts +2 -2
- package/dist/managed/externals/ManagedResourceConfig.d.ts +1 -1
- package/dist/managed/externals/ManagedResourceDetailsIndicator.d.ts +3 -2
- package/dist/managed/externals/ManagedResourceStatusIndicator.d.ts +3 -2
- package/dist/managed/externals/ManagedResourceStatusPopover.d.ts +3 -3
- package/dist/managed/externals/managedResourceDecorators.d.ts +1 -1
- package/dist/managed/externals/managedResourceStatusConfig.d.ts +4 -3
- package/dist/managed/externals/toggleResourceManagement.d.ts +2 -2
- package/dist/managed/graphql/graphql-sdk.d.ts +123 -11
- package/dist/managed/messages/Messages.d.ts +1 -0
- package/dist/managed/overview/EnvironmentOverview.d.ts +2 -1
- package/dist/managed/overview/EnvironmentsOverview.d.ts +1 -0
- package/dist/managed/overview/PreviewEnvironments.d.ts +3 -2
- package/dist/managed/overview/Resource.d.ts +7 -3
- package/dist/managed/overview/ResourceDeploymentStatus.d.ts +2 -1
- package/dist/managed/overview/ResourceTask.d.ts +1 -0
- package/dist/managed/overview/artifact/Artifact.d.ts +4 -2
- package/dist/managed/overview/artifact/ArtifactActionModal.d.ts +22 -10
- package/dist/managed/overview/artifact/ArtifactCollapsibleSection.d.ts +7 -0
- package/dist/managed/overview/artifact/ArtifactVersionTasks.d.ts +2 -1
- package/dist/managed/overview/artifact/ArtifactVersions.d.ts +9 -0
- package/dist/managed/overview/artifact/Constraints.d.ts +2 -1
- package/dist/managed/overview/artifact/CurrentVersion.d.ts +8 -6
- package/dist/managed/overview/artifact/GitLink.d.ts +2 -1
- package/dist/managed/overview/artifact/VersionOperation.d.ts +2 -1
- package/dist/managed/overview/artifact/VersionTitle.d.ts +9 -0
- package/dist/managed/overview/artifact/hooks.d.ts +6 -11
- package/dist/managed/overview/artifact/useCreateRollbackActions.hook.d.ts +3 -0
- package/dist/managed/overview/artifact/utils.d.ts +16 -15
- package/dist/managed/overview/types.d.ts +1 -1
- package/dist/managed/overview/useIsUpdatingResources.hook.d.ts +1 -0
- package/dist/managed/overview/utils.d.ts +1 -1
- package/dist/managed/plugins/index.d.ts +2 -2
- package/dist/managed/resourceHistory/HistoryEventRow.d.ts +1 -1
- package/dist/managed/resourceHistory/ManagedResourceDiffTable.d.ts +1 -1
- package/dist/managed/resourceHistory/ManagedResourceHistoryModal.d.ts +3 -2
- package/dist/managed/resources/ResourceDefinitionModal.d.ts +3 -2
- package/dist/managed/resources/ResourceTitle.d.ts +4 -3
- package/dist/managed/resources/ToggleResourceManagement.d.ts +1 -0
- package/dist/managed/resources/resourceRegistry.d.ts +2 -2
- package/dist/managed/resources/useGetResourceLink.hook.d.ts +1 -1
- package/dist/managed/useEnvironmentTypeFromResources.hooks.d.ts +1 -1
- package/dist/managed/utils/ActionModal.d.ts +2 -1
- package/dist/managed/utils/Button.d.ts +1 -1
- package/dist/managed/utils/defaults.d.ts +4 -3
- package/dist/managed/utils/logging.d.ts +1 -1
- package/dist/managed/utils/useNotifyOnError.hook.d.ts +1 -1
- package/dist/managed/versionMetadata/MetadataComponents.d.ts +23 -21
- package/dist/managed/versionMetadata/VersionMetadata.d.ts +10 -5
- package/dist/managed/versionsHistory/VersionContent.d.ts +5 -1
- package/dist/managed/versionsHistory/VersionHeading.d.ts +2 -1
- package/dist/managed/versionsHistory/VersionsHistory.d.ts +1 -0
- package/dist/managed/versionsHistory/types.d.ts +2 -2
- package/dist/manifest/ManifestReader.d.ts +1 -1
- package/dist/manifest/ManifestWriter.d.ts +2 -2
- package/dist/manifest/ManifestYaml.d.ts +1 -0
- package/dist/manifest/PodNameProvider.d.ts +1 -1
- package/dist/manifest/stage/JobManifestPodLogs.d.ts +2 -2
- package/dist/manifest/stage/JobStageExecutionLogs.d.ts +3 -3
- package/dist/modal/buttons/ModalClose.d.ts +1 -0
- package/dist/modal/buttons/submitButton.component.d.ts +1 -1
- package/dist/modal/wizard/WizardModal.d.ts +4 -4
- package/dist/modal/wizard/WizardPage.d.ts +1 -1
- package/dist/modal/wizard/v2modalWizard.component.d.ts +1 -1
- package/dist/modal/wizard/v2wizardPage.component.d.ts +2 -2
- package/dist/naming/nameUtils.d.ts +2 -2
- package/dist/navigation/UrlBuilder.d.ts +2 -2
- package/dist/navigation/UrlBuilderRegistry.d.ts +1 -1
- package/dist/navigation/state.provider.d.ts +5 -5
- package/dist/navigation/stateHelper.provider.d.ts +2 -2
- package/dist/notfound/NotFound.d.ts +1 -0
- package/dist/notification/AppNotificationsService.d.ts +1 -1
- package/dist/notification/NotificationsList.d.ts +2 -2
- package/dist/notification/extensionNotificationConfig.d.ts +6 -6
- package/dist/notification/modal/EditNotificationModal.d.ts +2 -2
- package/dist/notification/modal/NotificationDetails.d.ts +3 -3
- package/dist/notification/modal/WhenChecklistInput.d.ts +1 -1
- package/dist/notification/notification.transformer.d.ts +1 -1
- package/dist/notification/selector/NotificationSelector.d.ts +1 -1
- package/dist/notification/selector/types/bearychat/BearychatNotificationType.d.ts +1 -1
- package/dist/notification/selector/types/bearychat/beary.notification.d.ts +1 -1
- package/dist/notification/selector/types/email/EmailNotificationType.d.ts +1 -1
- package/dist/notification/selector/types/email/email.notification.d.ts +1 -1
- package/dist/notification/selector/types/githubstatus/GithubNotificationType.d.ts +1 -1
- package/dist/notification/selector/types/githubstatus/githubstatus.notification.d.ts +1 -1
- package/dist/notification/selector/types/googlechat/GooglechatNotificationType.d.ts +1 -1
- package/dist/notification/selector/types/googlechat/googlechat.notification.d.ts +1 -1
- package/dist/notification/selector/types/microsoftteams/MicrosoftTeamsNotificationType.d.ts +1 -1
- package/dist/notification/selector/types/microsoftteams/microsoftteams.notification.d.ts +1 -1
- package/dist/notification/selector/types/pubsub/PubsubNotificationType.d.ts +1 -1
- package/dist/notification/selector/types/pubsub/pubsub.notification.d.ts +1 -1
- package/dist/notification/selector/types/slack/SlackNotificationType.d.ts +1 -1
- package/dist/notification/selector/types/slack/slack.notification.d.ts +1 -1
- package/dist/notification/selector/types/sms/SmsNotificationType.d.ts +1 -1
- package/dist/notification/selector/types/sms/sms.notification.d.ts +1 -1
- package/dist/overrideRegistry/Overrides.d.ts +2 -2
- package/dist/overrideRegistry/override.registry.d.ts +1 -1
- package/dist/pageTitle/pageTitle.service.d.ts +2 -2
- package/dist/pagerDuty/PageButton.d.ts +2 -2
- package/dist/pagerDuty/PageModal.d.ts +3 -3
- package/dist/pagerDuty/Pager.d.ts +2 -2
- package/dist/pagerDuty/pageApplicationOwner.modal.controller.d.ts +3 -3
- package/dist/pagerDuty/pagerDuty.read.service.d.ts +1 -1
- package/dist/pagerDuty/pagerDuty.write.service.d.ts +1 -1
- package/dist/pagerDuty/pagerDutySelectField.component.d.ts +2 -2
- package/dist/pagerDuty/pagerDutyTag.component.d.ts +2 -2
- package/dist/pipeline/config/CreatePipeline.d.ts +1 -1
- package/dist/pipeline/config/PipelineRegistry.d.ts +5 -5
- package/dist/pipeline/config/actions/PipelineConfigAction.d.ts +1 -0
- package/dist/pipeline/config/actions/PipelineConfigActions.d.ts +2 -1
- package/dist/pipeline/config/actions/delete/DeletePipelineModal.d.ts +4 -3
- package/dist/pipeline/config/actions/disable/DisablePipelineModal.d.ts +3 -2
- package/dist/pipeline/config/actions/enable/EnablePipelineModal.d.ts +3 -2
- package/dist/pipeline/config/actions/history/DiffSummary.d.ts +2 -1
- package/dist/pipeline/config/actions/history/ShowPipelineHistoryModal.d.ts +3 -2
- package/dist/pipeline/config/actions/lock/LockPipelineModal.d.ts +3 -2
- package/dist/pipeline/config/actions/pipelineJson/EditPipelineJsonModal.d.ts +2 -2
- package/dist/pipeline/config/actions/rename/RenamePipelineModal.d.ts +4 -3
- package/dist/pipeline/config/actions/templateJson/ShowPipelineTemplateJsonModal.d.ts +2 -2
- package/dist/pipeline/config/actions/unlock/UnlockPipelineModal.d.ts +3 -2
- package/dist/pipeline/config/copyStage/CopyStageCard.d.ts +2 -1
- package/dist/pipeline/config/copyStage/CopyStageModal.d.ts +3 -2
- package/dist/pipeline/config/graph/PipelineGraph.d.ts +2 -2
- package/dist/pipeline/config/graph/PipelineGraphLink.d.ts +1 -1
- package/dist/pipeline/config/graph/PipelineGraphNode.d.ts +2 -2
- package/dist/pipeline/config/graph/pipelineGraph.service.d.ts +1 -1
- package/dist/pipeline/config/parameters/Parameter.d.ts +1 -1
- package/dist/pipeline/config/parameters/Parameters.d.ts +1 -1
- package/dist/pipeline/config/preconditions/types/stageStatus/StageStatusPreconditionConfig.d.ts +2 -1
- package/dist/pipeline/config/preconditions/types/stageStatus/stageStatusOptions.d.ts +1 -1
- package/dist/pipeline/config/services/PipelineConfigService.d.ts +2 -2
- package/dist/pipeline/config/services/pipelineJSON.service.d.ts +1 -1
- package/dist/pipeline/config/stages/FormikStageConfig.d.ts +3 -3
- package/dist/pipeline/config/stages/StageConfigWrapper.d.ts +1 -1
- package/dist/pipeline/config/stages/StageName.d.ts +1 -1
- package/dist/pipeline/config/stages/applySourceServerGroupCapacity/ApplySourceServerGroupCapacityDetails.d.ts +2 -2
- package/dist/pipeline/config/stages/awsCodeBuild/AwsCodeBuildExecutionDetails.d.ts +1 -1
- package/dist/pipeline/config/stages/awsCodeBuild/AwsCodeBuildSourceList.d.ts +3 -3
- package/dist/pipeline/config/stages/awsCodeBuild/AwsCodeBuildStageConfig.d.ts +2 -1
- package/dist/pipeline/config/stages/awsCodeBuild/AwsCodeBuildStageForm.d.ts +2 -1
- package/dist/pipeline/config/stages/awsCodeBuild/AwsCodeBuildValidator.d.ts +1 -1
- package/dist/pipeline/config/stages/awsCodeBuild/EditAwsCodeBuildSecondarySourceVersionModal.d.ts +2 -2
- package/dist/pipeline/config/stages/awsCodeBuild/EditAwsCodeBuildSourceModal.d.ts +3 -3
- package/dist/pipeline/config/stages/awsCodeBuild/IAwsCodeBuildSource.d.ts +1 -1
- package/dist/pipeline/config/stages/bake/BakeExecutionLabel.d.ts +1 -1
- package/dist/pipeline/config/stages/bake/ManualExecutionBake.d.ts +1 -1
- package/dist/pipeline/config/stages/bake/bakeStageChooseOs.component.d.ts +1 -1
- package/dist/pipeline/config/stages/bakeManifest/BakeManifestConfig.d.ts +4 -3
- package/dist/pipeline/config/stages/bakeManifest/BakeManifestDetailsTab.d.ts +1 -1
- package/dist/pipeline/config/stages/bakeManifest/BakeManifestStageForm.d.ts +3 -2
- package/dist/pipeline/config/stages/bakeManifest/ManualExecutionBakeManifest.d.ts +2 -1
- package/dist/pipeline/config/stages/bakeManifest/helm/BakeHelmConfigForm.d.ts +1 -1
- package/dist/pipeline/config/stages/bakeManifest/kustomize/BakeKustomizeConfigForm.d.ts +1 -1
- package/dist/pipeline/config/stages/checkPreconditions/CheckPreconditionsExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/cloneServerGroup/CloneServerGroupExecutionDetails.d.ts +1 -1
- package/dist/pipeline/config/stages/common/AsgActionExecutionDetailsSection.d.ts +2 -1
- package/dist/pipeline/config/stages/common/EditStageJsonModal.d.ts +2 -2
- package/dist/pipeline/config/stages/common/ExecutionBarLabel.d.ts +1 -1
- package/dist/pipeline/config/stages/common/ExecutionDetailsSection.d.ts +2 -1
- package/dist/pipeline/config/stages/common/ExecutionDetailsTasks.d.ts +2 -1
- package/dist/pipeline/config/stages/common/ExecutionMarkerIcon.d.ts +2 -1
- package/dist/pipeline/config/stages/common/ExecutionStepDetails.d.ts +1 -1
- package/dist/pipeline/config/stages/common/IStageConfigProps.d.ts +2 -2
- package/dist/pipeline/config/stages/common/ServerGroupStageContext.d.ts +1 -0
- package/dist/pipeline/config/stages/common/StepExecutionDetails.d.ts +1 -1
- package/dist/pipeline/config/stages/common/applySuspendedStatuses.d.ts +1 -1
- package/dist/pipeline/config/stages/common/baseExecutionDetails.controller.d.ts +3 -3
- package/dist/pipeline/config/stages/concourse/ConcourseExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/concourse/ConcourseStageConfig.d.ts +1 -1
- package/dist/pipeline/config/stages/createLoadBalancer/createLoadBalancerExecutionDetails.controller.d.ts +4 -3
- package/dist/pipeline/config/stages/deployService/DeployServiceExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/destroyAsg/DestroyAsgExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/destroyService/DestroyServiceExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/disableAsg/DisableAsgExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/disableCluster/DisableClusterExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/enableAsg/EnableAsgExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/entityTags/ApplyEntityTagsExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/entityTags/ApplyEntityTagsStageConfig.d.ts +2 -2
- package/dist/pipeline/config/stages/entityTags/TagEditor.d.ts +1 -1
- package/dist/pipeline/config/stages/evaluateVariables/EvaluateVariablesExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/evaluateVariables/EvaluateVariablesStageConfig.d.ts +3 -2
- package/dist/pipeline/config/stages/evaluateVariables/ExecutionAndStagePicker.d.ts +3 -2
- package/dist/pipeline/config/stages/executionWindows/ExecutionWindowActions.d.ts +2 -2
- package/dist/pipeline/config/stages/executionWindows/ExecutionWindowDayPicker.d.ts +1 -0
- package/dist/pipeline/config/stages/executionWindows/ExecutionWindowExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/executionWindows/ExecutionWindows.d.ts +3 -2
- package/dist/pipeline/config/stages/executionWindows/executionWindows.transformer.d.ts +3 -3
- package/dist/pipeline/config/stages/findAmi/FindAmiExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/findArtifactFromExecution/FindArtifactFromExecutionExecutionDetails.d.ts +1 -1
- package/dist/pipeline/config/stages/findArtifactFromExecution/findArtifactFromExecution.controller.d.ts +2 -2
- package/dist/pipeline/config/stages/googleCloudBuild/GoogleCloudBuildExecutionDetails.d.ts +1 -1
- package/dist/pipeline/config/stages/googleCloudBuild/GoogleCloudBuildStageConfig.d.ts +2 -1
- package/dist/pipeline/config/stages/googleCloudBuild/GoogleCloudBuildStageForm.d.ts +2 -1
- package/dist/pipeline/config/stages/googleCloudBuild/IGoogleCloudBuildStage.d.ts +1 -1
- package/dist/pipeline/config/stages/googleCloudBuild/googleCloudBuildValidators.d.ts +1 -1
- package/dist/pipeline/config/stages/gremlin/GremlinExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/gremlin/GremlinStageConfig.d.ts +1 -1
- package/dist/pipeline/config/stages/group/GroupExecutionLabel.d.ts +2 -2
- package/dist/pipeline/config/stages/group/GroupExecutionPopover.d.ts +1 -1
- package/dist/pipeline/config/stages/group/GroupMarkerIcon.d.ts +1 -1
- package/dist/pipeline/config/stages/group/groupStage.d.ts +1 -1
- package/dist/pipeline/config/stages/jenkins/JenkinsExecutionLabel.d.ts +1 -1
- package/dist/pipeline/config/stages/managed/ImportDeliveryConfigExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/managed/ImportDeliveryConfigStageConfig.d.ts +1 -1
- package/dist/pipeline/config/stages/manualJudgment/ManualJudgmentApproval.d.ts +2 -2
- package/dist/pipeline/config/stages/manualJudgment/ManualJudgmentExecutionDetails.d.ts +2 -2
- package/dist/pipeline/config/stages/manualJudgment/ManualJudgmentExecutionLabel.d.ts +2 -2
- package/dist/pipeline/config/stages/manualJudgment/ManualJudgmentMarkerIcon.d.ts +1 -1
- package/dist/pipeline/config/stages/manualJudgment/manualJudgment.service.d.ts +3 -3
- package/dist/pipeline/config/stages/monitorPipeline/MonitorPipelineStageExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/monitoreddeploy/DeploymentMonitorExecutionDetails.d.ts +2 -2
- package/dist/pipeline/config/stages/overrideFailure/OverrideFailure.d.ts +2 -1
- package/dist/pipeline/config/stages/overrideTimeout/OverrideTimeout.d.ts +2 -1
- package/dist/pipeline/config/stages/pipeline/PipelineParametersExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/pipeline/PipelineStageExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/preconfiguredJob/PreconfiguredJobExecutionDetails.d.ts +2 -2
- package/dist/pipeline/config/stages/preconfiguredJob/PreconfiguredJobStageConfig.d.ts +2 -1
- package/dist/pipeline/config/stages/preconfiguredJob/preconfiguredJobStage.d.ts +1 -1
- package/dist/pipeline/config/stages/producesArtifacts/ProducesArtifacts.d.ts +1 -1
- package/dist/pipeline/config/stages/rollbackCluster/RollbackClusterExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/savePipelines/PipleineRefList.d.ts +1 -1
- package/dist/pipeline/config/stages/savePipelines/SavePipelinesResultsTab.d.ts +1 -1
- package/dist/pipeline/config/stages/savePipelines/SavePipelinesStageConfig.d.ts +1 -1
- package/dist/pipeline/config/stages/scaleDownCluster/ScaleDownClusterExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/script/ScriptExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/script/ScriptStageConfig.d.ts +2 -2
- package/dist/pipeline/config/stages/shareService/ShareServiceExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/shrinkCluster/ShrinkClusterExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/travis/TravisExecutionLabel.d.ts +1 -1
- package/dist/pipeline/config/stages/travis/modal/addParameter.controller.modal.d.ts +2 -2
- package/dist/pipeline/config/stages/travis/travisExecutionDetails.controller.d.ts +3 -3
- package/dist/pipeline/config/stages/travis/travisStage.d.ts +3 -3
- package/dist/pipeline/config/stages/unmatchedStageTypeStage/unmatchedStageTypeStage.controller.d.ts +1 -1
- package/dist/pipeline/config/stages/unshareService/UnshareServiceExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/wait/SkipWait.d.ts +2 -2
- package/dist/pipeline/config/stages/wait/WaitExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/wait/WaitExecutionLabel.d.ts +1 -1
- package/dist/pipeline/config/stages/wait/WaitStageConfig.d.ts +1 -1
- package/dist/pipeline/config/stages/waitForCondition/SkipConditionWait.d.ts +3 -2
- package/dist/pipeline/config/stages/waitForCondition/WaitForConditionExecutionDetails.d.ts +2 -1
- package/dist/pipeline/config/stages/waitForCondition/waitForCondition.transformer.d.ts +3 -3
- package/dist/pipeline/config/stages/webhook/modal/addCustomHeader.controller.modal.d.ts +2 -2
- package/dist/pipeline/config/stages/webhook/webhookExecutionDetails.controller.d.ts +3 -3
- package/dist/pipeline/config/stages/webhook/webhookStage.d.ts +2 -2
- package/dist/pipeline/config/stages/wercker/WerckerExecutionLabel.d.ts +1 -1
- package/dist/pipeline/config/stages/wercker/modal/addParameter.controller.modal.d.ts +2 -2
- package/dist/pipeline/config/stages/wercker/werckerExecutionDetails.controller.d.ts +3 -3
- package/dist/pipeline/config/stages/wercker/werckerStage.d.ts +3 -3
- package/dist/pipeline/config/targetSelect.component.d.ts +2 -2
- package/dist/pipeline/config/templates/PipelineTemplateReader.d.ts +3 -3
- package/dist/pipeline/config/templates/PipelineTemplateWriter.d.ts +1 -1
- package/dist/pipeline/config/templates/TemplatePlanErrors.d.ts +1 -1
- package/dist/pipeline/config/templates/Variable.d.ts +2 -2
- package/dist/pipeline/config/templates/VariableError.d.ts +1 -1
- package/dist/pipeline/config/templates/VariableMetadataHelpField.d.ts +1 -1
- package/dist/pipeline/config/templates/configurePipelineTemplateModal.controller.d.ts +5 -5
- package/dist/pipeline/config/templates/inputs/BooleanInput.d.ts +2 -1
- package/dist/pipeline/config/templates/inputs/ListInput.d.ts +2 -1
- package/dist/pipeline/config/templates/inputs/NumberInput.d.ts +2 -1
- package/dist/pipeline/config/templates/inputs/ObjectInput.d.ts +2 -1
- package/dist/pipeline/config/templates/inputs/StringInput.d.ts +2 -1
- package/dist/pipeline/config/templates/inputs/variableInput.service.d.ts +1 -1
- package/dist/pipeline/config/templates/v2/ApplicationSelector.d.ts +2 -2
- package/dist/pipeline/config/templates/v2/DeletePipelineTemplateV2Modal.d.ts +1 -1
- package/dist/pipeline/config/templates/v2/PipelineTemplatesV2.d.ts +1 -1
- package/dist/pipeline/config/templates/v2/configurePipelineTemplateModalV2.controller.d.ts +6 -6
- package/dist/pipeline/config/templates/v2/createPipelineFromTemplate/CreatePipelineFromTemplate.d.ts +3 -3
- package/dist/pipeline/config/templates/v2/pipelineTemplateV2.service.d.ts +1 -1
- package/dist/pipeline/config/templates/validators/variableValidator.service.d.ts +1 -1
- package/dist/pipeline/config/triggers/ExecutionOptionsPageContent.d.ts +2 -1
- package/dist/pipeline/config/triggers/MetadataPageContent.d.ts +3 -2
- package/dist/pipeline/config/triggers/NotificationsPageContent.d.ts +2 -1
- package/dist/pipeline/config/triggers/ParametersPageContent.d.ts +2 -1
- package/dist/pipeline/config/triggers/PipelineRoles.d.ts +1 -0
- package/dist/pipeline/config/triggers/RefreshableReactSelectInput.d.ts +2 -1
- package/dist/pipeline/config/triggers/RunAsUser.d.ts +2 -1
- package/dist/pipeline/config/triggers/Trigger.d.ts +3 -2
- package/dist/pipeline/config/triggers/Triggers.d.ts +3 -2
- package/dist/pipeline/config/triggers/TriggersPageContent.d.ts +3 -2
- package/dist/pipeline/config/triggers/TriggersWrapper.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifactory/ArtifactoryTrigger.d.ts +1 -0
- package/dist/pipeline/config/triggers/artifacts/ArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/TriggerArtifactConstraintSelectorInput.d.ts +2 -2
- package/dist/pipeline/config/triggers/artifacts/base64/Base64ArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/bitbucket/BitbucketArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/custom/CustomArtifactEditor.d.ts +2 -1
- package/dist/pipeline/config/triggers/artifacts/docker/DockerArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/gcs/GcsArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/github/GithubArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/gitlab/GitlabArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/gitrepo/GitRepoArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/helm/HelmArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/http/HttpArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/index.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/ivy/IvyArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/jenkins/JenkinsArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/kubernetes/KubernetesArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/maven/MavenArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/oracle/OracleArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/s3/S3ArtifactEditor.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/singleFieldArtifactEditor.d.ts +2 -2
- package/dist/pipeline/config/triggers/baseBuild/BaseBuildTrigger.d.ts +3 -2
- package/dist/pipeline/config/triggers/baseBuild/BaseBuildTriggerTemplate.d.ts +4 -4
- package/dist/pipeline/config/triggers/concourse/ConcourseTrigger.d.ts +3 -2
- package/dist/pipeline/config/triggers/concourse/ConcourseTriggerTemplate.d.ts +1 -1
- package/dist/pipeline/config/triggers/cron/CronAdvance.d.ts +1 -1
- package/dist/pipeline/config/triggers/cron/CronDaily.d.ts +1 -1
- package/dist/pipeline/config/triggers/cron/CronHourly.d.ts +1 -1
- package/dist/pipeline/config/triggers/cron/CronMinutes.d.ts +1 -1
- package/dist/pipeline/config/triggers/cron/CronMonthly.d.ts +1 -1
- package/dist/pipeline/config/triggers/cron/CronTrigger.d.ts +1 -1
- package/dist/pipeline/config/triggers/cron/CronWeekly.d.ts +1 -1
- package/dist/pipeline/config/triggers/cron/cronConfig.d.ts +1 -1
- package/dist/pipeline/config/triggers/git/GitTrigger.d.ts +4 -3
- package/dist/pipeline/config/triggers/git/GitTriggerExecutionStatus.d.ts +1 -1
- package/dist/pipeline/config/triggers/helm/HelmManualTriggerConfig.d.ts +3 -2
- package/dist/pipeline/config/triggers/helm/HelmTriggerConfig.d.ts +2 -1
- package/dist/pipeline/config/triggers/helm/HelmTriggerExecutionStatus.d.ts +2 -1
- package/dist/pipeline/config/triggers/helm/HelmTriggerTemplate.d.ts +2 -1
- package/dist/pipeline/config/triggers/jenkins/JenkinsTrigger.d.ts +1 -1
- package/dist/pipeline/config/triggers/jenkins/JenkinsTriggerExecutionStatus.d.ts +1 -1
- package/dist/pipeline/config/triggers/jenkins/JenkinsTriggerTemplate.d.ts +1 -1
- package/dist/pipeline/config/triggers/nexus/NexusTrigger.d.ts +1 -0
- package/dist/pipeline/config/triggers/pipeline/PipelineTrigger.d.ts +3 -2
- package/dist/pipeline/config/triggers/pipeline/PipelineTriggerTemplate.d.ts +2 -2
- package/dist/pipeline/config/triggers/plugin/PluginTrigger.d.ts +1 -0
- package/dist/pipeline/config/triggers/pubsub/PubsubTrigger.d.ts +3 -2
- package/dist/pipeline/config/triggers/travis/TravisTrigger.d.ts +1 -1
- package/dist/pipeline/config/triggers/travis/TravisTriggerTemplate.d.ts +1 -1
- package/dist/pipeline/config/triggers/webhook/WebhookTrigger.d.ts +3 -2
- package/dist/pipeline/config/triggers/wercker/WerckerTrigger.d.ts +5 -4
- package/dist/pipeline/config/triggers/wercker/WerckerTriggerTemplate.d.ts +1 -1
- package/dist/pipeline/config/validation/PipelineConfigValidator.d.ts +2 -2
- package/dist/pipeline/config/validation/anyFieldRequired.validator.d.ts +4 -3
- package/dist/pipeline/config/validation/baseRequiredField.validator.d.ts +2 -2
- package/dist/pipeline/config/validation/imageProviderBeforeType.validator.d.ts +2 -2
- package/dist/pipeline/config/validation/requiredField.validator.d.ts +4 -3
- package/dist/pipeline/config/validation/serviceAccountAccess.validator.d.ts +2 -2
- package/dist/pipeline/config/validation/stageBeforeType.validator.d.ts +2 -2
- package/dist/pipeline/config/validation/stageOrTriggerBeforeType.validator.d.ts +2 -2
- package/dist/pipeline/config/validation/targetImpedance.validator.d.ts +2 -2
- package/dist/pipeline/config/validation/upstreamHasFlagValidator.builder.d.ts +2 -2
- package/dist/pipeline/create/CreatePipelineButton.d.ts +1 -1
- package/dist/pipeline/create/CreatePipelineModal.d.ts +5 -5
- package/dist/pipeline/create/ManagedTemplateSelector.d.ts +1 -1
- package/dist/pipeline/create/TemplateDescription.d.ts +2 -2
- package/dist/pipeline/details/SingleExecutionDetails.d.ts +4 -3
- package/dist/pipeline/details/StageExecutionDetails.d.ts +2 -2
- package/dist/pipeline/details/StageExecutionLogs.d.ts +1 -1
- package/dist/pipeline/details/StageFailureMessage.d.ts +1 -1
- package/dist/pipeline/details/StageSummary.d.ts +3 -2
- package/dist/pipeline/details/StageSummaryWrapper.d.ts +2 -2
- package/dist/pipeline/details/StepDetails.d.ts +2 -2
- package/dist/pipeline/details/StepExecutionDetailsWrapper.d.ts +2 -2
- package/dist/pipeline/details/executionDetailsSection.service.d.ts +2 -2
- package/dist/pipeline/details/stageSummary.component.d.ts +5 -5
- package/dist/pipeline/details/stepExecutionDetails.component.d.ts +3 -3
- package/dist/pipeline/executionBuild/ExecutionBuildLink.d.ts +1 -1
- package/dist/pipeline/executionBuild/ExecutionBuildTitle.d.ts +1 -1
- package/dist/pipeline/executionBuild/buildDisplayName.filter.d.ts +1 -1
- package/dist/pipeline/executions/ExecutionNotFound.d.ts +1 -0
- package/dist/pipeline/executions/Executions.d.ts +3 -3
- package/dist/pipeline/executions/execution/Execution.d.ts +4 -4
- package/dist/pipeline/executions/execution/ExecutionBreadcrumbs.d.ts +2 -1
- package/dist/pipeline/executions/execution/ExecutionMarker.d.ts +2 -2
- package/dist/pipeline/executions/execution/ExecutionMarkerInformationModal.d.ts +1 -1
- package/dist/pipeline/executions/execution/ExecutionPermalink.d.ts +1 -0
- package/dist/pipeline/executions/execution/OrchestratedItemRunningTime.d.ts +1 -1
- package/dist/pipeline/executions/execution/executionInformation.service.d.ts +1 -1
- package/dist/pipeline/executions/executionGroup/ExecutionGroup.d.ts +4 -4
- package/dist/pipeline/executions/executionGroup/ExecutionGroups.d.ts +2 -2
- package/dist/pipeline/filter/ExecutionFilterModel.d.ts +2 -2
- package/dist/pipeline/filter/ExecutionFilters.d.ts +2 -2
- package/dist/pipeline/filter/executionFilter.service.d.ts +1 -1
- package/dist/pipeline/manualExecution/CurrentlyRunningExecutions.d.ts +1 -1
- package/dist/pipeline/manualExecution/DryRun.d.ts +1 -0
- package/dist/pipeline/manualExecution/ManualPipelineExecutionModal.d.ts +4 -4
- package/dist/pipeline/manualExecution/NotificationDetails.d.ts +3 -3
- package/dist/pipeline/manualExecution/Parameters.d.ts +2 -2
- package/dist/pipeline/manualExecution/PipelineOptions.d.ts +2 -2
- package/dist/pipeline/manualExecution/StageManualComponents.d.ts +2 -2
- package/dist/pipeline/manualExecution/TriggerTemplate.d.ts +1 -1
- package/dist/pipeline/manualExecution/Triggers.d.ts +3 -3
- package/dist/pipeline/manualExecution/layout/ManualExecutionFieldLayout.d.ts +2 -1
- package/dist/pipeline/service/ExecutionsTransformer.d.ts +2 -2
- package/dist/pipeline/service/execution.service.d.ts +7 -7
- package/dist/pipeline/status/Artifact.d.ts +1 -1
- package/dist/pipeline/status/ArtifactList.d.ts +1 -1
- package/dist/pipeline/status/ExecutionCancellationReason.d.ts +1 -0
- package/dist/pipeline/status/ExecutionStatus.d.ts +2 -2
- package/dist/pipeline/status/ExecutionUserStatus.d.ts +1 -1
- package/dist/pipeline/status/ParametersAndArtifacts.d.ts +1 -1
- package/dist/pipeline/status/ResolvedArtifactList.d.ts +1 -1
- package/dist/pipeline/triggers/NextRunTag.d.ts +1 -1
- package/dist/pipeline/triggers/TriggersTag.d.ts +1 -1
- package/dist/plugins/deck.plugin.d.ts +3 -3
- package/dist/presentation/HoverablePopover.d.ts +1 -1
- package/dist/presentation/IconTooltip.d.ts +3 -2
- package/dist/presentation/LabelComponent.d.ts +1 -1
- package/dist/presentation/LinkWithClipboard.d.ts +1 -0
- package/dist/presentation/LoadingAnimation.d.ts +1 -0
- package/dist/presentation/Popover.d.ts +1 -1
- package/dist/presentation/ReactModal.d.ts +2 -2
- package/dist/presentation/SpinErrorBoundary.d.ts +2 -1
- package/dist/presentation/TetheredCreatable.d.ts +1 -0
- package/dist/presentation/TetheredSelect.d.ts +1 -0
- package/dist/presentation/ToggleButtonGroup.d.ts +1 -0
- package/dist/presentation/Tooltip.d.ts +1 -1
- package/dist/presentation/autoScroll/autoScroll.directive.d.ts +2 -2
- package/dist/presentation/forms/FormikForm.d.ts +2 -2
- package/dist/presentation/forms/fields/FormField.d.ts +3 -2
- package/dist/presentation/forms/fields/FormikExpressionField.d.ts +4 -3
- package/dist/presentation/forms/fields/FormikExpressionRegexField.d.ts +2 -2
- package/dist/presentation/forms/fields/FormikFormField.d.ts +3 -2
- package/dist/presentation/forms/fields/interface.d.ts +4 -4
- package/dist/presentation/forms/fields/renderContent.d.ts +1 -1
- package/dist/presentation/forms/hooks/useFormInputValueMapper.hook.d.ts +1 -1
- package/dist/presentation/forms/hooks/useSaveRestoreMutuallyExclusiveFields.hook.d.ts +1 -1
- package/dist/presentation/forms/inputs/CheckboxInput.d.ts +1 -1
- package/dist/presentation/forms/inputs/ChecklistInput.d.ts +1 -1
- package/dist/presentation/forms/inputs/DayPickerInput.d.ts +3 -2
- package/dist/presentation/forms/inputs/JsonEditor.d.ts +1 -1
- package/dist/presentation/forms/inputs/NumberInput.d.ts +1 -1
- package/dist/presentation/forms/inputs/RadioButtonInput.d.ts +3 -3
- package/dist/presentation/forms/inputs/ReactSelectInput.d.ts +3 -2
- package/dist/presentation/forms/inputs/SelectInput.d.ts +2 -2
- package/dist/presentation/forms/inputs/StringsAsOptions.d.ts +1 -1
- package/dist/presentation/forms/inputs/TextAreaInput.d.ts +1 -1
- package/dist/presentation/forms/inputs/TextInput.d.ts +1 -1
- package/dist/presentation/forms/inputs/expression/ExpressionError.d.ts +1 -1
- package/dist/presentation/forms/inputs/expression/ExpressionInput.d.ts +2 -2
- package/dist/presentation/forms/inputs/expression/ExpressionPreview.d.ts +1 -0
- package/dist/presentation/forms/inputs/expression/spel2js.templateParser.d.ts +1 -1
- package/dist/presentation/forms/inputs/hooks/useInternalValidator.hook.d.ts +2 -2
- package/dist/presentation/forms/inputs/interface.d.ts +3 -3
- package/dist/presentation/forms/inputs/utils.d.ts +1 -1
- package/dist/presentation/forms/layouts/LayoutContext.d.ts +1 -1
- package/dist/presentation/forms/layouts/ResponsiveFieldLayout.d.ts +2 -1
- package/dist/presentation/forms/layouts/StandardFieldLayout.d.ts +2 -1
- package/dist/presentation/forms/layouts/interface.d.ts +2 -2
- package/dist/presentation/forms/validation/FormValidator.d.ts +1 -1
- package/dist/presentation/forms/validation/FormValidatorField.d.ts +1 -1
- package/dist/presentation/forms/validation/ValidationMessage.d.ts +1 -1
- package/dist/presentation/forms/validation/useValidationData.d.ts +1 -1
- package/dist/presentation/forms/validation/validators.d.ts +1 -1
- package/dist/presentation/hooks/useApplicationContext.hook.d.ts +1 -1
- package/dist/presentation/hooks/useData.hook.d.ts +1 -1
- package/dist/presentation/hooks/useDataSource.hook.d.ts +1 -1
- package/dist/presentation/hooks/useDataWithRefresh.hook.d.ts +1 -1
- package/dist/presentation/hooks/useLatestPromise.hook.d.ts +1 -1
- package/dist/presentation/hooks/useObservable.hook.d.ts +1 -1
- package/dist/presentation/hooks/useObservableValue.hook.d.ts +1 -1
- package/dist/presentation/hooks/usePollingData.hook.d.ts +1 -1
- package/dist/presentation/modal/showModal.d.ts +1 -1
- package/dist/presentation/navigation/PageSection.d.ts +1 -1
- package/dist/presentation/spel/SpelInput.d.ts +2 -1
- package/dist/presentation/spel/SpelToggle.d.ts +1 -0
- package/dist/presentation/tables/Table.d.ts +2 -2
- package/dist/presentation/tables/TableCell.d.ts +1 -1
- package/dist/presentation/tables/TableContext.d.ts +1 -1
- package/dist/presentation/tables/TableRow.d.ts +1 -1
- package/dist/presentation/tables/minimalNativeTableLayout.d.ts +4 -3
- package/dist/presentation/tables/standardGridTableLayout.d.ts +4 -3
- package/dist/projects/ProjectHeader.d.ts +2 -2
- package/dist/projects/configure/Applications.d.ts +3 -3
- package/dist/projects/configure/Clusters.d.ts +4 -4
- package/dist/projects/configure/ConfigureProjectModal.d.ts +4 -4
- package/dist/projects/configure/Pipelines.d.ts +3 -3
- package/dist/projects/configure/ProjectAttributes.d.ts +3 -3
- package/dist/projects/dashboard/pipeline/ProjectPipeline.d.ts +2 -2
- package/dist/projects/projectSearchResultType.d.ts +2 -2
- package/dist/projects/projects.states.d.ts +1 -1
- package/dist/projects/service/ProjectReader.d.ts +1 -1
- package/dist/projects/service/ProjectWriter.d.ts +1 -1
- package/dist/pubsub/PubsubSubscriptionReader.d.ts +1 -1
- package/dist/reactShims/modal.injector.d.ts +1 -1
- package/dist/reactShims/ngReact.d.ts +7 -7
- package/dist/reactShims/react.injector.d.ts +17 -17
- package/dist/reactShims/state.events.d.ts +2 -2
- package/dist/region/RegionSelectField.d.ts +1 -1
- package/dist/region/RegionSelectInput.d.ts +3 -2
- package/dist/scheduler/SchedulerFactory.d.ts +1 -1
- package/dist/search/global/GlobalSearch.d.ts +1 -1
- package/dist/search/global/GlobalSearchRecentItems.d.ts +1 -1
- package/dist/search/global/GlobalSearchResults.d.ts +2 -2
- package/dist/search/global/utils.d.ts +2 -2
- package/dist/search/infrastructure/RecentlyViewedItems.d.ts +1 -1
- package/dist/search/infrastructure/SearchResultPod.d.ts +1 -1
- package/dist/search/infrastructure/SearchResultPodItem.d.ts +1 -1
- package/dist/search/infrastructure/SearchResultPods.d.ts +2 -2
- package/dist/search/infrastructure/SearchV2.d.ts +2 -2
- package/dist/search/infrastructure/infrastructureSearch.service.d.ts +6 -5
- package/dist/search/infrastructure/infrastructureSearchV2.service.d.ts +3 -3
- package/dist/search/search.service.d.ts +1 -1
- package/dist/search/searchRank.filter.d.ts +1 -1
- package/dist/search/searchResult/DefaultSearchResultTab.d.ts +1 -1
- package/dist/search/searchResult/SearchResultGrid.d.ts +1 -1
- package/dist/search/searchResult/SearchResultTabs.d.ts +2 -2
- package/dist/search/searchResult/SearchResults.d.ts +2 -2
- package/dist/search/searchResult/searchResultType.d.ts +4 -4
- package/dist/search/searchResult/searchResultType.registry.d.ts +1 -1
- package/dist/search/widgets/Filter.d.ts +1 -1
- package/dist/search/widgets/Filters.d.ts +1 -1
- package/dist/search/widgets/Search.d.ts +3 -3
- package/dist/securityGroup/CreateSecurityGroupButton.d.ts +2 -1
- package/dist/securityGroup/SecurityGroup.d.ts +3 -2
- package/dist/securityGroup/SecurityGroupDetails.d.ts +1 -1
- package/dist/securityGroup/SecurityGroupPod.d.ts +3 -2
- package/dist/securityGroup/SecurityGroupWriter.d.ts +3 -3
- package/dist/securityGroup/SecurityGroups.d.ts +2 -1
- package/dist/securityGroup/filter/SecurityGroupFilterModel.d.ts +1 -1
- package/dist/securityGroup/filter/SecurityGroupFilterService.d.ts +2 -2
- package/dist/securityGroup/filter/SecurityGroupFilters.d.ts +2 -1
- package/dist/securityGroup/index.d.ts +2 -1
- package/dist/securityGroup/label/FirewallLabel.d.ts +1 -0
- package/dist/securityGroup/securityGroupReader.service.d.ts +7 -7
- package/dist/securityGroup/securityGroupSearchResultType.d.ts +1 -1
- package/dist/securityGroup/securityGroupTransformer.service.d.ts +2 -2
- package/dist/serverGroup/ServerGroup.d.ts +3 -3
- package/dist/serverGroup/ServerGroupHeader.d.ts +4 -4
- package/dist/serverGroup/configure/common/DeployInitializer.d.ts +4 -4
- package/dist/serverGroup/configure/common/InstanceArchetypeSelector.d.ts +1 -1
- package/dist/serverGroup/configure/common/InstanceTypeSelector.d.ts +1 -1
- package/dist/serverGroup/configure/common/ServerGroupNamePreview.d.ts +1 -0
- package/dist/serverGroup/configure/common/deployInitializer.component.d.ts +4 -4
- package/dist/serverGroup/configure/common/serverGroupCommandBuilder.service.d.ts +9 -9
- package/dist/serverGroup/configure/common/serverGroupConfiguration.service.d.ts +2 -2
- package/dist/serverGroup/configure/common/v2InstanceTypeSelector.component.d.ts +1 -1
- package/dist/serverGroup/configure/common/v2instanceArchetypeSelector.component.d.ts +1 -1
- package/dist/serverGroup/configure/common/wizard/fields/ServerGroupDetailsField.d.ts +3 -3
- package/dist/serverGroup/details/RunningTasks.d.ts +2 -2
- package/dist/serverGroup/details/ServerGroupDetails.d.ts +1 -1
- package/dist/serverGroup/details/ServerGroupDetailsWrapper.d.ts +3 -3
- package/dist/serverGroup/details/ServerGroupInsightActions.d.ts +1 -1
- package/dist/serverGroup/details/capacity/CapacityDetailsSection.d.ts +2 -1
- package/dist/serverGroup/details/capacity/CurrentCapacity.d.ts +1 -0
- package/dist/serverGroup/details/capacity/DesiredCapacity.d.ts +2 -1
- package/dist/serverGroup/details/scalingActivities/ScalingActivitiesModal.d.ts +3 -2
- package/dist/serverGroup/details/scalingActivities/ViewScalingActivitiesLink.d.ts +2 -1
- package/dist/serverGroup/details/serverGroupWarningMessage.service.d.ts +3 -3
- package/dist/serverGroup/metrics/CloudMetricsReader.d.ts +1 -1
- package/dist/serverGroup/pod/RunningTasksPopoverContent.d.ts +2 -1
- package/dist/serverGroup/pod/RunningTasksTag.d.ts +2 -1
- package/dist/serverGroup/resize/MinMaxDesiredChanges.d.ts +2 -1
- package/dist/serverGroup/serverGroupReader.service.d.ts +1 -1
- package/dist/serverGroup/serverGroupSearchResultType.d.ts +2 -2
- package/dist/serverGroup/serverGroupWriter.service.d.ts +5 -5
- package/dist/serverGroupManager/ServerGroupManager.d.ts +4 -4
- package/dist/serverGroupManager/ServerGroupManagerDetails.d.ts +1 -1
- package/dist/serverGroupManager/ServerGroupManagerHeading.d.ts +3 -3
- package/dist/serverGroupManager/ServerGroupManagerReader.d.ts +1 -1
- package/dist/serverGroupManager/ServerGroupManagerTag.d.ts +2 -2
- package/dist/services/ServicesReader.d.ts +1 -1
- package/dist/slack/SlackChannelSelector.d.ts +2 -1
- package/dist/snapshot/SnapshotReader.d.ts +1 -1
- package/dist/snapshot/SnapshotWriter.d.ts +2 -2
- package/dist/subnet/subnet.read.service.d.ts +1 -1
- package/dist/task/PlatformHealthOverrideMessage.d.ts +2 -2
- package/dist/task/StatusGlyph.d.ts +1 -1
- package/dist/task/TaskNotFound.d.ts +1 -0
- package/dist/task/TaskProgressBar.d.ts +2 -1
- package/dist/task/displayableTasks.filter.d.ts +1 -1
- package/dist/task/modal/TaskMonitorModal.d.ts +4 -4
- package/dist/task/monitor/MultiTaskMonitor.d.ts +2 -1
- package/dist/task/monitor/TaskMonitor.d.ts +4 -4
- package/dist/task/monitor/TaskMonitorError.d.ts +1 -1
- package/dist/task/monitor/TaskMonitorStatus.d.ts +2 -1
- package/dist/task/monitor/TaskMonitorWrapper.d.ts +2 -1
- package/dist/task/task.read.service.d.ts +2 -2
- package/dist/task/task.write.service.d.ts +2 -2
- package/dist/task/taskExecutor.d.ts +1 -1
- package/dist/task/verification/UserVerification.d.ts +1 -0
- package/dist/types/svg.d.ts +1 -1
- package/dist/utils/RenderWhenVisible.d.ts +1 -0
- package/dist/utils/SystemTimezone.d.ts +1 -0
- package/dist/utils/consoleDebug.d.ts +1 -1
- package/dist/utils/json/DiffView.d.ts +2 -1
- package/dist/utils/q.d.ts +1 -1
- package/dist/utils/waypoints/waypoint.service.d.ts +1 -1
- package/dist/widgets/AccountRegionClusterSelector.d.ts +2 -2
- package/dist/widgets/ApplicationsPickerInput.d.ts +2 -1
- package/dist/widgets/accountRegionClusterSelectorWrapper.component.d.ts +1 -1
- package/dist/widgets/cluster/ClusterMatches.d.ts +1 -1
- package/dist/widgets/notifier/Notifier.d.ts +1 -0
- package/dist/widgets/notifier/notifier.service.d.ts +2 -2
- package/dist/widgets/spelText/SpelAutocompleteService.d.ts +3 -3
- package/dist/widgets/spelText/SpelText.d.ts +1 -1
- package/dist/widgets/spinners/Spinner.d.ts +1 -0
- package/dist/widgets/tags/TagList.d.ts +1 -1
- package/dist/yamlEditor/YamlEditor.d.ts +1 -1
- package/package.json +8 -8
- package/src/account/AccountSelectInput.spec.tsx +9 -4
- package/src/account/AccountSelectInput.tsx +4 -3
- package/src/account/AccountService.spec.ts +6 -6
- package/src/account/AccountService.ts +5 -4
- package/src/account/accountSelectField.component.ts +3 -2
- package/src/account/accountTag.component.ts +2 -1
- package/src/api/ApiService.spec.ts +2 -2
- package/src/api/ApiService.ts +1 -1
- package/src/api/ApiServiceDeprecated.spec.ts +5 -2
- package/src/api/mock/expectedRequest.ts +3 -2
- package/src/api/mock/jasmine.ts +2 -1
- package/src/api/mock/mockHttpClient.ts +5 -3
- package/src/api/mock/receivedRequest.ts +3 -2
- package/src/api/network.interceptor.ts +3 -3
- package/src/application/ApplicationComponent.tsx +1 -1
- package/src/application/ApplicationContext.tsx +1 -1
- package/src/application/ApplicationIcon.tsx +3 -2
- package/src/application/application.model.spec.ts +78 -79
- package/src/application/application.model.ts +6 -4
- package/src/application/application.state.provider.ts +6 -4
- package/src/application/applicationModel.builder.ts +2 -2
- package/src/application/applicationSearchResultType.tsx +1 -3
- package/src/application/applications.state.provider.ts +4 -2
- package/src/application/config/ApplicationConfig.tsx +2 -1
- package/src/application/config/DeleteApplicationSection.tsx +1 -1
- package/src/application/config/appConfig.states.ts +3 -2
- package/src/application/config/applicationAttributes.directive.html +6 -2
- package/src/application/config/applicationAttributes.directive.js +4 -0
- package/src/application/config/applicationConfig.view.html +14 -1
- package/src/application/config/customBanner/CustomBannerConfig.spec.tsx +3 -3
- package/src/application/config/customBanner/CustomBannerConfig.tsx +2 -1
- package/src/application/config/customBanner/customBannerColors.ts +1 -1
- package/src/application/config/dataSources/applicationDataSourceEditor.component.spec.ts +4 -3
- package/src/application/config/dataSources/applicationDataSourceEditor.component.ts +4 -3
- package/src/application/config/footer/configSectionFooter.component.spec.ts +2 -1
- package/src/application/config/footer/configSectionFooter.component.ts +3 -2
- package/src/application/config/trafficGuard/trafficGuardConfig.component.ts +10 -6
- package/src/application/listExtractor/AppListExtractor.spec.ts +4 -4
- package/src/application/listExtractor/AppListExtractor.ts +3 -3
- package/src/application/modal/PermissionsConfigurer.spec.tsx +3 -2
- package/src/application/modal/PermissionsConfigurer.tsx +2 -1
- package/src/application/modal/PlatformHealthOverride.tsx +2 -1
- package/src/application/modal/editApplication.controller.modal.js +1 -0
- package/src/application/modal/editApplication.html +2 -2
- package/src/application/modal/validation/ApplicationNameValidator.spec.ts +2 -1
- package/src/application/modal/validation/ExampleApplicationNameValidator.ts +2 -1
- package/src/application/modal/validation/applicationNameValidationMessages.component.ts +4 -2
- package/src/application/modal/validation/validateApplicationName.directive.spec.ts +3 -2
- package/src/application/modal/validation/validateApplicationName.directive.ts +4 -2
- package/src/application/nav/AppRefresher.tsx +2 -2
- package/src/application/nav/ApplicationNavigation.spec.tsx +12 -11
- package/src/application/nav/ApplicationNavigation.tsx +2 -2
- package/src/application/nav/BottomSection.tsx +1 -1
- package/src/application/nav/NavItem.spec.tsx +7 -5
- package/src/application/nav/NavItem.tsx +3 -3
- package/src/application/nav/NavRoute.tsx +2 -2
- package/src/application/nav/NavSection.spec.tsx +3 -2
- package/src/application/nav/NavSection.tsx +2 -2
- package/src/application/nav/PagerDutyButton.tsx +1 -1
- package/src/application/nav/navigationCategory.registry.ts +1 -1
- package/src/application/search/Applications.tsx +6 -4
- package/src/application/search/ApplicationsTable.tsx +1 -1
- package/src/application/search/PaginationControls.tsx +2 -1
- package/src/application/service/ApplicationDataSourceRegistry.ts +1 -1
- package/src/application/service/ApplicationReader.spec.ts +13 -8
- package/src/application/service/ApplicationReader.ts +1 -1
- package/src/application/service/ApplicationWriter.spec.ts +4 -2
- package/src/application/service/ApplicationWriter.ts +3 -2
- package/src/application/service/InferredApplicationWarningService.spec.ts +2 -3
- package/src/application/service/InferredApplicationWarningService.tsx +1 -1
- package/src/application/service/applicationDataSource.ts +5 -4
- package/src/artifact/ArtifactReferenceService.ts +1 -1
- package/src/artifact/ExpectedArtifactSelectorViewController.ts +2 -2
- package/src/artifact/ExpectedArtifactSelectorViewControllerAngularDelegate.ts +3 -3
- package/src/artifact/IArtifactAccountPair.ts +1 -1
- package/src/artifact/NgAppEngineDeployArtifactDelegate.ts +4 -4
- package/src/artifact/NgAppengineConfigArtifactDelegate.ts +4 -4
- package/src/artifact/NgBakeManifestArtifactDelegate.ts +4 -4
- package/src/artifact/NgGCEImageArtifactDelegate.ts +4 -4
- package/src/artifact/NgGenericArtifactDelegate.ts +4 -4
- package/src/artifact/expectedArtifact.service.spec.ts +2 -1
- package/src/artifact/expectedArtifact.service.ts +1 -1
- package/src/artifact/expectedArtifactMultiSelector.component.ts +3 -2
- package/src/artifact/imageSourceSelector.component.ts +2 -1
- package/src/artifact/react/ArtifactAccountSelector.tsx +1 -1
- package/src/artifact/react/ArtifactEditor.tsx +2 -2
- package/src/artifact/react/ArtifactIcon.tsx +1 -1
- package/src/artifact/react/ArtifactIconList.tsx +1 -1
- package/src/artifact/react/ExecutionArtifactTab.tsx +3 -5
- package/src/artifact/react/ExpectedArtifactEditor.tsx +3 -3
- package/src/artifact/react/ExpectedArtifactKindSelector.tsx +1 -1
- package/src/artifact/react/ExpectedArtifactModal.tsx +6 -4
- package/src/artifact/react/ExpectedArtifactSelector.spec.tsx +2 -3
- package/src/artifact/react/ExpectedArtifactSelector.tsx +1 -1
- package/src/artifact/react/ExpectedArtifactSourceSelector.tsx +1 -1
- package/src/artifact/react/StageArtifactSelector.tsx +3 -2
- package/src/artifact/react/StageArtifactSelectorDelegate.tsx +2 -1
- package/src/authentication/AuthenticationInitializer.spec.ts +2 -1
- package/src/authentication/AuthenticationInitializer.ts +3 -2
- package/src/authentication/AuthenticationService.spec.ts +2 -1
- package/src/authentication/authentication.interceptor.service.ts +2 -1
- package/src/authentication/authentication.interceptor.spec.ts +4 -2
- package/src/banner/BannerContainer.tsx +3 -2
- package/src/banner/customBannersByName.ts +1 -1
- package/src/bootstrap/angular.config.ts +1 -1
- package/src/bootstrap/appInit.ts +3 -3
- package/src/bootstrap/bootstrap.module.ts +2 -1
- package/src/bootstrap/paramChangedHelper.ts +1 -1
- package/src/bootstrap/spinnaker.component.ts +4 -3
- package/src/bootstrap/stateChange.logger.ts +2 -2
- package/src/bootstrap/transitionTrace.toggle.ts +2 -1
- package/src/bootstrap/uiBootstrap.config.ts +1 -1
- package/src/bootstrap/uiRouterRxjs.ts +1 -1
- package/src/bootstrap/uiRouterVisualizer.toggle.ts +2 -1
- package/src/bootstrap/uiSelect.config.ts +1 -1
- package/src/cache/abstractBaseCache.ts +2 -1
- package/src/cache/cacheInitializer.service.spec.ts +7 -4
- package/src/cache/cacheInitializer.service.ts +7 -4
- package/src/cache/collapsibleSectionStateCache.ts +2 -1
- package/src/cache/deckCacheFactory.ts +2 -1
- package/src/cache/infrastructureCacheConfig.ts +1 -1
- package/src/cache/infrastructureCaches.spec.ts +4 -4
- package/src/cache/infrastructureCaches.ts +1 -1
- package/src/cancelModal/CancelModal.tsx +2 -1
- package/src/chaosMonkey/chaosMonkeyConfig.component.ts +5 -3
- package/src/chaosMonkey/chaosMonkeyExceptions.component.spec.ts +4 -2
- package/src/chaosMonkey/chaosMonkeyExceptions.component.ts +7 -5
- package/src/ci/CIReader.ts +1 -1
- package/src/ci/ci.dataSource.ts +5 -3
- package/src/ci/ci.states.ts +3 -2
- package/src/ci/components/BuildInfoArtifactsTab.tsx +1 -1
- package/src/ci/components/BuildInfoDetails.tsx +1 -1
- package/src/ci/components/BuildInfoLogsTab.tsx +1 -1
- package/src/ci/components/BuildInfoSummaryCard.tsx +1 -1
- package/src/ci/components/Builds.tsx +2 -2
- package/src/ci/igor.service.ts +1 -1
- package/src/cloudProvider/CloudProviderRegistry.ts +4 -4
- package/src/cloudProvider/providerSelection/ProviderSelectionModal.tsx +1 -1
- package/src/cloudProvider/providerSelection/ProviderSelectionService.spec.ts +177 -36
- package/src/cloudProvider/providerSelection/ProviderSelectionService.ts +5 -3
- package/src/cloudProvider/providerService.delegate.ts +2 -1
- package/src/cluster/AllClustersGroupings.tsx +8 -6
- package/src/cluster/ClusterPod.tsx +4 -4
- package/src/cluster/ClusterPodTitleWrapper.tsx +2 -2
- package/src/cluster/ClusterRuleMatcher.spec.ts +2 -1
- package/src/cluster/DefaultClusterPodTitle.tsx +1 -1
- package/src/cluster/cluster.service.spec.ts +7 -7
- package/src/cluster/cluster.service.ts +5 -4
- package/src/cluster/clusterSearchResultType.tsx +4 -7
- package/src/cluster/filter/ClusterFilterModel.ts +2 -1
- package/src/cluster/filter/ClusterFilterService.spec.ts +15 -14
- package/src/cluster/filter/ClusterFilterService.ts +5 -3
- package/src/cluster/filter/ClusterFilters.tsx +8 -10
- package/src/cluster/filter/LabelFilter.spec.tsx +3 -3
- package/src/cluster/filter/LabelFilter.tsx +3 -2
- package/src/cluster/filter/MultiselectModel.spec.ts +2 -2
- package/src/cluster/filter/MultiselectModel.ts +3 -3
- package/src/cluster/filter/labelFilterUtils.spec.ts +3 -7
- package/src/cluster/filter/labelFilterUtils.ts +1 -1
- package/src/cluster/onDemand/onDemandClusterPicker.component.ts +4 -3
- package/src/cluster/task.matcher.ts +1 -1
- package/src/config/VersionChecker.tsx +2 -1
- package/src/config/settings.ts +1 -1
- package/src/confirmationModal/ConfirmModal.tsx +3 -2
- package/src/confirmationModal/confirmationModal.service.ts +4 -2
- package/src/core.module.ts +1 -1
- package/src/deploymentStrategy/DeploymentStrategySelector.tsx +5 -7
- package/src/deploymentStrategy/deploymentStrategy.registry.ts +2 -2
- package/src/deploymentStrategy/strategies/PipelineSelector.tsx +2 -2
- package/src/deploymentStrategy/strategies/custom/AdditionalFields.tsx +1 -1
- package/src/deploymentStrategy/strategies/highlander/HighlanderPreview.tsx +2 -2
- package/src/deploymentStrategy/strategies/monitored/AdditionalFields.tsx +6 -7
- package/src/deploymentStrategy/strategies/redblack/AdditionalFields.tsx +2 -2
- package/src/deploymentStrategy/strategies/redblack/redblack.strategy.ts +1 -1
- package/src/deploymentStrategy/strategies/rollingredblack/AdditionalFields.tsx +2 -2
- package/src/diffs/ChangesModal.tsx +7 -4
- package/src/diffs/ViewChangesLink.tsx +3 -3
- package/src/domain/IArtifactEditorProps.ts +3 -3
- package/src/domain/IArtifactExtractor.ts +1 -1
- package/src/domain/IArtifactKindConfig.ts +2 -2
- package/src/domain/IBuildDiffInfo.ts +1 -1
- package/src/domain/ICluster.ts +2 -2
- package/src/domain/IDeckRootScope.ts +2 -2
- package/src/domain/IExecution.ts +6 -6
- package/src/domain/IExecutionStage.ts +6 -6
- package/src/domain/IExecutionTrigger.ts +4 -4
- package/src/domain/IExpectedArtifact.ts +1 -1
- package/src/domain/IFunction.ts +1 -1
- package/src/domain/IHelmTrigger.ts +1 -1
- package/src/domain/IInstance.ts +1 -1
- package/src/domain/ILoadBalancer.ts +6 -6
- package/src/domain/IManagedEntity.ts +2 -2
- package/src/domain/IManifest.ts +2 -2
- package/src/domain/INotification.ts +1 -1
- package/src/domain/INotificationTypeConfig.ts +1 -1
- package/src/domain/IPipeline.ts +5 -5
- package/src/domain/IPipelineTemplateConfigV2.ts +1 -1
- package/src/domain/IPipelineTemplateV2.ts +2 -2
- package/src/domain/IRegionalCluster.ts +1 -1
- package/src/domain/ISecurityGroup.ts +5 -5
- package/src/domain/IServerGroup.ts +8 -8
- package/src/domain/IServerGroupManager.ts +2 -2
- package/src/domain/IStage.ts +1 -1
- package/src/domain/IStageContext.ts +1 -1
- package/src/domain/IStageOrTriggerTypeConfig.ts +4 -4
- package/src/domain/IStageTypeConfig.ts +5 -5
- package/src/domain/IStrategy.ts +1 -1
- package/src/domain/ITaggedEntity.ts +1 -1
- package/src/domain/ITask.ts +2 -2
- package/src/domain/ITaskStep.ts +1 -1
- package/src/domain/ITrigger.ts +3 -3
- package/src/domain/ITriggerTypeConfig.ts +4 -4
- package/src/entityTag/AddEntityTagLinks.tsx +4 -3
- package/src/entityTag/EntitySource.tsx +1 -1
- package/src/entityTag/EntitySourcePopover.tsx +1 -1
- package/src/entityTag/EntityTagEditor.tsx +2 -2
- package/src/entityTag/EntityTagsReader.ts +3 -3
- package/src/entityTag/clusterTargetBuilder.ts +2 -2
- package/src/entityTag/entityRef.builder.ts +2 -2
- package/src/entityTag/entityTags.dataSource.ts +4 -3
- package/src/entityTag/entityTags.write.service.ts +2 -2
- package/src/entityTag/notifications/CategorizedNotifications.tsx +3 -2
- package/src/entityTag/notifications/DataSourceNotifications.tsx +2 -2
- package/src/entityTag/notifications/EntityName.tsx +1 -1
- package/src/entityTag/notifications/EntityNotifications.tsx +3 -3
- package/src/entityTag/notifications/EphemeralPopover.tsx +1 -1
- package/src/entityTag/notifications/GroupedNotificationList.tsx +1 -1
- package/src/entityTag/notifications/NotificationCategory.tsx +2 -2
- package/src/entityTag/notifications/NotificationList.tsx +1 -1
- package/src/entityTag/notifications/NotificationsPopover.tsx +9 -6
- package/src/entityTag/notifications/notificationCategories.ts +2 -1
- package/src/event/EventBus.ts +2 -1
- package/src/filterModel/FilterModelService.ts +1 -1
- package/src/filterModel/dependentFilter/DependentFilterService.spec.ts +1 -1
- package/src/filterModel/dependentFilter/DependentFilterService.ts +1 -1
- package/src/forms/mapEditor/MapEditor.tsx +3 -2
- package/src/forms/mapEditor/MapEditorInput.tsx +5 -3
- package/src/forms/mapEditor/MapPair.tsx +1 -1
- package/src/function/CreateFunctionButton.tsx +33 -12
- package/src/function/Function.tsx +2 -2
- package/src/function/FunctionDetails.tsx +2 -1
- package/src/function/FunctionGroupings.tsx +2 -2
- package/src/function/FunctionPod.tsx +2 -2
- package/src/function/Functions.tsx +5 -4
- package/src/function/filter/FunctionFilterModel.ts +2 -2
- package/src/function/filter/FunctionFilterService.spec.ts +5 -3
- package/src/function/filter/FunctionFilterService.ts +3 -2
- package/src/function/filter/FunctionFilters.tsx +4 -3
- package/src/function/function.dataSource.ts +6 -4
- package/src/function/function.read.service.spec.ts +4 -3
- package/src/function/function.read.service.ts +3 -2
- package/src/function/function.states.ts +4 -3
- package/src/function/function.transformer.ts +1 -1
- package/src/function/function.write.service.ts +4 -3
- package/src/header/customBanner/CustomBanner.spec.tsx +3 -4
- package/src/header/customBanner/CustomBanner.tsx +1 -1
- package/src/healthCounts/HealthCounts.spec.tsx +2 -2
- package/src/healthCounts/HealthCounts.tsx +3 -2
- package/src/help/HelpField.tsx +1 -1
- package/src/help/helpField.component.ts +2 -1
- package/src/history/recentHistory.service.spec.ts +2 -1
- package/src/history/recentHistory.service.ts +3 -2
- package/src/image/image.reader.ts +2 -1
- package/src/insight/InsightLayout.tsx +1 -1
- package/src/insight/InsightMenu.spec.tsx +9 -6
- package/src/insight/InsightMenu.tsx +7 -6
- package/src/instance/Instance.tsx +1 -1
- package/src/instance/InstanceList.tsx +1 -1
- package/src/instance/InstanceListBody.tsx +1 -1
- package/src/instance/InstanceReader.ts +1 -1
- package/src/instance/Instances.tsx +5 -4
- package/src/instance/details/InstanceDetails.tsx +5 -3
- package/src/instance/details/InstanceInsights.tsx +1 -1
- package/src/instance/details/InstanceLinks.tsx +3 -3
- package/src/instance/details/console/ConsoleOutputLink.tsx +1 -1
- package/src/instance/details/console/ConsoleOutputModal.tsx +5 -3
- package/src/instance/instance.states.ts +5 -3
- package/src/instance/instance.write.service.spec.ts +8 -7
- package/src/instance/instance.write.service.ts +4 -3
- package/src/instance/instanceSearchResultType.tsx +1 -3
- package/src/instance/instanceType.service.ts +14 -3
- package/src/instance/instanceTypeService.spec.ts +2 -1
- package/src/interceptor/debug.interceptor.ts +2 -1
- package/src/loadBalancer/CreateLoadBalancerButton.tsx +9 -9
- package/src/loadBalancer/LoadBalancer.tsx +2 -2
- package/src/loadBalancer/LoadBalancerClusterContainer.tsx +1 -1
- package/src/loadBalancer/LoadBalancerDetails.tsx +2 -1
- package/src/loadBalancer/LoadBalancerInstances.tsx +2 -2
- package/src/loadBalancer/LoadBalancerPod.tsx +2 -2
- package/src/loadBalancer/LoadBalancerServerGroup.tsx +1 -1
- package/src/loadBalancer/LoadBalancers.tsx +6 -5
- package/src/loadBalancer/LoadBalancersTag.spec.tsx +8 -6
- package/src/loadBalancer/LoadBalancersTag.tsx +2 -2
- package/src/loadBalancer/LoadBalancersTagWrapper.tsx +2 -2
- package/src/loadBalancer/filter/LoadBalancerFilterModel.ts +2 -2
- package/src/loadBalancer/filter/LoadBalancerFilterService.spec.ts +2 -2
- package/src/loadBalancer/filter/LoadBalancerFilterService.ts +3 -2
- package/src/loadBalancer/filter/LoadBalancerFilters.tsx +4 -3
- package/src/loadBalancer/loadBalancer.dataSource.ts +6 -4
- package/src/loadBalancer/loadBalancer.read.service.ts +5 -3
- package/src/loadBalancer/loadBalancer.states.ts +4 -3
- package/src/loadBalancer/loadBalancer.write.service.ts +5 -4
- package/src/loadBalancer/loadBalancerDataUtils.ts +2 -2
- package/src/loadBalancer/loadBalancerSearchResultType.tsx +1 -3
- package/src/managed/ApplicationQueryError.tsx +1 -1
- package/src/managed/Environments.less +4 -4
- package/src/managed/Environments.tsx +2 -2
- package/src/managed/ManagedReader.ts +2 -2
- package/src/managed/RelativeTimestamp.tsx +8 -6
- package/src/managed/artifactActions/ArtifactActions.tsx +77 -0
- package/src/managed/config/Configuration.tsx +2 -1
- package/src/managed/config/DeliveryConfig.tsx +2 -5
- package/src/managed/config/GitIntegration.tsx +2 -5
- package/src/managed/constraints/AllowedTimes.spec.ts +2 -1
- package/src/managed/constraints/AllowedTimes.tsx +1 -1
- package/src/managed/constraints/DependsOn.tsx +1 -1
- package/src/managed/constraints/ManualJudgement.tsx +1 -1
- package/src/managed/constraints/registry.tsx +29 -3
- package/src/managed/displayNames.ts +1 -1
- package/src/managed/environmentBaseElements/BaseEnvironment.less +3 -3
- package/src/managed/environmentBaseElements/BaseEnvironment.tsx +6 -2
- package/src/managed/environmentBaseElements/EnvironmentItem.tsx +12 -5
- package/src/managed/externals/DeployingIntoManagedClusterWarning.tsx +3 -3
- package/src/managed/externals/ManagedMenuItem.tsx +2 -2
- package/src/managed/externals/ManagedResourceConfig.tsx +1 -1
- package/src/managed/externals/ManagedResourceDetailsIndicator.tsx +2 -2
- package/src/managed/externals/ManagedResourceStatusIndicator.tsx +2 -2
- package/src/managed/externals/ManagedResourceStatusPopover.tsx +6 -4
- package/src/managed/externals/managedResourceDecorators.ts +3 -3
- package/src/managed/externals/managedResourceStatusConfig.tsx +3 -3
- package/src/managed/externals/toggleResourceManagement.tsx +3 -2
- package/src/managed/graphql/graphql-sdk.ts +218 -29
- package/src/managed/graphql/schema.graphql +14 -1
- package/src/managed/managed.dataSource.ts +5 -3
- package/src/managed/managed.states.ts +3 -2
- package/src/managed/messages/Messages.tsx +1 -1
- package/src/managed/overview/EnvironmentOverview.tsx +14 -16
- package/src/managed/overview/EnvironmentsOverview.less +6 -5
- package/src/managed/overview/PreviewEnvironments.tsx +3 -5
- package/src/managed/overview/Resource.less +1 -1
- package/src/managed/overview/Resource.tsx +65 -49
- package/src/managed/overview/ResourceDeploymentStatus.tsx +1 -1
- package/src/managed/overview/ResourceTask.tsx +1 -1
- package/src/managed/overview/artifact/Artifact.less +27 -52
- package/src/managed/overview/artifact/Artifact.tsx +87 -23
- package/src/managed/overview/artifact/ArtifactActionModal.less +19 -0
- package/src/managed/overview/artifact/ArtifactActionModal.tsx +152 -69
- package/src/managed/overview/artifact/ArtifactCollapsibleSection.tsx +32 -0
- package/src/managed/overview/artifact/ArtifactVersionTasks.tsx +3 -1
- package/src/managed/overview/artifact/{PendingVersion.tsx → ArtifactVersions.tsx} +38 -27
- package/src/managed/overview/artifact/Constraints.tsx +62 -22
- package/src/managed/overview/artifact/CurrentVersion.tsx +44 -28
- package/src/managed/overview/artifact/GitLink.tsx +1 -1
- package/src/managed/overview/artifact/VersionOperation.tsx +1 -1
- package/src/managed/overview/artifact/VersionTitle.tsx +18 -0
- package/src/managed/overview/artifact/hooks.ts +71 -34
- package/src/managed/overview/artifact/useCreateRollbackActions.hook.ts +75 -0
- package/src/managed/overview/artifact/utils.spec.ts +1 -1
- package/src/managed/overview/artifact/utils.ts +48 -81
- package/src/managed/overview/baseStyles.less +124 -88
- package/src/managed/overview/queries.graphql +54 -13
- package/src/managed/overview/types.ts +1 -1
- package/src/managed/overview/useIsUpdatingResources.hook.ts +9 -0
- package/src/managed/overview/utils.ts +1 -1
- package/src/managed/plugins/index.ts +4 -2
- package/src/managed/resourceHistory/HistoryEventRow.tsx +1 -1
- package/src/managed/resourceHistory/ManagedResourceDiffTable.tsx +1 -1
- package/src/managed/resourceHistory/ManagedResourceHistoryModal.tsx +3 -2
- package/src/managed/resources/ResourceDefinitionModal.tsx +3 -2
- package/src/managed/resources/ResourceTitle.tsx +12 -5
- package/src/managed/resources/resourceRegistry.ts +1 -1
- package/src/managed/resources/useGetResourceLink.hook.ts +2 -1
- package/src/managed/useEnvironmentTypeFromResources.hooks.ts +1 -1
- package/src/managed/utils/ActionModal.tsx +5 -2
- package/src/managed/utils/Button.tsx +2 -1
- package/src/managed/utils/defaults.ts +7 -3
- package/src/managed/utils/logging.ts +2 -1
- package/src/managed/utils/useNotifyOnError.hook.ts +2 -2
- package/src/managed/versionMetadata/MetadataComponents.tsx +122 -60
- package/src/managed/versionMetadata/VersionMetadata.less +45 -16
- package/src/managed/versionMetadata/VersionMetadata.tsx +43 -48
- package/src/managed/versionsHistory/VersionContent.tsx +70 -30
- package/src/managed/versionsHistory/VersionHeading.tsx +5 -7
- package/src/managed/versionsHistory/VersionsHistory.less +11 -3
- package/src/managed/versionsHistory/VersionsHistory.tsx +5 -4
- package/src/managed/versionsHistory/types.ts +2 -2
- package/src/manifest/ManifestReader.ts +1 -1
- package/src/manifest/ManifestWriter.ts +2 -2
- package/src/manifest/PodNameProvider.spec.ts +1 -1
- package/src/manifest/PodNameProvider.ts +1 -1
- package/src/manifest/stage/JobManifestPodLogs.tsx +3 -2
- package/src/manifest/stage/JobStageExecutionLogs.tsx +3 -3
- package/src/modal/buttons/modalClose.component.ts +2 -1
- package/src/modal/buttons/submitButton.component.ts +2 -1
- package/src/modal/wizard/WizardModal.tsx +5 -4
- package/src/modal/wizard/WizardPage.tsx +1 -1
- package/src/modal/wizard/v2modalWizard.component.ts +2 -1
- package/src/modal/wizard/v2wizardPage.component.ts +4 -2
- package/src/naming/nameUtils.ts +3 -3
- package/src/navigation/UrlBuilder.ts +2 -2
- package/src/navigation/UrlBuilderRegistry.ts +1 -1
- package/src/navigation/customParamTypes.spec.ts +1 -1
- package/src/navigation/state.provider.ts +7 -5
- package/src/navigation/stateHelper.provider.ts +2 -2
- package/src/notification/AppNotificationsService.ts +1 -1
- package/src/notification/NotificationsList.tsx +2 -2
- package/src/notification/extensionNotificationConfig.tsx +2 -2
- package/src/notification/modal/EditNotificationModal.tsx +5 -3
- package/src/notification/modal/NotificationDetails.tsx +3 -3
- package/src/notification/modal/WhenChecklistInput.tsx +2 -7
- package/src/notification/notification.transformer.ts +1 -1
- package/src/notification/notification.types.ts +3 -2
- package/src/notification/selector/NotificationSelector.tsx +2 -2
- package/src/notification/selector/types/bearychat/BearychatNotificationType.tsx +1 -1
- package/src/notification/selector/types/bearychat/beary.notification.ts +1 -1
- package/src/notification/selector/types/email/EmailNotificationType.tsx +1 -1
- package/src/notification/selector/types/email/email.notification.ts +1 -1
- package/src/notification/selector/types/githubstatus/GithubNotificationType.tsx +1 -1
- package/src/notification/selector/types/githubstatus/githubstatus.notification.ts +1 -1
- package/src/notification/selector/types/googlechat/GooglechatNotificationType.tsx +1 -1
- package/src/notification/selector/types/googlechat/googlechat.notification.ts +1 -1
- package/src/notification/selector/types/microsoftteams/MicrosoftTeamsNotificationType.tsx +1 -1
- package/src/notification/selector/types/microsoftteams/microsoftteams.notification.ts +1 -1
- package/src/notification/selector/types/pubsub/PubsubNotificationType.tsx +1 -1
- package/src/notification/selector/types/pubsub/pubsub.notification.ts +1 -1
- package/src/notification/selector/types/slack/SlackNotificationType.tsx +1 -1
- package/src/notification/selector/types/slack/slack.notification.ts +1 -1
- package/src/notification/selector/types/sms/SmsNotificationType.tsx +1 -1
- package/src/notification/selector/types/sms/sms.notification.ts +1 -1
- package/src/orchestratedItem/orchestratedItem.transformer.ts +1 -1
- package/src/overrideRegistry/Overridable.tsx +2 -1
- package/src/overrideRegistry/Overrides.tsx +2 -2
- package/src/overrideRegistry/override.registry.ts +1 -1
- package/src/pageTitle/pageTitle.service.ts +4 -2
- package/src/pagerDuty/PageButton.tsx +2 -2
- package/src/pagerDuty/PageModal.tsx +4 -3
- package/src/pagerDuty/Pager.tsx +8 -14
- package/src/pagerDuty/pageApplicationOwner.modal.controller.ts +4 -3
- package/src/pagerDuty/pager.states.ts +2 -1
- package/src/pagerDuty/pagerDuty.read.service.spec.ts +4 -2
- package/src/pagerDuty/pagerDuty.read.service.ts +2 -1
- package/src/pagerDuty/pagerDuty.write.service.ts +3 -2
- package/src/pagerDuty/pagerDutySelectField.component.ts +4 -2
- package/src/pagerDuty/pagerDutyTag.component.spec.ts +7 -3
- package/src/pagerDuty/pagerDutyTag.component.ts +4 -2
- package/src/pipeline/config/CreatePipeline.tsx +2 -2
- package/src/pipeline/config/PipelineRegistry.spec.ts +38 -37
- package/src/pipeline/config/PipelineRegistry.ts +7 -6
- package/src/pipeline/config/actions/PipelineConfigActions.tsx +1 -1
- package/src/pipeline/config/actions/delete/DeletePipelineModal.tsx +3 -3
- package/src/pipeline/config/actions/disable/DisablePipelineModal.tsx +2 -2
- package/src/pipeline/config/actions/enable/EnablePipelineModal.tsx +2 -2
- package/src/pipeline/config/actions/history/DiffSummary.tsx +1 -1
- package/src/pipeline/config/actions/history/ShowPipelineHistoryModal.tsx +5 -3
- package/src/pipeline/config/actions/lock/LockPipelineModal.tsx +3 -2
- package/src/pipeline/config/actions/pipelineJson/EditPipelineJsonModal.tsx +3 -2
- package/src/pipeline/config/actions/rename/RenamePipelineModal.tsx +4 -10
- package/src/pipeline/config/actions/templateJson/ShowPipelineTemplateJsonModal.spec.tsx +3 -3
- package/src/pipeline/config/actions/templateJson/ShowPipelineTemplateJsonModal.tsx +3 -2
- package/src/pipeline/config/actions/unlock/UnlockPipelineModal.tsx +2 -2
- package/src/pipeline/config/copyStage/CopyStageCard.tsx +1 -1
- package/src/pipeline/config/copyStage/CopyStageModal.tsx +7 -12
- package/src/pipeline/config/graph/PipelineGraph.tsx +5 -9
- package/src/pipeline/config/graph/PipelineGraphLink.tsx +1 -1
- package/src/pipeline/config/graph/PipelineGraphNode.tsx +2 -2
- package/src/pipeline/config/graph/pipelineGraph.service.ts +1 -1
- package/src/pipeline/config/parameters/Parameter.tsx +1 -1
- package/src/pipeline/config/parameters/Parameters.tsx +5 -3
- package/src/pipeline/config/pipelineConfigurer.controller.spec.ts +3 -3
- package/src/pipeline/config/preconditions/types/stageStatus/StageStatusPreconditionConfig.tsx +1 -1
- package/src/pipeline/config/preconditions/types/stageStatus/stageStatusOptions.ts +1 -1
- package/src/pipeline/config/services/PipelineConfigService.spec.ts +4 -3
- package/src/pipeline/config/services/PipelineConfigService.ts +2 -2
- package/src/pipeline/config/services/pipelineJSON.service.ts +1 -1
- package/src/pipeline/config/stages/FormikStageConfig.tsx +3 -3
- package/src/pipeline/config/stages/StageConfigWrapper.tsx +1 -1
- package/src/pipeline/config/stages/StageName.tsx +1 -1
- package/src/pipeline/config/stages/applySourceServerGroupCapacity/ApplySourceServerGroupCapacityDetails.tsx +2 -2
- package/src/pipeline/config/stages/awsCodeBuild/AwsCodeBuildExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/awsCodeBuild/AwsCodeBuildSourceList.tsx +3 -3
- package/src/pipeline/config/stages/awsCodeBuild/AwsCodeBuildStageConfig.tsx +4 -3
- package/src/pipeline/config/stages/awsCodeBuild/AwsCodeBuildStageForm.tsx +6 -11
- package/src/pipeline/config/stages/awsCodeBuild/AwsCodeBuildValidator.ts +2 -2
- package/src/pipeline/config/stages/awsCodeBuild/EditAwsCodeBuildSecondarySourceVersionModal.tsx +6 -4
- package/src/pipeline/config/stages/awsCodeBuild/EditAwsCodeBuildSourceModal.tsx +6 -10
- package/src/pipeline/config/stages/awsCodeBuild/IAwsCodeBuildSource.tsx +1 -1
- package/src/pipeline/config/stages/bake/BakeExecutionLabel.tsx +1 -1
- package/src/pipeline/config/stages/bake/ManualExecutionBake.tsx +1 -1
- package/src/pipeline/config/stages/bake/bakeStageChooseOs.component.ts +2 -1
- package/src/pipeline/config/stages/bakeManifest/BakeManifestConfig.tsx +3 -3
- package/src/pipeline/config/stages/bakeManifest/BakeManifestDetailsTab.tsx +3 -2
- package/src/pipeline/config/stages/bakeManifest/BakeManifestStageForm.tsx +2 -2
- package/src/pipeline/config/stages/bakeManifest/ManualExecutionBakeManifest.tsx +2 -2
- package/src/pipeline/config/stages/bakeManifest/bakeManifestStage.ts +1 -1
- package/src/pipeline/config/stages/bakeManifest/helm/BakeHelmConfigForm.spec.tsx +6 -8
- package/src/pipeline/config/stages/bakeManifest/helm/BakeHelmConfigForm.tsx +2 -2
- package/src/pipeline/config/stages/bakeManifest/kustomize/BakeKustomizeConfigForm.tsx +2 -2
- package/src/pipeline/config/stages/checkPreconditions/CheckPreconditionsExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/checkPreconditions/checkPreconditionsStage.ts +2 -1
- package/src/pipeline/config/stages/cloneServerGroup/CloneServerGroupExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/common/AsgActionExecutionDetailsSection.tsx +2 -1
- package/src/pipeline/config/stages/common/EditStageJsonModal.tsx +3 -2
- package/src/pipeline/config/stages/common/ExecutionBarLabel.tsx +1 -1
- package/src/pipeline/config/stages/common/ExecutionDetailsSection.tsx +1 -1
- package/src/pipeline/config/stages/common/ExecutionDetailsTasks.tsx +2 -1
- package/src/pipeline/config/stages/common/ExecutionMarkerIcon.tsx +1 -1
- package/src/pipeline/config/stages/common/ExecutionStepDetails.tsx +1 -1
- package/src/pipeline/config/stages/common/IStageConfigProps.ts +2 -2
- package/src/pipeline/config/stages/common/StepExecutionDetails.tsx +1 -1
- package/src/pipeline/config/stages/common/applySuspendedStatuses.ts +1 -1
- package/src/pipeline/config/stages/common/baseExecutionDetails.controller.ts +5 -6
- package/src/pipeline/config/stages/concourse/ConcourseExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/concourse/ConcourseStageConfig.tsx +4 -2
- package/src/pipeline/config/stages/createLoadBalancer/createLoadBalancerExecutionDetails.controller.ts +5 -6
- package/src/pipeline/config/stages/deploy/clusterName.filter.ts +1 -1
- package/src/pipeline/config/stages/deployService/DeployServiceExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/destroyAsg/DestroyAsgExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/destroyService/DestroyServiceExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/disableAsg/DisableAsgExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/disableCluster/DisableClusterExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/enableAsg/EnableAsgExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/entityTags/ApplyEntityTagsExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/entityTags/ApplyEntityTagsStageConfig.tsx +3 -2
- package/src/pipeline/config/stages/entityTags/TagEditor.tsx +2 -2
- package/src/pipeline/config/stages/evaluateVariables/EvaluateVariablesExecutionDetails.tsx +3 -2
- package/src/pipeline/config/stages/evaluateVariables/EvaluateVariablesStageConfig.tsx +7 -7
- package/src/pipeline/config/stages/evaluateVariables/ExecutionAndStagePicker.tsx +4 -3
- package/src/pipeline/config/stages/executionWindows/ExecutionWindowActions.tsx +2 -2
- package/src/pipeline/config/stages/executionWindows/ExecutionWindowExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/executionWindows/ExecutionWindows.tsx +3 -3
- package/src/pipeline/config/stages/executionWindows/executionWindows.transformer.ts +3 -3
- package/src/pipeline/config/stages/findAmi/FindAmiExecutionDetails.tsx +3 -2
- package/src/pipeline/config/stages/findArtifactFromExecution/FindArtifactFromExecutionExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/findArtifactFromExecution/findArtifactFromExecution.controller.spec.ts +2 -1
- package/src/pipeline/config/stages/findArtifactFromExecution/findArtifactFromExecution.controller.ts +2 -2
- package/src/pipeline/config/stages/googleCloudBuild/GoogleCloudBuildExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/googleCloudBuild/GoogleCloudBuildStageConfig.tsx +5 -3
- package/src/pipeline/config/stages/googleCloudBuild/GoogleCloudBuildStageForm.tsx +4 -4
- package/src/pipeline/config/stages/googleCloudBuild/IGoogleCloudBuildStage.ts +1 -1
- package/src/pipeline/config/stages/googleCloudBuild/googleCloudBuildValidators.ts +2 -2
- package/src/pipeline/config/stages/gremlin/GremlinExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/gremlin/GremlinStageConfig.tsx +2 -1
- package/src/pipeline/config/stages/group/GroupExecutionLabel.tsx +2 -2
- package/src/pipeline/config/stages/group/GroupExecutionPopover.tsx +1 -1
- package/src/pipeline/config/stages/group/GroupMarkerIcon.tsx +1 -1
- package/src/pipeline/config/stages/group/groupStage.ts +2 -1
- package/src/pipeline/config/stages/jenkins/JenkinsExecutionLabel.tsx +1 -1
- package/src/pipeline/config/stages/managed/ImportDeliveryConfigExecutionDetails.tsx +3 -2
- package/src/pipeline/config/stages/managed/ImportDeliveryConfigStageConfig.tsx +1 -1
- package/src/pipeline/config/stages/managed/importDeliveryConfigStage.ts +1 -1
- package/src/pipeline/config/stages/manualJudgment/ManualJudgmentApproval.tsx +4 -3
- package/src/pipeline/config/stages/manualJudgment/ManualJudgmentExecutionDetails.tsx +2 -2
- package/src/pipeline/config/stages/manualJudgment/ManualJudgmentExecutionLabel.tsx +2 -2
- package/src/pipeline/config/stages/manualJudgment/ManualJudgmentMarkerIcon.tsx +1 -1
- package/src/pipeline/config/stages/manualJudgment/manualJudgment.service.spec.ts +6 -4
- package/src/pipeline/config/stages/manualJudgment/manualJudgment.service.ts +4 -3
- package/src/pipeline/config/stages/monitorPipeline/MonitorPipelineStageExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/monitoreddeploy/DeploymentMonitorExecutionDetails.tsx +5 -3
- package/src/pipeline/config/stages/overrideFailure/OverrideFailure.tsx +1 -1
- package/src/pipeline/config/stages/overrideTimeout/OverrideTimeout.tsx +1 -1
- package/src/pipeline/config/stages/pipeline/PipelineParametersExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/pipeline/PipelineStageExecutionDetails.tsx +3 -2
- package/src/pipeline/config/stages/preconfiguredJob/PreconfiguredJobExecutionDetails.tsx +4 -3
- package/src/pipeline/config/stages/preconfiguredJob/PreconfiguredJobStageConfig.tsx +2 -2
- package/src/pipeline/config/stages/preconfiguredJob/preconfiguredJobStage.ts +1 -1
- package/src/pipeline/config/stages/producesArtifacts/ProducesArtifacts.tsx +1 -1
- package/src/pipeline/config/stages/rollbackCluster/RollbackClusterExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/savePipelines/PipleineRefList.tsx +1 -1
- package/src/pipeline/config/stages/savePipelines/SavePipelinesResultsTab.tsx +2 -1
- package/src/pipeline/config/stages/savePipelines/SavePipelinesStageConfig.tsx +3 -2
- package/src/pipeline/config/stages/scaleDownCluster/ScaleDownClusterExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/script/ScriptExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/script/ScriptStageConfig.tsx +3 -2
- package/src/pipeline/config/stages/shareService/ShareServiceExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/shrinkCluster/ShrinkClusterExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/travis/TravisExecutionLabel.tsx +1 -1
- package/src/pipeline/config/stages/travis/modal/addParameter.controller.modal.ts +3 -2
- package/src/pipeline/config/stages/travis/travisExecutionDetails.controller.spec.ts +5 -2
- package/src/pipeline/config/stages/travis/travisExecutionDetails.controller.ts +5 -6
- package/src/pipeline/config/stages/travis/travisStage.controller.spec.ts +3 -2
- package/src/pipeline/config/stages/travis/travisStage.ts +4 -3
- package/src/pipeline/config/stages/unmatchedStageTypeStage/unmatchedStageTypeStage.controller.spec.ts +2 -1
- package/src/pipeline/config/stages/unmatchedStageTypeStage/unmatchedStageTypeStage.controller.ts +3 -2
- package/src/pipeline/config/stages/unshareService/UnshareServiceExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/wait/SkipWait.tsx +5 -3
- package/src/pipeline/config/stages/wait/WaitExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/wait/WaitExecutionLabel.tsx +1 -1
- package/src/pipeline/config/stages/wait/WaitStageConfig.tsx +2 -2
- package/src/pipeline/config/stages/waitForCondition/SkipConditionWait.tsx +2 -2
- package/src/pipeline/config/stages/waitForCondition/WaitForConditionExecutionDetails.tsx +2 -1
- package/src/pipeline/config/stages/waitForCondition/waitForCondition.transformer.ts +3 -3
- package/src/pipeline/config/stages/webhook/modal/addCustomHeader.controller.modal.ts +3 -2
- package/src/pipeline/config/stages/webhook/webhookExecutionDetails.controller.ts +5 -6
- package/src/pipeline/config/stages/webhook/webhookStage.ts +3 -2
- package/src/pipeline/config/stages/wercker/WerckerExecutionLabel.tsx +1 -1
- package/src/pipeline/config/stages/wercker/modal/addParameter.controller.modal.ts +3 -2
- package/src/pipeline/config/stages/wercker/werckerExecutionDetails.controller.spec.ts +5 -2
- package/src/pipeline/config/stages/wercker/werckerExecutionDetails.controller.ts +5 -6
- package/src/pipeline/config/stages/wercker/werckerStage.controller.spec.ts +3 -2
- package/src/pipeline/config/stages/wercker/werckerStage.ts +4 -3
- package/src/pipeline/config/targetSelect.component.ts +3 -2
- package/src/pipeline/config/templates/PipelineTemplateReader.ts +3 -3
- package/src/pipeline/config/templates/PipelineTemplateWriter.ts +1 -1
- package/src/pipeline/config/templates/TemplatePlanErrors.tsx +1 -1
- package/src/pipeline/config/templates/Variable.spec.tsx +6 -5
- package/src/pipeline/config/templates/Variable.tsx +3 -2
- package/src/pipeline/config/templates/VariableError.tsx +1 -1
- package/src/pipeline/config/templates/VariableMetadataHelpField.tsx +2 -2
- package/src/pipeline/config/templates/configurePipelineTemplateModal.controller.spec.ts +7 -8
- package/src/pipeline/config/templates/configurePipelineTemplateModal.controller.ts +7 -6
- package/src/pipeline/config/templates/inputs/BooleanInput.tsx +2 -7
- package/src/pipeline/config/templates/inputs/ListInput.tsx +2 -2
- package/src/pipeline/config/templates/inputs/NumberInput.tsx +2 -7
- package/src/pipeline/config/templates/inputs/ObjectInput.tsx +2 -7
- package/src/pipeline/config/templates/inputs/StringInput.tsx +2 -7
- package/src/pipeline/config/templates/inputs/variableInput.service.ts +1 -1
- package/src/pipeline/config/templates/v2/ApplicationSelector.tsx +3 -2
- package/src/pipeline/config/templates/v2/DeletePipelineTemplateV2Modal.tsx +1 -1
- package/src/pipeline/config/templates/v2/PipelineTemplatesV2.tsx +4 -3
- package/src/pipeline/config/templates/v2/configurePipelineTemplateModalV2.controller.spec.ts +7 -8
- package/src/pipeline/config/templates/v2/configurePipelineTemplateModalV2.controller.ts +8 -7
- package/src/pipeline/config/templates/v2/createPipelineFromTemplate/CreatePipelineFromTemplate.tsx +4 -3
- package/src/pipeline/config/templates/v2/pipelineTemplateV2.service.spec.ts +1 -1
- package/src/pipeline/config/templates/v2/pipelineTemplateV2.service.ts +1 -1
- package/src/pipeline/config/templates/v2/pipelineTemplateV2.states.ts +2 -1
- package/src/pipeline/config/templates/validators/list.validator.ts +3 -2
- package/src/pipeline/config/templates/validators/number.validator.ts +3 -2
- package/src/pipeline/config/templates/validators/object.validator.ts +3 -2
- package/src/pipeline/config/templates/validators/string.validator.ts +3 -2
- package/src/pipeline/config/templates/validators/variableValidator.service.ts +1 -1
- package/src/pipeline/config/triggers/ExecutionOptionsPageContent.tsx +1 -1
- package/src/pipeline/config/triggers/MetadataPageContent.tsx +5 -9
- package/src/pipeline/config/triggers/NotificationsPageContent.tsx +1 -1
- package/src/pipeline/config/triggers/ParametersPageContent.tsx +1 -1
- package/src/pipeline/config/triggers/PipelineRoles.tsx +2 -1
- package/src/pipeline/config/triggers/RefreshableReactSelectInput.tsx +2 -1
- package/src/pipeline/config/triggers/RunAsUser.tsx +2 -1
- package/src/pipeline/config/triggers/Trigger.tsx +5 -5
- package/src/pipeline/config/triggers/Triggers.tsx +2 -2
- package/src/pipeline/config/triggers/TriggersPageContent.spec.tsx +4 -4
- package/src/pipeline/config/triggers/TriggersPageContent.tsx +3 -4
- package/src/pipeline/config/triggers/TriggersWrapper.tsx +3 -2
- package/src/pipeline/config/triggers/artifacts/ArtifactEditor.ts +1 -1
- package/src/pipeline/config/triggers/artifacts/TriggerArtifactConstraintSelectorInput.tsx +3 -2
- package/src/pipeline/config/triggers/artifacts/base64/Base64ArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/bitbucket/BitbucketArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/custom/CustomArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/docker/DockerArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/docker/defaultDocker.artifact.spec.ts +1 -2
- package/src/pipeline/config/triggers/artifacts/gcs/GcsArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/github/GithubArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/gitlab/GitlabArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/gitrepo/GitRepoArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/helm/HelmArtifactEditor.tsx +2 -2
- package/src/pipeline/config/triggers/artifacts/http/HttpArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/index.ts +1 -1
- package/src/pipeline/config/triggers/artifacts/ivy/IvyArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/jenkins/JenkinsArtifactEditor.tsx +2 -2
- package/src/pipeline/config/triggers/artifacts/kubernetes/KubernetesArtifactEditor.tsx +3 -2
- package/src/pipeline/config/triggers/artifacts/maven/MavenArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/oracle/OracleArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/s3/S3ArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/artifacts/singleFieldArtifactEditor.tsx +1 -1
- package/src/pipeline/config/triggers/baseBuild/BaseBuildTrigger.tsx +2 -2
- package/src/pipeline/config/triggers/baseBuild/BaseBuildTriggerTemplate.tsx +5 -4
- package/src/pipeline/config/triggers/concourse/ConcourseTrigger.tsx +3 -3
- package/src/pipeline/config/triggers/concourse/ConcourseTriggerTemplate.tsx +2 -2
- package/src/pipeline/config/triggers/cron/CronAdvance.tsx +1 -1
- package/src/pipeline/config/triggers/cron/CronDaily.tsx +3 -2
- package/src/pipeline/config/triggers/cron/CronHourly.tsx +1 -1
- package/src/pipeline/config/triggers/cron/CronMinutes.tsx +3 -2
- package/src/pipeline/config/triggers/cron/CronMonthly.tsx +3 -2
- package/src/pipeline/config/triggers/cron/CronTrigger.tsx +1 -1
- package/src/pipeline/config/triggers/cron/CronWeekly.tsx +3 -2
- package/src/pipeline/config/triggers/cron/cron.trigger.ts +1 -1
- package/src/pipeline/config/triggers/cron/cronConfig.ts +1 -1
- package/src/pipeline/config/triggers/git/GitTrigger.tsx +3 -3
- package/src/pipeline/config/triggers/git/GitTriggerExecutionStatus.tsx +1 -1
- package/src/pipeline/config/triggers/helm/HelmManualTriggerConfig.tsx +4 -3
- package/src/pipeline/config/triggers/helm/HelmTriggerConfig.tsx +3 -2
- package/src/pipeline/config/triggers/helm/HelmTriggerExecutionStatus.tsx +2 -2
- package/src/pipeline/config/triggers/helm/HelmTriggerTemplate.tsx +1 -1
- package/src/pipeline/config/triggers/jenkins/JenkinsTrigger.tsx +2 -1
- package/src/pipeline/config/triggers/jenkins/JenkinsTriggerExecutionStatus.tsx +1 -1
- package/src/pipeline/config/triggers/jenkins/JenkinsTriggerTemplate.tsx +1 -1
- package/src/pipeline/config/triggers/pipeline/PipelineTrigger.tsx +2 -2
- package/src/pipeline/config/triggers/pipeline/PipelineTriggerTemplate.tsx +3 -3
- package/src/pipeline/config/triggers/pubsub/PubsubTrigger.tsx +2 -2
- package/src/pipeline/config/triggers/travis/TravisTrigger.tsx +2 -1
- package/src/pipeline/config/triggers/travis/TravisTriggerTemplate.tsx +1 -1
- package/src/pipeline/config/triggers/webhook/WebhookTrigger.tsx +2 -2
- package/src/pipeline/config/triggers/wercker/WerckerTrigger.tsx +4 -4
- package/src/pipeline/config/triggers/wercker/WerckerTriggerTemplate.tsx +1 -1
- package/src/pipeline/config/validation/PipelineConfigValidator.ts +4 -3
- package/src/pipeline/config/validation/anyFieldRequired.validator.ts +4 -3
- package/src/pipeline/config/validation/baseRequiredField.validator.ts +2 -2
- package/src/pipeline/config/validation/imageProviderBeforeType.validator.ts +3 -2
- package/src/pipeline/config/validation/pipelineConfig.validator.spec.ts +14 -15
- package/src/pipeline/config/validation/requiredField.validator.ts +4 -3
- package/src/pipeline/config/validation/serviceAccountAccess.validator.ts +3 -2
- package/src/pipeline/config/validation/stageBeforeType.validator.ts +3 -2
- package/src/pipeline/config/validation/stageOrTriggerBeforeType.validator.ts +4 -3
- package/src/pipeline/config/validation/targetImpedance.validator.ts +3 -2
- package/src/pipeline/config/validation/upstreamHasFlagValidator.builder.ts +5 -6
- package/src/pipeline/create/CreatePipelineButton.tsx +1 -1
- package/src/pipeline/create/CreatePipelineModal.spec.tsx +9 -7
- package/src/pipeline/create/CreatePipelineModal.tsx +8 -10
- package/src/pipeline/create/ManagedTemplateSelector.tsx +3 -2
- package/src/pipeline/create/TemplateDescription.tsx +2 -2
- package/src/pipeline/details/ExecutionDetailsSectionNav.tsx +1 -1
- package/src/pipeline/details/SingleExecutionDetails.tsx +4 -3
- package/src/pipeline/details/StageExecutionDetails.tsx +3 -3
- package/src/pipeline/details/StageExecutionLogs.tsx +1 -1
- package/src/pipeline/details/StageFailureMessage.tsx +1 -1
- package/src/pipeline/details/StageSummary.tsx +2 -2
- package/src/pipeline/details/StageSummaryWrapper.tsx +2 -2
- package/src/pipeline/details/StepDetails.tsx +2 -2
- package/src/pipeline/details/StepExecutionDetailsWrapper.tsx +2 -2
- package/src/pipeline/details/executionDetailsSection.service.spec.ts +3 -2
- package/src/pipeline/details/executionDetailsSection.service.ts +3 -2
- package/src/pipeline/details/stageSummary.component.ts +6 -5
- package/src/pipeline/details/stepExecutionDetails.component.ts +4 -3
- package/src/pipeline/executionBuild/ExecutionBuildLink.tsx +1 -1
- package/src/pipeline/executionBuild/ExecutionBuildTitle.tsx +1 -1
- package/src/pipeline/executionBuild/buildDisplayName.filter.ts +1 -1
- package/src/pipeline/executions/Executions.spec.tsx +9 -6
- package/src/pipeline/executions/Executions.tsx +7 -6
- package/src/pipeline/executions/execution/Execution.tsx +5 -5
- package/src/pipeline/executions/execution/ExecutionBreadcrumbs.tsx +3 -2
- package/src/pipeline/executions/execution/ExecutionMarker.tsx +2 -2
- package/src/pipeline/executions/execution/ExecutionMarkerInformationModal.tsx +1 -1
- package/src/pipeline/executions/execution/OrchestratedItemRunningTime.ts +1 -1
- package/src/pipeline/executions/execution/executionInformation.service.ts +1 -1
- package/src/pipeline/executions/executionAction/ExecutionAction.spec.tsx +1 -1
- package/src/pipeline/executions/executionGroup/ExecutionGroup.tsx +8 -6
- package/src/pipeline/executions/executionGroup/ExecutionGroups.tsx +3 -3
- package/src/pipeline/filter/ExecutionFilterModel.ts +4 -3
- package/src/pipeline/filter/ExecutionFilters.tsx +6 -5
- package/src/pipeline/filter/executionFilter.service.spec.ts +1 -1
- package/src/pipeline/filter/executionFilter.service.ts +3 -2
- package/src/pipeline/manualExecution/CurrentlyRunningExecutions.tsx +1 -1
- package/src/pipeline/manualExecution/ManualPipelineExecutionModal.tsx +8 -13
- package/src/pipeline/manualExecution/NotificationDetails.tsx +3 -3
- package/src/pipeline/manualExecution/Parameters.tsx +2 -2
- package/src/pipeline/manualExecution/PipelineOptions.tsx +5 -4
- package/src/pipeline/manualExecution/StageManualComponents.tsx +2 -2
- package/src/pipeline/manualExecution/TriggerTemplate.tsx +1 -1
- package/src/pipeline/manualExecution/Triggers.tsx +6 -4
- package/src/pipeline/manualExecution/layout/ManualExecutionFieldLayout.tsx +1 -1
- package/src/pipeline/pipeline.dataSource.spec.ts +8 -7
- package/src/pipeline/pipeline.states.ts +5 -4
- package/src/pipeline/service/ExecutionsTransformer.spec.ts +2 -2
- package/src/pipeline/service/ExecutionsTransformer.ts +4 -3
- package/src/pipeline/service/execution.service.spec.ts +7 -5
- package/src/pipeline/service/execution.service.ts +11 -8
- package/src/pipeline/status/Artifact.spec.tsx +7 -6
- package/src/pipeline/status/Artifact.tsx +1 -1
- package/src/pipeline/status/ArtifactList.spec.tsx +7 -6
- package/src/pipeline/status/ArtifactList.tsx +1 -1
- package/src/pipeline/status/ExecutionParameters.spec.tsx +5 -4
- package/src/pipeline/status/ExecutionStatus.tsx +3 -3
- package/src/pipeline/status/ExecutionUserStatus.tsx +1 -1
- package/src/pipeline/status/ParametersAndArtifacts.tsx +3 -2
- package/src/pipeline/status/ResolvedArtifactList.spec.tsx +7 -6
- package/src/pipeline/status/ResolvedArtifactList.tsx +1 -1
- package/src/pipeline/triggers/NextRunTag.tsx +1 -1
- package/src/pipeline/triggers/QuietPeriodBadge.tsx +1 -1
- package/src/pipeline/triggers/TriggersTag.tsx +1 -1
- package/src/plugins/deck.plugin.spec.ts +4 -2
- package/src/plugins/deck.plugin.ts +5 -3
- package/src/plugins/plugin.module.ts +3 -2
- package/src/plugins/plugin.registry.spec.ts +6 -4
- package/src/plugins/plugin.registry.ts +2 -1
- package/src/presentation/HoverablePopover.tsx +3 -2
- package/src/presentation/IconTooltip.tsx +4 -2
- package/src/presentation/LabelComponent.tsx +1 -1
- package/src/presentation/Popover.tsx +1 -1
- package/src/presentation/ReactModal.tsx +3 -2
- package/src/presentation/SpinErrorBoundary.tsx +4 -3
- package/src/presentation/Tooltip.tsx +1 -1
- package/src/presentation/autoScroll/autoScroll.directive.ts +3 -2
- package/src/presentation/collapsibleSection/CollapsibleSection.tsx +2 -1
- package/src/presentation/forms/FormikForm.tsx +3 -2
- package/src/presentation/forms/SpinFormik.spec.tsx +3 -2
- package/src/presentation/forms/SpinFormik.tsx +2 -1
- package/src/presentation/forms/fields/FormField.tsx +6 -4
- package/src/presentation/forms/fields/FormikExpressionField.tsx +5 -3
- package/src/presentation/forms/fields/FormikExpressionRegexField.tsx +4 -3
- package/src/presentation/forms/fields/FormikFormField.spec.tsx +3 -3
- package/src/presentation/forms/fields/FormikFormField.tsx +8 -5
- package/src/presentation/forms/fields/interface.ts +4 -4
- package/src/presentation/forms/fields/renderContent.tsx +1 -1
- package/src/presentation/forms/hooks/useFormInputValueMapper.hook.ts +2 -1
- package/src/presentation/forms/hooks/useSaveRestoreMutuallyExclusiveFields.hook.spec.tsx +4 -3
- package/src/presentation/forms/hooks/useSaveRestoreMutuallyExclusiveFields.hook.ts +1 -1
- package/src/presentation/forms/inputs/CheckboxInput.tsx +1 -1
- package/src/presentation/forms/inputs/ChecklistInput.spec.tsx +1 -1
- package/src/presentation/forms/inputs/ChecklistInput.tsx +1 -1
- package/src/presentation/forms/inputs/DayPickerInput.tsx +2 -2
- package/src/presentation/forms/inputs/JsonEditor.tsx +2 -1
- package/src/presentation/forms/inputs/NumberInput.tsx +3 -2
- package/src/presentation/forms/inputs/RadioButtonInput.spec.tsx +2 -1
- package/src/presentation/forms/inputs/RadioButtonInput.tsx +3 -3
- package/src/presentation/forms/inputs/ReactSelectInput.tsx +3 -2
- package/src/presentation/forms/inputs/SelectInput.spec.tsx +2 -1
- package/src/presentation/forms/inputs/SelectInput.tsx +2 -2
- package/src/presentation/forms/inputs/StringsAsOptions.tsx +1 -1
- package/src/presentation/forms/inputs/TextAreaInput.tsx +1 -1
- package/src/presentation/forms/inputs/TextInput.tsx +1 -1
- package/src/presentation/forms/inputs/expression/ExpressionError.tsx +1 -1
- package/src/presentation/forms/inputs/expression/ExpressionInput.tsx +3 -2
- package/src/presentation/forms/inputs/expression/spel2js.templateParser.ts +2 -1
- package/src/presentation/forms/inputs/hooks/useInternalValidator.hook.spec.tsx +4 -3
- package/src/presentation/forms/inputs/hooks/useInternalValidator.hook.ts +2 -2
- package/src/presentation/forms/inputs/interface.ts +3 -3
- package/src/presentation/forms/inputs/utils.ts +1 -1
- package/src/presentation/forms/layouts/LayoutContext.tsx +1 -1
- package/src/presentation/forms/layouts/ResponsiveFieldLayout.tsx +2 -2
- package/src/presentation/forms/layouts/StandardFieldLayout.tsx +2 -2
- package/src/presentation/forms/layouts/interface.ts +2 -2
- package/src/presentation/forms/stories/SpinFormik.stories.tsx +1 -1
- package/src/presentation/forms/validation/FormValidator.spec.ts +2 -2
- package/src/presentation/forms/validation/FormValidator.ts +2 -2
- package/src/presentation/forms/validation/FormValidatorField.ts +1 -1
- package/src/presentation/forms/validation/ValidationMessage.tsx +1 -1
- package/src/presentation/forms/validation/useValidationData.spec.tsx +4 -3
- package/src/presentation/forms/validation/useValidationData.ts +2 -1
- package/src/presentation/forms/validation/validators.ts +1 -1
- package/src/presentation/hooks/useApplicationContext.hook.ts +1 -1
- package/src/presentation/hooks/useContainerClassNames.hook.spec.tsx +2 -1
- package/src/presentation/hooks/useData.hook.spec.tsx +3 -2
- package/src/presentation/hooks/useData.hook.ts +2 -1
- package/src/presentation/hooks/useDataSource.hook.ts +1 -1
- package/src/presentation/hooks/useDataWithRefresh.hook.ts +1 -1
- package/src/presentation/hooks/useDebouncedValue.hook.spec.tsx +1 -1
- package/src/presentation/hooks/useDeepObjectDiff.hook.spec.tsx +2 -1
- package/src/presentation/hooks/useEventListener.hook.spec.tsx +2 -1
- package/src/presentation/hooks/useForceUpdate.hook.spec.tsx +2 -1
- package/src/presentation/hooks/useInterval.hook.spec.tsx +2 -1
- package/src/presentation/hooks/useIsMountedRef.hook.spec.tsx +1 -1
- package/src/presentation/hooks/useLatestCallback.hook.spec.tsx +2 -1
- package/src/presentation/hooks/useLatestPromise.hook.spec.tsx +9 -3
- package/src/presentation/hooks/useLatestPromise.hook.ts +2 -1
- package/src/presentation/hooks/useMountStatusRef.hook.spec.tsx +3 -1
- package/src/presentation/hooks/useMountStatusRef.hook.ts +3 -1
- package/src/presentation/hooks/useObservable.hook.ts +1 -1
- package/src/presentation/hooks/useObservableValue.hook.ts +1 -1
- package/src/presentation/hooks/usePollingData.hook.spec.tsx +3 -2
- package/src/presentation/hooks/usePollingData.hook.ts +1 -1
- package/src/presentation/hooks/usePrevious.hook.spec.tsx +2 -1
- package/src/presentation/modal/showModal.tsx +2 -1
- package/src/presentation/navigation/PageSection.tsx +1 -1
- package/src/presentation/navigation/pageNavigator.component.spec.ts +6 -6
- package/src/presentation/navigation/pageNavigator.component.ts +3 -2
- package/src/presentation/navigation/pageSection.component.ts +4 -2
- package/src/presentation/replace.filter.ts +2 -1
- package/src/presentation/spel/SpelInput.spec.tsx +9 -4
- package/src/presentation/spel/SpelInput.tsx +2 -1
- package/src/presentation/spel/SpelService.spec.ts +1 -1
- package/src/presentation/tables/Table.tsx +2 -2
- package/src/presentation/tables/TableCell.tsx +2 -1
- package/src/presentation/tables/TableContext.tsx +1 -1
- package/src/presentation/tables/TableRow.tsx +3 -2
- package/src/presentation/tables/minimalNativeTableLayout.tsx +3 -3
- package/src/presentation/tables/standardGridTableLayout.tsx +3 -3
- package/src/projects/ProjectHeader.tsx +2 -2
- package/src/projects/configure/Applications.tsx +4 -3
- package/src/projects/configure/Clusters.tsx +5 -4
- package/src/projects/configure/ConfigureProjectModal.tsx +7 -4
- package/src/projects/configure/Pipelines.tsx +4 -3
- package/src/projects/configure/ProjectAttributes.tsx +3 -3
- package/src/projects/dashboard/pipeline/ProjectPipeline.tsx +2 -2
- package/src/projects/projectSearchResultType.tsx +2 -4
- package/src/projects/projects.states.ts +6 -4
- package/src/projects/service/ProjectReader.ts +1 -1
- package/src/projects/service/ProjectWriter.ts +1 -1
- package/src/pubsub/PubsubSubscriptionReader.ts +1 -1
- package/src/reactShims/AngularJSAdapter.tsx +2 -1
- package/src/reactShims/modal.injector.ts +1 -1
- package/src/reactShims/ngReact.ts +8 -7
- package/src/reactShims/react.injector.ts +17 -17
- package/src/reactShims/state.events.ts +3 -2
- package/src/region/RegionSelectField.tsx +1 -1
- package/src/region/RegionSelectInput.tsx +4 -3
- package/src/scheduler/SchedulerFactory.spec.ts +2 -1
- package/src/scheduler/SchedulerFactory.ts +2 -1
- package/src/search/global/GlobalSearch.tsx +4 -3
- package/src/search/global/GlobalSearchRecentItems.tsx +1 -1
- package/src/search/global/GlobalSearchResults.tsx +2 -2
- package/src/search/global/utils.ts +2 -2
- package/src/search/infrastructure/RecentlyViewedItems.tsx +4 -2
- package/src/search/infrastructure/SearchResultPod.tsx +1 -1
- package/src/search/infrastructure/SearchResultPodItem.tsx +1 -1
- package/src/search/infrastructure/SearchResultPods.tsx +2 -2
- package/src/search/infrastructure/SearchV2.tsx +5 -4
- package/src/search/infrastructure/infrastructure.states.ts +2 -1
- package/src/search/infrastructure/infrastructureSearch.service.ts +10 -6
- package/src/search/infrastructure/infrastructureSearchV2.service.ts +7 -5
- package/src/search/search.service.ts +2 -2
- package/src/search/searchRank.filter.ts +1 -1
- package/src/search/searchResult/DefaultSearchResultTab.tsx +1 -1
- package/src/search/searchResult/Renderers.tsx +1 -1
- package/src/search/searchResult/SearchResultGrid.tsx +1 -1
- package/src/search/searchResult/SearchResultTabs.tsx +2 -2
- package/src/search/searchResult/SearchResults.tsx +2 -2
- package/src/search/searchResult/searchResultType.registry.ts +1 -1
- package/src/search/searchResult/searchResultType.ts +6 -4
- package/src/search/widgets/Filter.spec.tsx +5 -3
- package/src/search/widgets/Filter.tsx +1 -1
- package/src/search/widgets/Filters.spec.tsx +5 -3
- package/src/search/widgets/Filters.tsx +1 -1
- package/src/search/widgets/Search.spec.tsx +4 -2
- package/src/search/widgets/Search.tsx +7 -4
- package/src/securityGroup/CreateSecurityGroupButton.tsx +4 -3
- package/src/securityGroup/SecurityGroup.tsx +2 -2
- package/src/securityGroup/SecurityGroupDetails.tsx +2 -1
- package/src/securityGroup/SecurityGroupPod.tsx +2 -2
- package/src/securityGroup/SecurityGroupWriter.ts +4 -3
- package/src/securityGroup/SecurityGroups.tsx +7 -5
- package/src/securityGroup/filter/SecurityGroupFilterModel.ts +1 -1
- package/src/securityGroup/filter/SecurityGroupFilterService.ts +2 -2
- package/src/securityGroup/filter/SecurityGroupFilters.tsx +4 -3
- package/src/securityGroup/index.ts +2 -1
- package/src/securityGroup/label/firewallLabel.component.ts +2 -1
- package/src/securityGroup/securityGroup.dataSource.ts +4 -3
- package/src/securityGroup/securityGroup.states.ts +6 -9
- package/src/securityGroup/securityGroupReader.service.spec.ts +8 -10
- package/src/securityGroup/securityGroupReader.service.ts +16 -14
- package/src/securityGroup/securityGroupSearchResultType.tsx +1 -3
- package/src/securityGroup/securityGroupTransformer.service.ts +3 -2
- package/src/serverGroup/ServerGroup.tsx +4 -4
- package/src/serverGroup/ServerGroupHeader.tsx +4 -4
- package/src/serverGroup/configure/common/DeployInitializer.tsx +5 -5
- package/src/serverGroup/configure/common/InstanceArchetypeSelector.tsx +1 -1
- package/src/serverGroup/configure/common/InstanceTypeSelector.tsx +1 -1
- package/src/serverGroup/configure/common/deployInitializer.component.spec.ts +7 -3
- package/src/serverGroup/configure/common/deployInitializer.component.ts +6 -4
- package/src/serverGroup/configure/common/serverGroupCommandBuilder.service.ts +17 -9
- package/src/serverGroup/configure/common/serverGroupConfiguration.service.ts +3 -2
- package/src/serverGroup/configure/common/v2InstanceTypeSelector.component.ts +4 -3
- package/src/serverGroup/configure/common/v2instanceArchetypeSelector.component.ts +5 -4
- package/src/serverGroup/configure/common/wizard/fields/ServerGroupDetailsField.tsx +3 -3
- package/src/serverGroup/details/RunningTasks.tsx +2 -2
- package/src/serverGroup/details/ServerGroupDetails.tsx +2 -2
- package/src/serverGroup/details/ServerGroupDetailsWrapper.tsx +3 -3
- package/src/serverGroup/details/ServerGroupInsightActions.tsx +1 -1
- package/src/serverGroup/details/capacity/CapacityDetailsSection.spec.tsx +1 -1
- package/src/serverGroup/details/capacity/CapacityDetailsSection.tsx +1 -1
- package/src/serverGroup/details/capacity/DesiredCapacity.tsx +1 -1
- package/src/serverGroup/details/runningTasks.component.ts +4 -3
- package/src/serverGroup/details/scalingActivities/ScalingActivitiesModal.spec.ts +2 -1
- package/src/serverGroup/details/scalingActivities/ScalingActivitiesModal.tsx +3 -2
- package/src/serverGroup/details/scalingActivities/ViewScalingActivitiesLink.tsx +1 -1
- package/src/serverGroup/details/serverGroupWarningMessage.service.spec.ts +4 -4
- package/src/serverGroup/details/serverGroupWarningMessage.service.ts +3 -3
- package/src/serverGroup/metrics/CloudMetricsReader.ts +1 -1
- package/src/serverGroup/pod/RunningTasksPopoverContent.tsx +1 -1
- package/src/serverGroup/pod/RunningTasksTag.tsx +1 -1
- package/src/serverGroup/resize/MinMaxDesiredChanges.tsx +1 -1
- package/src/serverGroup/serverGroup.dataSource.ts +6 -4
- package/src/serverGroup/serverGroup.states.ts +5 -3
- package/src/serverGroup/serverGroupReader.service.ts +1 -1
- package/src/serverGroup/serverGroupSearchResultType.tsx +4 -5
- package/src/serverGroup/serverGroupWriter.service.spec.ts +10 -8
- package/src/serverGroup/serverGroupWriter.service.ts +7 -5
- package/src/serverGroupManager/ServerGroupManager.tsx +4 -4
- package/src/serverGroupManager/ServerGroupManagerDetails.tsx +2 -1
- package/src/serverGroupManager/ServerGroupManagerHeading.tsx +3 -3
- package/src/serverGroupManager/ServerGroupManagerReader.ts +1 -1
- package/src/serverGroupManager/ServerGroupManagerTag.tsx +3 -3
- package/src/serverGroupManager/serverGroupManager.dataSource.ts +5 -3
- package/src/serverGroupManager/serverGroupManager.states.ts +3 -2
- package/src/services/ServicesReader.ts +1 -1
- package/src/slack/SlackChannelSelector.tsx +3 -2
- package/src/slack/SlackReader.spec.ts +2 -1
- package/src/snapshot/SnapshotReader.ts +1 -1
- package/src/snapshot/SnapshotWriter.ts +4 -4
- package/src/styleguide/styleguide.states.ts +2 -1
- package/src/subnet/subnet.read.service.spec.ts +4 -3
- package/src/subnet/subnet.read.service.ts +1 -1
- package/src/task/PlatformHealthOverrideMessage.tsx +2 -2
- package/src/task/StatusGlyph.tsx +1 -1
- package/src/task/TaskProgressBar.tsx +1 -1
- package/src/task/displayableTasks.filter.ts +1 -1
- package/src/task/modal/TaskMonitorModal.tsx +7 -4
- package/src/task/monitor/MultiTaskMonitor.tsx +1 -1
- package/src/task/monitor/TaskMonitor.ts +4 -4
- package/src/task/monitor/TaskMonitorError.tsx +2 -2
- package/src/task/monitor/TaskMonitorStatus.tsx +1 -1
- package/src/task/monitor/TaskMonitorWrapper.tsx +1 -1
- package/src/task/monitor/taskMonitor.spec.ts +6 -5
- package/src/task/platformHealthOverrideMessage.component.ts +4 -3
- package/src/task/task.dataSource.spec.ts +5 -4
- package/src/task/task.read.service.ts +2 -2
- package/src/task/task.states.ts +3 -2
- package/src/task/task.write.service.spec.ts +3 -1
- package/src/task/task.write.service.ts +2 -2
- package/src/task/taskExecutor.ts +2 -2
- package/src/types/svg.d.ts +1 -1
- package/src/utils/clipboard/CopyToClipboard.spec.tsx +2 -1
- package/src/utils/consoleDebug.ts +1 -1
- package/src/utils/json/DiffView.tsx +1 -1
- package/src/utils/json/json.utility.service.spec.ts +2 -1
- package/src/utils/q.ts +1 -1
- package/src/utils/renderIfFeature.component.ts +2 -1
- package/src/utils/selectOnDblClick.directive.ts +2 -1
- package/src/utils/timeFormatters.spec.ts +3 -2
- package/src/utils/uibModalRejections.ts +1 -1
- package/src/utils/waypoints/waypoint.service.ts +1 -1
- package/src/utils/workerPool.spec.ts +2 -1
- package/src/widgets/AccountRegionClusterSelector.tsx +2 -2
- package/src/widgets/ApplicationsPickerInput.spec.tsx +3 -2
- package/src/widgets/ApplicationsPickerInput.tsx +1 -1
- package/src/widgets/accountRegionClusterSelectorWrapper.component.ts +2 -1
- package/src/widgets/cluster/ClusterMatches.tsx +1 -1
- package/src/widgets/notifier/notifier.service.ts +3 -2
- package/src/widgets/spelText/SpelAutocompleteService.spec.ts +4 -3
- package/src/widgets/spelText/SpelAutocompleteService.ts +3 -3
- package/src/widgets/spelText/SpelText.tsx +2 -2
- package/src/widgets/tags/Tag.spec.tsx +4 -2
- package/src/widgets/tags/TagList.spec.tsx +5 -3
- package/src/widgets/tags/TagList.tsx +2 -1
- package/src/yamlEditor/YamlEditor.tsx +2 -1
- package/src/yamlEditor/yamlEditorUtils.spec.ts +1 -1
- package/dist/managed/overview/artifact/PendingVersion.d.ts +0 -6
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { mock } from 'angular';
|
|
2
2
|
|
|
3
|
-
import { Application } from './application.model';
|
|
3
|
+
import type { Application } from './application.model';
|
|
4
4
|
import { ApplicationModelBuilder } from './applicationModel.builder';
|
|
5
|
-
import {
|
|
5
|
+
import type { IEntityTag, IEntityTags, IInstanceCounts, ILoadBalancer, IServerGroup } from '../domain';
|
|
6
6
|
import { LOAD_BALANCER_DATA_SOURCE } from '../loadBalancer/loadBalancer.dataSource';
|
|
7
|
-
import { SecurityGroupReader } from '../securityGroup/securityGroupReader.service';
|
|
8
|
-
import { SERVER_GROUP_DATA_SOURCE } from '../serverGroup/serverGroup.dataSource';
|
|
9
7
|
import { SECURITY_GROUP_DATA_SOURCE } from '../securityGroup/securityGroup.dataSource';
|
|
10
|
-
|
|
11
|
-
import {
|
|
8
|
+
import type { SecurityGroupReader } from '../securityGroup/securityGroupReader.service';
|
|
9
|
+
import { SERVER_GROUP_DATA_SOURCE } from '../serverGroup/serverGroup.dataSource';
|
|
10
|
+
import { ApplicationDataSourceRegistry } from './service/ApplicationDataSourceRegistry';
|
|
12
11
|
|
|
13
12
|
describe('Application Model', function () {
|
|
14
13
|
let application: Application,
|
|
@@ -187,19 +186,19 @@ describe('Application Model', function () {
|
|
|
187
186
|
describe('setting default credentials and regions', function () {
|
|
188
187
|
it('sets default credentials and region from server group when only one account/region found', function () {
|
|
189
188
|
const serverGroups: IServerGroup[] = [
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
189
|
+
{
|
|
190
|
+
name: 'deck-test-v001',
|
|
191
|
+
cluster: 'deck-test',
|
|
192
|
+
account: 'test',
|
|
193
|
+
region: 'us-west-2',
|
|
194
|
+
type: 'aws',
|
|
195
|
+
cloudProvider: 'aws',
|
|
196
|
+
instances: [],
|
|
197
|
+
instanceCounts: {} as IInstanceCounts,
|
|
198
|
+
},
|
|
199
|
+
];
|
|
200
|
+
const loadBalancers: ILoadBalancer[] = [];
|
|
201
|
+
const securityGroupsByApplicationName: any[] = [];
|
|
203
202
|
|
|
204
203
|
configureApplication(serverGroups, loadBalancers, securityGroupsByApplicationName);
|
|
205
204
|
expect(application.defaultCredentials.aws).toBe('test');
|
|
@@ -207,11 +206,11 @@ describe('Application Model', function () {
|
|
|
207
206
|
});
|
|
208
207
|
|
|
209
208
|
it('sets default credentials and region from load balancer when only one account/region found', function () {
|
|
210
|
-
const serverGroups: IServerGroup[] = []
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
209
|
+
const serverGroups: IServerGroup[] = [];
|
|
210
|
+
const loadBalancers: ILoadBalancer[] = [
|
|
211
|
+
{ name: 'deck-frontend', cloudProvider: 'gce', vpcId: 'vpc0', region: 'us-central-1', account: 'prod' },
|
|
212
|
+
];
|
|
213
|
+
const securityGroupsByApplicationName: any[] = [];
|
|
215
214
|
|
|
216
215
|
configureApplication(serverGroups, loadBalancers, securityGroupsByApplicationName);
|
|
217
216
|
expect(application.defaultCredentials.gce).toBe('prod');
|
|
@@ -219,11 +218,11 @@ describe('Application Model', function () {
|
|
|
219
218
|
});
|
|
220
219
|
|
|
221
220
|
it('sets default credentials and region from firewall', function () {
|
|
222
|
-
const serverGroups: any[] = []
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
221
|
+
const serverGroups: any[] = [];
|
|
222
|
+
const loadBalancers: ILoadBalancer[] = [];
|
|
223
|
+
const securityGroupsByApplicationName: any[] = [
|
|
224
|
+
{ name: 'deck-test', provider: 'cf', accountName: 'test', region: 'us-south-7' },
|
|
225
|
+
];
|
|
227
226
|
|
|
228
227
|
configureApplication(serverGroups, loadBalancers, securityGroupsByApplicationName);
|
|
229
228
|
expect(application.defaultCredentials.cf).toBe('test');
|
|
@@ -231,13 +230,13 @@ describe('Application Model', function () {
|
|
|
231
230
|
});
|
|
232
231
|
|
|
233
232
|
it('does not set defaults when multiple values found for the same provider', function () {
|
|
234
|
-
const serverGroups: IServerGroup[] = []
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
233
|
+
const serverGroups: IServerGroup[] = [];
|
|
234
|
+
const loadBalancers: ILoadBalancer[] = [
|
|
235
|
+
{ name: 'deck-frontend', cloudProvider: 'aws', vpcId: 'vpcId', region: 'us-west-1', account: 'prod' },
|
|
236
|
+
];
|
|
237
|
+
const securityGroupsByApplicationName: any[] = [
|
|
238
|
+
{ name: 'deck-test', provider: 'aws', accountName: 'test', region: 'us-east-1' },
|
|
239
|
+
];
|
|
241
240
|
|
|
242
241
|
configureApplication(serverGroups, loadBalancers, securityGroupsByApplicationName);
|
|
243
242
|
expect(application.defaultCredentials.aws).toBeUndefined();
|
|
@@ -245,13 +244,13 @@ describe('Application Model', function () {
|
|
|
245
244
|
});
|
|
246
245
|
|
|
247
246
|
it('sets default region or default credentials if possible', function () {
|
|
248
|
-
const serverGroups: IServerGroup[] = []
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
247
|
+
const serverGroups: IServerGroup[] = [];
|
|
248
|
+
const loadBalancers: ILoadBalancer[] = [
|
|
249
|
+
{ name: 'deck-frontend', cloudProvider: 'aws', vpcId: 'vpcId', region: 'us-east-1', account: 'prod' },
|
|
250
|
+
];
|
|
251
|
+
const securityGroupsByApplicationName: any[] = [
|
|
252
|
+
{ name: 'deck-test', provider: 'aws', accountName: 'test', region: 'us-east-1' },
|
|
253
|
+
];
|
|
255
254
|
|
|
256
255
|
configureApplication(serverGroups, loadBalancers, securityGroupsByApplicationName);
|
|
257
256
|
expect(application.defaultCredentials.aws).toBeUndefined();
|
|
@@ -259,13 +258,13 @@ describe('Application Model', function () {
|
|
|
259
258
|
});
|
|
260
259
|
|
|
261
260
|
it('sets default credentials, even if region cannot be set', function () {
|
|
262
|
-
const serverGroups: IServerGroup[] = []
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
261
|
+
const serverGroups: IServerGroup[] = [];
|
|
262
|
+
const loadBalancers: ILoadBalancer[] = [
|
|
263
|
+
{ name: 'deck-frontend', cloudProvider: 'aws', vpcId: 'vpc0', region: 'us-east-1', account: 'test' },
|
|
264
|
+
];
|
|
265
|
+
const securityGroupsByApplicationName: any[] = [
|
|
266
|
+
{ name: 'deck-test', provider: 'aws', accountName: 'test', region: 'us-west-1' },
|
|
267
|
+
];
|
|
269
268
|
|
|
270
269
|
configureApplication(serverGroups, loadBalancers, securityGroupsByApplicationName);
|
|
271
270
|
expect(application.defaultCredentials.aws).toBe('test');
|
|
@@ -274,35 +273,35 @@ describe('Application Model', function () {
|
|
|
274
273
|
|
|
275
274
|
it('should set defaults for multiple providers', function () {
|
|
276
275
|
const serverGroups: any[] = [
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
276
|
+
{
|
|
277
|
+
name: 'deck-test-v001',
|
|
278
|
+
account: 'test',
|
|
279
|
+
region: 'us-west-2',
|
|
280
|
+
provider: 'aws',
|
|
281
|
+
instances: [],
|
|
282
|
+
instanceCounts: { up: 0, down: 0, starting: 0, unknown: 0, outOfService: 0 },
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
name: 'deck-gce-v001',
|
|
286
|
+
account: 'gce-test',
|
|
287
|
+
region: 'us-central-1',
|
|
288
|
+
provider: 'gce',
|
|
289
|
+
instances: [],
|
|
290
|
+
instanceCounts: { up: 0, down: 0, starting: 0, unknown: 0, outOfService: 0 },
|
|
291
|
+
},
|
|
292
|
+
];
|
|
293
|
+
const loadBalancers: ILoadBalancer[] = [
|
|
294
|
+
{
|
|
295
|
+
name: 'deck-frontend',
|
|
296
|
+
account: 'gce-test',
|
|
297
|
+
cloudProvider: 'gce',
|
|
298
|
+
region: 'us-central-1',
|
|
299
|
+
serverGroups: [],
|
|
300
|
+
},
|
|
301
|
+
];
|
|
302
|
+
const securityGroupsByApplicationName: any[] = [
|
|
303
|
+
{ name: 'deck-test', provider: 'aws', accountName: 'test', region: 'us-west-2' },
|
|
304
|
+
];
|
|
306
305
|
|
|
307
306
|
configureApplication(serverGroups, loadBalancers, securityGroupsByApplicationName);
|
|
308
307
|
expect(application.defaultCredentials.aws).toBe('test');
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
import { IScope } from 'angular';
|
|
1
|
+
import type { IScope } from 'angular';
|
|
2
2
|
import { map, union, uniq } from 'lodash';
|
|
3
3
|
import { $log, $q } from 'ngimport';
|
|
4
|
-
import {
|
|
4
|
+
import type { Observable, Subscription } from 'rxjs';
|
|
5
|
+
import { combineLatest as observableCombineLatest, ReplaySubject, Subject } from 'rxjs';
|
|
5
6
|
import { map as rxMap } from 'rxjs/operators';
|
|
6
7
|
|
|
7
|
-
import { ICluster } from '../domain/ICluster';
|
|
8
|
-
import {
|
|
8
|
+
import type { ICluster } from '../domain/ICluster';
|
|
9
|
+
import type { IDataSourceConfig, IFetchStatus } from './service/applicationDataSource';
|
|
10
|
+
import { ApplicationDataSource } from './service/applicationDataSource';
|
|
9
11
|
|
|
10
12
|
export class Application {
|
|
11
13
|
[k: string]: any;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
import { StateParams } from '@uirouter/angularjs';
|
|
2
|
-
import { IServiceProvider
|
|
1
|
+
import type { StateParams } from '@uirouter/angularjs';
|
|
2
|
+
import type { IServiceProvider } from 'angular';
|
|
3
|
+
import { module } from 'angular';
|
|
3
4
|
|
|
4
5
|
import { ApplicationComponent } from './ApplicationComponent';
|
|
5
|
-
import { Application } from './application.model';
|
|
6
|
+
import type { Application } from './application.model';
|
|
6
7
|
import { ApplicationModelBuilder } from './applicationModel.builder';
|
|
7
8
|
import { InsightLayout } from '../insight/InsightLayout';
|
|
8
|
-
import { INestedState,
|
|
9
|
+
import type { INestedState, StateConfigProvider } from '../navigation/state.provider';
|
|
10
|
+
import { STATE_CONFIG_PROVIDER } from '../navigation/state.provider';
|
|
9
11
|
import { ApplicationReader } from './service/ApplicationReader';
|
|
10
12
|
import { InferredApplicationWarningService } from './service/InferredApplicationWarningService';
|
|
11
13
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Application } from './application.model';
|
|
2
|
-
import { IServerGroup } from '../domain';
|
|
2
|
+
import type { IServerGroup } from '../domain';
|
|
3
3
|
import { SchedulerFactory } from '../scheduler/SchedulerFactory';
|
|
4
|
-
import { IDataSourceConfig } from './service/applicationDataSource';
|
|
4
|
+
import type { IDataSourceConfig } from './service/applicationDataSource';
|
|
5
5
|
|
|
6
6
|
export class ApplicationModelBuilder {
|
|
7
7
|
/** This is mostly used in tests */
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
+
import type { ISearchColumn, ISearchResult, ISearchResultSet } from '../search';
|
|
3
4
|
import {
|
|
4
5
|
AccountCell,
|
|
5
6
|
BasicCell,
|
|
6
7
|
DefaultSearchResultTab,
|
|
7
8
|
HeaderCell,
|
|
8
9
|
HrefCell,
|
|
9
|
-
ISearchColumn,
|
|
10
|
-
ISearchResult,
|
|
11
|
-
ISearchResultSet,
|
|
12
10
|
SearchResultType,
|
|
13
11
|
searchResultTypeRegistry,
|
|
14
12
|
SearchTableBody,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { module } from 'angular';
|
|
2
2
|
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import type { ApplicationStateProvider } from './application.state.provider';
|
|
4
|
+
import { APPLICATION_STATE_PROVIDER } from './application.state.provider';
|
|
5
|
+
import type { INestedState, StateConfigProvider } from '../navigation/state.provider';
|
|
6
|
+
import { STATE_CONFIG_PROVIDER } from '../navigation/state.provider';
|
|
5
7
|
import { Applications } from './search/Applications';
|
|
6
8
|
|
|
7
9
|
export const APPLICATIONS_STATE_PROVIDER = 'spinnaker.core.application.applications.state';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { IOverridableProps
|
|
3
|
+
import type { IOverridableProps } from '../../overrideRegistry';
|
|
4
|
+
import { Overridable } from '../../overrideRegistry';
|
|
4
5
|
import { AngularJSAdapter } from '../../reactShims';
|
|
5
6
|
|
|
6
7
|
export interface IApplicationConfigDetailsProps extends IOverridableProps {}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { Application } from '../application.model';
|
|
3
|
+
import type { Application } from '../application.model';
|
|
4
4
|
import { ConfirmationModalService } from '../../confirmationModal';
|
|
5
5
|
import { ReactInjector } from '../../reactShims';
|
|
6
6
|
import { FirewallLabel } from '../../securityGroup/label';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { module } from 'angular';
|
|
2
2
|
|
|
3
3
|
import { ApplicationConfig } from './ApplicationConfig';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import type { ApplicationStateProvider } from '../application.state.provider';
|
|
5
|
+
import { APPLICATION_STATE_PROVIDER } from '../application.state.provider';
|
|
6
|
+
import type { INestedState } from '../../navigation';
|
|
6
7
|
|
|
7
8
|
export const APP_CONFIG_STATES = 'spinnaker.core.application.states';
|
|
8
9
|
module(APP_CONFIG_STATES, [APPLICATION_STATE_PROVIDER]).config([
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<dl class="dl-horizontal">
|
|
1
|
+
<dl class="dl-horizontal" ng-if="(config.application.attributes && config.application.attributes.email)">
|
|
2
2
|
<dt>Owner</dt>
|
|
3
3
|
<dd>{{vm.application.attributes.email}}</dd>
|
|
4
4
|
<dt ng-if="vm.application.attributes.appGroup">App Group <help-field key="application.group"></help-field></dt>
|
|
@@ -55,7 +55,11 @@
|
|
|
55
55
|
<dd>{{vm.permissions}}</dd>
|
|
56
56
|
</render-if-feature>
|
|
57
57
|
</dl>
|
|
58
|
+
<p ng-if="(!config.application.attributes || !config.application.attributes.email)">
|
|
59
|
+
This application has not been configured.
|
|
60
|
+
</p>
|
|
58
61
|
<button class="btn btn-link" ng-click="vm.editApplication()">
|
|
59
62
|
<span class="glyphicon glyphicon-cog"></span>
|
|
60
|
-
Edit Application
|
|
63
|
+
{{ (!config.application.attributes || !config.application.attributes.email) ? "Create Application" : "Edit Application
|
|
64
|
+
Attributes"}}
|
|
61
65
|
</button>
|
|
@@ -110,6 +110,10 @@ module(CORE_APPLICATION_CONFIG_APPLICATIONATTRIBUTES_DIRECTIVE, [
|
|
|
110
110
|
.catch(() => {});
|
|
111
111
|
};
|
|
112
112
|
|
|
113
|
+
if (this.application && (!this.application.attributes || !this.application.attributes.email)) {
|
|
114
|
+
this.editApplication();
|
|
115
|
+
}
|
|
116
|
+
|
|
113
117
|
this.slackBaseUrl = get(SETTINGS, 'slack.baseUrl', '');
|
|
114
118
|
},
|
|
115
119
|
]);
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
<div style="overflow-y: auto" sticky-headers>
|
|
2
|
-
<page-navigator
|
|
2
|
+
<page-navigator
|
|
3
|
+
scrollable-container="[sticky-headers]"
|
|
4
|
+
deep-link-param="section"
|
|
5
|
+
ng-if="(!config.application.attributes || !config.application.attributes.email)"
|
|
6
|
+
>
|
|
7
|
+
<page-section key="location" label="Application Attributes">
|
|
8
|
+
<application-attributes application="config.application"></application-attributes>
|
|
9
|
+
</page-section>
|
|
10
|
+
</page-navigator>
|
|
11
|
+
<page-navigator
|
|
12
|
+
scrollable-container="[sticky-headers]"
|
|
13
|
+
deep-link-param="section"
|
|
14
|
+
ng-if="(config.application.attributes && config.application.attributes.email)"
|
|
15
|
+
>
|
|
3
16
|
<page-section key="location" label="Application Attributes">
|
|
4
17
|
<application-attributes application="config.application"></application-attributes>
|
|
5
18
|
</page-section>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { shallow } from 'enzyme';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
|
|
4
|
+
import type { ICustomBannerConfig } from './CustomBannerConfig';
|
|
5
|
+
import { CustomBannerConfig } from './CustomBannerConfig';
|
|
4
6
|
import { noop } from '../../../utils';
|
|
5
7
|
|
|
6
|
-
import { CustomBannerConfig, ICustomBannerConfig } from './CustomBannerConfig';
|
|
7
|
-
|
|
8
8
|
describe('<CustomBannerConfig />', () => {
|
|
9
9
|
let bannerConfigs: ICustomBannerConfig[];
|
|
10
10
|
let wrapper: any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { isEqual } from 'lodash';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import
|
|
3
|
+
import type { Option } from 'react-select';
|
|
4
|
+
import Select from 'react-select';
|
|
4
5
|
|
|
5
6
|
import { bannerBackgroundColorOptions, bannerTextColorOptions } from './customBannerColors';
|
|
6
7
|
import { ConfigSectionFooter } from '../footer/ConfigSectionFooter';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { mock } from 'angular';
|
|
2
2
|
|
|
3
|
-
import { Application } from '../../application.model';
|
|
3
|
+
import type { Application } from '../../application.model';
|
|
4
|
+
import type { DataSourceEditorController } from './applicationDataSourceEditor.component';
|
|
5
|
+
import { APPLICATION_DATA_SOURCE_EDITOR } from './applicationDataSourceEditor.component';
|
|
4
6
|
import { ApplicationModelBuilder } from '../../applicationModel.builder';
|
|
5
|
-
import { APPLICATION_DATA_SOURCE_EDITOR, DataSourceEditorController } from './applicationDataSourceEditor.component';
|
|
6
|
-
import { ApplicationWriter } from '../../service/ApplicationWriter';
|
|
7
7
|
import { TaskReader } from '../../../index';
|
|
8
|
+
import { ApplicationWriter } from '../../service/ApplicationWriter';
|
|
8
9
|
|
|
9
10
|
describe('Component: Application Data Source Editor', () => {
|
|
10
11
|
let application: Application,
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { IController
|
|
1
|
+
import type { IController } from 'angular';
|
|
2
|
+
import { module } from 'angular';
|
|
2
3
|
|
|
3
|
-
import { Application } from '../../application.model';
|
|
4
|
+
import type { Application } from '../../application.model';
|
|
4
5
|
import { ApplicationReader } from '../../service/ApplicationReader';
|
|
5
6
|
import { ApplicationWriter } from '../../service/ApplicationWriter';
|
|
6
|
-
import { ApplicationDataSource } from '../../service/applicationDataSource';
|
|
7
|
+
import type { ApplicationDataSource } from '../../service/applicationDataSource';
|
|
7
8
|
import { TaskReader } from '../../../task';
|
|
8
9
|
|
|
9
10
|
import './applicationDataSourceEditor.component.less';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { mock } from 'angular';
|
|
2
2
|
|
|
3
|
+
import type { ConfigSectionFooterController } from './configSectionFooter.component';
|
|
4
|
+
import { CONFIG_SECTION_FOOTER } from './configSectionFooter.component';
|
|
3
5
|
import { ApplicationWriter } from '../../service/ApplicationWriter';
|
|
4
|
-
import { CONFIG_SECTION_FOOTER, ConfigSectionFooterController } from './configSectionFooter.component';
|
|
5
6
|
|
|
6
7
|
describe('Component: ConfigSectionFooter', () => {
|
|
7
8
|
let $componentController: ng.IComponentControllerService,
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { IComponentOptions, IController } from 'angular';
|
|
2
|
+
import { copy, module, toJson } from 'angular';
|
|
2
3
|
import { cloneDeep } from 'lodash';
|
|
3
4
|
|
|
4
|
-
import { Application } from '../../application.model';
|
|
5
|
+
import type { Application } from '../../application.model';
|
|
5
6
|
import { ApplicationWriter } from '../../service/ApplicationWriter';
|
|
6
7
|
|
|
7
8
|
export interface IConfigSectionFooterViewState {
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import { ILogService
|
|
1
|
+
import type { ILogService } from 'angular';
|
|
2
|
+
import { module, toJson } from 'angular';
|
|
2
3
|
import { cloneDeep, uniq } from 'lodash';
|
|
3
4
|
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
5
|
+
import type { IAccountDetails, IAggregatedAccounts, IRegion } from '../../../account/AccountService';
|
|
6
|
+
import { AccountService } from '../../../account/AccountService';
|
|
7
|
+
import type { Application } from '../../application.model';
|
|
8
|
+
import type { IClusterMatchRule } from '../../../cluster/ClusterRuleMatcher';
|
|
9
|
+
import { ClusterMatcher } from '../../../cluster/ClusterRuleMatcher';
|
|
10
|
+
import type { IConfigSectionFooterViewState } from '../footer/configSectionFooter.component';
|
|
8
11
|
import './trafficGuardConfig.help';
|
|
9
|
-
import {
|
|
12
|
+
import type { IClusterMatch } from '../../../widgets/cluster/clusterMatches.component';
|
|
13
|
+
import { CLUSTER_MATCHES_COMPONENT } from '../../../widgets/cluster/clusterMatches.component';
|
|
10
14
|
|
|
11
15
|
export interface ITrafficGuardRule extends IClusterMatchRule {
|
|
12
16
|
enabled: boolean;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IInstance, IServerGroup } from '../../domain';
|
|
2
|
-
import { Application } from '../application.model';
|
|
3
|
-
import { ApplicationModelBuilder } from '../applicationModel.builder';
|
|
4
1
|
import { AppListExtractor } from './AppListExtractor';
|
|
5
|
-
import {
|
|
2
|
+
import type { Application } from '../application.model';
|
|
3
|
+
import { ApplicationModelBuilder } from '../applicationModel.builder';
|
|
4
|
+
import type { IInstance, IServerGroup } from '../../domain';
|
|
5
|
+
import type { IMoniker } from '../../naming/IMoniker';
|
|
6
6
|
|
|
7
7
|
describe('AppListExtractor', function () {
|
|
8
8
|
const buildApplication = (serverGroups: any[] = []): Application => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { compact, flatten, uniq } from 'lodash';
|
|
2
2
|
|
|
3
|
-
import { Application } from '../application.model';
|
|
4
|
-
import { IInstance, IServerGroup } from '../../domain';
|
|
5
|
-
import { IMoniker } from '../../naming/IMoniker';
|
|
3
|
+
import type { Application } from '../application.model';
|
|
4
|
+
import type { IInstance, IServerGroup } from '../../domain';
|
|
5
|
+
import type { IMoniker } from '../../naming/IMoniker';
|
|
6
6
|
|
|
7
7
|
export type IServerGroupFilter = (s: IServerGroup) => boolean;
|
|
8
8
|
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { mock } from 'angular';
|
|
3
2
|
import { mount } from 'enzyme';
|
|
3
|
+
import React from 'react';
|
|
4
4
|
|
|
5
|
+
import type { IPermissions, IPermissionsConfigurerProps } from './PermissionsConfigurer';
|
|
6
|
+
import { PermissionsConfigurer } from './PermissionsConfigurer';
|
|
5
7
|
import { AuthenticationService } from '../../authentication';
|
|
6
8
|
import { REACT_MODULE } from '../../reactShims';
|
|
7
|
-
import { IPermissions, IPermissionsConfigurerProps, PermissionsConfigurer } from './PermissionsConfigurer';
|
|
8
9
|
|
|
9
10
|
describe('PermissionsConfigurer', () => {
|
|
10
11
|
const createComponent = (props: IPermissionsConfigurerProps) => {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { cloneDeep, compact, intersection, uniq, without } from 'lodash';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Button } from 'react-bootstrap';
|
|
4
|
-
import
|
|
4
|
+
import type { Option } from 'react-select';
|
|
5
|
+
import Select, { Creatable } from 'react-select';
|
|
5
6
|
|
|
6
7
|
import { AuthenticationService } from '../../authentication';
|
|
7
8
|
|
|
@@ -2,7 +2,8 @@ import { isEqual } from 'lodash';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
|
|
4
4
|
import { HelpField } from '../../help/HelpField';
|
|
5
|
-
import {
|
|
5
|
+
import type { IFormInputProps } from '../../presentation';
|
|
6
|
+
import { createFakeReactSyntheticEvent } from '../../presentation';
|
|
6
7
|
|
|
7
8
|
export interface IPlatformHealthOverrideProps {
|
|
8
9
|
interestingHealthProviderNames: string[];
|
|
@@ -32,6 +32,7 @@ angular
|
|
|
32
32
|
};
|
|
33
33
|
vm.errorMsgs = [];
|
|
34
34
|
vm.application = application;
|
|
35
|
+
vm.isNew = !application.attributes || !application.attributes.email;
|
|
35
36
|
vm.applicationAttributes = _.cloneDeep(application.attributes);
|
|
36
37
|
|
|
37
38
|
AccountService.listProviders().then((providers) => (vm.data.cloudProviders = providers));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="modal-page">
|
|
2
2
|
<modal-close dismiss="$dismiss()"></modal-close>
|
|
3
3
|
<div class="modal-header">
|
|
4
|
-
<h4 class="modal-title">Edit Application</h4>
|
|
4
|
+
<h4 class="modal-title">{{editApp.isNew ? "Create" : "Edit"}} Application</h4>
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
7
|
<form role="form" class="container-fluid" novalidate name="editApplicationForm">
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
<div class="modal-footer">
|
|
253
253
|
<a href class="btn btn-default" ng-click="$dismiss()">Cancel</a>
|
|
254
254
|
<submit-button
|
|
255
|
-
is-new="
|
|
255
|
+
is-new="editApp.isNew"
|
|
256
256
|
is-disabled="!editApplicationForm.$valid || editApp.state.submitting || editApp.data.showOverrideWarning || editApp.state.permissionsInvalid"
|
|
257
257
|
submitting="editApp.state.submitting"
|
|
258
258
|
on-click="editApp.submit()"
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { mock } from 'angular';
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import type { IApplicationNameValidationResult } from './ApplicationNameValidator';
|
|
4
|
+
import { ApplicationNameValidator } from './ApplicationNameValidator';
|
|
4
5
|
import { ExampleApplicationNameValidator, ExampleApplicationNameValidator2 } from './ExampleApplicationNameValidator';
|
|
5
6
|
import { AccountService } from '../../../account/AccountService';
|
|
6
7
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { IApplicationNameValidator, IValidationResult } from './ApplicationNameValidator';
|
|
2
|
+
import { ApplicationNameValidator } from './ApplicationNameValidator';
|
|
2
3
|
import { CloudProviderRegistry } from '../../../cloudProvider';
|
|
3
4
|
import { SETTINGS } from '../../../config/settings';
|
|
4
5
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import { IController
|
|
2
|
-
import {
|
|
1
|
+
import type { IController } from 'angular';
|
|
2
|
+
import { module } from 'angular';
|
|
3
|
+
import type { IApplicationNameValidationResult } from './ApplicationNameValidator';
|
|
4
|
+
import { ApplicationNameValidator } from './ApplicationNameValidator';
|
|
3
5
|
|
|
4
6
|
/**
|
|
5
7
|
* This directive is responsible for rendering error and warning messages to the screen when creating a new application.
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { ICompileService, IQService, IRootScopeService
|
|
1
|
+
import type { ICompileService, IQService, IRootScopeService } from 'angular';
|
|
2
|
+
import { mock } from 'angular';
|
|
2
3
|
|
|
3
4
|
import { ExampleApplicationNameValidator, ExampleApplicationNameValidator2 } from './ExampleApplicationNameValidator';
|
|
4
|
-
import { VALIDATE_APPLICATION_NAME } from './validateApplicationName.directive';
|
|
5
5
|
import { AccountService } from '../../../account/AccountService';
|
|
6
|
+
import { VALIDATE_APPLICATION_NAME } from './validateApplicationName.directive';
|
|
6
7
|
|
|
7
8
|
describe('Validator: validateApplicationName', function () {
|
|
8
9
|
const validator1 = new ExampleApplicationNameValidator();
|