Add native traffic inspection to Harbor Connect and Gateway
This commit is contained in:
@@ -19,6 +19,7 @@ const noRuntimeImpact = [
|
||||
/^entrypoint\.client\.sh$/,
|
||||
/^install\.sh$/,
|
||||
/^scripts\/(?:check-import-boundaries\.mjs|clean-test-dist\.mjs|harbor-network-monitor\.sh|harbor-version\.mjs|install-macos-client\.sh)$/,
|
||||
/^tools\/test-singbox-(?:client-rc|gateway-native-traffic|native-traffic)\.sh$/,
|
||||
];
|
||||
const foundation = [
|
||||
/^\.dockerignore$/,
|
||||
@@ -32,11 +33,14 @@ const foundation = [
|
||||
/^tsconfig(?:\.[^.]+)?\.json$/,
|
||||
];
|
||||
const controlAndDataplane = [
|
||||
/^buf\.gen\.yaml$/,
|
||||
/^proto\//,
|
||||
new RegExp(`^src/server/main${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/server/(?:config|gatewayRouting|singbox|singboxRuntime|version)${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/server/(?:config|gatewayNativeRuntime|gatewayRouting|singbox|singboxRuntime|version)${CODE_EXTENSION}`),
|
||||
/^src\/server\/generated\//,
|
||||
new RegExp(`^src/server/adapters/neighbors${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/server/services/(?:connectivityDiagnosticsService|deviceInventoryService|devicePolicyService|singboxSelectorService)${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/shared/(?:connectivityDiagnostics|errors)${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/server/services/(?:connectivityDiagnosticsService|deviceInventoryService|devicePolicyService|liveTrafficService|singboxSelectorService)${CODE_EXTENSION}`),
|
||||
new RegExp(`^src/shared/(?:connectivityDiagnostics|errors|liveTraffic)${CODE_EXTENSION}`),
|
||||
/^src\/server\/infrastructure\/dataplane\//,
|
||||
];
|
||||
const dataplane = [
|
||||
|
||||
Reference in New Issue
Block a user