@techdocs/cli 0.0.0-nightly-20250127022950 → 0.0.0-nightly-20250129022746
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 +14 -3
- package/dist/embedded-app/.config-schema.json +383 -107
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/9234.26971228.chunk.js +4 -0
- package/dist/embedded-app/static/9234.26971228.chunk.js.map +1 -0
- package/dist/embedded-app/static/{main.31b81e84.js → main.5b071983.js} +1 -1
- package/dist/embedded-app/static/{main.31b81e84.js.map → main.5b071983.js.map} +1 -1
- package/dist/embedded-app/static/module-remix-run.ae6d33c5.js +13 -0
- package/dist/embedded-app/static/module-remix-run.ae6d33c5.js.map +1 -0
- package/dist/embedded-app/static/{runtime.31b81e84.js → runtime.5b071983.js} +2 -2
- package/dist/embedded-app/static/{runtime.31b81e84.js.map → runtime.5b071983.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.31b81e84.js → vendor.5b071983.js} +4 -4
- package/dist/embedded-app/static/{vendor.31b81e84.js.map → vendor.5b071983.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/9234.6839c56f.chunk.js +0 -4
- package/dist/embedded-app/static/9234.6839c56f.chunk.js.map +0 -1
- package/dist/embedded-app/static/module-remix-run.ba6397c2.js +0 -13
- package/dist/embedded-app/static/module-remix-run.ba6397c2.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250129022746
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,12 +10,23 @@
|
|
|
10
10
|
|
|
11
11
|
- 69f84ac: Internal update to work with dynamic imports.
|
|
12
12
|
- Updated dependencies
|
|
13
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
14
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
13
|
+
- @backstage/backend-defaults@0.0.0-nightly-20250129022746
|
|
14
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250129022746
|
|
15
15
|
- @backstage/catalog-model@1.7.3
|
|
16
16
|
- @backstage/cli-common@0.1.15
|
|
17
17
|
- @backstage/config@1.3.2
|
|
18
18
|
|
|
19
|
+
## 1.9.0-next.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/backend-defaults@0.8.0-next.1
|
|
25
|
+
- @backstage/catalog-model@1.7.3
|
|
26
|
+
- @backstage/cli-common@0.1.15
|
|
27
|
+
- @backstage/config@1.3.2
|
|
28
|
+
- @backstage/plugin-techdocs-node@1.13.0-next.0
|
|
29
|
+
|
|
19
30
|
## 1.9.0-next.0
|
|
20
31
|
|
|
21
32
|
### Minor Changes
|
|
@@ -1485,6 +1485,236 @@
|
|
|
1485
1485
|
},
|
|
1486
1486
|
"packageName": "@backstage/core-components"
|
|
1487
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1490
|
+
"value": {
|
|
1491
|
+
"type": "object",
|
|
1492
|
+
"properties": {
|
|
1493
|
+
"app": {
|
|
1494
|
+
"description": "Generic frontend configuration.",
|
|
1495
|
+
"type": "object",
|
|
1496
|
+
"properties": {
|
|
1497
|
+
"baseUrl": {
|
|
1498
|
+
"description": "The public absolute root URL that the frontend.",
|
|
1499
|
+
"visibility": "frontend",
|
|
1500
|
+
"type": "string"
|
|
1501
|
+
},
|
|
1502
|
+
"title": {
|
|
1503
|
+
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
1504
|
+
"visibility": "frontend",
|
|
1505
|
+
"type": "string"
|
|
1506
|
+
},
|
|
1507
|
+
"support": {
|
|
1508
|
+
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
1509
|
+
"type": "object",
|
|
1510
|
+
"properties": {
|
|
1511
|
+
"url": {
|
|
1512
|
+
"description": "The primary support url.",
|
|
1513
|
+
"visibility": "frontend",
|
|
1514
|
+
"type": "string"
|
|
1515
|
+
},
|
|
1516
|
+
"items": {
|
|
1517
|
+
"description": "A list of categorized support item groupings.",
|
|
1518
|
+
"type": "array",
|
|
1519
|
+
"items": {
|
|
1520
|
+
"type": "object",
|
|
1521
|
+
"properties": {
|
|
1522
|
+
"title": {
|
|
1523
|
+
"description": "The title of the support item grouping.",
|
|
1524
|
+
"visibility": "frontend",
|
|
1525
|
+
"type": "string"
|
|
1526
|
+
},
|
|
1527
|
+
"icon": {
|
|
1528
|
+
"description": "An optional icon for the support item grouping.",
|
|
1529
|
+
"visibility": "frontend",
|
|
1530
|
+
"type": "string"
|
|
1531
|
+
},
|
|
1532
|
+
"links": {
|
|
1533
|
+
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
1534
|
+
"type": "array",
|
|
1535
|
+
"items": {
|
|
1536
|
+
"type": "object",
|
|
1537
|
+
"properties": {
|
|
1538
|
+
"url": {
|
|
1539
|
+
"visibility": "frontend",
|
|
1540
|
+
"type": "string"
|
|
1541
|
+
},
|
|
1542
|
+
"title": {
|
|
1543
|
+
"visibility": "frontend",
|
|
1544
|
+
"type": "string"
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
"required": [
|
|
1548
|
+
"url"
|
|
1549
|
+
]
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1553
|
+
"required": [
|
|
1554
|
+
"links",
|
|
1555
|
+
"title"
|
|
1556
|
+
]
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
"required": [
|
|
1561
|
+
"items",
|
|
1562
|
+
"url"
|
|
1563
|
+
]
|
|
1564
|
+
},
|
|
1565
|
+
"routes": {
|
|
1566
|
+
"type": "object",
|
|
1567
|
+
"properties": {
|
|
1568
|
+
"bindings": {
|
|
1569
|
+
"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.",
|
|
1570
|
+
"deepVisibility": "frontend",
|
|
1571
|
+
"type": "object",
|
|
1572
|
+
"additionalProperties": {
|
|
1573
|
+
"anyOf": [
|
|
1574
|
+
{
|
|
1575
|
+
"const": false,
|
|
1576
|
+
"type": "boolean"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"type": "string"
|
|
1580
|
+
}
|
|
1581
|
+
]
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
"required": [
|
|
1588
|
+
"baseUrl"
|
|
1589
|
+
]
|
|
1590
|
+
},
|
|
1591
|
+
"backend": {
|
|
1592
|
+
"description": "Generic backend configuration.",
|
|
1593
|
+
"type": "object",
|
|
1594
|
+
"properties": {
|
|
1595
|
+
"baseUrl": {
|
|
1596
|
+
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1597
|
+
"visibility": "frontend",
|
|
1598
|
+
"type": "string"
|
|
1599
|
+
}
|
|
1600
|
+
},
|
|
1601
|
+
"required": [
|
|
1602
|
+
"baseUrl"
|
|
1603
|
+
]
|
|
1604
|
+
},
|
|
1605
|
+
"organization": {
|
|
1606
|
+
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1607
|
+
"type": "object",
|
|
1608
|
+
"properties": {
|
|
1609
|
+
"name": {
|
|
1610
|
+
"description": "The name of the organization that the app belongs to.",
|
|
1611
|
+
"visibility": "frontend",
|
|
1612
|
+
"type": "string"
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
"homepage": {
|
|
1617
|
+
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1618
|
+
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1619
|
+
"type": "object",
|
|
1620
|
+
"properties": {
|
|
1621
|
+
"clocks": {
|
|
1622
|
+
"type": "array",
|
|
1623
|
+
"items": {
|
|
1624
|
+
"type": "object",
|
|
1625
|
+
"properties": {
|
|
1626
|
+
"label": {
|
|
1627
|
+
"visibility": "frontend",
|
|
1628
|
+
"type": "string"
|
|
1629
|
+
},
|
|
1630
|
+
"timezone": {
|
|
1631
|
+
"visibility": "frontend",
|
|
1632
|
+
"type": "string"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"required": [
|
|
1636
|
+
"label",
|
|
1637
|
+
"timezone"
|
|
1638
|
+
]
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1643
|
+
"auth": {
|
|
1644
|
+
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1645
|
+
"type": "object",
|
|
1646
|
+
"properties": {
|
|
1647
|
+
"environment": {
|
|
1648
|
+
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1649
|
+
"visibility": "frontend",
|
|
1650
|
+
"type": "string"
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"enableExperimentalRedirectFlow": {
|
|
1655
|
+
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1656
|
+
"visibility": "frontend",
|
|
1657
|
+
"type": "boolean"
|
|
1658
|
+
},
|
|
1659
|
+
"discovery": {
|
|
1660
|
+
"description": "Discovery options.",
|
|
1661
|
+
"visibility": "frontend",
|
|
1662
|
+
"type": "object",
|
|
1663
|
+
"properties": {
|
|
1664
|
+
"endpoints": {
|
|
1665
|
+
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1666
|
+
"visibility": "frontend",
|
|
1667
|
+
"type": "array",
|
|
1668
|
+
"items": {
|
|
1669
|
+
"type": "object",
|
|
1670
|
+
"properties": {
|
|
1671
|
+
"target": {
|
|
1672
|
+
"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.",
|
|
1673
|
+
"visibility": "frontend",
|
|
1674
|
+
"anyOf": [
|
|
1675
|
+
{
|
|
1676
|
+
"type": "object",
|
|
1677
|
+
"properties": {
|
|
1678
|
+
"external": {
|
|
1679
|
+
"visibility": "frontend",
|
|
1680
|
+
"type": "string"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
"required": [
|
|
1684
|
+
"external"
|
|
1685
|
+
]
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"type": "string"
|
|
1689
|
+
}
|
|
1690
|
+
]
|
|
1691
|
+
},
|
|
1692
|
+
"plugins": {
|
|
1693
|
+
"description": "Array of plugins which use the target baseUrl.",
|
|
1694
|
+
"visibility": "frontend",
|
|
1695
|
+
"type": "array",
|
|
1696
|
+
"items": {
|
|
1697
|
+
"type": "string"
|
|
1698
|
+
}
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"required": [
|
|
1702
|
+
"plugins",
|
|
1703
|
+
"target"
|
|
1704
|
+
]
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"required": [
|
|
1711
|
+
"app",
|
|
1712
|
+
"backend"
|
|
1713
|
+
],
|
|
1714
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1715
|
+
},
|
|
1716
|
+
"packageName": "@backstage/core-app-api"
|
|
1717
|
+
},
|
|
1488
1718
|
{
|
|
1489
1719
|
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1490
1720
|
"value": {
|
|
@@ -2937,112 +3167,6 @@
|
|
|
2937
3167
|
},
|
|
2938
3168
|
"packageName": "@backstage/plugin-auth-backend-module-cloudflare-access-provider"
|
|
2939
3169
|
},
|
|
2940
|
-
{
|
|
2941
|
-
"path": "../../plugins/auth-backend-module-gcp-iap-provider/config.d.ts",
|
|
2942
|
-
"value": {
|
|
2943
|
-
"type": "object",
|
|
2944
|
-
"properties": {
|
|
2945
|
-
"auth": {
|
|
2946
|
-
"type": "object",
|
|
2947
|
-
"properties": {
|
|
2948
|
-
"providers": {
|
|
2949
|
-
"type": "object",
|
|
2950
|
-
"properties": {
|
|
2951
|
-
"gcpIap": {
|
|
2952
|
-
"description": "Configuration for the Google Cloud Platform Identity-Aware Proxy (IAP) auth provider.",
|
|
2953
|
-
"type": "object",
|
|
2954
|
-
"properties": {
|
|
2955
|
-
"audience": {
|
|
2956
|
-
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
2957
|
-
"type": "string"
|
|
2958
|
-
},
|
|
2959
|
-
"jwtHeader": {
|
|
2960
|
-
"description": "The name of the header to read the JWT token from, defaults to `'x-goog-iap-jwt-assertion'`.",
|
|
2961
|
-
"type": "string"
|
|
2962
|
-
},
|
|
2963
|
-
"signIn": {
|
|
2964
|
-
"type": "object",
|
|
2965
|
-
"properties": {
|
|
2966
|
-
"resolvers": {
|
|
2967
|
-
"type": "array",
|
|
2968
|
-
"items": {
|
|
2969
|
-
"anyOf": [
|
|
2970
|
-
{
|
|
2971
|
-
"type": "object",
|
|
2972
|
-
"properties": {
|
|
2973
|
-
"resolver": {
|
|
2974
|
-
"type": "string",
|
|
2975
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
2976
|
-
}
|
|
2977
|
-
},
|
|
2978
|
-
"required": [
|
|
2979
|
-
"resolver"
|
|
2980
|
-
]
|
|
2981
|
-
},
|
|
2982
|
-
{
|
|
2983
|
-
"type": "object",
|
|
2984
|
-
"properties": {
|
|
2985
|
-
"resolver": {
|
|
2986
|
-
"type": "string",
|
|
2987
|
-
"const": "idMatchingUserEntityAnnotation"
|
|
2988
|
-
}
|
|
2989
|
-
},
|
|
2990
|
-
"required": [
|
|
2991
|
-
"resolver"
|
|
2992
|
-
]
|
|
2993
|
-
},
|
|
2994
|
-
{
|
|
2995
|
-
"type": "object",
|
|
2996
|
-
"properties": {
|
|
2997
|
-
"resolver": {
|
|
2998
|
-
"type": "string",
|
|
2999
|
-
"const": "emailLocalPartMatchingUserEntityName"
|
|
3000
|
-
},
|
|
3001
|
-
"allowedDomains": {
|
|
3002
|
-
"type": "array",
|
|
3003
|
-
"items": {
|
|
3004
|
-
"type": "string"
|
|
3005
|
-
}
|
|
3006
|
-
}
|
|
3007
|
-
},
|
|
3008
|
-
"required": [
|
|
3009
|
-
"resolver"
|
|
3010
|
-
]
|
|
3011
|
-
},
|
|
3012
|
-
{
|
|
3013
|
-
"type": "object",
|
|
3014
|
-
"properties": {
|
|
3015
|
-
"resolver": {
|
|
3016
|
-
"type": "string",
|
|
3017
|
-
"const": "emailMatchingUserEntityProfileEmail"
|
|
3018
|
-
}
|
|
3019
|
-
},
|
|
3020
|
-
"required": [
|
|
3021
|
-
"resolver"
|
|
3022
|
-
]
|
|
3023
|
-
}
|
|
3024
|
-
]
|
|
3025
|
-
}
|
|
3026
|
-
}
|
|
3027
|
-
},
|
|
3028
|
-
"required": [
|
|
3029
|
-
"resolvers"
|
|
3030
|
-
]
|
|
3031
|
-
}
|
|
3032
|
-
},
|
|
3033
|
-
"required": [
|
|
3034
|
-
"audience"
|
|
3035
|
-
]
|
|
3036
|
-
}
|
|
3037
|
-
}
|
|
3038
|
-
}
|
|
3039
|
-
}
|
|
3040
|
-
}
|
|
3041
|
-
},
|
|
3042
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3043
|
-
},
|
|
3044
|
-
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
3045
|
-
},
|
|
3046
3170
|
{
|
|
3047
3171
|
"path": "../../plugins/auth-backend-module-github-provider/config.d.ts",
|
|
3048
3172
|
"value": {
|
|
@@ -3980,6 +4104,158 @@
|
|
|
3980
4104
|
},
|
|
3981
4105
|
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
3982
4106
|
},
|
|
4107
|
+
{
|
|
4108
|
+
"path": "../../plugins/auth-backend-module-gcp-iap-provider/config.d.ts",
|
|
4109
|
+
"value": {
|
|
4110
|
+
"type": "object",
|
|
4111
|
+
"properties": {
|
|
4112
|
+
"auth": {
|
|
4113
|
+
"type": "object",
|
|
4114
|
+
"properties": {
|
|
4115
|
+
"providers": {
|
|
4116
|
+
"type": "object",
|
|
4117
|
+
"properties": {
|
|
4118
|
+
"gcpIap": {
|
|
4119
|
+
"description": "Configuration for the Google Cloud Platform Identity-Aware Proxy (IAP) auth provider.",
|
|
4120
|
+
"type": "object",
|
|
4121
|
+
"properties": {
|
|
4122
|
+
"audience": {
|
|
4123
|
+
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
4124
|
+
"type": "string"
|
|
4125
|
+
},
|
|
4126
|
+
"jwtHeader": {
|
|
4127
|
+
"description": "The name of the header to read the JWT token from, defaults to `'x-goog-iap-jwt-assertion'`.",
|
|
4128
|
+
"type": "string"
|
|
4129
|
+
},
|
|
4130
|
+
"signIn": {
|
|
4131
|
+
"type": "object",
|
|
4132
|
+
"properties": {
|
|
4133
|
+
"resolvers": {
|
|
4134
|
+
"type": "array",
|
|
4135
|
+
"items": {
|
|
4136
|
+
"anyOf": [
|
|
4137
|
+
{
|
|
4138
|
+
"type": "object",
|
|
4139
|
+
"properties": {
|
|
4140
|
+
"resolver": {
|
|
4141
|
+
"type": "string",
|
|
4142
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
4143
|
+
}
|
|
4144
|
+
},
|
|
4145
|
+
"required": [
|
|
4146
|
+
"resolver"
|
|
4147
|
+
]
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
"type": "object",
|
|
4151
|
+
"properties": {
|
|
4152
|
+
"resolver": {
|
|
4153
|
+
"type": "string",
|
|
4154
|
+
"const": "idMatchingUserEntityAnnotation"
|
|
4155
|
+
}
|
|
4156
|
+
},
|
|
4157
|
+
"required": [
|
|
4158
|
+
"resolver"
|
|
4159
|
+
]
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"type": "object",
|
|
4163
|
+
"properties": {
|
|
4164
|
+
"resolver": {
|
|
4165
|
+
"type": "string",
|
|
4166
|
+
"const": "emailLocalPartMatchingUserEntityName"
|
|
4167
|
+
},
|
|
4168
|
+
"allowedDomains": {
|
|
4169
|
+
"type": "array",
|
|
4170
|
+
"items": {
|
|
4171
|
+
"type": "string"
|
|
4172
|
+
}
|
|
4173
|
+
}
|
|
4174
|
+
},
|
|
4175
|
+
"required": [
|
|
4176
|
+
"resolver"
|
|
4177
|
+
]
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
"type": "object",
|
|
4181
|
+
"properties": {
|
|
4182
|
+
"resolver": {
|
|
4183
|
+
"type": "string",
|
|
4184
|
+
"const": "emailMatchingUserEntityProfileEmail"
|
|
4185
|
+
}
|
|
4186
|
+
},
|
|
4187
|
+
"required": [
|
|
4188
|
+
"resolver"
|
|
4189
|
+
]
|
|
4190
|
+
}
|
|
4191
|
+
]
|
|
4192
|
+
}
|
|
4193
|
+
}
|
|
4194
|
+
},
|
|
4195
|
+
"required": [
|
|
4196
|
+
"resolvers"
|
|
4197
|
+
]
|
|
4198
|
+
}
|
|
4199
|
+
},
|
|
4200
|
+
"required": [
|
|
4201
|
+
"audience"
|
|
4202
|
+
]
|
|
4203
|
+
}
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
4206
|
+
}
|
|
4207
|
+
}
|
|
4208
|
+
},
|
|
4209
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4210
|
+
},
|
|
4211
|
+
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
4212
|
+
},
|
|
4213
|
+
{
|
|
4214
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4215
|
+
"value": {
|
|
4216
|
+
"type": "object",
|
|
4217
|
+
"properties": {
|
|
4218
|
+
"auth": {
|
|
4219
|
+
"type": "object",
|
|
4220
|
+
"properties": {
|
|
4221
|
+
"autologout": {
|
|
4222
|
+
"description": "Autologout feature configuration",
|
|
4223
|
+
"type": "object",
|
|
4224
|
+
"properties": {
|
|
4225
|
+
"enabled": {
|
|
4226
|
+
"description": "Enable or disable the autologout feature",
|
|
4227
|
+
"visibility": "frontend",
|
|
4228
|
+
"type": "boolean"
|
|
4229
|
+
},
|
|
4230
|
+
"idleTimeoutMinutes": {
|
|
4231
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4232
|
+
"visibility": "frontend",
|
|
4233
|
+
"type": "number"
|
|
4234
|
+
},
|
|
4235
|
+
"promptBeforeIdleSeconds": {
|
|
4236
|
+
"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.",
|
|
4237
|
+
"visibility": "frontend",
|
|
4238
|
+
"type": "number"
|
|
4239
|
+
},
|
|
4240
|
+
"useWorkerTimers": {
|
|
4241
|
+
"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.",
|
|
4242
|
+
"visibility": "frontend",
|
|
4243
|
+
"type": "boolean"
|
|
4244
|
+
},
|
|
4245
|
+
"logoutIfDisconnected": {
|
|
4246
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4247
|
+
"visibility": "frontend",
|
|
4248
|
+
"type": "boolean"
|
|
4249
|
+
}
|
|
4250
|
+
}
|
|
4251
|
+
}
|
|
4252
|
+
}
|
|
4253
|
+
}
|
|
4254
|
+
},
|
|
4255
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4256
|
+
},
|
|
4257
|
+
"packageName": "@backstage/core-components"
|
|
4258
|
+
},
|
|
3983
4259
|
{
|
|
3984
4260
|
"path": "../integration-aws-node/config.d.ts",
|
|
3985
4261
|
"value": {
|
|
@@ -4110,7 +4386,7 @@
|
|
|
4110
4386
|
"packageName": "@backstage/backend-plugin-api"
|
|
4111
4387
|
},
|
|
4112
4388
|
{
|
|
4113
|
-
"path": "../../node_modules/@
|
|
4389
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
|
|
4114
4390
|
"value": {
|
|
4115
4391
|
"type": "object",
|
|
4116
4392
|
"properties": {
|
|
@@ -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.5b071983.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.5b071983.js"></script><script defer="defer" src="/static/main.5b071983.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.5b071983.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.5b071983.js"></script><script defer src="<%= publicPath %>/static/main.5b071983.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>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
"use strict";(()=>{(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([[9234],{99234:(pe,C,c)=>{c.r(C),c.d(C,{RealLogViewer:()=>xe});var d=c(31085),A=c(10394),y=c(29365),U=c(99594),W=c(53373),j=c.n(W),f=c(14041),D=c(18690),G=c(19686),P=c(84392),$=c(84774);const I=(0,$.A)(),b=/\n\r?/g,Y=Object.fromEntries(Object.entries({1:e=>({...e,bold:!0}),3:e=>({...e,italic:!0}),4:e=>({...e,underline:!0}),22:({bold:e,...t})=>t,23:({italic:e,...t})=>t,24:({underline:e,...t})=>t,30:e=>({...e,foreground:"black"}),31:e=>({...e,foreground:"red"}),32:e=>({...e,foreground:"green"}),33:e=>({...e,foreground:"yellow"}),34:e=>({...e,foreground:"blue"}),35:e=>({...e,foreground:"magenta"}),36:e=>({...e,foreground:"cyan"}),37:e=>({...e,foreground:"white"}),39:({foreground:e,...t})=>t,90:e=>({...e,foreground:"grey"}),40:e=>({...e,background:"black"}),41:e=>({...e,background:"red"}),42:e=>({...e,background:"green"}),43:e=>({...e,background:"yellow"}),44:e=>({...e,background:"blue"}),45:e=>({...e,background:"magenta"}),46:e=>({...e,background:"cyan"}),47:e=>({...e,background:"white"}),49:({background:e,...t})=>t}).map(([e,t])=>[`\x1B[${e}m`,t]));class v{lineNumber;chunks;text;constructor(t=1,n=[]){this.lineNumber=t,this.chunks=n,this.text=n.map(s=>s.text).join("").toLocaleLowerCase("en-US")}lastChunk(){return this.chunks[this.chunks.length-1]}replaceLastChunk(t){t&&(this.chunks.splice(this.chunks.length-1,1,...t),this.text=this.chunks.map(n=>n.text).join("").toLocaleLowerCase("en-US"))}}class X{text="";lines=[];process(t){if(this.text===t)return this.lines;if(this.text&&t.startsWith(this.text)){const n=this.lines.length>0?this.lines.length-1:0,s=this.lines[n]??new v,i=s.lastChunk(),l=this.processLines((i?.text??"")+t.slice(this.text.length),i?.modifiers,s?.lineNumber);s.replaceLastChunk(l[0]?.chunks),this.lines[n]=s,this.lines=this.lines.concat(l.slice(1))}else this.lines=this.processLines(t);return this.text=t,this.lines}processLines=(t,n={},s=1)=>{const i=[];let l=n,o=s,u=0;for(b.lastIndex=0;;){const r=b.exec(t);if(!r){const x=this.processText(t.slice(u),l);return i.push(new v(o,x)),i}const h=t.slice(u,r.index);u=r.index+r[0].length;const a=this.processText(h,l);i.push(new v(o,a)),l=a[a.length-1].modifiers??l,o+=1}};processText=(t,n)=>{const s=[];let i=n,l=0;for(I.lastIndex=0;;){const o=I.exec(t);if(!o)return s.push({text:t.slice(l),modifiers:i}),s;const u=t.slice(l,o.index);s.push({text:u,modifiers:i}),l=o.index+o[0].length,i=this.processCode(o[0],i)}};processCode=(t,n)=>Y[t]?.(n)??n}var Z=c(95479),B=c.n(Z),J=c(37639),Q=c(72072);function w(e,t){const n=new Array;if(t.bold&&n.push(e.modifierBold),t.italic&&n.push(e.modifierItalic),t.underline&&n.push(e.modifierUnderline),t.foreground){const s=`modifierForeground${B()(t.foreground)}`;n.push(e[s])}if(t.background){const s=`modifierBackground${B()(t.background)}`;n.push(e[s])}return n.length>0?n.join(" "):void 0}function q(e,t){if(!t||!e.includes(t))return;const n=new Array;let s=0;for(;;){const i=e.indexOf(t,s);if(i===-1)break;const l=i+t.length;n.push({start:i,end:l}),s=l}return n}function _(e,t){const n=q(e.text,t);if(!n)return e.chunks;const s=new Array;let i=0,l=0,o=n[l];for(const u of e.chunks){const{text:r,modifiers:h}=u;if(!o||i+r.length<o.start){s.push(u),i+=r.length;continue}let a=0;for(;o;){const m=Math.max(o.start-i,0);if(m>r.length)break;const g=Math.min(o.end-i,r.length);if(m>a&&s.push({text:r.slice(a,m),modifiers:h}),g>m&&s.push({modifiers:h,highlight:l,text:r.slice(m,g)}),a=g,o.end-i===g)l+=1,o=n[l];else break}a<r.length&&s.push({text:r.slice(a),modifiers:h}),i+=r.length}return s}const ee=({attributes:e,content:t})=>{const{href:n,...s}=e;return(0,d.jsx)(Q.N_,{to:n,...s,children:t})};function te({line:e,classes:t,searchText:n,highlightResultIndex:s}){const i=(0,f.useMemo)(()=>_(e,n),[e,n]),l=(0,f.useMemo)(()=>i.map(({text:o,modifiers:u,highlight:r},h)=>(0,d.jsx)("span",{className:j()(w(t,u),r!==void 0&&(r===s?t.textSelectedHighlight:t.textHighlight)),children:(0,d.jsx)(J.A,{options:{render:ee},children:o})},h)),[i,s,t]);return(0,d.jsx)(d.Fragment,{children:l})}var ne=c(16249),se=c(72501),oe=c(68887),re=c(63798),R=c(65859);function ie(e){const{resultCount:t,resultIndexStep:n,toggleShouldFilter:s}=e,i=e.resultIndex??0,l=o=>{o.key==="Enter"&&(o.metaKey||o.ctrlKey||o.altKey?s():n(o.shiftKey))};return(0,d.jsxs)(d.Fragment,{children:[t!==void 0&&(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(y.A,{size:"small",onClick:()=>n(!0),children:(0,d.jsx)(oe.A,{})}),(0,d.jsxs)(se.A,{children:[Math.min(i+1,t),"/",t]}),(0,d.jsx)(y.A,{size:"small",onClick:()=>n(),children:(0,d.jsx)(re.A,{})})]}),(0,d.jsx)(ne.A,{size:"small",variant:"standard",placeholder:"Search",value:e.searchInput,onKeyPress:l,onChange:o=>e.setSearchInput(o.target.value)}),(0,d.jsx)(y.A,{size:"small",onClick:s,children:e.shouldFilter?(0,d.jsx)(R.A,{color:"primary"}):(0,d.jsx)(R.A,{color:"disabled"})})]})}var le=c(58837),F=c(268),k=c(95186),M=c(38084),N=c(54024),T=c(40935),z=c(4499),E=c(85229),K=c(42020),H=c(6456);const O=40,ce=(0,le.A)(e=>({root:{background:e.palette.background.paper},header:{height:O,display:"flex",alignItems:"center",justifyContent:"flex-end"},log:{fontFamily:'"Monaco", monospace',fontSize:e.typography.pxToRem(12)},line:{position:"relative",whiteSpace:"pre","&:hover":{background:e.palette.action.hover}},lineSelected:{background:e.palette.action.selected,"&:hover":{background:e.palette.action.selected}},lineCopyButton:{position:"absolute",paddingTop:0,paddingBottom:0},lineNumber:{display:"inline-block",textAlign:"end",width:60,marginRight:e.spacing(1),cursor:"pointer"},textHighlight:{background:(0,F.X4)(e.palette.info.main,.15)},textSelectedHighlight:{background:(0,F.X4)(e.palette.info.main,.4)},modifierBold:{fontWeight:e.typography.fontWeightBold},modifierItalic:{fontStyle:"italic"},modifierUnderline:{textDecoration:"underline"},modifierForegroundBlack:{color:k.A.black},modifierForegroundRed:{color:M.A[500]},modifierForegroundGreen:{color:N.A[500]},modifierForegroundYellow:{color:T.A[500]},modifierForegroundBlue:{color:z.A[500]},modifierForegroundMagenta:{color:E.A[500]},modifierForegroundCyan:{color:K.A[500]},modifierForegroundWhite:{color:k.A.white},modifierForegroundGrey:{color:H.A[500]},modifierBackgroundBlack:{background:k.A.black},modifierBackgroundRed:{background:M.A[500]},modifierBackgroundGreen:{background:N.A[500]},modifierBackgroundYellow:{background:T.A[500]},modifierBackgroundBlue:{background:z.A[500]},modifierBackgroundMagenta:{background:E.A[500]},modifierBackgroundCyan:{background:K.A[500]},modifierBackgroundWhite:{background:k.A.white},modifierBackgroundGrey:{background:H.A[500]}}),{name:"BackstageLogViewer"});var ae=c(42);function de(e,t){if(!t)return{lines:e};const n=[],s=[];for(const i of e)if(i.text.includes(t)){n.push(i);let l=0,o=0;for(;;){const u=i.text.indexOf(t,l);if(u===-1)break;s.push({lineNumber:i.lineNumber,lineIndex:o++}),l=u+t.length}}return{lines:n,results:s}}function ue(e){const[t,n]=(0,f.useState)(""),s=t.toLocaleLowerCase("en-US"),[i,l]=(0,f.useState)(0),[o,u]=(0,ae.e)(!1),r=(0,f.useMemo)(()=>de(e,s),[e,s]),h=r.results?r.results[Math.min(i,r.results.length-1)]:void 0,a=r.results?.length,x=m=>{if(m){if(a!==void 0){const g=Math.min(i-1,a-2);l(g<0?a-1:g)}}else if(a!==void 0){const g=i+1;l(g>=a?0:g)}};return{lines:o?r.lines:e,searchText:s,searchInput:t,setSearchInput:n,shouldFilter:o,toggleShouldFilter:u,resultCount:a,resultIndex:i,resultIndexStep:x,resultLine:h?.lineNumber,resultLineIndex:h?.lineIndex}}var he=c(72427),fe=c(39837),ge=c(36338);function me(e){const t=(0,he.gf)(fe.m),[n,s]=(0,f.useState)(),i=n?Math.min(n.start,n.end):void 0,l=n?Math.max(n.start,n.end):void 0,[{error:o},u]=(0,ge.A)();return(0,f.useEffect)(()=>{o&&t.post(o)},[o,t]),{shouldShowButton(r){return i===r||l===r},isSelected(r){return n?i<=r&&r<=l:!1},setSelection(r,h){s(h?a=>a?{start:a.start,end:r}:{start:r,end:r}:a=>a?.start===r&&a?.end===r?void 0:{start:r,end:r})},copySelection(){if(n){const r=e.slice(Math.min(n.start,n.end)-1,Math.max(n.start,n.end)).map(h=>h.chunks.map(a=>a.text).join("")).join(`
|
|
2
|
+
`);u(r),s(void 0)}}}}function xe(e){const t=ce({classes:e.classes}),[n,s]=(0,f.useState)(null),l=(0,f.useMemo)(()=>new X,[]).process(e.text),o=ue(l),u=me(l),r=(0,D.zy)();(0,f.useEffect)(()=>{n&&n.scrollToItem(l.length-1,"end")},[n,l]),(0,f.useEffect)(()=>{n&&(o.resultLine?n.scrollToItem(o.resultLine-1,"center"):n.scrollToItem(l.length-1,"end"))},[n,o.resultLine,l]),(0,f.useEffect)(()=>{if(r.hash){const a=parseInt(r.hash.replace(/\D/g,""),10);u.setSelection(a,!1)}},[]);const h=(a,x)=>{u.setSelection(a,x.shiftKey)};return(0,d.jsx)(G.Ay,{children:({height:a,width:x})=>(0,d.jsxs)(A.A,{style:{width:x,height:a},className:t.root,children:[(0,d.jsx)(A.A,{className:t.header,children:(0,d.jsx)(ie,{...o})}),(0,d.jsx)(P.Y1,{ref:m=>{s(m)},className:t.log,height:(a||480)-O,width:x||640,itemData:o.lines,itemSize:20,itemCount:o.lines.length,children:({index:m,style:g,data:V})=>{const S=V[m],{lineNumber:p}=S;return(0,d.jsxs)(A.A,{style:{...g},className:j()(t.line,{[t.lineSelected]:u.isSelected(p)}),children:[u.shouldShowButton(p)&&(0,d.jsx)(y.A,{"data-testid":"copy-button",size:"small",className:t.lineCopyButton,onClick:()=>u.copySelection(),children:(0,d.jsx)(U.A,{fontSize:"inherit"})}),(0,d.jsx)("a",{role:"row",target:"_self",href:`#line-${p}`,className:t.lineNumber,onClick:L=>h(p,L),onKeyPress:L=>h(p,L),children:p}),(0,d.jsx)(te,{line:S,classes:t,searchText:o.searchText,highlightResultIndex:o.resultLine===p?o.resultLineIndex:void 0})]})}})]})})}}}]);})();
|
|
3
|
+
|
|
4
|
+
//# sourceMappingURL=9234.26971228.chunk.js.map
|