@techdocs/cli 1.9.1 → 1.9.2-next.1
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 +721 -12
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/2177.5241e8a7.chunk.js +4 -0
- package/dist/embedded-app/static/2177.5241e8a7.chunk.js.map +1 -0
- package/dist/embedded-app/static/{main.53048bb6.js → main.d6d48c47.js} +6 -6
- package/dist/embedded-app/static/main.d6d48c47.js.map +1 -0
- package/dist/embedded-app/static/{runtime.53048bb6.js → runtime.d6d48c47.js} +2 -2
- package/dist/embedded-app/static/{runtime.53048bb6.js.map → runtime.d6d48c47.js.map} +1 -1
- package/dist/embedded-app/static/vendor.d6d48c47.js +170 -0
- package/dist/embedded-app/static/vendor.d6d48c47.js.map +1 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +7 -7
- package/dist/embedded-app/static/2177.8ae9ec12.chunk.js +0 -4
- package/dist/embedded-app/static/2177.8ae9ec12.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.53048bb6.js.map +0 -1
- package/dist/embedded-app/static/vendor.53048bb6.js +0 -170
- package/dist/embedded-app/static/vendor.53048bb6.js.map +0 -1
|
@@ -767,8 +767,7 @@
|
|
|
767
767
|
"appId",
|
|
768
768
|
"clientId",
|
|
769
769
|
"clientSecret",
|
|
770
|
-
"privateKey"
|
|
771
|
-
"webhookSecret"
|
|
770
|
+
"privateKey"
|
|
772
771
|
]
|
|
773
772
|
}
|
|
774
773
|
}
|
|
@@ -1544,16 +1543,497 @@
|
|
|
1544
1543
|
"visibility": "frontend",
|
|
1545
1544
|
"type": "number"
|
|
1546
1545
|
},
|
|
1547
|
-
"useWorkerTimers": {
|
|
1548
|
-
"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.",
|
|
1549
|
-
"visibility": "frontend",
|
|
1550
|
-
"type": "boolean"
|
|
1546
|
+
"useWorkerTimers": {
|
|
1547
|
+
"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.",
|
|
1548
|
+
"visibility": "frontend",
|
|
1549
|
+
"type": "boolean"
|
|
1550
|
+
},
|
|
1551
|
+
"logoutIfDisconnected": {
|
|
1552
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1553
|
+
"visibility": "frontend",
|
|
1554
|
+
"type": "boolean"
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1562
|
+
},
|
|
1563
|
+
"packageName": "@backstage/core-components"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
|
|
1567
|
+
"value": {
|
|
1568
|
+
"type": "object",
|
|
1569
|
+
"properties": {
|
|
1570
|
+
"integrations": {
|
|
1571
|
+
"description": "Configuration for integrations towards various external repository provider systems",
|
|
1572
|
+
"visibility": "frontend",
|
|
1573
|
+
"type": "object",
|
|
1574
|
+
"properties": {
|
|
1575
|
+
"azure": {
|
|
1576
|
+
"description": "Integration configuration for Azure",
|
|
1577
|
+
"type": "array",
|
|
1578
|
+
"items": {
|
|
1579
|
+
"type": "object",
|
|
1580
|
+
"properties": {
|
|
1581
|
+
"host": {
|
|
1582
|
+
"description": "The hostname of the given Azure instance",
|
|
1583
|
+
"visibility": "frontend",
|
|
1584
|
+
"type": "string"
|
|
1585
|
+
},
|
|
1586
|
+
"token": {
|
|
1587
|
+
"description": "Token used to authenticate requests.",
|
|
1588
|
+
"visibility": "secret",
|
|
1589
|
+
"deprecated": "Use `credentials` instead.",
|
|
1590
|
+
"type": "string"
|
|
1591
|
+
},
|
|
1592
|
+
"credential": {
|
|
1593
|
+
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
1594
|
+
"deepVisibility": "secret",
|
|
1595
|
+
"deprecated": "Use `credentials` instead.",
|
|
1596
|
+
"type": "object",
|
|
1597
|
+
"properties": {
|
|
1598
|
+
"clientId": {
|
|
1599
|
+
"type": "string"
|
|
1600
|
+
},
|
|
1601
|
+
"clientSecret": {
|
|
1602
|
+
"type": "string"
|
|
1603
|
+
},
|
|
1604
|
+
"tenantId": {
|
|
1605
|
+
"type": "string"
|
|
1606
|
+
},
|
|
1607
|
+
"personalAccessToken": {
|
|
1608
|
+
"type": "string"
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
"credentials": {
|
|
1613
|
+
"description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf not organization matches the first credential without an organization is used.\n\nIf no credentials are specified at all, either a default credential (for Azure DevOps) or anonymous access (for Azure DevOps Server) is used.",
|
|
1614
|
+
"deepVisibility": "secret",
|
|
1615
|
+
"type": "array",
|
|
1616
|
+
"items": {
|
|
1617
|
+
"type": "object",
|
|
1618
|
+
"properties": {
|
|
1619
|
+
"clientId": {
|
|
1620
|
+
"type": "string"
|
|
1621
|
+
},
|
|
1622
|
+
"clientSecret": {
|
|
1623
|
+
"type": "string"
|
|
1624
|
+
},
|
|
1625
|
+
"tenantId": {
|
|
1626
|
+
"type": "string"
|
|
1627
|
+
},
|
|
1628
|
+
"personalAccessToken": {
|
|
1629
|
+
"type": "string"
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
"commitSigningKey": {
|
|
1635
|
+
"description": "PGP signing key for signing commits.",
|
|
1636
|
+
"visibility": "secret",
|
|
1637
|
+
"type": "string"
|
|
1638
|
+
}
|
|
1639
|
+
},
|
|
1640
|
+
"required": [
|
|
1641
|
+
"host"
|
|
1642
|
+
]
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"bitbucket": {
|
|
1646
|
+
"description": "Integration configuration for Bitbucket",
|
|
1647
|
+
"deprecated": "replaced by bitbucketCloud and bitbucketServer",
|
|
1648
|
+
"type": "array",
|
|
1649
|
+
"items": {
|
|
1650
|
+
"type": "object",
|
|
1651
|
+
"properties": {
|
|
1652
|
+
"host": {
|
|
1653
|
+
"description": "The hostname of the given Bitbucket instance",
|
|
1654
|
+
"visibility": "frontend",
|
|
1655
|
+
"type": "string"
|
|
1656
|
+
},
|
|
1657
|
+
"token": {
|
|
1658
|
+
"description": "Token used to authenticate requests.",
|
|
1659
|
+
"visibility": "secret",
|
|
1660
|
+
"type": "string"
|
|
1661
|
+
},
|
|
1662
|
+
"apiBaseUrl": {
|
|
1663
|
+
"description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
|
|
1664
|
+
"visibility": "frontend",
|
|
1665
|
+
"type": "string"
|
|
1666
|
+
},
|
|
1667
|
+
"username": {
|
|
1668
|
+
"description": "The username to use for authenticated requests.",
|
|
1669
|
+
"visibility": "secret",
|
|
1670
|
+
"type": "string"
|
|
1671
|
+
},
|
|
1672
|
+
"appPassword": {
|
|
1673
|
+
"description": "Bitbucket app password used to authenticate requests.",
|
|
1674
|
+
"visibility": "secret",
|
|
1675
|
+
"type": "string"
|
|
1676
|
+
},
|
|
1677
|
+
"commitSigningKey": {
|
|
1678
|
+
"description": "PGP signing key for signing commits.",
|
|
1679
|
+
"visibility": "secret",
|
|
1680
|
+
"type": "string"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
"required": [
|
|
1684
|
+
"host"
|
|
1685
|
+
]
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"bitbucketCloud": {
|
|
1689
|
+
"description": "Integration configuration for Bitbucket Cloud",
|
|
1690
|
+
"type": "array",
|
|
1691
|
+
"items": {
|
|
1692
|
+
"type": "object",
|
|
1693
|
+
"properties": {
|
|
1694
|
+
"username": {
|
|
1695
|
+
"description": "The username to use for authenticated requests.",
|
|
1696
|
+
"visibility": "secret",
|
|
1697
|
+
"type": "string"
|
|
1698
|
+
},
|
|
1699
|
+
"appPassword": {
|
|
1700
|
+
"description": "Bitbucket Cloud app password used to authenticate requests.",
|
|
1701
|
+
"visibility": "secret",
|
|
1702
|
+
"type": "string"
|
|
1703
|
+
},
|
|
1704
|
+
"commitSigningKey": {
|
|
1705
|
+
"description": "PGP signing key for signing commits.",
|
|
1706
|
+
"visibility": "secret",
|
|
1707
|
+
"type": "string"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"required": [
|
|
1711
|
+
"appPassword",
|
|
1712
|
+
"username"
|
|
1713
|
+
]
|
|
1714
|
+
}
|
|
1715
|
+
},
|
|
1716
|
+
"bitbucketServer": {
|
|
1717
|
+
"description": "Integration configuration for Bitbucket Server",
|
|
1718
|
+
"type": "array",
|
|
1719
|
+
"items": {
|
|
1720
|
+
"type": "object",
|
|
1721
|
+
"properties": {
|
|
1722
|
+
"host": {
|
|
1723
|
+
"description": "The hostname of the given Bitbucket Server instance",
|
|
1724
|
+
"visibility": "frontend",
|
|
1725
|
+
"type": "string"
|
|
1726
|
+
},
|
|
1727
|
+
"token": {
|
|
1728
|
+
"description": "Token used to authenticate requests.",
|
|
1729
|
+
"visibility": "secret",
|
|
1730
|
+
"type": "string"
|
|
1731
|
+
},
|
|
1732
|
+
"username": {
|
|
1733
|
+
"description": "Username used to authenticate requests with Basic Auth.",
|
|
1734
|
+
"visibility": "secret",
|
|
1735
|
+
"type": "string"
|
|
1736
|
+
},
|
|
1737
|
+
"password": {
|
|
1738
|
+
"description": "Password (or token as password) used to authenticate requests with Basic Auth.",
|
|
1739
|
+
"visibility": "secret",
|
|
1740
|
+
"type": "string"
|
|
1741
|
+
},
|
|
1742
|
+
"apiBaseUrl": {
|
|
1743
|
+
"description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
|
|
1744
|
+
"visibility": "frontend",
|
|
1745
|
+
"type": "string"
|
|
1746
|
+
},
|
|
1747
|
+
"commitSigningKey": {
|
|
1748
|
+
"description": "PGP signing key for signing commits.",
|
|
1749
|
+
"visibility": "secret",
|
|
1750
|
+
"type": "string"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
"required": [
|
|
1754
|
+
"host"
|
|
1755
|
+
]
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
"gerrit": {
|
|
1759
|
+
"description": "Integration configuration for Gerrit",
|
|
1760
|
+
"type": "array",
|
|
1761
|
+
"items": {
|
|
1762
|
+
"type": "object",
|
|
1763
|
+
"properties": {
|
|
1764
|
+
"host": {
|
|
1765
|
+
"description": "The hostname of the given Gerrit instance",
|
|
1766
|
+
"visibility": "frontend",
|
|
1767
|
+
"type": "string"
|
|
1768
|
+
},
|
|
1769
|
+
"baseUrl": {
|
|
1770
|
+
"description": "The base url for the Gerrit instance.",
|
|
1771
|
+
"visibility": "frontend",
|
|
1772
|
+
"type": "string"
|
|
1773
|
+
},
|
|
1774
|
+
"gitilesBaseUrl": {
|
|
1775
|
+
"description": "The gitiles base url.",
|
|
1776
|
+
"visibility": "frontend",
|
|
1777
|
+
"type": "string"
|
|
1778
|
+
},
|
|
1779
|
+
"cloneUrl": {
|
|
1780
|
+
"description": "The base url for cloning repos.",
|
|
1781
|
+
"visibility": "frontend",
|
|
1782
|
+
"type": "string"
|
|
1783
|
+
},
|
|
1784
|
+
"username": {
|
|
1785
|
+
"description": "The username to use for authenticated requests.",
|
|
1786
|
+
"visibility": "secret",
|
|
1787
|
+
"type": "string"
|
|
1788
|
+
},
|
|
1789
|
+
"password": {
|
|
1790
|
+
"description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
1791
|
+
"visibility": "secret",
|
|
1792
|
+
"type": "string"
|
|
1793
|
+
},
|
|
1794
|
+
"commitSigningKey": {
|
|
1795
|
+
"description": "PGP signing key for signing commits.",
|
|
1796
|
+
"visibility": "secret",
|
|
1797
|
+
"type": "string"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
"required": [
|
|
1801
|
+
"gitilesBaseUrl",
|
|
1802
|
+
"host"
|
|
1803
|
+
]
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"github": {
|
|
1807
|
+
"description": "Integration configuration for GitHub",
|
|
1808
|
+
"type": "array",
|
|
1809
|
+
"items": {
|
|
1810
|
+
"type": "object",
|
|
1811
|
+
"properties": {
|
|
1812
|
+
"host": {
|
|
1813
|
+
"description": "The hostname of the given GitHub instance",
|
|
1814
|
+
"visibility": "frontend",
|
|
1815
|
+
"type": "string"
|
|
1816
|
+
},
|
|
1817
|
+
"token": {
|
|
1818
|
+
"description": "Token used to authenticate requests.",
|
|
1819
|
+
"visibility": "secret",
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
},
|
|
1822
|
+
"apiBaseUrl": {
|
|
1823
|
+
"description": "The base url for the GitHub API, for example https://api.github.com",
|
|
1824
|
+
"visibility": "frontend",
|
|
1825
|
+
"type": "string"
|
|
1826
|
+
},
|
|
1827
|
+
"rawBaseUrl": {
|
|
1828
|
+
"description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
|
|
1829
|
+
"visibility": "frontend",
|
|
1830
|
+
"type": "string"
|
|
1831
|
+
},
|
|
1832
|
+
"apps": {
|
|
1833
|
+
"description": "GitHub Apps configuration",
|
|
1834
|
+
"type": "array",
|
|
1835
|
+
"items": {
|
|
1836
|
+
"type": "object",
|
|
1837
|
+
"properties": {
|
|
1838
|
+
"appId": {
|
|
1839
|
+
"description": "The numeric GitHub App ID, string for environment variables",
|
|
1840
|
+
"type": [
|
|
1841
|
+
"string",
|
|
1842
|
+
"number"
|
|
1843
|
+
]
|
|
1844
|
+
},
|
|
1845
|
+
"privateKey": {
|
|
1846
|
+
"description": "The private key to use for auth against the app",
|
|
1847
|
+
"visibility": "secret",
|
|
1848
|
+
"type": "string"
|
|
1849
|
+
},
|
|
1850
|
+
"webhookSecret": {
|
|
1851
|
+
"description": "The secret used for webhooks",
|
|
1852
|
+
"visibility": "secret",
|
|
1853
|
+
"type": "string"
|
|
1854
|
+
},
|
|
1855
|
+
"clientId": {
|
|
1856
|
+
"description": "The client ID to use",
|
|
1857
|
+
"type": "string"
|
|
1858
|
+
},
|
|
1859
|
+
"clientSecret": {
|
|
1860
|
+
"description": "The client secret to use",
|
|
1861
|
+
"visibility": "secret",
|
|
1862
|
+
"type": "string"
|
|
1863
|
+
},
|
|
1864
|
+
"allowedInstallationOwners": {
|
|
1865
|
+
"description": "List of installation owners allowed to be used by this GitHub app. The GitHub UI does not provide a way to list the installations.\nHowever you can list the installations with the GitHub API. You can find the list of installations here:\nhttps://api.github.com/app/installations\nThe relevant documentation for this is here.\nhttps://docs.github.com/en/rest/reference/apps#list-installations-for-the-authenticated-app--code-samples",
|
|
1866
|
+
"type": "array",
|
|
1867
|
+
"items": {
|
|
1868
|
+
"type": "string"
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
"required": [
|
|
1873
|
+
"appId",
|
|
1874
|
+
"clientId",
|
|
1875
|
+
"clientSecret",
|
|
1876
|
+
"privateKey",
|
|
1877
|
+
"webhookSecret"
|
|
1878
|
+
]
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
"required": [
|
|
1883
|
+
"host"
|
|
1884
|
+
]
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
"gitlab": {
|
|
1888
|
+
"description": "Integration configuration for GitLab",
|
|
1889
|
+
"type": "array",
|
|
1890
|
+
"items": {
|
|
1891
|
+
"type": "object",
|
|
1892
|
+
"properties": {
|
|
1893
|
+
"host": {
|
|
1894
|
+
"description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
|
|
1895
|
+
"visibility": "frontend",
|
|
1896
|
+
"type": "string"
|
|
1897
|
+
},
|
|
1898
|
+
"apiBaseUrl": {
|
|
1899
|
+
"description": "The base URL of the API of this provider, e.g.\n\"https://gitlab.com/api/v4\", with no trailing slash.\n\nMay be omitted specifically for public GitLab; then it will be deduced.",
|
|
1900
|
+
"visibility": "frontend",
|
|
1901
|
+
"type": "string"
|
|
1902
|
+
},
|
|
1903
|
+
"token": {
|
|
1904
|
+
"description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
|
|
1905
|
+
"visibility": "secret",
|
|
1906
|
+
"type": "string"
|
|
1907
|
+
},
|
|
1908
|
+
"baseUrl": {
|
|
1909
|
+
"description": "The baseUrl of this provider, e.g. \"https://gitlab.com\", which is\npassed into the GitLab client.\n\nIf no baseUrl is provided, it will default to https://${host}.",
|
|
1910
|
+
"visibility": "frontend",
|
|
1911
|
+
"type": "string"
|
|
1912
|
+
},
|
|
1913
|
+
"commitSigningKey": {
|
|
1914
|
+
"description": "PGP signing key for signing commits.",
|
|
1915
|
+
"visibility": "secret",
|
|
1916
|
+
"type": "string"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"required": [
|
|
1920
|
+
"host"
|
|
1921
|
+
]
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1924
|
+
"googleGcs": {
|
|
1925
|
+
"description": "Integration configuration for Google Cloud Storage",
|
|
1926
|
+
"type": "object",
|
|
1927
|
+
"properties": {
|
|
1928
|
+
"clientEmail": {
|
|
1929
|
+
"description": "Service account email used to authenticate requests.",
|
|
1930
|
+
"type": "string"
|
|
1931
|
+
},
|
|
1932
|
+
"privateKey": {
|
|
1933
|
+
"description": "Service account private key used to authenticate requests.",
|
|
1934
|
+
"visibility": "secret",
|
|
1935
|
+
"type": "string"
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"awsS3": {
|
|
1940
|
+
"description": "Integration configuration for AWS S3 Service",
|
|
1941
|
+
"type": "array",
|
|
1942
|
+
"items": {
|
|
1943
|
+
"type": "object",
|
|
1944
|
+
"properties": {
|
|
1945
|
+
"endpoint": {
|
|
1946
|
+
"description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
|
|
1947
|
+
"visibility": "frontend",
|
|
1948
|
+
"type": "string"
|
|
1949
|
+
},
|
|
1950
|
+
"s3ForcePathStyle": {
|
|
1951
|
+
"description": "Whether to use path style URLs when communicating with S3.\nDefaults to false.\nThis allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used.",
|
|
1952
|
+
"visibility": "frontend",
|
|
1953
|
+
"type": "boolean"
|
|
1954
|
+
},
|
|
1955
|
+
"accessKeyId": {
|
|
1956
|
+
"description": "Account access key used to authenticate requests.",
|
|
1957
|
+
"type": "string"
|
|
1958
|
+
},
|
|
1959
|
+
"secretAccessKey": {
|
|
1960
|
+
"description": "Account secret key used to authenticate requests.",
|
|
1961
|
+
"visibility": "secret",
|
|
1962
|
+
"type": "string"
|
|
1963
|
+
},
|
|
1964
|
+
"roleArn": {
|
|
1965
|
+
"description": "ARN of the role to be assumed",
|
|
1966
|
+
"type": "string"
|
|
1967
|
+
},
|
|
1968
|
+
"externalId": {
|
|
1969
|
+
"description": "External ID to use when assuming role",
|
|
1970
|
+
"type": "string"
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
"gitea": {
|
|
1976
|
+
"description": "Integration configuration for Gitea",
|
|
1977
|
+
"type": "array",
|
|
1978
|
+
"items": {
|
|
1979
|
+
"type": "object",
|
|
1980
|
+
"properties": {
|
|
1981
|
+
"host": {
|
|
1982
|
+
"description": "The hostname of the given Gitea instance",
|
|
1983
|
+
"visibility": "frontend",
|
|
1984
|
+
"type": "string"
|
|
1985
|
+
},
|
|
1986
|
+
"baseUrl": {
|
|
1987
|
+
"description": "The base url for the Gitea instance.",
|
|
1988
|
+
"visibility": "frontend",
|
|
1989
|
+
"type": "string"
|
|
1990
|
+
},
|
|
1991
|
+
"username": {
|
|
1992
|
+
"description": "The username to use for authenticated requests.",
|
|
1993
|
+
"visibility": "secret",
|
|
1994
|
+
"type": "string"
|
|
1995
|
+
},
|
|
1996
|
+
"password": {
|
|
1997
|
+
"description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
|
|
1998
|
+
"visibility": "secret",
|
|
1999
|
+
"type": "string"
|
|
2000
|
+
},
|
|
2001
|
+
"commitSigningKey": {
|
|
2002
|
+
"description": "PGP signing key for signing commits.",
|
|
2003
|
+
"visibility": "secret",
|
|
2004
|
+
"type": "string"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
"required": [
|
|
2008
|
+
"host"
|
|
2009
|
+
]
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
"harness": {
|
|
2013
|
+
"description": "Integration configuration for Harness Code",
|
|
2014
|
+
"type": "array",
|
|
2015
|
+
"items": {
|
|
2016
|
+
"type": "object",
|
|
2017
|
+
"properties": {
|
|
2018
|
+
"host": {
|
|
2019
|
+
"description": "The hostname of the given Harness Code instance",
|
|
2020
|
+
"visibility": "frontend",
|
|
2021
|
+
"type": "string"
|
|
2022
|
+
},
|
|
2023
|
+
"apiKey": {
|
|
2024
|
+
"description": "The apikey to use for authenticated requests.",
|
|
2025
|
+
"visibility": "secret",
|
|
2026
|
+
"type": "string"
|
|
2027
|
+
},
|
|
2028
|
+
"token": {
|
|
2029
|
+
"description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
|
|
2030
|
+
"visibility": "secret",
|
|
2031
|
+
"type": "string"
|
|
2032
|
+
}
|
|
1551
2033
|
},
|
|
1552
|
-
"
|
|
1553
|
-
"
|
|
1554
|
-
|
|
1555
|
-
"type": "boolean"
|
|
1556
|
-
}
|
|
2034
|
+
"required": [
|
|
2035
|
+
"host"
|
|
2036
|
+
]
|
|
1557
2037
|
}
|
|
1558
2038
|
}
|
|
1559
2039
|
}
|
|
@@ -1561,7 +2041,7 @@
|
|
|
1561
2041
|
},
|
|
1562
2042
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1563
2043
|
},
|
|
1564
|
-
"packageName": "@backstage/
|
|
2044
|
+
"packageName": "@backstage/integration"
|
|
1565
2045
|
},
|
|
1566
2046
|
{
|
|
1567
2047
|
"path": "../backend-app-api/config.d.ts",
|
|
@@ -2329,6 +2809,75 @@
|
|
|
2329
2809
|
},
|
|
2330
2810
|
"defaultTtl": {
|
|
2331
2811
|
"description": "An optional default TTL (in milliseconds, if given as a number)."
|
|
2812
|
+
},
|
|
2813
|
+
"redis": {
|
|
2814
|
+
"type": "object",
|
|
2815
|
+
"properties": {
|
|
2816
|
+
"client": {
|
|
2817
|
+
"description": "An optional Redis client configuration. These options are passed to the `@keyv/redis` client.",
|
|
2818
|
+
"type": "object",
|
|
2819
|
+
"properties": {
|
|
2820
|
+
"namespace": {
|
|
2821
|
+
"description": "Namespace for the current instance.",
|
|
2822
|
+
"type": "string"
|
|
2823
|
+
},
|
|
2824
|
+
"keyPrefixSeparator": {
|
|
2825
|
+
"description": "Separator to use between namespace and key.",
|
|
2826
|
+
"type": "string"
|
|
2827
|
+
},
|
|
2828
|
+
"clearBatchSize": {
|
|
2829
|
+
"description": "Number of keys to delete in a single batch.",
|
|
2830
|
+
"type": "number"
|
|
2831
|
+
},
|
|
2832
|
+
"useUnlink": {
|
|
2833
|
+
"description": "Enable Unlink instead of using Del for clearing keys. This is more performant but may not be supported by all Redis versions.",
|
|
2834
|
+
"type": "boolean"
|
|
2835
|
+
},
|
|
2836
|
+
"noNamespaceAffectsAll": {
|
|
2837
|
+
"description": "Whether to allow clearing all keys when no namespace is set.\nIf set to true and no namespace is set, iterate() will return all keys.\nDefaults to `false`.",
|
|
2838
|
+
"type": "boolean"
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
"cluster": {
|
|
2843
|
+
"description": "An optional Redis cluster configuration.",
|
|
2844
|
+
"type": "object",
|
|
2845
|
+
"properties": {
|
|
2846
|
+
"rootNodes": {
|
|
2847
|
+
"description": "Cluster configuration options to be passed to the `@keyv/redis` client (and node-redis under the hood)\nhttps://github.com/redis/node-redis/blob/master/docs/clustering.md",
|
|
2848
|
+
"visibility": "secret",
|
|
2849
|
+
"type": "array",
|
|
2850
|
+
"items": {
|
|
2851
|
+
"type": "object",
|
|
2852
|
+
"properties": {},
|
|
2853
|
+
"additionalProperties": true
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
"defaults": {
|
|
2857
|
+
"description": "Cluster node default configuration options to be passed to the `@keyv/redis` client (and node-redis under the hood)\nhttps://github.com/redis/node-redis/blob/master/docs/clustering.md",
|
|
2858
|
+
"visibility": "secret",
|
|
2859
|
+
"type": "object",
|
|
2860
|
+
"properties": {},
|
|
2861
|
+
"additionalProperties": true
|
|
2862
|
+
},
|
|
2863
|
+
"minimizeConnections": {
|
|
2864
|
+
"description": "When `true`, `.connect()` will only discover the cluster topology, without actually connecting to all the nodes.\nUseful for short-term or PubSub-only connections.",
|
|
2865
|
+
"type": "boolean"
|
|
2866
|
+
},
|
|
2867
|
+
"useReplicas": {
|
|
2868
|
+
"description": "When `true`, distribute load by executing readonly commands (such as `GET`, `GEOSEARCH`, etc.) across all cluster nodes. When `false`, only use master nodes.",
|
|
2869
|
+
"type": "boolean"
|
|
2870
|
+
},
|
|
2871
|
+
"maxCommandRedirections": {
|
|
2872
|
+
"description": "The maximum number of times a command will be redirected due to `MOVED` or `ASK` errors.",
|
|
2873
|
+
"type": "number"
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
"required": [
|
|
2877
|
+
"rootNodes"
|
|
2878
|
+
]
|
|
2879
|
+
}
|
|
2880
|
+
}
|
|
2332
2881
|
}
|
|
2333
2882
|
},
|
|
2334
2883
|
"required": [
|
|
@@ -3786,6 +4335,7 @@
|
|
|
3786
4335
|
"prompt": {
|
|
3787
4336
|
"type": "string"
|
|
3788
4337
|
},
|
|
4338
|
+
"timeout": {},
|
|
3789
4339
|
"signIn": {
|
|
3790
4340
|
"type": "object",
|
|
3791
4341
|
"properties": {
|
|
@@ -4077,6 +4627,52 @@
|
|
|
4077
4627
|
},
|
|
4078
4628
|
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4079
4629
|
},
|
|
4630
|
+
{
|
|
4631
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4632
|
+
"value": {
|
|
4633
|
+
"type": "object",
|
|
4634
|
+
"properties": {
|
|
4635
|
+
"auth": {
|
|
4636
|
+
"type": "object",
|
|
4637
|
+
"properties": {
|
|
4638
|
+
"autologout": {
|
|
4639
|
+
"description": "Autologout feature configuration",
|
|
4640
|
+
"type": "object",
|
|
4641
|
+
"properties": {
|
|
4642
|
+
"enabled": {
|
|
4643
|
+
"description": "Enable or disable the autologout feature",
|
|
4644
|
+
"visibility": "frontend",
|
|
4645
|
+
"type": "boolean"
|
|
4646
|
+
},
|
|
4647
|
+
"idleTimeoutMinutes": {
|
|
4648
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4649
|
+
"visibility": "frontend",
|
|
4650
|
+
"type": "number"
|
|
4651
|
+
},
|
|
4652
|
+
"promptBeforeIdleSeconds": {
|
|
4653
|
+
"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.",
|
|
4654
|
+
"visibility": "frontend",
|
|
4655
|
+
"type": "number"
|
|
4656
|
+
},
|
|
4657
|
+
"useWorkerTimers": {
|
|
4658
|
+
"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.",
|
|
4659
|
+
"visibility": "frontend",
|
|
4660
|
+
"type": "boolean"
|
|
4661
|
+
},
|
|
4662
|
+
"logoutIfDisconnected": {
|
|
4663
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4664
|
+
"visibility": "frontend",
|
|
4665
|
+
"type": "boolean"
|
|
4666
|
+
}
|
|
4667
|
+
}
|
|
4668
|
+
}
|
|
4669
|
+
}
|
|
4670
|
+
}
|
|
4671
|
+
},
|
|
4672
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4673
|
+
},
|
|
4674
|
+
"packageName": "@backstage/core-components"
|
|
4675
|
+
},
|
|
4080
4676
|
{
|
|
4081
4677
|
"path": "../integration-aws-node/config.d.ts",
|
|
4082
4678
|
"value": {
|
|
@@ -4186,6 +4782,119 @@
|
|
|
4186
4782
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4187
4783
|
},
|
|
4188
4784
|
"packageName": "@backstage/integration-aws-node"
|
|
4785
|
+
},
|
|
4786
|
+
{
|
|
4787
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
|
|
4788
|
+
"value": {
|
|
4789
|
+
"type": "object",
|
|
4790
|
+
"properties": {
|
|
4791
|
+
"app": {
|
|
4792
|
+
"type": "object",
|
|
4793
|
+
"properties": {
|
|
4794
|
+
"experimental": {
|
|
4795
|
+
"type": "object",
|
|
4796
|
+
"properties": {
|
|
4797
|
+
"packages": {
|
|
4798
|
+
"visibility": "frontend",
|
|
4799
|
+
"deepVisibility": "frontend",
|
|
4800
|
+
"anyOf": [
|
|
4801
|
+
{
|
|
4802
|
+
"type": "object",
|
|
4803
|
+
"properties": {
|
|
4804
|
+
"include": {
|
|
4805
|
+
"type": "array",
|
|
4806
|
+
"items": {
|
|
4807
|
+
"type": "string"
|
|
4808
|
+
}
|
|
4809
|
+
},
|
|
4810
|
+
"exclude": {
|
|
4811
|
+
"type": "array",
|
|
4812
|
+
"items": {
|
|
4813
|
+
"type": "string"
|
|
4814
|
+
}
|
|
4815
|
+
}
|
|
4816
|
+
}
|
|
4817
|
+
},
|
|
4818
|
+
{
|
|
4819
|
+
"const": "all",
|
|
4820
|
+
"type": "string"
|
|
4821
|
+
}
|
|
4822
|
+
]
|
|
4823
|
+
}
|
|
4824
|
+
}
|
|
4825
|
+
},
|
|
4826
|
+
"routes": {
|
|
4827
|
+
"type": "object",
|
|
4828
|
+
"properties": {
|
|
4829
|
+
"bindings": {
|
|
4830
|
+
"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.",
|
|
4831
|
+
"deepVisibility": "frontend",
|
|
4832
|
+
"type": "object",
|
|
4833
|
+
"additionalProperties": {
|
|
4834
|
+
"anyOf": [
|
|
4835
|
+
{
|
|
4836
|
+
"const": false,
|
|
4837
|
+
"type": "boolean"
|
|
4838
|
+
},
|
|
4839
|
+
{
|
|
4840
|
+
"type": "string"
|
|
4841
|
+
}
|
|
4842
|
+
]
|
|
4843
|
+
}
|
|
4844
|
+
}
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4847
|
+
"extensions": {
|
|
4848
|
+
"deepVisibility": "frontend",
|
|
4849
|
+
"type": "array",
|
|
4850
|
+
"items": {
|
|
4851
|
+
"anyOf": [
|
|
4852
|
+
{
|
|
4853
|
+
"type": "object",
|
|
4854
|
+
"additionalProperties": {
|
|
4855
|
+
"anyOf": [
|
|
4856
|
+
{
|
|
4857
|
+
"type": "object",
|
|
4858
|
+
"properties": {
|
|
4859
|
+
"attachTo": {
|
|
4860
|
+
"type": "object",
|
|
4861
|
+
"properties": {
|
|
4862
|
+
"id": {
|
|
4863
|
+
"type": "string"
|
|
4864
|
+
},
|
|
4865
|
+
"input": {
|
|
4866
|
+
"type": "string"
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
4869
|
+
"required": [
|
|
4870
|
+
"id",
|
|
4871
|
+
"input"
|
|
4872
|
+
]
|
|
4873
|
+
},
|
|
4874
|
+
"disabled": {
|
|
4875
|
+
"type": "boolean"
|
|
4876
|
+
},
|
|
4877
|
+
"config": {}
|
|
4878
|
+
}
|
|
4879
|
+
},
|
|
4880
|
+
{
|
|
4881
|
+
"type": "boolean"
|
|
4882
|
+
}
|
|
4883
|
+
]
|
|
4884
|
+
}
|
|
4885
|
+
},
|
|
4886
|
+
{
|
|
4887
|
+
"type": "string"
|
|
4888
|
+
}
|
|
4889
|
+
]
|
|
4890
|
+
}
|
|
4891
|
+
}
|
|
4892
|
+
}
|
|
4893
|
+
}
|
|
4894
|
+
},
|
|
4895
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4896
|
+
},
|
|
4897
|
+
"packageName": "@backstage/frontend-app-api"
|
|
4189
4898
|
}
|
|
4190
4899
|
],
|
|
4191
4900
|
"backstageConfigSchemaVersion": 1
|