frontend js enums generation, started service/create
This commit is contained in:
11
resources/js/enums/DeploymentStatus.js
Normal file
11
resources/js/enums/DeploymentStatus.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"PENDING": "pending",
|
||||
"IN_PROGRESS": "in-progress",
|
||||
"COMPLETED": "completed",
|
||||
"CANCELLED": "canceled",
|
||||
"FAILED": "failed"
|
||||
}
|
||||
|
||||
9
resources/js/enums/FirewallRuleStatus.js
Normal file
9
resources/js/enums/FirewallRuleStatus.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"NOT_APPLIED": "not-applied",
|
||||
"APPLIED": "applied",
|
||||
"FAILED": "failed"
|
||||
}
|
||||
|
||||
8
resources/js/enums/OrganisationRole.js
Normal file
8
resources/js/enums/OrganisationRole.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"ADMIN": "admin",
|
||||
"MEMBER": "member"
|
||||
}
|
||||
|
||||
7
resources/js/enums/RepositoryType.js
Normal file
7
resources/js/enums/RepositoryType.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"GIT": "git"
|
||||
}
|
||||
|
||||
8
resources/js/enums/ServerProvider.js
Normal file
8
resources/js/enums/ServerProvider.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"HETZNER": "hetzner",
|
||||
"DIGITAL_OCEAN": "digital-ocean"
|
||||
}
|
||||
|
||||
15
resources/js/enums/ServerStatus.js
Normal file
15
resources/js/enums/ServerStatus.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"WAITING_FOR_PROVIDER": "waiting-for-provider",
|
||||
"PROVIDER_TIMEOUT": "provider-timeout",
|
||||
"UNPROVISIONED": "unprovisioned",
|
||||
"PROVISIONING": "provisioning",
|
||||
"PROVISIONING_FAILED": "provisioning-failed",
|
||||
"UPDATING": "updating",
|
||||
"ACTIVE": "active",
|
||||
"DELETING": "deleting",
|
||||
"DELETED": "deleted"
|
||||
}
|
||||
|
||||
11
resources/js/enums/ServiceCategory.js
Normal file
11
resources/js/enums/ServiceCategory.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"DATABASE": "database",
|
||||
"APPLICATION": "application",
|
||||
"GATEWAY": "gateway",
|
||||
"STORAGE": "storage",
|
||||
"CACHE": "cache"
|
||||
}
|
||||
|
||||
12
resources/js/enums/ServiceStatus.js
Normal file
12
resources/js/enums/ServiceStatus.js
Normal file
@@ -0,0 +1,12 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"NOT_INSTALLED": "not-installed",
|
||||
"INSTALLING": "installing",
|
||||
"RUNNING": "running",
|
||||
"STOPPED": "stopped",
|
||||
"ERROR": "error",
|
||||
"UNKNOWN": "unknown"
|
||||
}
|
||||
|
||||
14
resources/js/enums/ServiceType.js
Normal file
14
resources/js/enums/ServiceType.js
Normal file
@@ -0,0 +1,14 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"FRANKENPHP": "frankenphp",
|
||||
"PHP_FPM": "php-fpm",
|
||||
"POSTGRES": "postgres",
|
||||
"CADDY": "caddy",
|
||||
"VALKEY": "valkey",
|
||||
"MYSQL": "mysql",
|
||||
"NGINX": "nginx",
|
||||
"REDIS": "redis"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user