@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,10 +1,12 @@
|
|
|
1
1
|
import { UISref } from '@uirouter/react';
|
|
2
|
-
import
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
import React from 'react';
|
|
3
4
|
|
|
4
|
-
import { Application } from '../../application';
|
|
5
|
-
import { IManagedResourceSummary } from '../../domain';
|
|
5
|
+
import type { Application } from '../../application';
|
|
6
|
+
import type { IManagedResourceSummary } from '../../domain';
|
|
6
7
|
import { viewConfigurationByStatus } from './managedResourceStatusConfig';
|
|
7
|
-
import {
|
|
8
|
+
import type { IHoverablePopoverContentsProps } from '../../presentation';
|
|
9
|
+
import { HoverablePopover } from '../../presentation';
|
|
8
10
|
import { showManagedResourceHistoryModal } from '../resourceHistory/ManagedResourceHistoryModal';
|
|
9
11
|
import { toggleResourcePause } from './toggleResourceManagement';
|
|
10
12
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { getKindName, getResourceKindForLoadBalancerType } from '../ManagedReader';
|
|
2
|
-
import { Application } from '../../application';
|
|
2
|
+
import type { Application } from '../../application';
|
|
3
3
|
import { SETTINGS } from '../../config';
|
|
4
|
-
import { ILoadBalancer, IManagedResourceSummary, ISecurityGroup, IServerGroup } from '../../domain';
|
|
5
|
-
import { IMoniker } from '../../naming';
|
|
4
|
+
import type { ILoadBalancer, IManagedResourceSummary, ISecurityGroup, IServerGroup } from '../../domain';
|
|
5
|
+
import type { IMoniker } from '../../naming';
|
|
6
6
|
|
|
7
7
|
const isMonikerEqual = (a?: IMoniker, b?: IMoniker) =>
|
|
8
8
|
a && b && a.app === b.app && a.stack === b.stack && a.detail === b.detail;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { IconNames } from '@spinnaker/presentation';
|
|
3
|
+
import type { IconNames } from '@spinnaker/presentation';
|
|
4
4
|
|
|
5
|
-
import { Application } from '../../application';
|
|
6
|
-
import { IManagedResourceSummary, ManagedResourceStatus } from '../../domain';
|
|
5
|
+
import type { Application } from '../../application';
|
|
6
|
+
import type { IManagedResourceSummary, ManagedResourceStatus } from '../../domain';
|
|
7
7
|
import { logger } from '../../utils';
|
|
8
8
|
import { getDocsUrl } from '../utils/defaults';
|
|
9
9
|
|
|
@@ -2,9 +2,10 @@ import { $q } from 'ngimport';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
|
|
4
4
|
import { ManagedWriter } from '../ManagedWriter';
|
|
5
|
-
import { Application } from '../../application';
|
|
5
|
+
import type { Application } from '../../application';
|
|
6
6
|
import { ConfirmationModalService } from '../../confirmationModal';
|
|
7
|
-
import { IManagedResource, IManagedResourceSummary
|
|
7
|
+
import type { IManagedResource, IManagedResourceSummary } from '../../domain';
|
|
8
|
+
import { ManagedResourceStatus } from '../../domain';
|
|
8
9
|
import { ActuationWarning, MultiRegionWarning, ToggleResourceManagement } from '../resources/ToggleResourceManagement';
|
|
9
10
|
|
|
10
11
|
import './ManagedResourceStatusIndicator.less';
|
|
@@ -55,6 +55,8 @@ export interface MdArtifact {
|
|
|
55
55
|
reference: Scalars['String'];
|
|
56
56
|
versions?: Maybe<Array<MdArtifactVersionInEnvironment>>;
|
|
57
57
|
pinnedVersion?: Maybe<MdPinnedVersion>;
|
|
58
|
+
latestApprovedVersion?: Maybe<MdArtifactVersionInEnvironment>;
|
|
59
|
+
resources?: Maybe<Array<MdResource>>;
|
|
58
60
|
}
|
|
59
61
|
|
|
60
62
|
export interface MdArtifactVersionsArgs {
|
|
@@ -87,7 +89,6 @@ export interface MdArtifactVersionInEnvironment {
|
|
|
87
89
|
buildNumber?: Maybe<Scalars['String']>;
|
|
88
90
|
createdAt?: Maybe<Scalars['InstantTime']>;
|
|
89
91
|
deployedAt?: Maybe<Scalars['InstantTime']>;
|
|
90
|
-
resources?: Maybe<Array<MdResource>>;
|
|
91
92
|
gitMetadata?: Maybe<MdGitMetadata>;
|
|
92
93
|
packageDiff?: Maybe<MdPackageDiff>;
|
|
93
94
|
environment?: Maybe<Scalars['String']>;
|
|
@@ -330,6 +331,7 @@ export interface MdResource {
|
|
|
330
331
|
|
|
331
332
|
export interface MdResourceActuationState {
|
|
332
333
|
__typename?: 'MdResourceActuationState';
|
|
334
|
+
resourceId: Scalars['String'];
|
|
333
335
|
status: MdResourceActuationStatus;
|
|
334
336
|
reason?: Maybe<Scalars['String']>;
|
|
335
337
|
event?: Maybe<Scalars['String']>;
|
|
@@ -342,9 +344,18 @@ export interface MdResourceTask {
|
|
|
342
344
|
__typename?: 'MdResourceTask';
|
|
343
345
|
id: Scalars['String'];
|
|
344
346
|
name: Scalars['String'];
|
|
347
|
+
running: Scalars['Boolean'];
|
|
345
348
|
summary?: Maybe<MdExecutionSummary>;
|
|
346
349
|
}
|
|
347
350
|
|
|
351
|
+
export interface MdRestartConstraintEvaluationPayload {
|
|
352
|
+
application: Scalars['String'];
|
|
353
|
+
environment: Scalars['String'];
|
|
354
|
+
type: Scalars['String'];
|
|
355
|
+
reference: Scalars['String'];
|
|
356
|
+
version: Scalars['String'];
|
|
357
|
+
}
|
|
358
|
+
|
|
348
359
|
export interface MdRetryArtifactActionPayload {
|
|
349
360
|
application: Scalars['String'];
|
|
350
361
|
environment: Scalars['String'];
|
|
@@ -409,6 +420,7 @@ export interface MdVersionVeto {
|
|
|
409
420
|
export interface Mutation {
|
|
410
421
|
__typename?: 'Mutation';
|
|
411
422
|
updateConstraintStatus?: Maybe<Scalars['Boolean']>;
|
|
423
|
+
restartConstraintEvaluation?: Maybe<Scalars['Boolean']>;
|
|
412
424
|
toggleManagement?: Maybe<Scalars['Boolean']>;
|
|
413
425
|
pinArtifactVersion?: Maybe<Scalars['Boolean']>;
|
|
414
426
|
markArtifactVersionAsBad?: Maybe<Scalars['Boolean']>;
|
|
@@ -425,6 +437,10 @@ export interface MutationUpdateConstraintStatusArgs {
|
|
|
425
437
|
payload: MdConstraintStatusPayload;
|
|
426
438
|
}
|
|
427
439
|
|
|
440
|
+
export interface MutationRestartConstraintEvaluationArgs {
|
|
441
|
+
payload: MdRestartConstraintEvaluationPayload;
|
|
442
|
+
}
|
|
443
|
+
|
|
428
444
|
export interface MutationToggleManagementArgs {
|
|
429
445
|
application: Scalars['ID'];
|
|
430
446
|
isPaused: Scalars['Boolean'];
|
|
@@ -538,6 +554,14 @@ export type BaseEnvironmentFieldsFragment = { __typename?: 'MdEnvironment' } & P
|
|
|
538
554
|
>;
|
|
539
555
|
};
|
|
540
556
|
|
|
557
|
+
export type BaesResourceFieldsFragment = { __typename?: 'MdResource' } & Pick<
|
|
558
|
+
MdResource,
|
|
559
|
+
'id' | 'kind' | 'displayName' | 'rawDefinition'
|
|
560
|
+
> & {
|
|
561
|
+
moniker?: Maybe<{ __typename?: 'MdMoniker' } & Pick<MdMoniker, 'app' | 'stack' | 'detail'>>;
|
|
562
|
+
location?: Maybe<{ __typename?: 'MdLocation' } & Pick<MdLocation, 'account' | 'regions'>>;
|
|
563
|
+
};
|
|
564
|
+
|
|
541
565
|
export type FetchApplicationQueryVariables = Exact<{
|
|
542
566
|
appName: Scalars['String'];
|
|
543
567
|
statuses?: Maybe<Array<MdArtifactStatusInEnvironment> | MdArtifactStatusInEnvironment>;
|
|
@@ -545,7 +569,7 @@ export type FetchApplicationQueryVariables = Exact<{
|
|
|
545
569
|
|
|
546
570
|
export type FetchApplicationQuery = { __typename?: 'Query' } & {
|
|
547
571
|
application?: Maybe<
|
|
548
|
-
{ __typename?: 'MdApplication' } & Pick<MdApplication, 'id' | 'name'
|
|
572
|
+
{ __typename?: 'MdApplication' } & Pick<MdApplication, 'id' | 'name'> & {
|
|
549
573
|
config?: Maybe<{ __typename?: 'MdConfig' } & Pick<MdConfig, 'id' | 'previewEnvironmentsConfigured'>>;
|
|
550
574
|
environments: Array<
|
|
551
575
|
{ __typename?: 'MdEnvironment' } & Pick<MdEnvironment, 'isDeleting'> & {
|
|
@@ -559,20 +583,11 @@ export type FetchApplicationQuery = { __typename?: 'Query' } & {
|
|
|
559
583
|
versions?: Maybe<
|
|
560
584
|
Array<{ __typename?: 'MdArtifactVersionInEnvironment' } & DetailedVersionFieldsFragment>
|
|
561
585
|
>;
|
|
586
|
+
resources?: Maybe<Array<{ __typename?: 'MdResource' } & BaesResourceFieldsFragment>>;
|
|
562
587
|
} & ArtifactPinnedVersionFieldsFragment
|
|
563
588
|
>
|
|
564
589
|
>;
|
|
565
|
-
resources?: Maybe<
|
|
566
|
-
Array<
|
|
567
|
-
{ __typename?: 'MdResource' } & Pick<
|
|
568
|
-
MdResource,
|
|
569
|
-
'id' | 'kind' | 'displayName' | 'rawDefinition'
|
|
570
|
-
> & {
|
|
571
|
-
moniker?: Maybe<{ __typename?: 'MdMoniker' } & Pick<MdMoniker, 'app' | 'stack' | 'detail'>>;
|
|
572
|
-
location?: Maybe<{ __typename?: 'MdLocation' } & Pick<MdLocation, 'account' | 'regions'>>;
|
|
573
|
-
}
|
|
574
|
-
>
|
|
575
|
-
>;
|
|
590
|
+
resources?: Maybe<Array<{ __typename?: 'MdResource' } & BaesResourceFieldsFragment>>;
|
|
576
591
|
};
|
|
577
592
|
} & BaseEnvironmentFieldsFragment
|
|
578
593
|
>;
|
|
@@ -580,6 +595,45 @@ export type FetchApplicationQuery = { __typename?: 'Query' } & {
|
|
|
580
595
|
>;
|
|
581
596
|
};
|
|
582
597
|
|
|
598
|
+
export type FetchCurrentVersionQueryVariables = Exact<{
|
|
599
|
+
appName: Scalars['String'];
|
|
600
|
+
}>;
|
|
601
|
+
|
|
602
|
+
export type FetchCurrentVersionQuery = { __typename?: 'Query' } & {
|
|
603
|
+
application?: Maybe<
|
|
604
|
+
{ __typename?: 'MdApplication' } & Pick<MdApplication, 'id' | 'name'> & {
|
|
605
|
+
environments: Array<
|
|
606
|
+
{ __typename?: 'MdEnvironment' } & Pick<MdEnvironment, 'id' | 'name'> & {
|
|
607
|
+
state: { __typename?: 'MdEnvironmentState' } & {
|
|
608
|
+
artifacts?: Maybe<
|
|
609
|
+
Array<
|
|
610
|
+
{ __typename?: 'MdArtifact' } & Pick<MdArtifact, 'id' | 'name' | 'reference' | 'environment'> & {
|
|
611
|
+
versions?: Maybe<
|
|
612
|
+
Array<
|
|
613
|
+
{ __typename?: 'MdArtifactVersionInEnvironment' } & Pick<
|
|
614
|
+
MdArtifactVersionInEnvironment,
|
|
615
|
+
'id' | 'version' | 'buildNumber' | 'createdAt'
|
|
616
|
+
> & {
|
|
617
|
+
gitMetadata?: Maybe<
|
|
618
|
+
{ __typename?: 'MdGitMetadata' } & Pick<MdGitMetadata, 'commit'> & {
|
|
619
|
+
commitInfo?: Maybe<
|
|
620
|
+
{ __typename?: 'MdCommitInfo' } & Pick<MdCommitInfo, 'sha' | 'message'>
|
|
621
|
+
>;
|
|
622
|
+
}
|
|
623
|
+
>;
|
|
624
|
+
}
|
|
625
|
+
>
|
|
626
|
+
>;
|
|
627
|
+
}
|
|
628
|
+
>
|
|
629
|
+
>;
|
|
630
|
+
};
|
|
631
|
+
}
|
|
632
|
+
>;
|
|
633
|
+
}
|
|
634
|
+
>;
|
|
635
|
+
};
|
|
636
|
+
|
|
583
637
|
export type FetchVersionsHistoryQueryVariables = Exact<{
|
|
584
638
|
appName: Scalars['String'];
|
|
585
639
|
limit?: Maybe<Scalars['Int']>;
|
|
@@ -587,7 +641,7 @@ export type FetchVersionsHistoryQueryVariables = Exact<{
|
|
|
587
641
|
|
|
588
642
|
export type FetchVersionsHistoryQuery = { __typename?: 'Query' } & {
|
|
589
643
|
application?: Maybe<
|
|
590
|
-
{ __typename?: 'MdApplication' } & Pick<MdApplication, 'id' | 'name'
|
|
644
|
+
{ __typename?: 'MdApplication' } & Pick<MdApplication, 'id' | 'name'> & {
|
|
591
645
|
environments: Array<
|
|
592
646
|
{ __typename?: 'MdEnvironment' } & {
|
|
593
647
|
state: { __typename?: 'MdEnvironmentState' } & Pick<MdEnvironmentState, 'id'> & {
|
|
@@ -836,6 +890,15 @@ export type ToggleResourceManagementMutationVariables = Exact<{
|
|
|
836
890
|
|
|
837
891
|
export type ToggleResourceManagementMutation = { __typename?: 'Mutation' } & Pick<Mutation, 'toggleResourceManagement'>;
|
|
838
892
|
|
|
893
|
+
export type RestartConstraintEvaluationMutationVariables = Exact<{
|
|
894
|
+
payload: MdRestartConstraintEvaluationPayload;
|
|
895
|
+
}>;
|
|
896
|
+
|
|
897
|
+
export type RestartConstraintEvaluationMutation = { __typename?: 'Mutation' } & Pick<
|
|
898
|
+
Mutation,
|
|
899
|
+
'restartConstraintEvaluation'
|
|
900
|
+
>;
|
|
901
|
+
|
|
839
902
|
export const ActionDetailsFragmentDoc = gql`
|
|
840
903
|
fragment actionDetails on MdAction {
|
|
841
904
|
id
|
|
@@ -933,12 +996,28 @@ export const BaseEnvironmentFieldsFragmentDoc = gql`
|
|
|
933
996
|
basedOn
|
|
934
997
|
}
|
|
935
998
|
`;
|
|
999
|
+
export const BaesResourceFieldsFragmentDoc = gql`
|
|
1000
|
+
fragment baesResourceFields on MdResource {
|
|
1001
|
+
id
|
|
1002
|
+
kind
|
|
1003
|
+
displayName
|
|
1004
|
+
moniker {
|
|
1005
|
+
app
|
|
1006
|
+
stack
|
|
1007
|
+
detail
|
|
1008
|
+
}
|
|
1009
|
+
location {
|
|
1010
|
+
account
|
|
1011
|
+
regions
|
|
1012
|
+
}
|
|
1013
|
+
rawDefinition
|
|
1014
|
+
}
|
|
1015
|
+
`;
|
|
936
1016
|
export const FetchApplicationDocument = gql`
|
|
937
1017
|
query fetchApplication($appName: String!, $statuses: [MdArtifactStatusInEnvironment!]) {
|
|
938
1018
|
application(appName: $appName) {
|
|
939
1019
|
id
|
|
940
1020
|
name
|
|
941
|
-
account
|
|
942
1021
|
config {
|
|
943
1022
|
id
|
|
944
1023
|
previewEnvironmentsConfigured
|
|
@@ -958,21 +1037,12 @@ export const FetchApplicationDocument = gql`
|
|
|
958
1037
|
...detailedVersionFields
|
|
959
1038
|
}
|
|
960
1039
|
...artifactPinnedVersionFields
|
|
1040
|
+
resources {
|
|
1041
|
+
...baesResourceFields
|
|
1042
|
+
}
|
|
961
1043
|
}
|
|
962
1044
|
resources {
|
|
963
|
-
|
|
964
|
-
kind
|
|
965
|
-
displayName
|
|
966
|
-
moniker {
|
|
967
|
-
app
|
|
968
|
-
stack
|
|
969
|
-
detail
|
|
970
|
-
}
|
|
971
|
-
location {
|
|
972
|
-
account
|
|
973
|
-
regions
|
|
974
|
-
}
|
|
975
|
-
rawDefinition
|
|
1045
|
+
...baesResourceFields
|
|
976
1046
|
}
|
|
977
1047
|
}
|
|
978
1048
|
}
|
|
@@ -981,6 +1051,7 @@ export const FetchApplicationDocument = gql`
|
|
|
981
1051
|
${BaseEnvironmentFieldsFragmentDoc}
|
|
982
1052
|
${DetailedVersionFieldsFragmentDoc}
|
|
983
1053
|
${ArtifactPinnedVersionFieldsFragmentDoc}
|
|
1054
|
+
${BaesResourceFieldsFragmentDoc}
|
|
984
1055
|
`;
|
|
985
1056
|
|
|
986
1057
|
/**
|
|
@@ -1015,12 +1086,85 @@ export function useFetchApplicationLazyQuery(
|
|
|
1015
1086
|
export type FetchApplicationQueryHookResult = ReturnType<typeof useFetchApplicationQuery>;
|
|
1016
1087
|
export type FetchApplicationLazyQueryHookResult = ReturnType<typeof useFetchApplicationLazyQuery>;
|
|
1017
1088
|
export type FetchApplicationQueryResult = Apollo.QueryResult<FetchApplicationQuery, FetchApplicationQueryVariables>;
|
|
1089
|
+
export const FetchCurrentVersionDocument = gql`
|
|
1090
|
+
query fetchCurrentVersion($appName: String!) {
|
|
1091
|
+
application(appName: $appName) {
|
|
1092
|
+
id
|
|
1093
|
+
name
|
|
1094
|
+
environments {
|
|
1095
|
+
id
|
|
1096
|
+
name
|
|
1097
|
+
state {
|
|
1098
|
+
artifacts {
|
|
1099
|
+
id
|
|
1100
|
+
name
|
|
1101
|
+
reference
|
|
1102
|
+
environment
|
|
1103
|
+
versions(statuses: [CURRENT]) {
|
|
1104
|
+
id
|
|
1105
|
+
version
|
|
1106
|
+
buildNumber
|
|
1107
|
+
createdAt
|
|
1108
|
+
gitMetadata {
|
|
1109
|
+
commit
|
|
1110
|
+
commitInfo {
|
|
1111
|
+
sha
|
|
1112
|
+
message
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
`;
|
|
1122
|
+
|
|
1123
|
+
/**
|
|
1124
|
+
* __useFetchCurrentVersionQuery__
|
|
1125
|
+
*
|
|
1126
|
+
* To run a query within a React component, call `useFetchCurrentVersionQuery` and pass it any options that fit your needs.
|
|
1127
|
+
* When your component renders, `useFetchCurrentVersionQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1128
|
+
* you can use to render your UI.
|
|
1129
|
+
*
|
|
1130
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1131
|
+
*
|
|
1132
|
+
* @example
|
|
1133
|
+
* const { data, loading, error } = useFetchCurrentVersionQuery({
|
|
1134
|
+
* variables: {
|
|
1135
|
+
* appName: // value for 'appName'
|
|
1136
|
+
* },
|
|
1137
|
+
* });
|
|
1138
|
+
*/
|
|
1139
|
+
export function useFetchCurrentVersionQuery(
|
|
1140
|
+
baseOptions: Apollo.QueryHookOptions<FetchCurrentVersionQuery, FetchCurrentVersionQueryVariables>,
|
|
1141
|
+
) {
|
|
1142
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1143
|
+
return Apollo.useQuery<FetchCurrentVersionQuery, FetchCurrentVersionQueryVariables>(
|
|
1144
|
+
FetchCurrentVersionDocument,
|
|
1145
|
+
options,
|
|
1146
|
+
);
|
|
1147
|
+
}
|
|
1148
|
+
export function useFetchCurrentVersionLazyQuery(
|
|
1149
|
+
baseOptions?: Apollo.LazyQueryHookOptions<FetchCurrentVersionQuery, FetchCurrentVersionQueryVariables>,
|
|
1150
|
+
) {
|
|
1151
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1152
|
+
return Apollo.useLazyQuery<FetchCurrentVersionQuery, FetchCurrentVersionQueryVariables>(
|
|
1153
|
+
FetchCurrentVersionDocument,
|
|
1154
|
+
options,
|
|
1155
|
+
);
|
|
1156
|
+
}
|
|
1157
|
+
export type FetchCurrentVersionQueryHookResult = ReturnType<typeof useFetchCurrentVersionQuery>;
|
|
1158
|
+
export type FetchCurrentVersionLazyQueryHookResult = ReturnType<typeof useFetchCurrentVersionLazyQuery>;
|
|
1159
|
+
export type FetchCurrentVersionQueryResult = Apollo.QueryResult<
|
|
1160
|
+
FetchCurrentVersionQuery,
|
|
1161
|
+
FetchCurrentVersionQueryVariables
|
|
1162
|
+
>;
|
|
1018
1163
|
export const FetchVersionsHistoryDocument = gql`
|
|
1019
1164
|
query fetchVersionsHistory($appName: String!, $limit: Int) {
|
|
1020
1165
|
application(appName: $appName) {
|
|
1021
1166
|
id
|
|
1022
1167
|
name
|
|
1023
|
-
account
|
|
1024
1168
|
environments {
|
|
1025
1169
|
...baseEnvironmentFields
|
|
1026
1170
|
state {
|
|
@@ -1942,3 +2086,48 @@ export type ToggleResourceManagementMutationOptions = Apollo.BaseMutationOptions
|
|
|
1942
2086
|
ToggleResourceManagementMutation,
|
|
1943
2087
|
ToggleResourceManagementMutationVariables
|
|
1944
2088
|
>;
|
|
2089
|
+
export const RestartConstraintEvaluationDocument = gql`
|
|
2090
|
+
mutation RestartConstraintEvaluation($payload: MdRestartConstraintEvaluationPayload!) {
|
|
2091
|
+
restartConstraintEvaluation(payload: $payload)
|
|
2092
|
+
}
|
|
2093
|
+
`;
|
|
2094
|
+
export type RestartConstraintEvaluationMutationFn = Apollo.MutationFunction<
|
|
2095
|
+
RestartConstraintEvaluationMutation,
|
|
2096
|
+
RestartConstraintEvaluationMutationVariables
|
|
2097
|
+
>;
|
|
2098
|
+
|
|
2099
|
+
/**
|
|
2100
|
+
* __useRestartConstraintEvaluationMutation__
|
|
2101
|
+
*
|
|
2102
|
+
* To run a mutation, you first call `useRestartConstraintEvaluationMutation` within a React component and pass it any options that fit your needs.
|
|
2103
|
+
* When your component renders, `useRestartConstraintEvaluationMutation` returns a tuple that includes:
|
|
2104
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2105
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2106
|
+
*
|
|
2107
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2108
|
+
*
|
|
2109
|
+
* @example
|
|
2110
|
+
* const [restartConstraintEvaluationMutation, { data, loading, error }] = useRestartConstraintEvaluationMutation({
|
|
2111
|
+
* variables: {
|
|
2112
|
+
* payload: // value for 'payload'
|
|
2113
|
+
* },
|
|
2114
|
+
* });
|
|
2115
|
+
*/
|
|
2116
|
+
export function useRestartConstraintEvaluationMutation(
|
|
2117
|
+
baseOptions?: Apollo.MutationHookOptions<
|
|
2118
|
+
RestartConstraintEvaluationMutation,
|
|
2119
|
+
RestartConstraintEvaluationMutationVariables
|
|
2120
|
+
>,
|
|
2121
|
+
) {
|
|
2122
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2123
|
+
return Apollo.useMutation<RestartConstraintEvaluationMutation, RestartConstraintEvaluationMutationVariables>(
|
|
2124
|
+
RestartConstraintEvaluationDocument,
|
|
2125
|
+
options,
|
|
2126
|
+
);
|
|
2127
|
+
}
|
|
2128
|
+
export type RestartConstraintEvaluationMutationHookResult = ReturnType<typeof useRestartConstraintEvaluationMutation>;
|
|
2129
|
+
export type RestartConstraintEvaluationMutationResult = Apollo.MutationResult<RestartConstraintEvaluationMutation>;
|
|
2130
|
+
export type RestartConstraintEvaluationMutationOptions = Apollo.BaseMutationOptions<
|
|
2131
|
+
RestartConstraintEvaluationMutation,
|
|
2132
|
+
RestartConstraintEvaluationMutationVariables
|
|
2133
|
+
>;
|
|
@@ -77,6 +77,8 @@ type MdArtifact {
|
|
|
77
77
|
reference: String!
|
|
78
78
|
versions(statuses: [MdArtifactStatusInEnvironment!], versions: [String!], limit: Int): [MdArtifactVersionInEnvironment!]
|
|
79
79
|
pinnedVersion: MdPinnedVersion
|
|
80
|
+
latestApprovedVersion: MdArtifactVersionInEnvironment
|
|
81
|
+
resources: [MdResource!]
|
|
80
82
|
}
|
|
81
83
|
|
|
82
84
|
type MdArtifactVersionInEnvironment {
|
|
@@ -85,7 +87,6 @@ type MdArtifactVersionInEnvironment {
|
|
|
85
87
|
buildNumber: String
|
|
86
88
|
createdAt: InstantTime
|
|
87
89
|
deployedAt: InstantTime
|
|
88
|
-
resources: [MdResource!]
|
|
89
90
|
gitMetadata: MdGitMetadata
|
|
90
91
|
packageDiff: MdPackageDiff
|
|
91
92
|
environment: String
|
|
@@ -189,6 +190,7 @@ enum MdResourceActuationStatus {
|
|
|
189
190
|
}
|
|
190
191
|
|
|
191
192
|
type MdResourceActuationState {
|
|
193
|
+
resourceId: String!
|
|
192
194
|
status: MdResourceActuationStatus!
|
|
193
195
|
reason: String
|
|
194
196
|
event: String
|
|
@@ -198,6 +200,7 @@ type MdResourceActuationState {
|
|
|
198
200
|
type MdResourceTask {
|
|
199
201
|
id: String!
|
|
200
202
|
name: String!
|
|
203
|
+
running: Boolean!
|
|
201
204
|
summary: MdExecutionSummary
|
|
202
205
|
}
|
|
203
206
|
|
|
@@ -312,6 +315,7 @@ type MdAction {
|
|
|
312
315
|
|
|
313
316
|
type Mutation @extends {
|
|
314
317
|
updateConstraintStatus(payload: MdConstraintStatusPayload!): Boolean
|
|
318
|
+
restartConstraintEvaluation(payload: MdRestartConstraintEvaluationPayload!): Boolean
|
|
315
319
|
toggleManagement(application: ID!, isPaused: Boolean!, comment: String): Boolean
|
|
316
320
|
pinArtifactVersion(payload: MdArtifactVersionActionPayload!): Boolean
|
|
317
321
|
markArtifactVersionAsBad(payload: MdArtifactVersionActionPayload!): Boolean
|
|
@@ -324,6 +328,15 @@ type Mutation @extends {
|
|
|
324
328
|
importDeliveryConfig(application: String!): Boolean
|
|
325
329
|
}
|
|
326
330
|
|
|
331
|
+
input MdRestartConstraintEvaluationPayload {
|
|
332
|
+
application: String!
|
|
333
|
+
environment: String!
|
|
334
|
+
type: String!
|
|
335
|
+
reference: String!
|
|
336
|
+
version: String!
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
|
|
327
340
|
input MdToggleResourceManagementPayload {
|
|
328
341
|
id: ID!
|
|
329
342
|
isPaused: Boolean!
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import { IQService
|
|
1
|
+
import type { IQService } from 'angular';
|
|
2
|
+
import { module } from 'angular';
|
|
2
3
|
|
|
3
4
|
import { ManagedReader } from './ManagedReader';
|
|
4
|
-
import { Application
|
|
5
|
+
import type { Application } from '../application';
|
|
6
|
+
import { DELIVERY_KEY } from '../application';
|
|
5
7
|
import { ApplicationDataSourceRegistry } from '../application/service/ApplicationDataSourceRegistry';
|
|
6
8
|
import { SETTINGS } from '../config/settings';
|
|
7
|
-
import { IManagedApplicationSummary } from '../domain';
|
|
9
|
+
import type { IManagedApplicationSummary } from '../domain';
|
|
8
10
|
import {
|
|
9
11
|
addManagedResourceMetadataToLoadBalancers,
|
|
10
12
|
addManagedResourceMetadataToSecurityGroups,
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { module } from 'angular';
|
|
2
2
|
|
|
3
3
|
import { Environments } from './Environments';
|
|
4
|
-
import {
|
|
4
|
+
import type { ApplicationStateProvider } from '../application/application.state.provider';
|
|
5
|
+
import { APPLICATION_STATE_PROVIDER } from '../application/application.state.provider';
|
|
5
6
|
import { SETTINGS } from '../config';
|
|
6
7
|
import { Configuration } from './config/Configuration';
|
|
7
|
-
import { INestedState } from '../navigation/state.provider';
|
|
8
|
+
import type { INestedState } from '../navigation/state.provider';
|
|
8
9
|
import { EnvironmentsOverview } from './overview/EnvironmentsOverview';
|
|
9
10
|
import { VersionsHistory } from './versionsHistory/VersionsHistory';
|
|
10
11
|
|
|
@@ -3,9 +3,9 @@ import React from 'react';
|
|
|
3
3
|
import { MessageBox, MessagesSection } from './MessageBox';
|
|
4
4
|
import { RelativeTimestamp } from '../RelativeTimestamp';
|
|
5
5
|
import { ManagementWarning } from '../config/ManagementWarning';
|
|
6
|
+
import type { FetchNotificationsQueryVariables } from '../graphql/graphql-sdk';
|
|
6
7
|
import {
|
|
7
8
|
FetchNotificationsDocument,
|
|
8
|
-
FetchNotificationsQueryVariables,
|
|
9
9
|
useDismissNotificationMutation,
|
|
10
10
|
useFetchNotificationsQuery,
|
|
11
11
|
} from '../graphql/graphql-sdk';
|
|
@@ -3,9 +3,9 @@ import React from 'react';
|
|
|
3
3
|
import { Resource } from './Resource';
|
|
4
4
|
import { Artifact } from './artifact/Artifact';
|
|
5
5
|
import { BaseEnvironment } from '../environmentBaseElements/BaseEnvironment';
|
|
6
|
-
import {
|
|
7
|
-
import { CollapsibleSection
|
|
8
|
-
import { QueryEnvironment } from './types';
|
|
6
|
+
import type { ICollapsibleSectionProps } from '../../presentation';
|
|
7
|
+
import { CollapsibleSection } from '../../presentation';
|
|
8
|
+
import type { QueryEnvironment } from './types';
|
|
9
9
|
|
|
10
10
|
const sectionProps: Partial<ICollapsibleSectionProps> = {
|
|
11
11
|
outerDivClassName: 'environment-section',
|
|
@@ -18,11 +18,8 @@ interface IEnvironmentProps {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
export const EnvironmentOverview = ({ environment }: IEnvironmentProps) => {
|
|
21
|
-
const app = useApplicationContextSafe();
|
|
22
|
-
const { data } = useFetchResourceStatusQuery({ variables: { appName: app.name } });
|
|
23
|
-
const resources = data?.application?.environments.find((env) => env.name === environment.name)?.state.resources;
|
|
24
|
-
const hasResourcesWithIssues = resources?.some((resource) => resource.state?.status !== 'UP_TO_DATE');
|
|
25
21
|
const state = environment.state;
|
|
22
|
+
|
|
26
23
|
return (
|
|
27
24
|
<BaseEnvironment
|
|
28
25
|
name={environment.name}
|
|
@@ -31,20 +28,21 @@ export const EnvironmentOverview = ({ environment }: IEnvironmentProps) => {
|
|
|
31
28
|
isPreview={environment.isPreview}
|
|
32
29
|
isDeleting={environment.isDeleting}
|
|
33
30
|
>
|
|
34
|
-
<CollapsibleSection
|
|
31
|
+
<CollapsibleSection
|
|
32
|
+
heading="Code deployments"
|
|
33
|
+
{...sectionProps}
|
|
34
|
+
defaultExpanded
|
|
35
|
+
cacheKey={`${environment.name}-artifacts`}
|
|
36
|
+
>
|
|
35
37
|
{state.artifacts?.length ? (
|
|
36
|
-
state.artifacts.map((artifact) =>
|
|
38
|
+
state.artifacts.map((artifact) => (
|
|
39
|
+
<Artifact key={artifact.reference} artifact={artifact} isPreview={environment.isPreview} />
|
|
40
|
+
))
|
|
37
41
|
) : (
|
|
38
42
|
<NoItemsMessage>No artifacts found</NoItemsMessage>
|
|
39
43
|
)}
|
|
40
44
|
</CollapsibleSection>
|
|
41
|
-
<CollapsibleSection
|
|
42
|
-
heading="Resources"
|
|
43
|
-
key={`resources-section-${Boolean(data)}`} // This is used remount the section for defaultExpanded to work
|
|
44
|
-
{...sectionProps}
|
|
45
|
-
enableCaching={false}
|
|
46
|
-
defaultExpanded={hasResourcesWithIssues}
|
|
47
|
-
>
|
|
45
|
+
<CollapsibleSection heading="Infrastructure" {...sectionProps} enableCaching={false}>
|
|
48
46
|
{state.resources?.length ? (
|
|
49
47
|
state.resources.map((resource) => (
|
|
50
48
|
<Resource key={resource.id} resource={resource} environment={environment.name} />
|
|
@@ -11,21 +11,22 @@
|
|
|
11
11
|
align-items: center;
|
|
12
12
|
cursor: pointer;
|
|
13
13
|
padding: var(--l-spacing) var(--base-horizontal-padding);
|
|
14
|
-
|
|
14
|
+
text-transform: uppercase;
|
|
15
|
+
color: var(--color-primary);
|
|
15
16
|
margin: 0;
|
|
16
|
-
font-weight:
|
|
17
|
-
font-size:
|
|
17
|
+
font-weight: 700;
|
|
18
|
+
font-size: 16px;
|
|
19
|
+
letter-spacing: 0.3px;
|
|
18
20
|
line-height: 1;
|
|
19
21
|
border-bottom: 1px solid var(--color-cirrus);
|
|
20
22
|
}
|
|
21
23
|
|
|
22
24
|
.environment-section-body {
|
|
23
|
-
padding-bottom: var(--
|
|
25
|
+
padding-bottom: var(--l-spacing);
|
|
24
26
|
}
|
|
25
27
|
|
|
26
28
|
&:not(:last-of-type) {
|
|
27
29
|
.environment-section-body {
|
|
28
|
-
padding-bottom: var(--xl-spacing);
|
|
29
30
|
border-bottom: 1px solid var(--color-cirrus);
|
|
30
31
|
}
|
|
31
32
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
3
|
import { EnvironmentOverview } from './EnvironmentOverview';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import type { OrderedEnvironments } from '../environmentBaseElements/EnvironmentsRender';
|
|
5
|
+
import { EnvironmentsRender } from '../environmentBaseElements/EnvironmentsRender';
|
|
6
|
+
import type { QueryEnvironment } from './types';
|
|
6
7
|
import { getDocsUrl } from '../utils/defaults';
|
|
7
8
|
import { useLogEvent } from '../utils/logging';
|
|
8
9
|
|
|
@@ -27,9 +28,6 @@ export const PreviewEnvironments = ({ orderedEnvironments, isConfigured }: IPrev
|
|
|
27
28
|
{isConfigured && !hasActivePreviewEnvironments && (
|
|
28
29
|
<div className="self-left">
|
|
29
30
|
No PRs matching your branch filter were found.
|
|
30
|
-
<br />
|
|
31
|
-
Your preview environments will automatically appear here once you create a PR from a branch matching your
|
|
32
|
-
config definition.{' '}
|
|
33
31
|
{docsLink && (
|
|
34
32
|
<a target="_blank" onClick={() => logClick({ action: 'Learn More' })} href={docsLink}>
|
|
35
33
|
Learn More
|