Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workspaces/blackduck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"knip": "^5.27.4",
"node-gyp": "^9.0.0",
"prettier": "^2.3.2",
"typescript": "~5.3.0"
"typescript": "~5.8.0"
},
"resolutions": {
"@types/react": "^18",
Expand Down
1,069 changes: 283 additions & 786 deletions workspaces/blackduck/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion workspaces/kiali/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"node-gyp": "^9.0.0",
"prettier": "^3.6.2",
"prettier-plugin-sort-imports": "^1.8.8",
"typescript": "~5.3.0"
"typescript": "~5.8.0"
},
"resolutions": {
"@types/react": "^18",
Expand Down
145 changes: 1 addition & 144 deletions workspaces/kiali/plugins/kiali-common/report-config.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,150 +5,7 @@
```ts

// @public
export const config: {
session: {
timeOutforWarningUser: number;
};
toolbar: {
defaultDuration: number;
defaultRefreshInterval: number;
defaultTimeRange: {
rangeDuration: number;
};
refreshInterval: {
0: string;
10000: string;
15000: string;
30000: string;
60000: string;
300000: string;
900000: string;
};
graphLayouts: {
'kiali-grid': string;
'kiali-concentric': string;
'kiali-dagre': string;
};
};
tracing: {
configuration: {
limitResults: {
20: number;
50: number;
100: number;
200: number;
300: number;
400: number;
500: number;
};
statusCode: {
none: string;
200: string;
400: string;
401: string;
403: string;
404: string;
405: string;
408: string;
500: string;
502: string;
503: string;
504: string;
};
};
};
about: {
project: {
url: string;
icon: string;
linkText: string;
};
website: {
url: string;
icon: string;
linkText: string;
};
};
documentation: {
url: string;
};
login: {
headers: {
'X-Auth-Type-Kiali-UI': string;
};
};
api: {
urls: {
aggregateGraphElements: (namespace: string, aggregate: string, aggregateValue: string) => string;
aggregateByServiceGraphElements: (namespace: string, aggregate: string, aggregateValue: string, service: string) => string;
aggregateMetrics: (namespace: string, aggregate: string, aggregateValue: string) => string;
authenticate: string;
authInfo: string;
app: (namespace: string, app: string) => string;
appGraphElements: (namespace: string, app: string, version?: string) => string;
appHealth: (namespace: string, app: string) => string;
appMetrics: (namespace: string, app: string) => string;
appDashboard: (namespace: string, app: string) => string;
appSpans: (namespace: string, app: string) => string;
clusters: string;
clustersHealth: () => string;
clustersWorkloads: () => string;
crippledFeatures: string;
serviceSpans: (namespace: string, service: string) => string;
workloadSpans: (namespace: string, workload: string) => string;
customDashboard: (namespace: string, template: string) => string;
grafana: string;
istioConfig: (namespace: string) => string;
allIstioConfigs: () => string;
istioConfigCreate: (namespace: string, objectType: string) => string;
istioConfigDetail: (namespace: string, objectType: string, object: string, apiVersion?: string) => string;
istioConfigDelete: (namespace: string, objectType: string, object: string) => string;
istioConfigUpdate: (namespace: string, objectType: string, object: string) => string;
istioPermissions: string;
jaeger: string;
appTraces: (namespace: string, app: string) => string;
serviceTraces: (namespace: string, svc: string) => string;
workloadTraces: (namespace: string, wkd: string) => string;
jaegerErrorTraces: (namespace: string, app: string) => string;
jaegerTrace: (idTrace: string) => string;
logout: string;
metricsStats: string;
namespaces: string;
namespace: (namespace: string) => string;
namespacesGraphElements: string;
namespaceMetrics: (namespace: string) => string;
namespaceTls: (namespace: string) => string;
namespaceValidations: (namespace: string) => string;
configValidations: () => string;
meshTls: () => string;
istioStatus: () => string;
istioCertsInfo: () => string;
pod: (namespace: string, pod: string) => string;
podLogs: (namespace: string, pod: string) => string;
podEnvoyProxy: (namespace: string, pod: string) => string;
podEnvoyProxyLogging: (namespace: string, pod: string) => string;
podEnvoyProxyResourceEntries: (namespace: string, pod: string, resource: string) => string;
serverConfig: string;
service: (namespace: string, service: string) => string;
serviceGraphElements: (namespace: string, service: string) => string;
serviceHealth: (namespace: string, service: string) => string;
serviceMetrics: (namespace: string, service: string) => string;
serviceDashboard: (namespace: string, service: string) => string;
clustersApps: () => string;
clustersServices: () => string;
clustersMetrics: () => string;
status: string;
workload: (namespace: string, workload: string) => string;
workloadGraphElements: (namespace: string, workload: string) => string;
workloadHealth: (namespace: string, workload: string) => string;
workloadMetrics: (namespace: string, workload: string) => string;
workloadDashboard: (namespace: string, workload: string) => string;
};
};
graph: {
maxHosts: number;
};
};
export const config: typeof conf;

Comment on lines 7 to 9
// @public (undocumented)
export const defaultServerConfig: ComputedServerConfig;
Expand Down
2 changes: 0 additions & 2 deletions workspaces/kiali/plugins/kiali-common/report-func.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

```ts

/// <reference types="react" />

import type { Annotation } from 'react-ace/types';
import type { IMarker } from 'react-ace';
import { isAxiosError } from 'axios';
Expand Down
2 changes: 0 additions & 2 deletions workspaces/kiali/plugins/kiali-common/report-types.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

```ts

/// <reference types="react" />

import type { AceOptions } from 'react-ace/types';
import type { Annotation } from 'react-ace/types';
import type { AxiosError } from 'axios';
Expand Down
2 changes: 0 additions & 2 deletions workspaces/kiali/plugins/kiali/report.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

```ts

/// <reference types="react" />

import { BackstagePlugin } from '@backstage/core-plugin-api';
import { JSX as JSX_2 } from 'react/jsx-runtime';
import { default as KialiIcon } from '@mui/icons-material/Troubleshoot';
Expand Down
Loading
Loading