harness-mcp-v2 3.2.5 → 3.2.6

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.
@@ -1 +1 @@
1
- {"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/template.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAmohJ/B,CAAC;AACF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/template.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CA44hJ/B,CAAC;AACF,eAAe,MAAM,CAAC"}
@@ -322,6 +322,9 @@ const schema = {
322
322
  {
323
323
  "$ref": "#/definitions/pipeline/steps/cd/K8sCanaryDeleteStepNode_template"
324
324
  },
325
+ {
326
+ "$ref": "#/definitions/pipeline/steps/cd/K8sProgressiveCanaryRollbackStepNode_template"
327
+ },
325
328
  {
326
329
  "$ref": "#/definitions/pipeline/steps/cd/K8sCanaryStepNode_template"
327
330
  },
@@ -20644,6 +20647,167 @@ const schema = {
20644
20647
  }
20645
20648
  }
20646
20649
  },
20650
+ "K8sProgressiveCanaryRollbackStepNode_template": {
20651
+ "title": "K8sProgressiveCanaryRollbackStepNode_template",
20652
+ "type": "object",
20653
+ "required": [
20654
+ "spec",
20655
+ "type"
20656
+ ],
20657
+ "properties": {
20658
+ "enforce": {
20659
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
20660
+ },
20661
+ "failureStrategies": {
20662
+ "oneOf": [
20663
+ {
20664
+ "type": "array",
20665
+ "items": {
20666
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
20667
+ }
20668
+ },
20669
+ {
20670
+ "type": "string",
20671
+ "pattern": "^<\\+input>$",
20672
+ "minLength": 1
20673
+ }
20674
+ ]
20675
+ },
20676
+ "strategy": {
20677
+ "oneOf": [
20678
+ {
20679
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
20680
+ },
20681
+ {
20682
+ "type": "string",
20683
+ "pattern": "^<\\+input>$",
20684
+ "minLength": 1
20685
+ }
20686
+ ]
20687
+ },
20688
+ "timeout": {
20689
+ "type": "string",
20690
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
20691
+ },
20692
+ "type": {
20693
+ "type": "string",
20694
+ "enum": [
20695
+ "K8sProgressiveCanaryRollback"
20696
+ ]
20697
+ },
20698
+ "when": {
20699
+ "oneOf": [
20700
+ {
20701
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
20702
+ },
20703
+ {
20704
+ "type": "string",
20705
+ "pattern": "^<\\+input>$",
20706
+ "minLength": 1
20707
+ }
20708
+ ]
20709
+ }
20710
+ },
20711
+ "$schema": "http://json-schema.org/draft-07/schema#",
20712
+ "allOf": [
20713
+ {
20714
+ "if": {
20715
+ "properties": {
20716
+ "type": {
20717
+ "const": "K8sProgressiveCanaryRollback"
20718
+ }
20719
+ }
20720
+ },
20721
+ "then": {
20722
+ "properties": {
20723
+ "spec": {
20724
+ "$ref": "#/definitions/pipeline/steps/cd/K8sProgressiveCanaryRollbackStepInfo"
20725
+ }
20726
+ }
20727
+ }
20728
+ }
20729
+ ]
20730
+ },
20731
+ "K8sProgressiveCanaryRollbackStepInfo": {
20732
+ "title": "K8sProgressiveCanaryRollbackStepInfo",
20733
+ "allOf": [
20734
+ {
20735
+ "$ref": "#/definitions/pipeline/common/StepSpecType"
20736
+ },
20737
+ {
20738
+ "type": "object",
20739
+ "properties": {
20740
+ "commandFlags": {
20741
+ "oneOf": [
20742
+ {
20743
+ "type": "array",
20744
+ "items": {
20745
+ "$ref": "#/definitions/pipeline/steps/cd/K8sStepCommandFlag"
20746
+ }
20747
+ },
20748
+ {
20749
+ "type": "string",
20750
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
20751
+ "minLength": 1
20752
+ }
20753
+ ]
20754
+ },
20755
+ "delegateSelectors": {
20756
+ "oneOf": [
20757
+ {
20758
+ "type": "array",
20759
+ "items": {
20760
+ "type": "string"
20761
+ }
20762
+ },
20763
+ {
20764
+ "type": "string",
20765
+ "pattern": "(<\\+.+>.*)",
20766
+ "minLength": 1
20767
+ }
20768
+ ]
20769
+ }
20770
+ }
20771
+ }
20772
+ ],
20773
+ "$schema": "http://json-schema.org/draft-07/schema#",
20774
+ "type": "object",
20775
+ "properties": {
20776
+ "commandFlags": {
20777
+ "oneOf": [
20778
+ {
20779
+ "type": "array",
20780
+ "items": {
20781
+ "$ref": "#/definitions/pipeline/steps/cd/K8sStepCommandFlag"
20782
+ }
20783
+ },
20784
+ {
20785
+ "type": "string",
20786
+ "pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
20787
+ "minLength": 1
20788
+ }
20789
+ ]
20790
+ },
20791
+ "delegateSelectors": {
20792
+ "oneOf": [
20793
+ {
20794
+ "type": "array",
20795
+ "items": {
20796
+ "type": "string"
20797
+ }
20798
+ },
20799
+ {
20800
+ "type": "string",
20801
+ "pattern": "(<\\+.+>.*)",
20802
+ "minLength": 1
20803
+ }
20804
+ ]
20805
+ },
20806
+ "description": {
20807
+ "desc": "This is the description for K8sProgressiveCanaryRollbackStepInfo"
20808
+ }
20809
+ }
20810
+ },
20647
20811
  "K8sCanaryStepNode_template": {
20648
20812
  "title": "K8sCanaryStepNode_template",
20649
20813
  "type": "object",
@@ -43697,6 +43861,101 @@ const schema = {
43697
43861
  }
43698
43862
  }
43699
43863
  },
43864
+ "AIVerifyNGStepNode": {
43865
+ "title": "AIVerifyNGStepNode",
43866
+ "type": "object",
43867
+ "required": [
43868
+ "identifier",
43869
+ "name",
43870
+ "spec",
43871
+ "type"
43872
+ ],
43873
+ "properties": {
43874
+ "description": {
43875
+ "type": "string",
43876
+ "desc": "This is the description for AIVerifyNGStepNode"
43877
+ },
43878
+ "enforce": {
43879
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
43880
+ },
43881
+ "failureStrategies": {
43882
+ "oneOf": [
43883
+ {
43884
+ "type": "array",
43885
+ "items": {
43886
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
43887
+ }
43888
+ },
43889
+ {
43890
+ "type": "string",
43891
+ "pattern": "^<\\+input>$",
43892
+ "minLength": 1
43893
+ }
43894
+ ]
43895
+ },
43896
+ "identifier": {
43897
+ "type": "string",
43898
+ "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
43899
+ },
43900
+ "name": {
43901
+ "type": "string",
43902
+ "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
43903
+ },
43904
+ "strategy": {
43905
+ "oneOf": [
43906
+ {
43907
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
43908
+ },
43909
+ {
43910
+ "type": "string",
43911
+ "pattern": "^<\\+input>$",
43912
+ "minLength": 1
43913
+ }
43914
+ ]
43915
+ },
43916
+ "timeout": {
43917
+ "type": "string",
43918
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
43919
+ },
43920
+ "type": {
43921
+ "type": "string",
43922
+ "enum": [
43923
+ "AIVerifyNG"
43924
+ ]
43925
+ },
43926
+ "when": {
43927
+ "oneOf": [
43928
+ {
43929
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
43930
+ },
43931
+ {
43932
+ "type": "string",
43933
+ "pattern": "^<\\+input>$",
43934
+ "minLength": 1
43935
+ }
43936
+ ]
43937
+ }
43938
+ },
43939
+ "$schema": "http://json-schema.org/draft-07/schema#",
43940
+ "allOf": [
43941
+ {
43942
+ "if": {
43943
+ "properties": {
43944
+ "type": {
43945
+ "const": "AIVerifyNG"
43946
+ }
43947
+ }
43948
+ },
43949
+ "then": {
43950
+ "properties": {
43951
+ "spec": {
43952
+ "$ref": "#/definitions/pipeline/steps/cd/AIVerifyNGStepInfo"
43953
+ }
43954
+ }
43955
+ }
43956
+ }
43957
+ ]
43958
+ },
43700
43959
  "MergePRStepNode": {
43701
43960
  "title": "MergePRStepNode",
43702
43961
  "type": "object",
@@ -49791,6 +50050,101 @@ const schema = {
49791
50050
  }
49792
50051
  ]
49793
50052
  },
50053
+ "K8sProgressiveCanaryRollbackStepNode": {
50054
+ "title": "K8sProgressiveCanaryRollbackStepNode",
50055
+ "type": "object",
50056
+ "required": [
50057
+ "identifier",
50058
+ "name",
50059
+ "spec",
50060
+ "type"
50061
+ ],
50062
+ "properties": {
50063
+ "description": {
50064
+ "type": "string",
50065
+ "desc": "This is the description for K8sProgressiveCanaryRollbackStepNode"
50066
+ },
50067
+ "enforce": {
50068
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
50069
+ },
50070
+ "failureStrategies": {
50071
+ "oneOf": [
50072
+ {
50073
+ "type": "array",
50074
+ "items": {
50075
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
50076
+ }
50077
+ },
50078
+ {
50079
+ "type": "string",
50080
+ "pattern": "^<\\+input>$",
50081
+ "minLength": 1
50082
+ }
50083
+ ]
50084
+ },
50085
+ "identifier": {
50086
+ "type": "string",
50087
+ "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
50088
+ },
50089
+ "name": {
50090
+ "type": "string",
50091
+ "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
50092
+ },
50093
+ "strategy": {
50094
+ "oneOf": [
50095
+ {
50096
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
50097
+ },
50098
+ {
50099
+ "type": "string",
50100
+ "pattern": "^<\\+input>$",
50101
+ "minLength": 1
50102
+ }
50103
+ ]
50104
+ },
50105
+ "timeout": {
50106
+ "type": "string",
50107
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
50108
+ },
50109
+ "type": {
50110
+ "type": "string",
50111
+ "enum": [
50112
+ "K8sProgressiveCanaryRollback"
50113
+ ]
50114
+ },
50115
+ "when": {
50116
+ "oneOf": [
50117
+ {
50118
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
50119
+ },
50120
+ {
50121
+ "type": "string",
50122
+ "pattern": "^<\\+input>$",
50123
+ "minLength": 1
50124
+ }
50125
+ ]
50126
+ }
50127
+ },
50128
+ "$schema": "http://json-schema.org/draft-07/schema#",
50129
+ "allOf": [
50130
+ {
50131
+ "if": {
50132
+ "properties": {
50133
+ "type": {
50134
+ "const": "K8sProgressiveCanaryRollback"
50135
+ }
50136
+ }
50137
+ },
50138
+ "then": {
50139
+ "properties": {
50140
+ "spec": {
50141
+ "$ref": "#/definitions/pipeline/steps/cd/K8sProgressiveCanaryRollbackStepInfo"
50142
+ }
50143
+ }
50144
+ }
50145
+ }
50146
+ ]
50147
+ },
49794
50148
  "K8sRollingStepNode": {
49795
50149
  "title": "K8sRollingStepNode",
49796
50150
  "type": "object",
@@ -51497,101 +51851,6 @@ const schema = {
51497
51851
  }
51498
51852
  ]
51499
51853
  },
51500
- "AIVerifyNGStepNode": {
51501
- "title": "AIVerifyNGStepNode",
51502
- "type": "object",
51503
- "required": [
51504
- "identifier",
51505
- "name",
51506
- "spec",
51507
- "type"
51508
- ],
51509
- "properties": {
51510
- "description": {
51511
- "type": "string",
51512
- "desc": "This is the description for AIVerifyNGStepNode"
51513
- },
51514
- "enforce": {
51515
- "$ref": "#/definitions/pipeline/common/PolicyConfig"
51516
- },
51517
- "failureStrategies": {
51518
- "oneOf": [
51519
- {
51520
- "type": "array",
51521
- "items": {
51522
- "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
51523
- }
51524
- },
51525
- {
51526
- "type": "string",
51527
- "pattern": "^<\\+input>$",
51528
- "minLength": 1
51529
- }
51530
- ]
51531
- },
51532
- "identifier": {
51533
- "type": "string",
51534
- "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
51535
- },
51536
- "name": {
51537
- "type": "string",
51538
- "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
51539
- },
51540
- "strategy": {
51541
- "oneOf": [
51542
- {
51543
- "$ref": "#/definitions/pipeline/common/StrategyConfig"
51544
- },
51545
- {
51546
- "type": "string",
51547
- "pattern": "^<\\+input>$",
51548
- "minLength": 1
51549
- }
51550
- ]
51551
- },
51552
- "timeout": {
51553
- "type": "string",
51554
- "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
51555
- },
51556
- "type": {
51557
- "type": "string",
51558
- "enum": [
51559
- "AIVerifyNG"
51560
- ]
51561
- },
51562
- "when": {
51563
- "oneOf": [
51564
- {
51565
- "$ref": "#/definitions/pipeline/common/StepWhenCondition"
51566
- },
51567
- {
51568
- "type": "string",
51569
- "pattern": "^<\\+input>$",
51570
- "minLength": 1
51571
- }
51572
- ]
51573
- }
51574
- },
51575
- "$schema": "http://json-schema.org/draft-07/schema#",
51576
- "allOf": [
51577
- {
51578
- "if": {
51579
- "properties": {
51580
- "type": {
51581
- "const": "AIVerifyNG"
51582
- }
51583
- }
51584
- },
51585
- "then": {
51586
- "properties": {
51587
- "spec": {
51588
- "$ref": "#/definitions/pipeline/steps/cd/AIVerifyNGStepInfo"
51589
- }
51590
- }
51591
- }
51592
- }
51593
- ]
51594
- },
51595
51854
  "AzureFunctionDeployStepNode": {
51596
51855
  "title": "AzureFunctionDeployStepNode",
51597
51856
  "type": "object",
@@ -132394,6 +132653,9 @@ const schema = {
132394
132653
  {
132395
132654
  "$ref": "#/definitions/pipeline/steps/cd/K8sRollingRollbackStepNode"
132396
132655
  },
132656
+ {
132657
+ "$ref": "#/definitions/pipeline/steps/cd/K8sProgressiveCanaryRollbackStepNode"
132658
+ },
132397
132659
  {
132398
132660
  "$ref": "#/definitions/pipeline/steps/cd/K8sRollingStepNode"
132399
132661
  },
@@ -141864,6 +142126,9 @@ const schema = {
141864
142126
  },
141865
142127
  {
141866
142128
  "$ref": "#/definitions/pipeline/steps/common/IdpActionStepNode"
142129
+ },
142130
+ {
142131
+ "$ref": "#/definitions/pipeline/steps/cd/AIVerifyNGStepNode"
141867
142132
  }
141868
142133
  ]
141869
142134
  },