coolify/app/Models
Andras Bacsai 2a9d499251 feat: migrate env variables to polymorphic relationship
fix: proxy status query ui
2024-12-17 10:38:42 +01:00
..
Application.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
ApplicationDeploymentQueue.php chore: Add missing import for Attribute class in ApplicationDeploymentQueue model 2024-10-02 09:21:54 +02:00
ApplicationPreview.php fix: new way to update container statuses 2024-11-03 09:02:14 +01:00
ApplicationSetting.php Fix styling 2024-06-10 20:43:34 +00:00
BaseModel.php refactor: rename name method to sanitizedName in BaseModel for clarity 2024-12-10 08:50:07 +01:00
DiscordNotificationSettings.php feat: Discord notification settings Model 2024-12-09 15:52:50 +01:00
EmailNotificationSettings.php Update EmailNotificationSettings.php 2024-12-10 14:17:23 +01:00
Environment.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
EnvironmentVariable.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
GithubApp.php Always prefer ::class notation 2024-10-28 14:56:13 +01:00
GitlabApp.php fix: access team's github apps only 2024-10-24 13:28:31 +02:00
InstanceSettings.php feat: use encryption in instance settings model 2024-12-10 13:45:52 +01:00
Kubernetes.php Fix styling 2024-06-22 08:41:55 +00:00
LocalFileVolume.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
LocalPersistentVolume.php refactor: Update code to use str() instead of Str::of() for string manipulation 2024-06-25 10:37:10 +02:00
OauthSetting.php fix: service status indicator + oauth saving 2024-12-13 12:03:10 +01:00
PersonalAccessToken.php Fix styling 2024-06-10 20:43:34 +00:00
PrivateKey.php version++ and fix private key saving 2024-11-15 21:22:11 +01:00
Project.php Merge pull request #3949 from peaklabs-dev/fix-project-deletion 2024-11-07 13:43:56 +01:00
ProjectSetting.php feat: initial api endpoints 2024-02-16 21:56:38 +01:00
PushoverNotificationSettings.php fix: typo in pushover user key 2024-12-11 19:31:25 +01:00
S3Storage.php feat: new shared function name is_transactional_emails_enabled() 2024-12-09 15:34:24 +01:00
ScheduledDatabaseBackup.php pint 2024-10-17 22:08:23 +02:00
ScheduledDatabaseBackupExecution.php Refactor + package updates + improve local backups 2023-08-10 15:52:54 +02:00
ScheduledTask.php Inline many variables. 2024-10-31 18:20:11 +01:00
ScheduledTaskExecution.php Start scheduled task job execution. 2024-01-01 18:23:58 -08:00
Server.php feat: enable success messages again 2024-12-09 12:08:27 +01:00
ServerSetting.php fix: move servers API delete_unused_* properties 2024-11-23 13:23:13 +11:00
Service.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
ServiceApplication.php refactor scheduled task job (and related stuffs) 2024-11-07 11:09:38 +01:00
ServiceDatabase.php refactor scheduled task job (and related stuffs) 2024-11-07 11:09:38 +01:00
SharedEnvironmentVariable.php Fix styling 2024-06-10 20:43:34 +00:00
SlackNotificationSettings.php feat: Slack notification settings Model 2024-12-09 15:54:52 +01:00
StandaloneClickhouse.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
StandaloneDocker.php Fix styling 2024-06-10 20:43:34 +00:00
StandaloneDragonfly.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
StandaloneKeydb.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
StandaloneMariadb.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
StandaloneMongodb.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
StandaloneMysql.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
StandalonePostgresql.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
StandaloneRedis.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
Subscription.php fix: remove lemon + paddle things 2024-06-25 13:54:58 +02:00
SwarmDocker.php Fix styling 2024-06-10 20:43:34 +00:00
Tag.php Fix styling 2024-06-10 20:43:34 +00:00
Team.php fix: typo in pushover user key 2024-12-11 19:31:25 +01:00
TeamInvitation.php fix: better invitation errors 2024-11-07 12:32:23 +01:00
TelegramNotificationSettings.php chore: rename topicID to threadId like in the telegram API response 2024-12-11 23:13:13 +01:00
User.php chore: fix typo 2024-12-09 12:36:33 +01:00
Webhook.php Fix styling 2024-06-10 20:43:34 +00:00