Add system status displays for Minio and Redis, and enhance backup configuration
This commit is contained in:
@@ -175,10 +175,21 @@ export const sourceMappings = [
|
||||
},
|
||||
{
|
||||
name: "system-status",
|
||||
patterns: [/system[-/]?status/iu, /systemDatabase/iu, /replication/iu],
|
||||
patterns: [/system[-/]?status/iu, /system(?:Database|Redis|Minio)/iu, /SystemDependencyDisplay/iu, /replication/iu],
|
||||
specs: ["tests/e2e/superuser-system-status.smoke.spec.js"],
|
||||
projects: chromiumProjects,
|
||||
},
|
||||
{
|
||||
name: "superuser-security",
|
||||
patterns: [
|
||||
/^src\/views\/dashboards\/superUserDashboard\/system\/SystemSecurity\.vue$/u,
|
||||
/^src\/services\/superuserSecurity\.js$/u,
|
||||
/superuser[-/]?security/iu,
|
||||
/system\/security/iu,
|
||||
],
|
||||
specs: ["tests/e2e/superuser-security.spec.ts"],
|
||||
projects: chromiumProjects,
|
||||
},
|
||||
{
|
||||
name: "superuser-department-pricing",
|
||||
patterns: [
|
||||
|
||||
@@ -80,7 +80,6 @@ export const ownedFilesByRole = {
|
||||
"pos.visual.spec.js",
|
||||
],
|
||||
superuser: [
|
||||
"coolify-infrastructure.spec.js",
|
||||
"edge-gateways.fleet-outline.spec.js",
|
||||
"edge-gateways.routes.spec.js",
|
||||
"edge-gateways.smoke.spec.js",
|
||||
@@ -114,6 +113,7 @@ export const ownedFilesByRole = {
|
||||
"superuser-orders-date-filters.spec.ts",
|
||||
"superuser-products-layout.spec.ts",
|
||||
"superuser-roles-permissions.spec.ts",
|
||||
"superuser-security.spec.ts",
|
||||
"superuser-system-status.smoke.spec.js",
|
||||
"superuser-users.spec.ts",
|
||||
"superuser-vehicles.smoke.spec.js",
|
||||
|
||||
Reference in New Issue
Block a user