Migrate Harbor state and traffic history to SQLite
This commit is contained in:
@@ -22,6 +22,8 @@ const noRuntimeImpact = [
|
||||
/^tools\/test-singbox-(?:client-rc|gateway-native-traffic|native-traffic)\.sh$/,
|
||||
];
|
||||
const foundation = [
|
||||
/^\.node-version$/,
|
||||
/^scripts\/check-sqlite-runtime\.mjs$/,
|
||||
/^\.dockerignore$/,
|
||||
/^\.gitea\/workflows\//,
|
||||
/^Dockerfile(?:\.runtime-base)?$/,
|
||||
@@ -33,6 +35,8 @@ const foundation = [
|
||||
/^tsconfig(?:\.[^.]+)?\.json$/,
|
||||
];
|
||||
const controlAndDataplane = [
|
||||
/^src\/server\/services\/(?:sqlite|trafficHistoryStore|trafficHistoryService|trafficHistoryWorker)\.ts$/,
|
||||
/^src\/shared\/trafficHistory\.ts$/,
|
||||
/^buf\.gen\.yaml$/,
|
||||
/^proto\//,
|
||||
new RegExp(`^src/server/main${CODE_EXTENSION}`),
|
||||
|
||||
Reference in New Issue
Block a user