@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,5 +1,5 @@
|
|
|
1
1
|
import { EmailNotificationType } from './EmailNotificationType';
|
|
2
|
-
import { INotificationTypeConfig } from '../../../../domain';
|
|
2
|
+
import type { INotificationTypeConfig } from '../../../../domain';
|
|
3
3
|
|
|
4
4
|
export const emailNotification: INotificationTypeConfig = {
|
|
5
5
|
component: EmailNotificationType,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { INotificationTypeCustomConfig } from '../../../../domain';
|
|
3
|
+
import type { INotificationTypeCustomConfig } from '../../../../domain';
|
|
4
4
|
import { FormikFormField, TextInput } from '../../../../presentation';
|
|
5
5
|
|
|
6
6
|
export class GithubNotificationType extends React.Component<INotificationTypeCustomConfig> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GithubNotificationType } from './GithubNotificationType';
|
|
2
|
-
import { INotificationTypeConfig } from '../../../../domain';
|
|
2
|
+
import type { INotificationTypeConfig } from '../../../../domain';
|
|
3
3
|
|
|
4
4
|
export const githubstatusNotification: INotificationTypeConfig = {
|
|
5
5
|
component: GithubNotificationType,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { INotificationTypeCustomConfig } from '../../../../domain';
|
|
3
|
+
import type { INotificationTypeCustomConfig } from '../../../../domain';
|
|
4
4
|
import { FormikFormField, TextInput } from '../../../../presentation';
|
|
5
5
|
|
|
6
6
|
export class GooglechatNotificationType extends React.Component<INotificationTypeCustomConfig> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GooglechatNotificationType } from './GooglechatNotificationType';
|
|
2
|
-
import { INotificationTypeConfig } from '../../../../domain';
|
|
2
|
+
import type { INotificationTypeConfig } from '../../../../domain';
|
|
3
3
|
|
|
4
4
|
export const googlechatNotification: INotificationTypeConfig = {
|
|
5
5
|
component: GooglechatNotificationType,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { INotificationTypeCustomConfig } from '../../../../domain';
|
|
3
|
+
import type { INotificationTypeCustomConfig } from '../../../../domain';
|
|
4
4
|
import { FormikFormField, TextInput } from '../../../../presentation';
|
|
5
5
|
|
|
6
6
|
export class MicrosoftTeamsNotificationType extends React.Component<INotificationTypeCustomConfig> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MicrosoftTeamsNotificationType } from './MicrosoftTeamsNotificationType';
|
|
2
|
-
import { INotificationTypeConfig } from '../../../../domain';
|
|
2
|
+
import type { INotificationTypeConfig } from '../../../../domain';
|
|
3
3
|
|
|
4
4
|
export const microsoftTeamsNotification: INotificationTypeConfig = {
|
|
5
5
|
component: MicrosoftTeamsNotificationType,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { INotificationTypeCustomConfig } from '../../../../domain';
|
|
3
|
+
import type { INotificationTypeCustomConfig } from '../../../../domain';
|
|
4
4
|
import { FormikFormField, TextInput } from '../../../../presentation';
|
|
5
5
|
|
|
6
6
|
export class PubsubNotificationType extends React.Component<INotificationTypeCustomConfig> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PubsubNotificationType } from './PubsubNotificationType';
|
|
2
|
-
import { INotificationTypeConfig } from '../../../../domain';
|
|
2
|
+
import type { INotificationTypeConfig } from '../../../../domain';
|
|
3
3
|
|
|
4
4
|
export const pubsubNotification: INotificationTypeConfig = {
|
|
5
5
|
component: PubsubNotificationType,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { INotificationTypeCustomConfig } from '../../../../domain';
|
|
3
|
+
import type { INotificationTypeCustomConfig } from '../../../../domain';
|
|
4
4
|
import { FormikFormField, TextInput } from '../../../../presentation';
|
|
5
5
|
|
|
6
6
|
export class SlackNotificationType extends React.Component<INotificationTypeCustomConfig> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SlackNotificationType } from './SlackNotificationType';
|
|
2
|
-
import { INotificationTypeConfig } from '../../../../domain';
|
|
2
|
+
import type { INotificationTypeConfig } from '../../../../domain';
|
|
3
3
|
|
|
4
4
|
export const slackNotification: INotificationTypeConfig = {
|
|
5
5
|
component: SlackNotificationType,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { INotificationTypeCustomConfig } from '../../../../domain';
|
|
3
|
+
import type { INotificationTypeCustomConfig } from '../../../../domain';
|
|
4
4
|
import { FormikFormField, TextInput } from '../../../../presentation';
|
|
5
5
|
|
|
6
6
|
export class SmsNotificationType extends React.Component<INotificationTypeCustomConfig> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SmsNotificationType } from './SmsNotificationType';
|
|
2
|
-
import { INotificationTypeConfig } from '../../../../domain';
|
|
2
|
+
import type { INotificationTypeConfig } from '../../../../domain';
|
|
3
3
|
|
|
4
4
|
export const smsNotification: INotificationTypeConfig = {
|
|
5
5
|
component: SmsNotificationType,
|
|
@@ -2,7 +2,7 @@ import { formatDistance } from 'date-fns';
|
|
|
2
2
|
import { get, isNil } from 'lodash';
|
|
3
3
|
import { $log } from 'ngimport';
|
|
4
4
|
|
|
5
|
-
import { IOrchestratedItem, IOrchestratedItemVariable, ITask, ITaskStep } from '../domain';
|
|
5
|
+
import type { IOrchestratedItem, IOrchestratedItemVariable, ITask, ITaskStep } from '../domain';
|
|
6
6
|
import { ReactInjector } from '../reactShims/react.injector';
|
|
7
7
|
|
|
8
8
|
export class OrchestratedItemTransformer {
|
|
@@ -3,7 +3,8 @@ import React from 'react';
|
|
|
3
3
|
import { of as observableOf, Subject } from 'rxjs';
|
|
4
4
|
import { map, switchMap, takeUntil } from 'rxjs/operators';
|
|
5
5
|
|
|
6
|
-
import {
|
|
6
|
+
import type { IAccountDetails } from '../account/AccountService';
|
|
7
|
+
import { AccountService } from '../account/AccountService';
|
|
7
8
|
import { CloudProviderRegistry } from '../cloudProvider/CloudProviderRegistry';
|
|
8
9
|
import { AngularJSAdapter } from '../reactShims/AngularJSAdapter';
|
|
9
10
|
import { ReactInjector } from '../reactShims/react.injector';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
|
|
3
3
|
import { CloudProviderRegistry } from '../cloudProvider/CloudProviderRegistry';
|
|
4
4
|
|
|
5
|
-
import { OverrideRegistry } from './override.registry';
|
|
5
|
+
import type { OverrideRegistry } from './override.registry';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* This queues OverrideComponent registration until the registries are ready.
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import UIROUTER_ANGULARJS from '@uirouter/angularjs';
|
|
2
|
-
import { Rejection,
|
|
3
|
-
import {
|
|
2
|
+
import type { Rejection, StateParams, TransitionService } from '@uirouter/core';
|
|
3
|
+
import { RejectType } from '@uirouter/core';
|
|
4
|
+
import type { IScope } from 'angular';
|
|
5
|
+
import { module } from 'angular';
|
|
4
6
|
|
|
5
7
|
export interface IMainConfig {
|
|
6
8
|
field: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
3
|
import { PageModal } from './PageModal';
|
|
4
|
-
import { Application } from '../application';
|
|
5
|
-
import { IPagerDutyService } from './pagerDuty.read.service';
|
|
4
|
+
import type { Application } from '../application';
|
|
5
|
+
import type { IPagerDutyService } from './pagerDuty.read.service';
|
|
6
6
|
|
|
7
7
|
export interface IPageButtonProps {
|
|
8
8
|
applications?: Application[];
|
|
@@ -2,11 +2,12 @@ import { get } from 'lodash';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Button, Modal } from 'react-bootstrap';
|
|
4
4
|
|
|
5
|
-
import { IPageButtonProps } from './PageButton';
|
|
6
|
-
import { Application
|
|
5
|
+
import type { IPageButtonProps } from './PageButton';
|
|
6
|
+
import type { Application } from '../application';
|
|
7
|
+
import { ApplicationModelBuilder } from '../application';
|
|
7
8
|
import { SETTINGS } from '../config';
|
|
8
9
|
import { SubmitButton } from '../modal';
|
|
9
|
-
import { IPagerDutyService } from './pagerDuty.read.service';
|
|
10
|
+
import type { IPagerDutyService } from './pagerDuty.read.service';
|
|
10
11
|
import { PagerDutyWriter } from './pagerDuty.write.service';
|
|
11
12
|
import { ReactInjector } from '../reactShims';
|
|
12
13
|
import { TaskMonitor, TaskMonitorWrapper } from '../task';
|
package/src/pagerDuty/Pager.tsx
CHANGED
|
@@ -3,25 +3,19 @@ import SearchApi from 'js-worker-search';
|
|
|
3
3
|
import { groupBy } from 'lodash';
|
|
4
4
|
import { Debounce } from 'lodash-decorators';
|
|
5
5
|
import { DateTime } from 'luxon';
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
CellMeasurerCache,
|
|
11
|
-
Column,
|
|
12
|
-
RowMouseEventHandlerParams,
|
|
13
|
-
SortDirection,
|
|
14
|
-
Table,
|
|
15
|
-
TableCellProps,
|
|
16
|
-
TableHeaderProps,
|
|
17
|
-
} from 'react-virtualized';
|
|
6
|
+
import type { ReactNode } from 'react';
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import type { RowMouseEventHandlerParams, TableCellProps, TableHeaderProps } from 'react-virtualized';
|
|
9
|
+
import { AutoSizer, CellMeasurer, CellMeasurerCache, Column, SortDirection, Table } from 'react-virtualized';
|
|
18
10
|
import { forkJoin as observableForkJoin, from as observableFrom } from 'rxjs';
|
|
19
11
|
|
|
20
12
|
import { PageButton } from './PageButton';
|
|
21
|
-
import {
|
|
13
|
+
import type { IApplicationSummary } from '../application';
|
|
14
|
+
import { ApplicationReader } from '../application';
|
|
22
15
|
import { SETTINGS } from '../config';
|
|
23
16
|
import { Overridable } from '../overrideRegistry';
|
|
24
|
-
import { IOnCall, IPagerDutyService
|
|
17
|
+
import type { IOnCall, IPagerDutyService } from './pagerDuty.read.service';
|
|
18
|
+
import { PagerDutyReader } from './pagerDuty.read.service';
|
|
25
19
|
import { Markdown } from '../presentation';
|
|
26
20
|
import { ReactInjector } from '../reactShims';
|
|
27
21
|
import { relativeTime } from '../utils/timeFormatters';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { IController
|
|
2
|
-
import {
|
|
1
|
+
import type { IController } from 'angular';
|
|
2
|
+
import { module } from 'angular';
|
|
3
|
+
import type { IModalInstanceService } from 'angular-ui-bootstrap';
|
|
3
4
|
|
|
4
|
-
import { Application } from '../application';
|
|
5
|
+
import type { Application } from '../application';
|
|
5
6
|
import { PagerDutyWriter } from './pagerDuty.write.service';
|
|
6
7
|
import { TaskMonitor } from '../task/monitor/TaskMonitor';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { module } from 'angular';
|
|
2
2
|
|
|
3
3
|
import { Pager } from './Pager';
|
|
4
|
-
import { INestedState,
|
|
4
|
+
import type { INestedState, StateConfigProvider } from '../navigation';
|
|
5
|
+
import { STATE_CONFIG_PROVIDER } from '../navigation';
|
|
5
6
|
|
|
6
7
|
export const PAGER_STATES = 'spinnaker.core.pager.states';
|
|
7
8
|
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { mockHttpClient } from '../api/mock/jasmine';
|
|
2
1
|
import { mock } from 'angular';
|
|
3
|
-
|
|
2
|
+
|
|
3
|
+
import { mockHttpClient } from '../api/mock/jasmine';
|
|
4
|
+
import type { IPagerDutyService } from './pagerDuty.read.service';
|
|
5
|
+
import { PagerDutyReader } from './pagerDuty.read.service';
|
|
4
6
|
|
|
5
7
|
describe('PagerDutyReader', () => {
|
|
6
8
|
beforeEach(mock.module());
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { Application } from '../application';
|
|
1
|
+
import type { Application } from '../application';
|
|
2
2
|
import { ModalInjector } from '../reactShims';
|
|
3
|
-
import { IJob, ITaskCommand
|
|
3
|
+
import type { IJob, ITaskCommand } from '../task/taskExecutor';
|
|
4
|
+
import { TaskExecutor } from '../task/taskExecutor';
|
|
4
5
|
|
|
5
6
|
export class PagerDutyWriter {
|
|
6
7
|
public static pageApplicationOwnerModal(app: Application): void {
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { IComponentController, IComponentOptions
|
|
1
|
+
import type { IComponentController, IComponentOptions } from 'angular';
|
|
2
|
+
import { module } from 'angular';
|
|
2
3
|
|
|
3
4
|
import { SETTINGS } from '../config/settings';
|
|
4
|
-
import { IPagerDutyService
|
|
5
|
+
import type { IPagerDutyService } from './pagerDuty.read.service';
|
|
6
|
+
import { PagerDutyReader } from './pagerDuty.read.service';
|
|
5
7
|
import { SchedulerFactory } from '../scheduler/SchedulerFactory';
|
|
6
8
|
|
|
7
9
|
export class PagerDutySelectFieldController implements IComponentController {
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
import type { IComponentControllerService } from 'angular';
|
|
2
|
+
import { mock } from 'angular';
|
|
1
3
|
import { of as observableOf } from 'rxjs';
|
|
2
|
-
|
|
3
|
-
import { IPagerDutyService
|
|
4
|
-
import {
|
|
4
|
+
|
|
5
|
+
import type { IPagerDutyService } from './pagerDuty.read.service';
|
|
6
|
+
import { PagerDutyReader } from './pagerDuty.read.service';
|
|
7
|
+
import type { PagerDutyTagComponentController } from './pagerDutyTag.component';
|
|
8
|
+
import { PAGER_DUTY_TAG_COMPONENT } from './pagerDutyTag.component';
|
|
5
9
|
|
|
6
10
|
describe('PagerDutyTagComponent', () => {
|
|
7
11
|
let $componentController: IComponentControllerService, $ctrl: PagerDutyTagComponentController;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { IComponentController, IComponentOptions
|
|
1
|
+
import type { IComponentController, IComponentOptions } from 'angular';
|
|
2
|
+
import { module } from 'angular';
|
|
2
3
|
|
|
3
|
-
import { IPagerDutyService
|
|
4
|
+
import type { IPagerDutyService } from './pagerDuty.read.service';
|
|
5
|
+
import { PagerDutyReader } from './pagerDuty.read.service';
|
|
4
6
|
|
|
5
7
|
export class PagerDutyTagComponentController implements IComponentController {
|
|
6
8
|
public apiKey: any;
|
|
@@ -2,9 +2,9 @@ import { get } from 'lodash';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Dropdown } from 'react-bootstrap';
|
|
4
4
|
|
|
5
|
-
import { Application } from '../../application';
|
|
5
|
+
import type { Application } from '../../application';
|
|
6
6
|
import { CreatePipelineButton } from '../create/CreatePipelineButton';
|
|
7
|
-
import { IPipeline } from '../../domain';
|
|
7
|
+
import type { IPipeline } from '../../domain';
|
|
8
8
|
import { Tooltip } from '../../presentation/Tooltip';
|
|
9
9
|
import { ReactInjector } from '../../reactShims';
|
|
10
10
|
import { logger } from '../../utils';
|
|
@@ -2,13 +2,14 @@ import { mock } from 'angular';
|
|
|
2
2
|
import { map } from 'lodash';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
|
+
import { PipelineRegistry } from './PipelineRegistry';
|
|
6
|
+
import type { IRegion } from '../../account/AccountService';
|
|
5
7
|
import { SETTINGS } from '../../config';
|
|
6
|
-
import { IStage,
|
|
7
|
-
import { IRegion } from '../../account/AccountService';
|
|
8
|
-
import { Registry } from '../../registry';
|
|
8
|
+
import type { IStage, IStageTypeConfig, ITriggerTypeConfig } from '../../domain';
|
|
9
9
|
import { ITriggerTemplateComponentProps } from '../manualExecution/TriggerTemplate';
|
|
10
|
-
import {
|
|
11
|
-
import { IPreconfiguredJob
|
|
10
|
+
import { Registry } from '../../registry';
|
|
11
|
+
import type { IPreconfiguredJob } from './stages/preconfiguredJob';
|
|
12
|
+
import { makePreconfiguredJobStage, PreconfiguredJobReader } from './stages/preconfiguredJob';
|
|
12
13
|
|
|
13
14
|
const mockProviderAccount = {
|
|
14
15
|
accountId: 'abc',
|
|
@@ -111,35 +112,35 @@ describe('PipelineRegistry: API', function () {
|
|
|
111
112
|
it(
|
|
112
113
|
'augments provider stages with parent keys, labels, manualExecutionComponents, and descriptions',
|
|
113
114
|
mock.inject(function () {
|
|
114
|
-
const CompA = (
|
|
115
|
+
const CompA = () => React.createElement('a');
|
|
115
116
|
const baseStage = {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
117
|
+
key: 'c',
|
|
118
|
+
useBaseProvider: true,
|
|
119
|
+
description: 'c description',
|
|
120
|
+
label: 'the c',
|
|
121
|
+
manualExecutionComponent: CompA,
|
|
122
|
+
};
|
|
123
|
+
const augmentedA = {
|
|
124
|
+
key: 'd',
|
|
125
|
+
provides: 'c',
|
|
126
|
+
description: 'c description',
|
|
127
|
+
label: 'the c',
|
|
128
|
+
manualExecutionComponent: CompA,
|
|
129
|
+
} as any;
|
|
130
|
+
const augmentedB = {
|
|
131
|
+
key: 'e',
|
|
132
|
+
provides: 'c',
|
|
133
|
+
description: 'c description',
|
|
134
|
+
label: 'the c',
|
|
135
|
+
manualExecutionComponent: CompA,
|
|
136
|
+
};
|
|
137
|
+
const augmentedC = {
|
|
138
|
+
key: 'c',
|
|
139
|
+
provides: 'c',
|
|
140
|
+
description: 'c description',
|
|
141
|
+
label: 'the c',
|
|
142
|
+
manualExecutionComponent: CompA,
|
|
143
|
+
};
|
|
143
144
|
Registry.pipeline.registerStage(baseStage as IStageTypeConfig);
|
|
144
145
|
Registry.pipeline.registerStage({ key: 'd', provides: 'c' } as IStageTypeConfig);
|
|
145
146
|
Registry.pipeline.registerStage({ key: 'e', provides: 'c' } as IStageTypeConfig);
|
|
@@ -153,8 +154,8 @@ describe('PipelineRegistry: API', function () {
|
|
|
153
154
|
it(
|
|
154
155
|
'allows provider stages to override of label, description, manualExecutionComponent',
|
|
155
156
|
mock.inject(function () {
|
|
156
|
-
const CompA = (
|
|
157
|
-
const CompB = (
|
|
157
|
+
const CompA = () => React.createElement('a');
|
|
158
|
+
const CompB = () => React.createElement('b');
|
|
158
159
|
Registry.pipeline.registerStage({
|
|
159
160
|
key: 'a',
|
|
160
161
|
useBaseProvider: true,
|
|
@@ -467,7 +468,7 @@ describe('PipelineRegistry: API', function () {
|
|
|
467
468
|
});
|
|
468
469
|
|
|
469
470
|
it('hasManualExecutionComponentForTriggerType returns true if declared and available', function () {
|
|
470
|
-
const CompA = (
|
|
471
|
+
const CompA = () => React.createElement('a');
|
|
471
472
|
Registry.pipeline.registerTrigger({ key: 'cron', manualExecutionComponent: CompA } as ITriggerTypeConfig);
|
|
472
473
|
expect(Registry.pipeline.hasManualExecutionComponentForTriggerType('cron')).toBe(true);
|
|
473
474
|
});
|
|
@@ -479,7 +480,7 @@ describe('PipelineRegistry: API', function () {
|
|
|
479
480
|
});
|
|
480
481
|
|
|
481
482
|
it('hasManualExecutionComponentForTriggerType returns handler if declared and available', function () {
|
|
482
|
-
const CompA = (
|
|
483
|
+
const CompA = () => React.createElement('a');
|
|
483
484
|
Registry.pipeline.registerTrigger({ key: 'cron', manualExecutionComponent: CompA } as ITriggerTypeConfig);
|
|
484
485
|
expect(Registry.pipeline.getManualExecutionComponentForTriggerType('cron')).toEqual(CompA);
|
|
485
486
|
});
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { cloneDeep, fromPairs, intersection, isNil, memoize, uniq } from 'lodash';
|
|
2
|
-
import { ComponentType, SFC } from 'react';
|
|
2
|
+
import type { ComponentType, SFC } from 'react';
|
|
3
3
|
|
|
4
|
-
import { IAccountDetails } from '../../account/AccountService';
|
|
5
|
-
import { Application } from '../../application/application.model';
|
|
6
|
-
import {
|
|
4
|
+
import type { IAccountDetails } from '../../account/AccountService';
|
|
5
|
+
import type { Application } from '../../application/application.model';
|
|
6
|
+
import type { ICloudProviderConfig } from '../../cloudProvider';
|
|
7
|
+
import { CloudProviderRegistry } from '../../cloudProvider';
|
|
7
8
|
import { SETTINGS } from '../../config/settings';
|
|
8
|
-
import {
|
|
9
|
+
import type {
|
|
9
10
|
IArtifactEditorProps,
|
|
10
11
|
IArtifactKindConfig,
|
|
11
12
|
IExecution,
|
|
@@ -16,7 +17,7 @@ import {
|
|
|
16
17
|
ITriggerTypeConfig,
|
|
17
18
|
} from '../../domain';
|
|
18
19
|
|
|
19
|
-
import { ITriggerTemplateComponentProps } from '../manualExecution/TriggerTemplate';
|
|
20
|
+
import type { ITriggerTemplateComponentProps } from '../manualExecution/TriggerTemplate';
|
|
20
21
|
import { PreconfiguredJobReader } from './stages/preconfiguredJob/preconfiguredJob.reader';
|
|
21
22
|
import { artifactKindConfigs } from './triggers/artifacts';
|
|
22
23
|
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { Dropdown } from 'react-bootstrap';
|
|
3
3
|
|
|
4
4
|
import { PipelineConfigAction } from './PipelineConfigAction';
|
|
5
|
-
import { IPipeline } from '../../../domain';
|
|
5
|
+
import type { IPipeline } from '../../../domain';
|
|
6
6
|
|
|
7
7
|
export interface IPipelineConfigActionsProps {
|
|
8
8
|
pipeline: IPipeline;
|
|
@@ -3,10 +3,10 @@ import { $log } from 'ngimport';
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { Modal } from 'react-bootstrap';
|
|
5
5
|
|
|
6
|
-
import { Application } from '../../../../application';
|
|
7
|
-
import { IPipeline } from '../../../../domain';
|
|
6
|
+
import type { Application } from '../../../../application';
|
|
7
|
+
import type { IPipeline } from '../../../../domain';
|
|
8
8
|
import { ModalClose } from '../../../../modal';
|
|
9
|
-
import { IModalComponentProps } from '../../../../presentation';
|
|
9
|
+
import type { IModalComponentProps } from '../../../../presentation';
|
|
10
10
|
import { ReactInjector } from '../../../../reactShims';
|
|
11
11
|
|
|
12
12
|
import { PipelineConfigService } from '../../services/PipelineConfigService';
|
|
@@ -2,9 +2,9 @@ import { get } from 'lodash';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Modal } from 'react-bootstrap';
|
|
4
4
|
|
|
5
|
-
import { IPipeline } from '../../../../domain';
|
|
5
|
+
import type { IPipeline } from '../../../../domain';
|
|
6
6
|
import { ModalClose } from '../../../../modal';
|
|
7
|
-
import { IModalComponentProps } from '../../../../presentation';
|
|
7
|
+
import type { IModalComponentProps } from '../../../../presentation';
|
|
8
8
|
|
|
9
9
|
import { PipelineConfigService } from '../../services/PipelineConfigService';
|
|
10
10
|
|
|
@@ -2,9 +2,9 @@ import { get } from 'lodash';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Modal } from 'react-bootstrap';
|
|
4
4
|
|
|
5
|
-
import { IPipeline } from '../../../../domain';
|
|
5
|
+
import type { IPipeline } from '../../../../domain';
|
|
6
6
|
import { ModalClose } from '../../../../modal';
|
|
7
|
-
import { IModalComponentProps } from '../../../../presentation';
|
|
7
|
+
import type { IModalComponentProps } from '../../../../presentation';
|
|
8
8
|
|
|
9
9
|
import { PipelineConfigService } from '../../services/PipelineConfigService';
|
|
10
10
|
|
|
@@ -3,11 +3,13 @@ import React from 'react';
|
|
|
3
3
|
import { Modal } from 'react-bootstrap';
|
|
4
4
|
|
|
5
5
|
import { DiffSummary } from './DiffSummary';
|
|
6
|
-
import { IPipeline } from '../../../../domain';
|
|
6
|
+
import type { IPipeline } from '../../../../domain';
|
|
7
7
|
import { ModalClose } from '../../../../modal';
|
|
8
|
-
import {
|
|
8
|
+
import type { IModalComponentProps } from '../../../../presentation';
|
|
9
|
+
import { FormField, ReactSelectInput, useData } from '../../../../presentation';
|
|
9
10
|
import { PipelineConfigService } from '../../services/PipelineConfigService';
|
|
10
|
-
import {
|
|
11
|
+
import type { IJsonDiff } from '../../../../utils';
|
|
12
|
+
import { DiffView, JsonUtils, timestamp } from '../../../../utils';
|
|
11
13
|
import { Spinner } from '../../../../widgets';
|
|
12
14
|
|
|
13
15
|
import './showHistory.less';
|
|
@@ -2,10 +2,11 @@ import { get } from 'lodash';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Modal } from 'react-bootstrap';
|
|
4
4
|
|
|
5
|
-
import { IPipeline, IPipelineLock } from '../../../../domain';
|
|
5
|
+
import type { IPipeline, IPipelineLock } from '../../../../domain';
|
|
6
6
|
import { HelpField } from '../../../../help';
|
|
7
7
|
import { ModalClose } from '../../../../modal';
|
|
8
|
-
import {
|
|
8
|
+
import type { IModalComponentProps } from '../../../../presentation';
|
|
9
|
+
import { CheckboxInput, FormField, TextInput } from '../../../../presentation';
|
|
9
10
|
|
|
10
11
|
import { PipelineConfigService } from '../../services/PipelineConfigService';
|
|
11
12
|
|
|
@@ -2,8 +2,9 @@ import 'brace/mode/json';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Modal } from 'react-bootstrap';
|
|
4
4
|
|
|
5
|
-
import { IPipeline, IPipelineLock, IStage } from '../../../../domain';
|
|
6
|
-
import { IModalComponentProps
|
|
5
|
+
import type { IPipeline, IPipelineLock, IStage } from '../../../../domain';
|
|
6
|
+
import type { IModalComponentProps } from '../../../../presentation';
|
|
7
|
+
import { JsonEditor } from '../../../../presentation';
|
|
7
8
|
import { PipelineJSONService } from '../../services/pipelineJSON.service';
|
|
8
9
|
import { JsonUtils, noop } from '../../../../utils';
|
|
9
10
|
|
|
@@ -3,17 +3,11 @@ import { get, map, without } from 'lodash';
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { Modal } from 'react-bootstrap';
|
|
5
5
|
|
|
6
|
-
import { Application } from '../../../../application';
|
|
7
|
-
import { IPipeline } from '../../../../domain';
|
|
6
|
+
import type { Application } from '../../../../application';
|
|
7
|
+
import type { IPipeline } from '../../../../domain';
|
|
8
8
|
import { ModalClose } from '../../../../modal';
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
IModalComponentProps,
|
|
12
|
-
IValidator,
|
|
13
|
-
SpinFormik,
|
|
14
|
-
TextInput,
|
|
15
|
-
Validators,
|
|
16
|
-
} from '../../../../presentation';
|
|
9
|
+
import type { IModalComponentProps, IValidator } from '../../../../presentation';
|
|
10
|
+
import { FormikFormField, SpinFormik, TextInput, Validators } from '../../../../presentation';
|
|
17
11
|
|
|
18
12
|
import { PipelineConfigService } from '../../services/PipelineConfigService';
|
|
19
13
|
|