@techdocs/cli 1.9.3-next.2 → 1.9.3-next.3
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 +11 -0
- package/dist/embedded-app/.config-schema.json +258 -246
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{2177.d7152699.chunk.js → 2177.68de3516.chunk.js} +3 -3
- package/dist/embedded-app/static/2177.68de3516.chunk.js.map +1 -0
- package/dist/embedded-app/static/{4036.4a93e66b.chunk.js → 4036.cb0ee33e.chunk.js} +2 -2
- package/dist/embedded-app/static/{4036.4a93e66b.chunk.js.map → 4036.cb0ee33e.chunk.js.map} +1 -1
- package/dist/embedded-app/static/{8803.fa94a950.chunk.js → 8803.3c629e8f.chunk.js} +3 -3
- package/dist/embedded-app/static/{8803.fa94a950.chunk.js.map → 8803.3c629e8f.chunk.js.map} +1 -1
- package/dist/embedded-app/static/main.3832940c.js +553 -0
- package/dist/embedded-app/static/main.3832940c.js.map +1 -0
- package/dist/embedded-app/static/{runtime.70a3bb94.js → runtime.3832940c.js} +2 -2
- package/dist/embedded-app/static/{runtime.70a3bb94.js.map → runtime.3832940c.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.70a3bb94.js → vendor.3832940c.js} +1 -1
- package/dist/embedded-app/static/{vendor.70a3bb94.js.map → vendor.3832940c.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/2177.d7152699.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.70a3bb94.js +0 -553
- package/dist/embedded-app/static/main.70a3bb94.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
+
## 1.9.3-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-defaults@0.10.0-next.3
|
|
9
|
+
- @backstage/catalog-model@1.7.3
|
|
10
|
+
- @backstage/cli-common@0.1.15
|
|
11
|
+
- @backstage/config@1.3.2
|
|
12
|
+
- @backstage/plugin-techdocs-node@1.13.3-next.3
|
|
13
|
+
|
|
3
14
|
## 1.9.3-next.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -131,233 +131,6 @@
|
|
|
131
131
|
},
|
|
132
132
|
"packageName": "@backstage/plugin-permission-common"
|
|
133
133
|
},
|
|
134
|
-
{
|
|
135
|
-
"path": "../core-app-api/config.d.ts",
|
|
136
|
-
"value": {
|
|
137
|
-
"type": "object",
|
|
138
|
-
"properties": {
|
|
139
|
-
"app": {
|
|
140
|
-
"description": "Generic frontend configuration.",
|
|
141
|
-
"type": "object",
|
|
142
|
-
"properties": {
|
|
143
|
-
"baseUrl": {
|
|
144
|
-
"description": "The public absolute root URL that the frontend.",
|
|
145
|
-
"visibility": "frontend",
|
|
146
|
-
"type": "string"
|
|
147
|
-
},
|
|
148
|
-
"title": {
|
|
149
|
-
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
150
|
-
"visibility": "frontend",
|
|
151
|
-
"type": "string"
|
|
152
|
-
},
|
|
153
|
-
"support": {
|
|
154
|
-
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
155
|
-
"type": "object",
|
|
156
|
-
"properties": {
|
|
157
|
-
"url": {
|
|
158
|
-
"description": "The primary support url.",
|
|
159
|
-
"visibility": "frontend",
|
|
160
|
-
"type": "string"
|
|
161
|
-
},
|
|
162
|
-
"items": {
|
|
163
|
-
"description": "A list of categorized support item groupings.",
|
|
164
|
-
"type": "array",
|
|
165
|
-
"items": {
|
|
166
|
-
"type": "object",
|
|
167
|
-
"properties": {
|
|
168
|
-
"title": {
|
|
169
|
-
"description": "The title of the support item grouping.",
|
|
170
|
-
"visibility": "frontend",
|
|
171
|
-
"type": "string"
|
|
172
|
-
},
|
|
173
|
-
"icon": {
|
|
174
|
-
"description": "An optional icon for the support item grouping.",
|
|
175
|
-
"visibility": "frontend",
|
|
176
|
-
"type": "string"
|
|
177
|
-
},
|
|
178
|
-
"links": {
|
|
179
|
-
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
180
|
-
"type": "array",
|
|
181
|
-
"items": {
|
|
182
|
-
"type": "object",
|
|
183
|
-
"properties": {
|
|
184
|
-
"url": {
|
|
185
|
-
"visibility": "frontend",
|
|
186
|
-
"type": "string"
|
|
187
|
-
},
|
|
188
|
-
"title": {
|
|
189
|
-
"visibility": "frontend",
|
|
190
|
-
"type": "string"
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
"required": [
|
|
194
|
-
"url"
|
|
195
|
-
]
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
"required": [
|
|
200
|
-
"links",
|
|
201
|
-
"title"
|
|
202
|
-
]
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
"required": [
|
|
207
|
-
"items",
|
|
208
|
-
"url"
|
|
209
|
-
]
|
|
210
|
-
},
|
|
211
|
-
"routes": {
|
|
212
|
-
"type": "object",
|
|
213
|
-
"properties": {
|
|
214
|
-
"bindings": {
|
|
215
|
-
"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.",
|
|
216
|
-
"deepVisibility": "frontend",
|
|
217
|
-
"type": "object",
|
|
218
|
-
"additionalProperties": {
|
|
219
|
-
"anyOf": [
|
|
220
|
-
{
|
|
221
|
-
"const": false,
|
|
222
|
-
"type": "boolean"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"type": "string"
|
|
226
|
-
}
|
|
227
|
-
]
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
"required": [
|
|
234
|
-
"baseUrl"
|
|
235
|
-
]
|
|
236
|
-
},
|
|
237
|
-
"backend": {
|
|
238
|
-
"description": "Generic backend configuration.",
|
|
239
|
-
"type": "object",
|
|
240
|
-
"properties": {
|
|
241
|
-
"baseUrl": {
|
|
242
|
-
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
243
|
-
"visibility": "frontend",
|
|
244
|
-
"type": "string"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
"required": [
|
|
248
|
-
"baseUrl"
|
|
249
|
-
]
|
|
250
|
-
},
|
|
251
|
-
"organization": {
|
|
252
|
-
"description": "Configuration that provides information about the organization that the app is for.",
|
|
253
|
-
"type": "object",
|
|
254
|
-
"properties": {
|
|
255
|
-
"name": {
|
|
256
|
-
"description": "The name of the organization that the app belongs to.",
|
|
257
|
-
"visibility": "frontend",
|
|
258
|
-
"type": "string"
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
"homepage": {
|
|
263
|
-
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
264
|
-
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
265
|
-
"type": "object",
|
|
266
|
-
"properties": {
|
|
267
|
-
"clocks": {
|
|
268
|
-
"type": "array",
|
|
269
|
-
"items": {
|
|
270
|
-
"type": "object",
|
|
271
|
-
"properties": {
|
|
272
|
-
"label": {
|
|
273
|
-
"visibility": "frontend",
|
|
274
|
-
"type": "string"
|
|
275
|
-
},
|
|
276
|
-
"timezone": {
|
|
277
|
-
"visibility": "frontend",
|
|
278
|
-
"type": "string"
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
"required": [
|
|
282
|
-
"label",
|
|
283
|
-
"timezone"
|
|
284
|
-
]
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
"auth": {
|
|
290
|
-
"description": "Configuration that provides information on available configured authentication providers.",
|
|
291
|
-
"type": "object",
|
|
292
|
-
"properties": {
|
|
293
|
-
"environment": {
|
|
294
|
-
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
295
|
-
"visibility": "frontend",
|
|
296
|
-
"type": "string"
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
"enableExperimentalRedirectFlow": {
|
|
301
|
-
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
302
|
-
"visibility": "frontend",
|
|
303
|
-
"type": "boolean"
|
|
304
|
-
},
|
|
305
|
-
"discovery": {
|
|
306
|
-
"description": "Discovery options.",
|
|
307
|
-
"visibility": "frontend",
|
|
308
|
-
"type": "object",
|
|
309
|
-
"properties": {
|
|
310
|
-
"endpoints": {
|
|
311
|
-
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
312
|
-
"visibility": "frontend",
|
|
313
|
-
"type": "array",
|
|
314
|
-
"items": {
|
|
315
|
-
"type": "object",
|
|
316
|
-
"properties": {
|
|
317
|
-
"target": {
|
|
318
|
-
"description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
|
|
319
|
-
"visibility": "frontend",
|
|
320
|
-
"anyOf": [
|
|
321
|
-
{
|
|
322
|
-
"type": "object",
|
|
323
|
-
"properties": {
|
|
324
|
-
"external": {
|
|
325
|
-
"visibility": "frontend",
|
|
326
|
-
"type": "string"
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"type": "string"
|
|
332
|
-
}
|
|
333
|
-
]
|
|
334
|
-
},
|
|
335
|
-
"plugins": {
|
|
336
|
-
"description": "Array of plugins which use the target baseUrl.",
|
|
337
|
-
"visibility": "frontend",
|
|
338
|
-
"type": "array",
|
|
339
|
-
"items": {
|
|
340
|
-
"type": "string"
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
},
|
|
344
|
-
"required": [
|
|
345
|
-
"plugins",
|
|
346
|
-
"target"
|
|
347
|
-
]
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
"required": [
|
|
354
|
-
"app",
|
|
355
|
-
"backend"
|
|
356
|
-
],
|
|
357
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
358
|
-
},
|
|
359
|
-
"packageName": "@backstage/core-app-api"
|
|
360
|
-
},
|
|
361
134
|
{
|
|
362
135
|
"path": "../core-components/config.d.ts",
|
|
363
136
|
"value": {
|
|
@@ -531,6 +304,9 @@
|
|
|
531
304
|
},
|
|
532
305
|
"personalAccessToken": {
|
|
533
306
|
"type": "string"
|
|
307
|
+
},
|
|
308
|
+
"managedIdentityClientId": {
|
|
309
|
+
"type": "string"
|
|
534
310
|
}
|
|
535
311
|
}
|
|
536
312
|
}
|
|
@@ -1095,6 +871,233 @@
|
|
|
1095
871
|
},
|
|
1096
872
|
"packageName": "@backstage/plugin-catalog"
|
|
1097
873
|
},
|
|
874
|
+
{
|
|
875
|
+
"path": "../core-app-api/config.d.ts",
|
|
876
|
+
"value": {
|
|
877
|
+
"type": "object",
|
|
878
|
+
"properties": {
|
|
879
|
+
"app": {
|
|
880
|
+
"description": "Generic frontend configuration.",
|
|
881
|
+
"type": "object",
|
|
882
|
+
"properties": {
|
|
883
|
+
"baseUrl": {
|
|
884
|
+
"description": "The public absolute root URL that the frontend.",
|
|
885
|
+
"visibility": "frontend",
|
|
886
|
+
"type": "string"
|
|
887
|
+
},
|
|
888
|
+
"title": {
|
|
889
|
+
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
890
|
+
"visibility": "frontend",
|
|
891
|
+
"type": "string"
|
|
892
|
+
},
|
|
893
|
+
"support": {
|
|
894
|
+
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
895
|
+
"type": "object",
|
|
896
|
+
"properties": {
|
|
897
|
+
"url": {
|
|
898
|
+
"description": "The primary support url.",
|
|
899
|
+
"visibility": "frontend",
|
|
900
|
+
"type": "string"
|
|
901
|
+
},
|
|
902
|
+
"items": {
|
|
903
|
+
"description": "A list of categorized support item groupings.",
|
|
904
|
+
"type": "array",
|
|
905
|
+
"items": {
|
|
906
|
+
"type": "object",
|
|
907
|
+
"properties": {
|
|
908
|
+
"title": {
|
|
909
|
+
"description": "The title of the support item grouping.",
|
|
910
|
+
"visibility": "frontend",
|
|
911
|
+
"type": "string"
|
|
912
|
+
},
|
|
913
|
+
"icon": {
|
|
914
|
+
"description": "An optional icon for the support item grouping.",
|
|
915
|
+
"visibility": "frontend",
|
|
916
|
+
"type": "string"
|
|
917
|
+
},
|
|
918
|
+
"links": {
|
|
919
|
+
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
920
|
+
"type": "array",
|
|
921
|
+
"items": {
|
|
922
|
+
"type": "object",
|
|
923
|
+
"properties": {
|
|
924
|
+
"url": {
|
|
925
|
+
"visibility": "frontend",
|
|
926
|
+
"type": "string"
|
|
927
|
+
},
|
|
928
|
+
"title": {
|
|
929
|
+
"visibility": "frontend",
|
|
930
|
+
"type": "string"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"required": [
|
|
934
|
+
"url"
|
|
935
|
+
]
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
"required": [
|
|
940
|
+
"links",
|
|
941
|
+
"title"
|
|
942
|
+
]
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
"required": [
|
|
947
|
+
"items",
|
|
948
|
+
"url"
|
|
949
|
+
]
|
|
950
|
+
},
|
|
951
|
+
"routes": {
|
|
952
|
+
"type": "object",
|
|
953
|
+
"properties": {
|
|
954
|
+
"bindings": {
|
|
955
|
+
"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.",
|
|
956
|
+
"deepVisibility": "frontend",
|
|
957
|
+
"type": "object",
|
|
958
|
+
"additionalProperties": {
|
|
959
|
+
"anyOf": [
|
|
960
|
+
{
|
|
961
|
+
"const": false,
|
|
962
|
+
"type": "boolean"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"type": "string"
|
|
966
|
+
}
|
|
967
|
+
]
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"required": [
|
|
974
|
+
"baseUrl"
|
|
975
|
+
]
|
|
976
|
+
},
|
|
977
|
+
"backend": {
|
|
978
|
+
"description": "Generic backend configuration.",
|
|
979
|
+
"type": "object",
|
|
980
|
+
"properties": {
|
|
981
|
+
"baseUrl": {
|
|
982
|
+
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
983
|
+
"visibility": "frontend",
|
|
984
|
+
"type": "string"
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
"required": [
|
|
988
|
+
"baseUrl"
|
|
989
|
+
]
|
|
990
|
+
},
|
|
991
|
+
"organization": {
|
|
992
|
+
"description": "Configuration that provides information about the organization that the app is for.",
|
|
993
|
+
"type": "object",
|
|
994
|
+
"properties": {
|
|
995
|
+
"name": {
|
|
996
|
+
"description": "The name of the organization that the app belongs to.",
|
|
997
|
+
"visibility": "frontend",
|
|
998
|
+
"type": "string"
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
"homepage": {
|
|
1003
|
+
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1004
|
+
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1005
|
+
"type": "object",
|
|
1006
|
+
"properties": {
|
|
1007
|
+
"clocks": {
|
|
1008
|
+
"type": "array",
|
|
1009
|
+
"items": {
|
|
1010
|
+
"type": "object",
|
|
1011
|
+
"properties": {
|
|
1012
|
+
"label": {
|
|
1013
|
+
"visibility": "frontend",
|
|
1014
|
+
"type": "string"
|
|
1015
|
+
},
|
|
1016
|
+
"timezone": {
|
|
1017
|
+
"visibility": "frontend",
|
|
1018
|
+
"type": "string"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
"required": [
|
|
1022
|
+
"label",
|
|
1023
|
+
"timezone"
|
|
1024
|
+
]
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
"auth": {
|
|
1030
|
+
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1031
|
+
"type": "object",
|
|
1032
|
+
"properties": {
|
|
1033
|
+
"environment": {
|
|
1034
|
+
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1035
|
+
"visibility": "frontend",
|
|
1036
|
+
"type": "string"
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"enableExperimentalRedirectFlow": {
|
|
1041
|
+
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1042
|
+
"visibility": "frontend",
|
|
1043
|
+
"type": "boolean"
|
|
1044
|
+
},
|
|
1045
|
+
"discovery": {
|
|
1046
|
+
"description": "Discovery options.",
|
|
1047
|
+
"visibility": "frontend",
|
|
1048
|
+
"type": "object",
|
|
1049
|
+
"properties": {
|
|
1050
|
+
"endpoints": {
|
|
1051
|
+
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1052
|
+
"visibility": "frontend",
|
|
1053
|
+
"type": "array",
|
|
1054
|
+
"items": {
|
|
1055
|
+
"type": "object",
|
|
1056
|
+
"properties": {
|
|
1057
|
+
"target": {
|
|
1058
|
+
"description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
|
|
1059
|
+
"visibility": "frontend",
|
|
1060
|
+
"anyOf": [
|
|
1061
|
+
{
|
|
1062
|
+
"type": "object",
|
|
1063
|
+
"properties": {
|
|
1064
|
+
"external": {
|
|
1065
|
+
"visibility": "frontend",
|
|
1066
|
+
"type": "string"
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"type": "string"
|
|
1072
|
+
}
|
|
1073
|
+
]
|
|
1074
|
+
},
|
|
1075
|
+
"plugins": {
|
|
1076
|
+
"description": "Array of plugins which use the target baseUrl.",
|
|
1077
|
+
"visibility": "frontend",
|
|
1078
|
+
"type": "array",
|
|
1079
|
+
"items": {
|
|
1080
|
+
"type": "string"
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"required": [
|
|
1085
|
+
"plugins",
|
|
1086
|
+
"target"
|
|
1087
|
+
]
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"required": [
|
|
1094
|
+
"app",
|
|
1095
|
+
"backend"
|
|
1096
|
+
],
|
|
1097
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1098
|
+
},
|
|
1099
|
+
"packageName": "@backstage/core-app-api"
|
|
1100
|
+
},
|
|
1098
1101
|
{
|
|
1099
1102
|
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1100
1103
|
"value": {
|
|
@@ -1162,6 +1165,25 @@
|
|
|
1162
1165
|
},
|
|
1163
1166
|
"packageName": "@oriflame/backstage-plugin-score-card"
|
|
1164
1167
|
},
|
|
1168
|
+
{
|
|
1169
|
+
"path": "../backend-plugin-api/config.d.ts",
|
|
1170
|
+
"value": {
|
|
1171
|
+
"type": "object",
|
|
1172
|
+
"properties": {
|
|
1173
|
+
"backend": {
|
|
1174
|
+
"type": "object",
|
|
1175
|
+
"properties": {
|
|
1176
|
+
"workingDirectory": {
|
|
1177
|
+
"description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
|
|
1178
|
+
"type": "string"
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1184
|
+
},
|
|
1185
|
+
"packageName": "@backstage/backend-plugin-api"
|
|
1186
|
+
},
|
|
1165
1187
|
{
|
|
1166
1188
|
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1167
1189
|
"value": {
|
|
@@ -1343,25 +1365,6 @@
|
|
|
1343
1365
|
},
|
|
1344
1366
|
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1345
1367
|
},
|
|
1346
|
-
{
|
|
1347
|
-
"path": "../backend-plugin-api/config.d.ts",
|
|
1348
|
-
"value": {
|
|
1349
|
-
"type": "object",
|
|
1350
|
-
"properties": {
|
|
1351
|
-
"backend": {
|
|
1352
|
-
"type": "object",
|
|
1353
|
-
"properties": {
|
|
1354
|
-
"workingDirectory": {
|
|
1355
|
-
"description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
|
|
1356
|
-
"type": "string"
|
|
1357
|
-
}
|
|
1358
|
-
}
|
|
1359
|
-
}
|
|
1360
|
-
},
|
|
1361
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1362
|
-
},
|
|
1363
|
-
"packageName": "@backstage/backend-plugin-api"
|
|
1364
|
-
},
|
|
1365
1368
|
{
|
|
1366
1369
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1367
1370
|
"value": {
|
|
@@ -3521,6 +3524,9 @@
|
|
|
3521
3524
|
"resolver": {
|
|
3522
3525
|
"type": "string",
|
|
3523
3526
|
"const": "emailMatchingUserEntityAnnotation"
|
|
3527
|
+
},
|
|
3528
|
+
"dangerouslyAllowSignInWithoutUserInCatalog": {
|
|
3529
|
+
"type": "boolean"
|
|
3524
3530
|
}
|
|
3525
3531
|
},
|
|
3526
3532
|
"required": [
|
|
@@ -3539,6 +3545,9 @@
|
|
|
3539
3545
|
"items": {
|
|
3540
3546
|
"type": "string"
|
|
3541
3547
|
}
|
|
3548
|
+
},
|
|
3549
|
+
"dangerouslyAllowSignInWithoutUserInCatalog": {
|
|
3550
|
+
"type": "boolean"
|
|
3542
3551
|
}
|
|
3543
3552
|
},
|
|
3544
3553
|
"required": [
|
|
@@ -3551,6 +3560,9 @@
|
|
|
3551
3560
|
"resolver": {
|
|
3552
3561
|
"type": "string",
|
|
3553
3562
|
"const": "emailMatchingUserEntityProfileEmail"
|
|
3563
|
+
},
|
|
3564
|
+
"dangerouslyAllowSignInWithoutUserInCatalog": {
|
|
3565
|
+
"type": "boolean"
|
|
3554
3566
|
}
|
|
3555
3567
|
},
|
|
3556
3568
|
"required": [
|
|
@@ -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.3832940c.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.4f2eeb8c.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.3832940c.js"></script><script defer="defer" src="/static/main.3832940c.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
color="#5bbad5"
|
|
43
43
|
/>
|
|
44
44
|
<title><%= config.getString('app.title') %></title>
|
|
45
|
-
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.
|
|
45
|
+
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.3832940c.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.557c1930.js"></script><script defer src="<%= publicPath %>/static/module-lodash.05581125.js"></script><script defer src="<%= publicPath %>/static/module-date-fns.c633d602.js"></script><script defer src="<%= publicPath %>/static/module-mui.f702282a.js"></script><script defer src="<%= publicPath %>/static/module-material-table.00de7997.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.42a304d3.js"></script><script defer src="<%= publicPath %>/static/module-zod.4f2eeb8c.js"></script><script defer src="<%= publicPath %>/static/module-i18next.f50c1612.js"></script><script defer src="<%= publicPath %>/static/module-react-beautiful-dnd.e9f14677.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.ae6d33c5.js"></script><script defer src="<%= publicPath %>/static/vendor.3832940c.js"></script><script defer src="<%= publicPath %>/static/main.3832940c.js"></script></head>
|
|
46
46
|
<body>
|
|
47
47
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
48
48
|
<div id="root"></div>
|