@techdocs/cli 1.9.0-next.1 → 1.9.0-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 +11 -0
- package/dist/embedded-app/.config-schema.json +83 -60
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/main.3351f180.js +553 -0
- package/dist/embedded-app/static/main.3351f180.js.map +1 -0
- package/dist/embedded-app/static/{runtime.5b071983.js → runtime.3351f180.js} +1 -1
- package/dist/embedded-app/static/{runtime.5b071983.js.map → runtime.3351f180.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.5b071983.js → vendor.3351f180.js} +1 -1
- package/dist/embedded-app/static/{vendor.5b071983.js.map → vendor.3351f180.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/main.5b071983.js +0 -553
- package/dist/embedded-app/static/main.5b071983.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
+
## 1.9.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-defaults@0.8.0-next.2
|
|
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.0-next.1
|
|
13
|
+
|
|
3
14
|
## 1.9.0-next.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -357,52 +357,6 @@
|
|
|
357
357
|
},
|
|
358
358
|
"packageName": "@backstage/core-app-api"
|
|
359
359
|
},
|
|
360
|
-
{
|
|
361
|
-
"path": "../core-components/config.d.ts",
|
|
362
|
-
"value": {
|
|
363
|
-
"type": "object",
|
|
364
|
-
"properties": {
|
|
365
|
-
"auth": {
|
|
366
|
-
"type": "object",
|
|
367
|
-
"properties": {
|
|
368
|
-
"autologout": {
|
|
369
|
-
"description": "Autologout feature configuration",
|
|
370
|
-
"type": "object",
|
|
371
|
-
"properties": {
|
|
372
|
-
"enabled": {
|
|
373
|
-
"description": "Enable or disable the autologout feature",
|
|
374
|
-
"visibility": "frontend",
|
|
375
|
-
"type": "boolean"
|
|
376
|
-
},
|
|
377
|
-
"idleTimeoutMinutes": {
|
|
378
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
379
|
-
"visibility": "frontend",
|
|
380
|
-
"type": "number"
|
|
381
|
-
},
|
|
382
|
-
"promptBeforeIdleSeconds": {
|
|
383
|
-
"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.",
|
|
384
|
-
"visibility": "frontend",
|
|
385
|
-
"type": "number"
|
|
386
|
-
},
|
|
387
|
-
"useWorkerTimers": {
|
|
388
|
-
"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.",
|
|
389
|
-
"visibility": "frontend",
|
|
390
|
-
"type": "boolean"
|
|
391
|
-
},
|
|
392
|
-
"logoutIfDisconnected": {
|
|
393
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
394
|
-
"visibility": "frontend",
|
|
395
|
-
"type": "boolean"
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
403
|
-
},
|
|
404
|
-
"packageName": "@backstage/core-components"
|
|
405
|
-
},
|
|
406
360
|
{
|
|
407
361
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
408
362
|
"value": {
|
|
@@ -459,6 +413,52 @@
|
|
|
459
413
|
},
|
|
460
414
|
"packageName": "@backstage/plugin-techdocs"
|
|
461
415
|
},
|
|
416
|
+
{
|
|
417
|
+
"path": "../core-components/config.d.ts",
|
|
418
|
+
"value": {
|
|
419
|
+
"type": "object",
|
|
420
|
+
"properties": {
|
|
421
|
+
"auth": {
|
|
422
|
+
"type": "object",
|
|
423
|
+
"properties": {
|
|
424
|
+
"autologout": {
|
|
425
|
+
"description": "Autologout feature configuration",
|
|
426
|
+
"type": "object",
|
|
427
|
+
"properties": {
|
|
428
|
+
"enabled": {
|
|
429
|
+
"description": "Enable or disable the autologout feature",
|
|
430
|
+
"visibility": "frontend",
|
|
431
|
+
"type": "boolean"
|
|
432
|
+
},
|
|
433
|
+
"idleTimeoutMinutes": {
|
|
434
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
435
|
+
"visibility": "frontend",
|
|
436
|
+
"type": "number"
|
|
437
|
+
},
|
|
438
|
+
"promptBeforeIdleSeconds": {
|
|
439
|
+
"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.",
|
|
440
|
+
"visibility": "frontend",
|
|
441
|
+
"type": "number"
|
|
442
|
+
},
|
|
443
|
+
"useWorkerTimers": {
|
|
444
|
+
"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.",
|
|
445
|
+
"visibility": "frontend",
|
|
446
|
+
"type": "boolean"
|
|
447
|
+
},
|
|
448
|
+
"logoutIfDisconnected": {
|
|
449
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
450
|
+
"visibility": "frontend",
|
|
451
|
+
"type": "boolean"
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
459
|
+
},
|
|
460
|
+
"packageName": "@backstage/core-components"
|
|
461
|
+
},
|
|
462
462
|
{
|
|
463
463
|
"path": "../integration/config.d.ts",
|
|
464
464
|
"value": {
|
|
@@ -2310,6 +2310,15 @@
|
|
|
2310
2310
|
"instance": {
|
|
2311
2311
|
"description": "The instance connection name for the cloudsql instance, e.g. `project:region:instance`",
|
|
2312
2312
|
"type": "string"
|
|
2313
|
+
},
|
|
2314
|
+
"ipAddressType": {
|
|
2315
|
+
"description": "The ip address type to use for the connection. Defaults to 'PUBLIC'",
|
|
2316
|
+
"enum": [
|
|
2317
|
+
"PRIVATE",
|
|
2318
|
+
"PSC",
|
|
2319
|
+
"PUBLIC"
|
|
2320
|
+
],
|
|
2321
|
+
"type": "string"
|
|
2313
2322
|
}
|
|
2314
2323
|
},
|
|
2315
2324
|
"required": [
|
|
@@ -2832,7 +2841,8 @@
|
|
|
2832
2841
|
"required": [
|
|
2833
2842
|
"resolvers"
|
|
2834
2843
|
]
|
|
2835
|
-
}
|
|
2844
|
+
},
|
|
2845
|
+
"sessionDuration": {}
|
|
2836
2846
|
},
|
|
2837
2847
|
"required": [
|
|
2838
2848
|
"clientId",
|
|
@@ -2887,7 +2897,8 @@
|
|
|
2887
2897
|
},
|
|
2888
2898
|
"connectionScope": {
|
|
2889
2899
|
"type": "string"
|
|
2890
|
-
}
|
|
2900
|
+
},
|
|
2901
|
+
"sessionDuration": {}
|
|
2891
2902
|
},
|
|
2892
2903
|
"required": [
|
|
2893
2904
|
"clientId",
|
|
@@ -2998,7 +3009,8 @@
|
|
|
2998
3009
|
"required": [
|
|
2999
3010
|
"resolvers"
|
|
3000
3011
|
]
|
|
3001
|
-
}
|
|
3012
|
+
},
|
|
3013
|
+
"sessionDuration": {}
|
|
3002
3014
|
},
|
|
3003
3015
|
"required": [
|
|
3004
3016
|
"clientId",
|
|
@@ -3044,7 +3056,8 @@
|
|
|
3044
3056
|
},
|
|
3045
3057
|
"callbackUrl": {
|
|
3046
3058
|
"type": "string"
|
|
3047
|
-
}
|
|
3059
|
+
},
|
|
3060
|
+
"sessionDuration": {}
|
|
3048
3061
|
},
|
|
3049
3062
|
"required": [
|
|
3050
3063
|
"clientId",
|
|
@@ -3157,7 +3170,8 @@
|
|
|
3157
3170
|
},
|
|
3158
3171
|
"backstageTokenExpiration": {
|
|
3159
3172
|
"description": "The backstage token expiration."
|
|
3160
|
-
}
|
|
3173
|
+
},
|
|
3174
|
+
"sessionDuration": {}
|
|
3161
3175
|
}
|
|
3162
3176
|
}
|
|
3163
3177
|
}
|
|
@@ -3258,7 +3272,8 @@
|
|
|
3258
3272
|
"required": [
|
|
3259
3273
|
"resolvers"
|
|
3260
3274
|
]
|
|
3261
|
-
}
|
|
3275
|
+
},
|
|
3276
|
+
"sessionDuration": {}
|
|
3262
3277
|
},
|
|
3263
3278
|
"required": [
|
|
3264
3279
|
"audience"
|
|
@@ -3372,7 +3387,8 @@
|
|
|
3372
3387
|
"required": [
|
|
3373
3388
|
"resolvers"
|
|
3374
3389
|
]
|
|
3375
|
-
}
|
|
3390
|
+
},
|
|
3391
|
+
"sessionDuration": {}
|
|
3376
3392
|
},
|
|
3377
3393
|
"required": [
|
|
3378
3394
|
"clientId",
|
|
@@ -3488,7 +3504,8 @@
|
|
|
3488
3504
|
"required": [
|
|
3489
3505
|
"resolvers"
|
|
3490
3506
|
]
|
|
3491
|
-
}
|
|
3507
|
+
},
|
|
3508
|
+
"sessionDuration": {}
|
|
3492
3509
|
},
|
|
3493
3510
|
"required": [
|
|
3494
3511
|
"clientId",
|
|
@@ -3602,7 +3619,8 @@
|
|
|
3602
3619
|
"required": [
|
|
3603
3620
|
"resolvers"
|
|
3604
3621
|
]
|
|
3605
|
-
}
|
|
3622
|
+
},
|
|
3623
|
+
"sessionDuration": {}
|
|
3606
3624
|
},
|
|
3607
3625
|
"required": [
|
|
3608
3626
|
"clientId",
|
|
@@ -3724,7 +3742,8 @@
|
|
|
3724
3742
|
"required": [
|
|
3725
3743
|
"resolvers"
|
|
3726
3744
|
]
|
|
3727
|
-
}
|
|
3745
|
+
},
|
|
3746
|
+
"sessionDuration": {}
|
|
3728
3747
|
},
|
|
3729
3748
|
"required": [
|
|
3730
3749
|
"clientId",
|
|
@@ -3851,7 +3870,8 @@
|
|
|
3851
3870
|
"required": [
|
|
3852
3871
|
"resolvers"
|
|
3853
3872
|
]
|
|
3854
|
-
}
|
|
3873
|
+
},
|
|
3874
|
+
"sessionDuration": {}
|
|
3855
3875
|
},
|
|
3856
3876
|
"required": [
|
|
3857
3877
|
"authorizationUrl",
|
|
@@ -3966,7 +3986,8 @@
|
|
|
3966
3986
|
"required": [
|
|
3967
3987
|
"resolvers"
|
|
3968
3988
|
]
|
|
3969
|
-
}
|
|
3989
|
+
},
|
|
3990
|
+
"sessionDuration": {}
|
|
3970
3991
|
},
|
|
3971
3992
|
"required": [
|
|
3972
3993
|
"clientId",
|
|
@@ -4089,7 +4110,8 @@
|
|
|
4089
4110
|
"required": [
|
|
4090
4111
|
"resolvers"
|
|
4091
4112
|
]
|
|
4092
|
-
}
|
|
4113
|
+
},
|
|
4114
|
+
"sessionDuration": {}
|
|
4093
4115
|
},
|
|
4094
4116
|
"required": [
|
|
4095
4117
|
"clientId",
|
|
@@ -4192,7 +4214,8 @@
|
|
|
4192
4214
|
"required": [
|
|
4193
4215
|
"resolvers"
|
|
4194
4216
|
]
|
|
4195
|
-
}
|
|
4217
|
+
},
|
|
4218
|
+
"sessionDuration": {}
|
|
4196
4219
|
},
|
|
4197
4220
|
"required": [
|
|
4198
4221
|
"clientId",
|
|
@@ -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.3351f180.js"></script><script defer="defer" src="/static/module-material-ui.b24ef3a3.js"></script><script defer="defer" src="/static/module-lodash.aa647045.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.d6e8d890.js"></script><script defer="defer" src="/static/module-react-dom.42a304d3.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.b474cfe9.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-remix-run.ae6d33c5.js"></script><script defer="defer" src="/static/vendor.3351f180.js"></script><script defer="defer" src="/static/main.3351f180.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.3351f180.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.b24ef3a3.js"></script><script defer src="<%= publicPath %>/static/module-lodash.aa647045.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.d6e8d890.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.42a304d3.js"></script><script defer src="<%= publicPath %>/static/module-react-beautiful-dnd.b474cfe9.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-remix-run.ae6d33c5.js"></script><script defer src="<%= publicPath %>/static/vendor.3351f180.js"></script><script defer src="<%= publicPath %>/static/main.3351f180.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>
|