@spinnaker/core 0.23.2 → 0.24.1
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 +22 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/managed/constraints/registry.d.ts +1 -1
- package/dist/managed/resources/resourceRegistry.d.ts +1 -1
- package/package.json +3 -3
- package/src/pipeline/config/actions/PipelineConfigActions.tsx +2 -1
- package/src/pipeline/details/StageFailureMessage.tsx +2 -0
|
@@ -46,7 +46,7 @@ export interface IConstraintHandler<K = string> {
|
|
|
46
46
|
};
|
|
47
47
|
}
|
|
48
48
|
declare class ConstraintsManager extends BasePluginManager<IConstraintHandler> {
|
|
49
|
-
getIcon(constraint: IConstraint | IBaseConstraint): "placeholder" | "menu" | "add" | "done" | "environment" | "artifact" | "config" | "close" | "play" | "plus" | "accordionCollapse" | "accordionExpand" | "accordionExpandAll" | "artifactApproved" | "artifactBad" | "artifactPending" | "artifactSkipped" | "
|
|
49
|
+
getIcon(constraint: IConstraint | IBaseConstraint): "placeholder" | "menu" | "add" | "done" | "environment" | "artifact" | "config" | "close" | "play" | "bake" | "plus" | "accordionCollapse" | "accordionExpand" | "accordionExpandAll" | "artifactApproved" | "artifactBad" | "artifactPending" | "artifactSkipped" | "build" | "buildFail" | "buildSuccess" | "canaryConfig" | "canaryFail" | "canaryRunning" | "canaryPass" | "canaryMarginal" | "caretRight" | "checkBadge" | "checkboxIndeterminate" | "checkboxChecked" | "checkboxUnchecked" | "closeSmall" | "cloudDeployed" | "cloudError" | "cloudProgress" | "cloudDecommissioned" | "cloudWaiting" | "cluster" | "configJ" | "configM" | "configS" | "copyClipboard" | "duplicate" | "edit" | "fileJson" | "fn" | "fnNew" | "formDrag" | "formError" | "formInfo" | "formNetworkBad" | "formNetworkGood" | "formRefresh" | "formWarning" | "heart" | "history" | "instances" | "loadBalancer" | "manualJudgement" | "manualJudgementApproved" | "manualJudgementRejected" | "mdActuating" | "mdActuationLaunched" | "mdCreated" | "mdDelay" | "mdDeltaDetected" | "mdDeltaResolved" | "mdDiff" | "mdError" | "mdUnhappy" | "mdPaused" | "mdResumed" | "mdUnknown" | "mdConstraintGeneric" | "mdConstraintDependsOn" | "mdConstraintAllowedTimes" | "md" | "mdVerification" | "menuClose" | "minus" | "pin" | "resourceT" | "securityGroup" | "servergroupAws" | "spCIBranch" | "spCIBuild" | "spCICommit" | "spCIMaster" | "spCIMerged" | "spCIPullRequest" | "spCIPullRequestClosed" | "spEnvironments" | "spMenuAppInSync" | "spMenuAppUnsynced" | "spMenuCanaryConfig" | "spMenuCanaryReport" | "spMenuClusters" | "spMenuConfig" | "spMenuFunctions" | "spMenuK8s" | "spMenuLoadBalancers" | "spMenuMeme" | "spMenuPager" | "spMenuPipelines" | "spMenuProperties" | "spMenuSecurityGroups" | "spMenuTasks" | "spMenuTimeline" | "spMenuZuul" | "spel" | "templateFull" | "templateS" | "templateWorkflow" | "toggleOff" | "toggleOn" | "trash" | "unpin";
|
|
50
50
|
renderTitle(constraint: IConstraint): React.ReactNode;
|
|
51
51
|
hasContent(constraint: IConstraint): boolean;
|
|
52
52
|
renderDescription(constraint: IConstraint): React.ReactNode;
|
|
@@ -13,7 +13,7 @@ export interface IResourceLinkProps {
|
|
|
13
13
|
displayName?: string;
|
|
14
14
|
}
|
|
15
15
|
declare class ResourcesManager extends BasePluginManager<IResourceKindConfig> {
|
|
16
|
-
getIcon(kind: string): "placeholder" | "menu" | "add" | "done" | "environment" | "artifact" | "config" | "close" | "play" | "plus" | "accordionCollapse" | "accordionExpand" | "accordionExpandAll" | "artifactApproved" | "artifactBad" | "artifactPending" | "artifactSkipped" | "
|
|
16
|
+
getIcon(kind: string): "placeholder" | "menu" | "add" | "done" | "environment" | "artifact" | "config" | "close" | "play" | "bake" | "plus" | "accordionCollapse" | "accordionExpand" | "accordionExpandAll" | "artifactApproved" | "artifactBad" | "artifactPending" | "artifactSkipped" | "build" | "buildFail" | "buildSuccess" | "canaryConfig" | "canaryFail" | "canaryRunning" | "canaryPass" | "canaryMarginal" | "caretRight" | "checkBadge" | "checkboxIndeterminate" | "checkboxChecked" | "checkboxUnchecked" | "closeSmall" | "cloudDeployed" | "cloudError" | "cloudProgress" | "cloudDecommissioned" | "cloudWaiting" | "cluster" | "configJ" | "configM" | "configS" | "copyClipboard" | "duplicate" | "edit" | "fileJson" | "fn" | "fnNew" | "formDrag" | "formError" | "formInfo" | "formNetworkBad" | "formNetworkGood" | "formRefresh" | "formWarning" | "heart" | "history" | "instances" | "loadBalancer" | "manualJudgement" | "manualJudgementApproved" | "manualJudgementRejected" | "mdActuating" | "mdActuationLaunched" | "mdCreated" | "mdDelay" | "mdDeltaDetected" | "mdDeltaResolved" | "mdDiff" | "mdError" | "mdUnhappy" | "mdPaused" | "mdResumed" | "mdUnknown" | "mdConstraintGeneric" | "mdConstraintDependsOn" | "mdConstraintAllowedTimes" | "md" | "mdVerification" | "menuClose" | "minus" | "pin" | "resourceT" | "securityGroup" | "servergroupAws" | "spCIBranch" | "spCIBuild" | "spCICommit" | "spCIMaster" | "spCIMerged" | "spCIPullRequest" | "spCIPullRequestClosed" | "spEnvironments" | "spMenuAppInSync" | "spMenuAppUnsynced" | "spMenuCanaryConfig" | "spMenuCanaryReport" | "spMenuClusters" | "spMenuConfig" | "spMenuFunctions" | "spMenuK8s" | "spMenuLoadBalancers" | "spMenuMeme" | "spMenuPager" | "spMenuPipelines" | "spMenuProperties" | "spMenuSecurityGroups" | "spMenuTasks" | "spMenuTimeline" | "spMenuZuul" | "spel" | "templateFull" | "templateS" | "templateWorkflow" | "toggleOff" | "toggleOn" | "trash" | "unpin";
|
|
17
17
|
getExperimentalDisplayLink(resource: IResourceLinkProps): string | undefined;
|
|
18
18
|
getSpinnakerType(kind: string): string;
|
|
19
19
|
getNativeResourceRoutingInfo({ kind, account, stack, detail, displayName, }: IResourceLinkProps): {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spinnaker/core",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.24.1",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@apollo/client": "^3.6.9",
|
|
18
18
|
"@fortawesome/fontawesome-free": "5.5.0",
|
|
19
19
|
"@spinnaker/mocks": "1.0.7",
|
|
20
|
-
"@spinnaker/presentation": "^0.
|
|
20
|
+
"@spinnaker/presentation": "^0.3.0",
|
|
21
21
|
"@spinnaker/styleguide": "2.0.0",
|
|
22
22
|
"@uirouter/angularjs": "1.0.26",
|
|
23
23
|
"@uirouter/core": "6.0.8",
|
|
@@ -120,5 +120,5 @@
|
|
|
120
120
|
"shx": "0.3.3",
|
|
121
121
|
"typescript": "4.3.5"
|
|
122
122
|
},
|
|
123
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "eb226ee64d23c8c34be5ace816809a2262917e3f"
|
|
124
124
|
}
|
|
@@ -18,6 +18,7 @@ export interface IPipelineConfigActionsProps {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
export function PipelineConfigActions(props: IPipelineConfigActionsProps) {
|
|
21
|
+
const closeDropdown = () => document.body.click();
|
|
21
22
|
const {
|
|
22
23
|
pipeline,
|
|
23
24
|
renamePipeline,
|
|
@@ -36,7 +37,7 @@ export function PipelineConfigActions(props: IPipelineConfigActionsProps) {
|
|
|
36
37
|
<Dropdown.Toggle className="btn btn-sm dropdown-toggle">
|
|
37
38
|
{pipeline.strategy === true ? 'Strategy' : 'Pipeline'} Actions
|
|
38
39
|
</Dropdown.Toggle>
|
|
39
|
-
<Dropdown.Menu className="dropdown-menu">
|
|
40
|
+
<Dropdown.Menu className="dropdown-menu" onClick={closeDropdown}>
|
|
40
41
|
{!pipeline.locked && <PipelineConfigAction name="Rename" action={renamePipeline} />}
|
|
41
42
|
{!pipeline.locked && <PipelineConfigAction name="Delete" action={deletePipeline} />}
|
|
42
43
|
{!pipeline.locked && pipeline.disabled && <PipelineConfigAction name="Enable" action={enablePipeline} />}
|
|
@@ -5,6 +5,7 @@ import React from 'react';
|
|
|
5
5
|
|
|
6
6
|
import type { IExecutionStage, ITaskStep } from '../../domain';
|
|
7
7
|
import { EventBus } from '../../event/EventBus';
|
|
8
|
+
import { Overridable } from '../../overrideRegistry';
|
|
8
9
|
import { Markdown, robotToHuman } from '../../presentation';
|
|
9
10
|
import { ReactInjector } from '../../reactShims';
|
|
10
11
|
import { TrafficGuardHelperLink } from '../../task/TrafficGuardHelperLink';
|
|
@@ -27,6 +28,7 @@ export enum StageFailureMessages {
|
|
|
27
28
|
NO_REASON_PROVIDED = 'No reason provided.',
|
|
28
29
|
}
|
|
29
30
|
|
|
31
|
+
@Overridable('stageFailureMessage')
|
|
30
32
|
@UIRouterContext
|
|
31
33
|
export class StageFailureMessage extends React.Component<IStageFailureMessageProps, IStageFailureMessageState> {
|
|
32
34
|
public static defaultProps: Partial<IStageFailureMessageProps> = {
|