@techdocs/cli 1.9.4-next.0 → 1.9.4-next.2
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/embedded-app/.config-schema.json +310 -264
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{4036.0e3a284b.chunk.js → 4036.30d46c9e.chunk.js} +2 -2
- package/dist/embedded-app/static/{4036.0e3a284b.chunk.js.map → 4036.30d46c9e.chunk.js.map} +1 -1
- package/dist/embedded-app/static/5724.5992f8d0.chunk.js +4 -0
- package/dist/embedded-app/static/5724.5992f8d0.chunk.js.map +1 -0
- package/dist/embedded-app/static/{8803.ea659624.chunk.js → 8803.48dd4e23.chunk.js} +3 -3
- package/dist/embedded-app/static/{8803.ea659624.chunk.js.map → 8803.48dd4e23.chunk.js.map} +1 -1
- package/dist/embedded-app/static/main.a83e2ff3.js +553 -0
- package/dist/embedded-app/static/main.a83e2ff3.js.map +1 -0
- package/dist/embedded-app/static/{runtime.3edb5b83.js → runtime.a83e2ff3.js} +2 -2
- package/dist/embedded-app/static/{runtime.3edb5b83.js.map → runtime.a83e2ff3.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.3edb5b83.js → vendor.a83e2ff3.js} +1 -1
- package/dist/embedded-app/static/{vendor.3edb5b83.js.map → vendor.a83e2ff3.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/5724.36b35018.chunk.js +0 -4
- package/dist/embedded-app/static/5724.36b35018.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.3edb5b83.js +0 -553
- package/dist/embedded-app/static/main.3edb5b83.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
+
## 1.9.4-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-defaults@0.11.0-next.2
|
|
9
|
+
- @backstage/catalog-model@1.7.4
|
|
10
|
+
- @backstage/cli-common@0.1.15
|
|
11
|
+
- @backstage/config@1.3.2
|
|
12
|
+
- @backstage/plugin-techdocs-node@1.13.4-next.1
|
|
13
|
+
|
|
14
|
+
## 1.9.4-next.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/backend-defaults@0.10.1-next.1
|
|
20
|
+
- @backstage/catalog-model@1.7.4
|
|
21
|
+
- @backstage/cli-common@0.1.15
|
|
22
|
+
- @backstage/config@1.3.2
|
|
23
|
+
- @backstage/plugin-techdocs-node@1.13.4-next.1
|
|
24
|
+
|
|
3
25
|
## 1.9.4-next.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -460,6 +460,182 @@
|
|
|
460
460
|
},
|
|
461
461
|
"packageName": "@backstage/plugin-techdocs"
|
|
462
462
|
},
|
|
463
|
+
{
|
|
464
|
+
"path": "../frontend-app-api/config.d.ts",
|
|
465
|
+
"value": {
|
|
466
|
+
"type": "object",
|
|
467
|
+
"properties": {
|
|
468
|
+
"app": {
|
|
469
|
+
"type": "object",
|
|
470
|
+
"properties": {
|
|
471
|
+
"experimental": {
|
|
472
|
+
"type": "object",
|
|
473
|
+
"properties": {
|
|
474
|
+
"packages": {
|
|
475
|
+
"visibility": "frontend",
|
|
476
|
+
"deepVisibility": "frontend",
|
|
477
|
+
"anyOf": [
|
|
478
|
+
{
|
|
479
|
+
"type": "object",
|
|
480
|
+
"properties": {
|
|
481
|
+
"include": {
|
|
482
|
+
"type": "array",
|
|
483
|
+
"items": {
|
|
484
|
+
"type": "string"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"exclude": {
|
|
488
|
+
"type": "array",
|
|
489
|
+
"items": {
|
|
490
|
+
"type": "string"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"const": "all",
|
|
497
|
+
"type": "string"
|
|
498
|
+
}
|
|
499
|
+
]
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
"routes": {
|
|
504
|
+
"type": "object",
|
|
505
|
+
"properties": {
|
|
506
|
+
"bindings": {
|
|
507
|
+
"description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
|
|
508
|
+
"deepVisibility": "frontend",
|
|
509
|
+
"type": "object",
|
|
510
|
+
"additionalProperties": {
|
|
511
|
+
"anyOf": [
|
|
512
|
+
{
|
|
513
|
+
"const": false,
|
|
514
|
+
"type": "boolean"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"type": "string"
|
|
518
|
+
}
|
|
519
|
+
]
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"extensions": {
|
|
525
|
+
"deepVisibility": "frontend",
|
|
526
|
+
"type": "array",
|
|
527
|
+
"items": {
|
|
528
|
+
"anyOf": [
|
|
529
|
+
{
|
|
530
|
+
"type": "object",
|
|
531
|
+
"additionalProperties": {
|
|
532
|
+
"anyOf": [
|
|
533
|
+
{
|
|
534
|
+
"type": "object",
|
|
535
|
+
"properties": {
|
|
536
|
+
"attachTo": {
|
|
537
|
+
"type": "object",
|
|
538
|
+
"properties": {
|
|
539
|
+
"id": {
|
|
540
|
+
"type": "string"
|
|
541
|
+
},
|
|
542
|
+
"input": {
|
|
543
|
+
"type": "string"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"required": [
|
|
547
|
+
"id",
|
|
548
|
+
"input"
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
"disabled": {
|
|
552
|
+
"type": "boolean"
|
|
553
|
+
},
|
|
554
|
+
"config": {}
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"type": "boolean"
|
|
559
|
+
}
|
|
560
|
+
]
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"type": "string"
|
|
565
|
+
}
|
|
566
|
+
]
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
"pluginOverrides": {
|
|
570
|
+
"description": "This section enables you to override certain properties of specific or\ngroups of plugins.",
|
|
571
|
+
"deepVisibility": "frontend",
|
|
572
|
+
"type": "array",
|
|
573
|
+
"items": {
|
|
574
|
+
"type": "object",
|
|
575
|
+
"properties": {
|
|
576
|
+
"match": {
|
|
577
|
+
"description": "The criteria for matching plugins to override.",
|
|
578
|
+
"type": "object",
|
|
579
|
+
"properties": {
|
|
580
|
+
"pluginId": {
|
|
581
|
+
"description": "A pattern that is matched against the plugin ID.",
|
|
582
|
+
"type": "string"
|
|
583
|
+
},
|
|
584
|
+
"packageName": {
|
|
585
|
+
"description": "A pattern that is matched against the package name.",
|
|
586
|
+
"type": "string"
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
"info": {
|
|
591
|
+
"description": "Overrides individual top-level fields of the plugin info.",
|
|
592
|
+
"type": "object",
|
|
593
|
+
"properties": {
|
|
594
|
+
"description": {
|
|
595
|
+
"description": "Override the description of the plugin.",
|
|
596
|
+
"type": "string"
|
|
597
|
+
},
|
|
598
|
+
"ownerEntityRefs": {
|
|
599
|
+
"description": "Override the owner entity references of the plugin.",
|
|
600
|
+
"type": "array",
|
|
601
|
+
"items": {
|
|
602
|
+
"type": "string"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"links": {
|
|
606
|
+
"description": "Override the links of the plugin.",
|
|
607
|
+
"type": "array",
|
|
608
|
+
"items": {
|
|
609
|
+
"type": "object",
|
|
610
|
+
"properties": {
|
|
611
|
+
"title": {
|
|
612
|
+
"type": "string"
|
|
613
|
+
},
|
|
614
|
+
"url": {
|
|
615
|
+
"type": "string"
|
|
616
|
+
}
|
|
617
|
+
},
|
|
618
|
+
"required": [
|
|
619
|
+
"title",
|
|
620
|
+
"url"
|
|
621
|
+
]
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
"required": [
|
|
628
|
+
"info"
|
|
629
|
+
]
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
636
|
+
},
|
|
637
|
+
"packageName": "@backstage/frontend-app-api"
|
|
638
|
+
},
|
|
463
639
|
{
|
|
464
640
|
"path": "../integration/config.d.ts",
|
|
465
641
|
"value": {
|
|
@@ -916,210 +1092,34 @@
|
|
|
916
1092
|
}
|
|
917
1093
|
},
|
|
918
1094
|
"required": [
|
|
919
|
-
"host"
|
|
920
|
-
]
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
"harness": {
|
|
924
|
-
"description": "Integration configuration for Harness Code",
|
|
925
|
-
"type": "array",
|
|
926
|
-
"items": {
|
|
927
|
-
"type": "object",
|
|
928
|
-
"properties": {
|
|
929
|
-
"host": {
|
|
930
|
-
"description": "The hostname of the given Harness Code instance",
|
|
931
|
-
"visibility": "frontend",
|
|
932
|
-
"type": "string"
|
|
933
|
-
},
|
|
934
|
-
"apiKey": {
|
|
935
|
-
"description": "The apikey to use for authenticated requests.",
|
|
936
|
-
"visibility": "secret",
|
|
937
|
-
"type": "string"
|
|
938
|
-
},
|
|
939
|
-
"token": {
|
|
940
|
-
"description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
|
|
941
|
-
"visibility": "secret",
|
|
942
|
-
"type": "string"
|
|
943
|
-
}
|
|
944
|
-
},
|
|
945
|
-
"required": [
|
|
946
|
-
"host"
|
|
947
|
-
]
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
},
|
|
953
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
954
|
-
},
|
|
955
|
-
"packageName": "@backstage/integration"
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"path": "../frontend-app-api/config.d.ts",
|
|
959
|
-
"value": {
|
|
960
|
-
"type": "object",
|
|
961
|
-
"properties": {
|
|
962
|
-
"app": {
|
|
963
|
-
"type": "object",
|
|
964
|
-
"properties": {
|
|
965
|
-
"experimental": {
|
|
966
|
-
"type": "object",
|
|
967
|
-
"properties": {
|
|
968
|
-
"packages": {
|
|
969
|
-
"visibility": "frontend",
|
|
970
|
-
"deepVisibility": "frontend",
|
|
971
|
-
"anyOf": [
|
|
972
|
-
{
|
|
973
|
-
"type": "object",
|
|
974
|
-
"properties": {
|
|
975
|
-
"include": {
|
|
976
|
-
"type": "array",
|
|
977
|
-
"items": {
|
|
978
|
-
"type": "string"
|
|
979
|
-
}
|
|
980
|
-
},
|
|
981
|
-
"exclude": {
|
|
982
|
-
"type": "array",
|
|
983
|
-
"items": {
|
|
984
|
-
"type": "string"
|
|
985
|
-
}
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"const": "all",
|
|
991
|
-
"type": "string"
|
|
992
|
-
}
|
|
993
|
-
]
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
},
|
|
997
|
-
"routes": {
|
|
998
|
-
"type": "object",
|
|
999
|
-
"properties": {
|
|
1000
|
-
"bindings": {
|
|
1001
|
-
"description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
|
|
1002
|
-
"deepVisibility": "frontend",
|
|
1003
|
-
"type": "object",
|
|
1004
|
-
"additionalProperties": {
|
|
1005
|
-
"anyOf": [
|
|
1006
|
-
{
|
|
1007
|
-
"const": false,
|
|
1008
|
-
"type": "boolean"
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"type": "string"
|
|
1012
|
-
}
|
|
1013
|
-
]
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
},
|
|
1018
|
-
"extensions": {
|
|
1019
|
-
"deepVisibility": "frontend",
|
|
1020
|
-
"type": "array",
|
|
1021
|
-
"items": {
|
|
1022
|
-
"anyOf": [
|
|
1023
|
-
{
|
|
1024
|
-
"type": "object",
|
|
1025
|
-
"additionalProperties": {
|
|
1026
|
-
"anyOf": [
|
|
1027
|
-
{
|
|
1028
|
-
"type": "object",
|
|
1029
|
-
"properties": {
|
|
1030
|
-
"attachTo": {
|
|
1031
|
-
"type": "object",
|
|
1032
|
-
"properties": {
|
|
1033
|
-
"id": {
|
|
1034
|
-
"type": "string"
|
|
1035
|
-
},
|
|
1036
|
-
"input": {
|
|
1037
|
-
"type": "string"
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
"required": [
|
|
1041
|
-
"id",
|
|
1042
|
-
"input"
|
|
1043
|
-
]
|
|
1044
|
-
},
|
|
1045
|
-
"disabled": {
|
|
1046
|
-
"type": "boolean"
|
|
1047
|
-
},
|
|
1048
|
-
"config": {}
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"type": "boolean"
|
|
1053
|
-
}
|
|
1054
|
-
]
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"type": "string"
|
|
1059
|
-
}
|
|
1095
|
+
"host"
|
|
1060
1096
|
]
|
|
1061
1097
|
}
|
|
1062
1098
|
},
|
|
1063
|
-
"
|
|
1064
|
-
"description": "
|
|
1065
|
-
"deepVisibility": "frontend",
|
|
1099
|
+
"harness": {
|
|
1100
|
+
"description": "Integration configuration for Harness Code",
|
|
1066
1101
|
"type": "array",
|
|
1067
1102
|
"items": {
|
|
1068
1103
|
"type": "object",
|
|
1069
1104
|
"properties": {
|
|
1070
|
-
"
|
|
1071
|
-
"description": "The
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1074
|
-
"pluginId": {
|
|
1075
|
-
"description": "A pattern that is matched against the plugin ID.",
|
|
1076
|
-
"type": "string"
|
|
1077
|
-
},
|
|
1078
|
-
"packageName": {
|
|
1079
|
-
"description": "A pattern that is matched against the package name.",
|
|
1080
|
-
"type": "string"
|
|
1081
|
-
}
|
|
1082
|
-
}
|
|
1105
|
+
"host": {
|
|
1106
|
+
"description": "The hostname of the given Harness Code instance",
|
|
1107
|
+
"visibility": "frontend",
|
|
1108
|
+
"type": "string"
|
|
1083
1109
|
},
|
|
1084
|
-
"
|
|
1085
|
-
"description": "
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
"description": "Override the owner entity references of the plugin.",
|
|
1094
|
-
"type": "array",
|
|
1095
|
-
"items": {
|
|
1096
|
-
"type": "string"
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
"links": {
|
|
1100
|
-
"description": "Override the links of the plugin.",
|
|
1101
|
-
"type": "array",
|
|
1102
|
-
"items": {
|
|
1103
|
-
"type": "object",
|
|
1104
|
-
"properties": {
|
|
1105
|
-
"title": {
|
|
1106
|
-
"type": "string"
|
|
1107
|
-
},
|
|
1108
|
-
"url": {
|
|
1109
|
-
"type": "string"
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
"required": [
|
|
1113
|
-
"title",
|
|
1114
|
-
"url"
|
|
1115
|
-
]
|
|
1116
|
-
}
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1110
|
+
"apiKey": {
|
|
1111
|
+
"description": "The apikey to use for authenticated requests.",
|
|
1112
|
+
"visibility": "secret",
|
|
1113
|
+
"type": "string"
|
|
1114
|
+
},
|
|
1115
|
+
"token": {
|
|
1116
|
+
"description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
|
|
1117
|
+
"visibility": "secret",
|
|
1118
|
+
"type": "string"
|
|
1119
1119
|
}
|
|
1120
1120
|
},
|
|
1121
1121
|
"required": [
|
|
1122
|
-
"
|
|
1122
|
+
"host"
|
|
1123
1123
|
]
|
|
1124
1124
|
}
|
|
1125
1125
|
}
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
},
|
|
1129
1129
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1130
1130
|
},
|
|
1131
|
-
"packageName": "@backstage/
|
|
1131
|
+
"packageName": "@backstage/integration"
|
|
1132
1132
|
},
|
|
1133
1133
|
{
|
|
1134
1134
|
"path": "../../plugins/catalog/config.d.ts",
|
|
@@ -1247,52 +1247,6 @@
|
|
|
1247
1247
|
},
|
|
1248
1248
|
"packageName": "@backstage/backend-plugin-api"
|
|
1249
1249
|
},
|
|
1250
|
-
{
|
|
1251
|
-
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1252
|
-
"value": {
|
|
1253
|
-
"type": "object",
|
|
1254
|
-
"properties": {
|
|
1255
|
-
"auth": {
|
|
1256
|
-
"description": "Configuration options for the auth plugin",
|
|
1257
|
-
"type": "object",
|
|
1258
|
-
"properties": {
|
|
1259
|
-
"providers": {
|
|
1260
|
-
"type": "object",
|
|
1261
|
-
"properties": {
|
|
1262
|
-
"guest": {
|
|
1263
|
-
"type": "object",
|
|
1264
|
-
"properties": {
|
|
1265
|
-
"userEntityRef": {
|
|
1266
|
-
"description": "The entity reference to use for the guest user.",
|
|
1267
|
-
"default": "user:development/guest",
|
|
1268
|
-
"type": "string"
|
|
1269
|
-
},
|
|
1270
|
-
"ownershipEntityRefs": {
|
|
1271
|
-
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1272
|
-
"default": "[userEntityRef]",
|
|
1273
|
-
"type": "array",
|
|
1274
|
-
"items": {
|
|
1275
|
-
"type": "string"
|
|
1276
|
-
}
|
|
1277
|
-
},
|
|
1278
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1279
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1280
|
-
"type": "boolean"
|
|
1281
|
-
}
|
|
1282
|
-
}
|
|
1283
|
-
}
|
|
1284
|
-
}
|
|
1285
|
-
}
|
|
1286
|
-
},
|
|
1287
|
-
"required": [
|
|
1288
|
-
"providers"
|
|
1289
|
-
]
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1293
|
-
},
|
|
1294
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1295
|
-
},
|
|
1296
1250
|
{
|
|
1297
1251
|
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1298
1252
|
"value": {
|
|
@@ -1428,6 +1382,98 @@
|
|
|
1428
1382
|
},
|
|
1429
1383
|
"packageName": "@backstage/plugin-auth-backend"
|
|
1430
1384
|
},
|
|
1385
|
+
{
|
|
1386
|
+
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1387
|
+
"value": {
|
|
1388
|
+
"type": "object",
|
|
1389
|
+
"properties": {
|
|
1390
|
+
"auth": {
|
|
1391
|
+
"description": "Configuration options for the auth plugin",
|
|
1392
|
+
"type": "object",
|
|
1393
|
+
"properties": {
|
|
1394
|
+
"providers": {
|
|
1395
|
+
"type": "object",
|
|
1396
|
+
"properties": {
|
|
1397
|
+
"guest": {
|
|
1398
|
+
"type": "object",
|
|
1399
|
+
"properties": {
|
|
1400
|
+
"userEntityRef": {
|
|
1401
|
+
"description": "The entity reference to use for the guest user.",
|
|
1402
|
+
"default": "user:development/guest",
|
|
1403
|
+
"type": "string"
|
|
1404
|
+
},
|
|
1405
|
+
"ownershipEntityRefs": {
|
|
1406
|
+
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1407
|
+
"default": "[userEntityRef]",
|
|
1408
|
+
"type": "array",
|
|
1409
|
+
"items": {
|
|
1410
|
+
"type": "string"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"dangerouslyAllowOutsideDevelopment": {
|
|
1414
|
+
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1415
|
+
"type": "boolean"
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
"required": [
|
|
1423
|
+
"providers"
|
|
1424
|
+
]
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1428
|
+
},
|
|
1429
|
+
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1433
|
+
"value": {
|
|
1434
|
+
"type": "object",
|
|
1435
|
+
"properties": {
|
|
1436
|
+
"auth": {
|
|
1437
|
+
"type": "object",
|
|
1438
|
+
"properties": {
|
|
1439
|
+
"autologout": {
|
|
1440
|
+
"description": "Autologout feature configuration",
|
|
1441
|
+
"type": "object",
|
|
1442
|
+
"properties": {
|
|
1443
|
+
"enabled": {
|
|
1444
|
+
"description": "Enable or disable the autologout feature",
|
|
1445
|
+
"visibility": "frontend",
|
|
1446
|
+
"type": "boolean"
|
|
1447
|
+
},
|
|
1448
|
+
"idleTimeoutMinutes": {
|
|
1449
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1450
|
+
"visibility": "frontend",
|
|
1451
|
+
"type": "number"
|
|
1452
|
+
},
|
|
1453
|
+
"promptBeforeIdleSeconds": {
|
|
1454
|
+
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
|
|
1455
|
+
"visibility": "frontend",
|
|
1456
|
+
"type": "number"
|
|
1457
|
+
},
|
|
1458
|
+
"useWorkerTimers": {
|
|
1459
|
+
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
1460
|
+
"visibility": "frontend",
|
|
1461
|
+
"type": "boolean"
|
|
1462
|
+
},
|
|
1463
|
+
"logoutIfDisconnected": {
|
|
1464
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1465
|
+
"visibility": "frontend",
|
|
1466
|
+
"type": "boolean"
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
},
|
|
1473
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1474
|
+
},
|
|
1475
|
+
"packageName": "@backstage/core-components"
|
|
1476
|
+
},
|
|
1431
1477
|
{
|
|
1432
1478
|
"path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
|
|
1433
1479
|
"value": {
|
|
@@ -1619,30 +1665,6 @@
|
|
|
1619
1665
|
},
|
|
1620
1666
|
"packageName": "@backstage/backend-app-api"
|
|
1621
1667
|
},
|
|
1622
|
-
{
|
|
1623
|
-
"path": "../../plugins/events-node/config.d.ts",
|
|
1624
|
-
"value": {
|
|
1625
|
-
"type": "object",
|
|
1626
|
-
"properties": {
|
|
1627
|
-
"events": {
|
|
1628
|
-
"type": "object",
|
|
1629
|
-
"properties": {
|
|
1630
|
-
"useEventBus": {
|
|
1631
|
-
"description": "Whether to use the event bus API in the events plugin backend to\ndistribute events across multiple instances when publishing and\nsubscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be\nused if it's available, but will be disabled if the events backend\nreturns a 404.\n\nIf set to 'never', the events service will only ever publish events\nlocally to the same instance, while if set to 'always', the event bus API\nwill never be disabled, even if the events backend returns a 404.",
|
|
1632
|
-
"enum": [
|
|
1633
|
-
"always",
|
|
1634
|
-
"auto",
|
|
1635
|
-
"never"
|
|
1636
|
-
],
|
|
1637
|
-
"type": "string"
|
|
1638
|
-
}
|
|
1639
|
-
}
|
|
1640
|
-
}
|
|
1641
|
-
},
|
|
1642
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1643
|
-
},
|
|
1644
|
-
"packageName": "@backstage/plugin-events-node"
|
|
1645
|
-
},
|
|
1646
1668
|
{
|
|
1647
1669
|
"path": "../backend-defaults/config.d.ts",
|
|
1648
1670
|
"value": {
|
|
@@ -2793,6 +2815,30 @@
|
|
|
2793
2815
|
},
|
|
2794
2816
|
"packageName": "@backstage/backend-defaults"
|
|
2795
2817
|
},
|
|
2818
|
+
{
|
|
2819
|
+
"path": "../../plugins/events-node/config.d.ts",
|
|
2820
|
+
"value": {
|
|
2821
|
+
"type": "object",
|
|
2822
|
+
"properties": {
|
|
2823
|
+
"events": {
|
|
2824
|
+
"type": "object",
|
|
2825
|
+
"properties": {
|
|
2826
|
+
"useEventBus": {
|
|
2827
|
+
"description": "Whether to use the event bus API in the events plugin backend to\ndistribute events across multiple instances when publishing and\nsubscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be\nused if it's available, but will be disabled if the events backend\nreturns a 404.\n\nIf set to 'never', the events service will only ever publish events\nlocally to the same instance, while if set to 'always', the event bus API\nwill never be disabled, even if the events backend returns a 404.",
|
|
2828
|
+
"enum": [
|
|
2829
|
+
"always",
|
|
2830
|
+
"auto",
|
|
2831
|
+
"never"
|
|
2832
|
+
],
|
|
2833
|
+
"type": "string"
|
|
2834
|
+
}
|
|
2835
|
+
}
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2838
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2839
|
+
},
|
|
2840
|
+
"packageName": "@backstage/plugin-events-node"
|
|
2841
|
+
},
|
|
2796
2842
|
{
|
|
2797
2843
|
"path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
|
|
2798
2844
|
"value": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.a83e2ff3.js"></script><script defer="defer" src="/static/module-material-ui.557c1930.js"></script><script defer="defer" src="/static/module-lodash.05581125.js"></script><script defer="defer" src="/static/module-date-fns.c633d602.js"></script><script defer="defer" src="/static/module-mui.f702282a.js"></script><script defer="defer" src="/static/module-material-table.00de7997.js"></script><script defer="defer" src="/static/module-react-dom.42a304d3.js"></script><script defer="defer" src="/static/module-zod.67a27cd9.js"></script><script defer="defer" src="/static/module-i18next.f50c1612.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.e9f14677.js"></script><script defer="defer" src="/static/module-remix-run.ae6d33c5.js"></script><script defer="defer" src="/static/vendor.a83e2ff3.js"></script><script defer="defer" src="/static/main.a83e2ff3.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|