coolify/database/migrations
peaklabs-dev ee93ccd8e7
fix(backups): retention settings
- If you set a low local backup retention, for example 2 backups for local backup retention and 10 backups for S3, then the S3 backups were never deleted, not even after 10 days. This was because we check the file paths based on the backup executions table, and as soon as a backup was deleted locally, the execution was removed, which meant after 10 days for s3 there where no backups older then 10 days just the 2 local backups which is just wrong. Now we only delete a backup execution if it has been removed from both locations.
- Also added a nice little UI element to see where your backup is available.
2025-03-14 15:28:12 +01:00
..
2014_10_12_000000_create_users_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2014_10_12_100000_create_password_reset_tokens_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2014_10_12_200000_add_two_factor_columns_to_users_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2018_08_08_100000_create_telescope_entries_table.php add telescope for debugging 2024-08-23 16:53:13 +02:00
2019_12_14_000001_create_personal_access_tokens_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_20_112410_create_activity_log_table.php testing php storm code cleanup and styling 2023-08-08 11:51:36 +02:00
2023_03_20_112411_add_event_column_to_activity_log_table.php testing php storm code cleanup and styling 2023-08-08 11:51:36 +02:00
2023_03_20_112412_add_batch_uuid_column_to_activity_log_table.php testing php storm code cleanup and styling 2023-08-08 11:51:36 +02:00
2023_03_20_112809_create_sessions_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_20_112811_create_teams_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_20_112812_create_team_user_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_20_112813_create_team_invitations_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_20_112814_create_instance_settings_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_24_140711_create_servers_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_24_140712_create_server_settings_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_24_140853_create_private_keys_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_27_075351_create_projects_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_27_075443_create_project_settings_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_27_075444_create_environments_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_27_081716_create_applications_table.php Fix styling 2024-06-10 20:43:34 +00:00
2023_03_27_081717_create_application_settings_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_27_081718_create_application_previews_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_27_083621_create_services_table.php fix: database schema 2023-09-24 11:56:32 +02:00
2023_03_27_085020_create_standalone_dockers_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_27_085022_create_swarm_dockers_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_28_062150_create_kubernetes_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_28_083723_create_github_apps_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_03_28_083726_create_gitlab_apps_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_04_03_111012_create_local_persistent_volumes_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_05_04_194548_create_environment_variables_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_05_17_104039_create_failed_jobs_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_05_24_083426_create_application_deployment_queues_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_06_22_131459_move_wildcard_to_server.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_06_23_084605_remove_wildcard_domain_from_instancesettings.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_06_23_110548_next_channel_updates.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_06_23_114131_change_env_var_value_length.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_06_23_114132_remove_default_redirect_from_instance_settings.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_06_23_114133_use_application_deployment_queues_as_activity.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_06_23_114134_add_disk_usage_percentage_to_servers.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_07_13_115117_create_subscriptions_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_07_13_120719_create_webhooks_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_07_13_120721_add_license_to_instance_settings.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_07_27_182013_smtp_discord_schemaless_to_normal.php Refactor instanceSettings() function for improved code readability 2024-10-01 10:37:40 +02:00
2023_08_06_142951_add_description_field_to_applications_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_08_06_142952_remove_foreignId_environment_variables.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_08_06_142954_add_readonly_localpersistentvolumes.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_08_07_073651_create_s3_storages_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_08_07_142950_create_standalone_postgresqls_table.php Fix styling 2024-06-10 20:43:34 +00:00
2023_08_08_150103_create_scheduled_database_backups_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_08_10_113306_create_scheduled_database_backup_executions_table.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_08_10_201311_add_backup_notifications_to_teams.php format muhahaha 2023-08-11 20:48:52 +02:00
2023_08_11_190528_add_dockerfile_to_applications_table.php feat: dockerfile build pack 2023-08-11 22:41:47 +02:00
2023_08_15_095902_create_waitlists_table.php feat: force password reset + waitlist 2023-08-15 14:11:38 +02:00
2023_08_15_111125_update_users_table.php feat: force password reset + waitlist 2023-08-15 14:11:38 +02:00
2023_08_15_111126_update_servers_add_unreachable_count_table.php feat: monitor server connection 2023-08-16 17:18:50 +02:00
2023_08_22_071048_add_boarding_to_teams.php wip: boarding 2023-08-22 17:44:49 +02:00
2023_08_22_071049_update_webhooks_type.php Fix styling 2024-06-10 20:43:34 +00:00
2023_08_22_071050_update_subscriptions_stripe.php add stripe subscription 2023-08-24 16:14:09 +02:00
2023_08_22_071051_add_stripe_plan_to_subscriptions.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_08_22_071052_add_resend_as_email.php feat: add resend as transactional emails 2023-08-31 13:10:39 +02:00
2023_08_22_071053_add_resend_as_email_to_teams.php able to use resend for pro+ users 2023-08-31 15:00:59 +02:00
2023_08_22_071054_add_stripe_reasons.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_08_22_071055_add_discord_notifications_to_teams.php feat: add discord notifications 2023-09-06 14:31:38 +02:00
2023_08_22_071056_update_telegram_notifications.php feat: Telegram topics separation 2023-09-08 14:15:28 +02:00
2023_08_22_071057_add_nixpkgsarchive_to_applications.php wip: nixpacksarchive 2023-09-11 15:53:05 +02:00
2023_08_22_071058_add_nixpkgsarchive_to_applications_remove.php fix: remove nixpkgarchive 2023-09-12 09:45:20 +02:00
2023_08_22_071059_add_stripe_trial_ended.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_08_22_071060_change_invitation_link_length.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_09_20_082541_update_services_table.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_09_20_082733_create_service_databases_table.php wip: services 2023-09-22 14:47:25 +02:00
2023_09_20_082737_create_service_applications_table.php wip: services 2023-09-22 14:47:25 +02:00
2023_09_20_083549_update_environment_variables_table.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_09_22_185356_create_local_file_volumes_table.php wip: services 2023-09-22 21:31:47 +02:00
2023_09_23_111808_update_servers_with_cloudflared.php feat: add cloudflare tunnel support 2023-09-23 13:34:40 +02:00
2023_09_23_111809_remove_destination_from_services_table.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_09_23_111811_update_service_applications_table.php puh, fixes 2023-09-26 14:45:52 +02:00
2023_09_23_111812_update_service_databases_table.php puh, fixes 2023-09-26 14:45:52 +02:00
2023_09_23_111813_update_users_databases_table.php cloud: marketing emails 2023-09-25 20:57:52 +02:00
2023_09_23_111814_update_local_file_volumes_table.php puh, fixes 2023-09-26 14:45:52 +02:00
2023_09_23_111815_add_healthcheck_disable_to_apps_table.php feat: able to disable container healthchecks 2023-10-01 18:14:13 +02:00
2023_09_23_111816_add_destination_to_services_table.php wip 2023-10-02 15:51:06 +02:00
2023_09_23_111817_use_instance_email_settings_by_default.php use instance settigns by default 2023-10-06 10:30:32 +02:00
2023_09_23_111818_set_notifications_on_by_default.php fix: set smtp notifications on by default 2023-10-06 12:32:38 +02:00
2023_09_23_111819_add_server_emails.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_10_08_111819_add_server_unreachable_count.php fix: server unreachable count 2023-10-09 12:07:42 +02:00
2023_10_10_100320_update_s3_storages_table.php fix: database backups 2023-10-10 13:10:43 +02:00
2023_10_10_113144_add_dockerfile_location_applications_table.php feat: add dockerfile location 2023-10-10 14:02:43 +02:00
2023_10_12_132430_create_standalone_redis_table.php Fix styling 2024-06-10 20:43:34 +00:00
2023_10_12_132431_add_standalone_redis_to_environment_variables_table.php init: redis 2023-10-12 17:18:33 +02:00
2023_10_12_132432_add_database_selection_to_backups.php fix: backup database one-by-one. 2023-10-13 15:45:24 +02:00
2023_10_18_072519_add_custom_labels_applications_table.php feat: able to customize docker labels on applications 2023-10-18 10:32:08 +02:00
2023_10_19_101331_create_standalone_mongodbs_table.php Fix styling 2024-06-10 20:43:34 +00:00
2023_10_19_101332_add_standalone_mongodb_to_environment_variables_table.php feat: standalone mongodb 2023-10-19 13:32:03 +02:00
2023_10_24_103548_create_standalone_mysqls_table.php Fix styling 2024-06-10 20:43:34 +00:00
2023_10_24_120523_create_standalone_mariadbs_table.php Fix styling 2024-06-10 20:43:34 +00:00
2023_10_24_120524_add_standalone_mysql_to_environment_variables_table.php feat: mysql, mariadb 2023-10-24 14:31:28 +02:00
2023_10_24_124934_add_is_shown_once_to_environment_variables_table.php feat: lock environment variables 2023-10-24 15:41:21 +02:00
2023_11_01_100437_add_restart_to_deployment_queue.php feat: restart application 2023-11-01 12:19:08 +01:00
2023_11_07_123731_add_target_build_dockerfile.php Add support for Dockerfile target build 2023-11-07 13:49:15 +01:00
2023_11_08_112815_add_custom_config_standalone_postgresql.php Add custom PostgreSQL configuration to 2023-11-08 12:40:05 +01:00
2023_11_09_133332_add_public_port_to_service_databases.php feat: make service databases public 2023-11-09 14:59:38 +01:00
2023_11_12_180605_change_fqdn_to_longer_field.php make fqdn super long 2023-11-12 19:09:38 +01:00
2023_11_13_133059_add_sponsorship_disable.php Add sponsorship notification and disable option, 2023-11-13 14:44:54 +01:00
2023_11_14_103450_add_manual_webhook_secret.php Add manual Git webhooks and migration files 2023-11-14 13:26:14 +01:00
2023_11_14_121416_add_git_type.php Add manual Git webhooks and migration files 2023-11-14 13:26:14 +01:00
2023_11_16_101819_add_high_disk_usage_notification.php Update server status check and notifications 2023-11-16 11:53:37 +01:00
2023_11_16_220647_add_log_drains.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_11_17_160437_add_drain_log_enable_by_service.php feat: log drainer container check 2023-11-17 21:16:25 +01:00
2023_11_20_094628_add_gpu_settings.php feat: gpu enabled containers 2023-11-20 11:35:31 +01:00
2023_11_21_121920_add_additional_destinations_to_apps.php Refactor code and update destination component 2023-11-21 15:31:46 +01:00
2023_11_24_080341_add_docker_compose_location.php Fix docker compose PR location default value 2023-11-28 10:11:53 +01:00
2023_11_28_143533_add_fields_to_swarm_dockers.php wip 2023-11-28 15:49:24 +01:00
2023_11_29_075937_change_swarm_properties.php wip: swarm 2023-11-29 10:06:52 +01:00
2023_12_01_091723_save_logs_view_settings.php feat: save timestamp configuration for logs 2023-12-01 10:34:30 +01:00
2023_12_01_095356_add_custom_fluentd_config_for_logdrains.php feat: custom log drain endpoints 2023-12-01 11:13:58 +01:00
2023_12_08_162228_add_soft_delete_services.php fix: service deletion job 2023-12-08 18:32:08 +01:00
2023_12_11_103611_add_realtime_connection_problem.php fix: realtime connection popup could be disabled 2023-12-11 12:03:32 +01:00
2023_12_13_110214_add_soft_deletes.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_12_17_155616_add_custom_docker_compose_start_command.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2023_12_18_093514_add_swarm_related_things.php wip: swarm 2023-12-18 14:01:25 +01:00
2023_12_19_124111_add_swarm_cluster_grouping.php add swarm server grouping 2023-12-19 13:47:12 +01:00
2023_12_30_134507_add_description_to_environments.php feat: add environment description + able to change name 2023-12-30 14:47:26 +01:00
2023_12_31_173041_create_scheduled_tasks_table.php Functional scheduled executions. 2024-01-05 15:06:36 +10:00
2024_01_01_231053_create_scheduled_task_executions_table.php Start scheduled task job execution. 2024-01-01 18:23:58 -08:00
2024_01_02_113855_add_raw_compose_deployment.php feat: raw docker compose deployments 2024-01-02 13:55:35 +01:00
2024_01_12_123422_update_cpuset_limits.php Fix styling 2024-06-10 20:43:34 +00:00
2024_01_15_084609_add_custom_dns_server.php add domain validation + custom dns servers 2024-01-15 10:03:15 +01:00
2024_01_16_115005_add_build_server_enable.php fix: proxy ui view 2024-01-16 15:19:14 +01:00
2024_01_21_130328_add_docker_network_to_services.php fix: show container on logs/executecontainer command views 2024-01-21 14:30:03 +01:00
2024_01_23_095832_add_manual_webhook_secret_bitbucket.php feat: added manual webhook support for bitbucket 2024-01-24 10:56:24 +01:00
2024_01_23_113129_create_shared_environment_variables_table.php feat: shared environments 2024-01-23 17:13:23 +01:00
2024_01_24_095449_add_concurrent_number_of_builds_per_server.php Update default concurrent_builds value to 2 2024-01-24 11:48:00 +01:00
2024_01_25_073212_add_server_id_to_queues.php fix: restrict concurrent deployments per server 2024-01-25 08:36:47 +01:00
2024_01_27_164724_add_application_name_and_deployment_url_to_queue.php feat: dashboard live deployment view 2024-01-27 18:44:40 +01:00
2024_01_29_072322_change_env_variable_length.php fix: change env variable length 2024-01-29 08:24:21 +01:00
2024_01_29_145200_add_custom_docker_run_options.php feat: add initial support for custom docker run commands 2024-01-29 16:07:00 +01:00
2024_02_01_111228_create_tags_table.php Refactor code and add additional destinations 2024-02-06 15:05:11 +01:00
2024_02_05_105215_add_destination_to_app_deployments.php fix: better server validation and installation process 2024-02-05 14:40:54 +01:00
2024_02_06_132748_add_additional_destinations.php feat: multi deployments 2024-02-07 14:55:06 +01:00
2024_02_08_075523_add_post_deployment_to_applications.php Added pre-deployment support. 2024-02-08 20:02:30 +10:00
2024_02_08_112304_add_dynamic_timeout_for_deployments.php Add dynamic timeout for deployments 2024-02-08 12:34:01 +01:00
2024_02_15_101921_add_consistent_application_container_name.php feat: add metabase 2024-02-15 11:55:43 +01:00
2024_02_15_192025_add_is_gzip_enabled_to_services.php feat: disable gzip compression on service applications 2024-02-15 20:44:01 +01:00
2024_02_20_165045_add_permissions_to_github_app.php feat: save github app permission locally 2024-02-20 18:14:47 +01:00
2024_02_22_090900_add_only_this_server_deployment.php fix: complex container status 2024-02-22 10:57:05 +01:00
2024_02_23_143119_add_custom_server_limits_to_teams_ultimate.php feat: custom server limit 2024-02-23 15:45:53 +01:00
2024_02_25_222150_add_server_force_disabled_field.php fix: force enable/disable server in case ultimate package quantity decreases 2024-02-26 10:25:21 +01:00
2024_03_04_092244_add_gzip_enabled_and_stripprefix_settings.php Refactor method names to use camel case 2024-03-04 11:01:14 +01:00
2024_03_07_115054_add_notifications_notification_disable.php ui: make notifications separate view 2024-03-07 12:58:04 +01:00
2024_03_08_180457_nullable_password.php Add oauth support 2024-03-11 17:29:57 -04:00
2024_03_11_150013_create_oauth_settings.php Add oauth support 2024-03-11 17:29:57 -04:00
2024_03_14_214402_add_multiline_envs.php fix: multiline env variables 2024-03-15 22:02:37 +01:00
2024_03_18_101440_add_version_of_envs.php fix: only escape envs after v239+ 2024-03-18 11:36:36 +01:00
2024_03_22_080914_remove_popup_notifications.php Refactor code and update UI components 2024-03-22 11:34:15 +01:00
2024_03_26_122110_remove_realtime_notifications.php fix: realtime connection check 2024-03-26 13:25:10 +01:00
2024_03_28_114620_add_watch_paths_to_apps.php feat: watch paths 2024-03-28 15:05:12 +01:00
2024_04_09_095517_make_custom_docker_commands_longer.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2024_04_10_071920_create_standalone_keydbs_table.php Fix styling 2024-06-10 20:43:34 +00:00
2024_04_10_082220_create_standalone_dragonflies_table.php Fix styling 2024-06-10 20:43:34 +00:00
2024_04_10_091519_create_standalone_clickhouses_table.php Fix styling 2024-06-10 20:43:34 +00:00
2024_04_10_124015_add_permission_local_file_volumes.php Add keydb, dragonfly and clickhouse 2024-04-10 15:00:46 +02:00
2024_04_12_092337_add_config_hash_to_other_resources.php feat: configuration checker for all resources 2024-04-12 12:44:49 +02:00
2024_04_15_094703_add_literal_variables.php feat: literal env variables 2024-04-15 12:46:22 +02:00
2024_04_16_083919_add_service_type_on_creation.php Add service_type field to Create.php and EditCompose.php 2024-04-16 10:44:23 +02:00
2024_04_17_132541_add_rollback_queues.php fix: rollback feature 2024-04-17 15:30:08 +02:00
2024_04_25_073615_add_docker_network_to_application_settings.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2024_04_29_111956_add_custom_hc_indicator_apps.php fix: parse HEALTHCHECK from dockerfile 2024-04-29 13:33:28 +02:00
2024_05_06_093236_add_custom_name_to_application_settings.php feat: custom internal container names 2024-05-06 11:45:22 +02:00
2024_05_07_124019_add_server_metrics.php feat: experimental sentinel 2024-05-07 15:41:50 +02:00
2024_05_10_085215_make_stripe_comment_longer.php Fix error handling in GetContainersStatus.php and increase length of stripe_comment field in migrations 2024-05-10 12:10:47 +02:00
2024_05_15_091757_add_commit_message_to_app_deployment_queue.php Refactor commit_message column length to 50 characters 2024-05-15 12:35:28 +02:00
2024_05_15_151236_add_container_escape_toggle.php feat: toggle label escaping mechanism 2024-05-15 17:52:14 +02:00
2024_05_17_082012_add_env_sorting_toggle.php feat: sort envs alphabetically and creation date 2024-05-17 11:10:57 +02:00
2024_05_21_125739_add_scheduled_tasks_notification_to_teams.php feat: scheduled task failed notification 2024-05-21 15:36:26 +02:00
2024_05_22_103942_change_pre_post_deployment_commands_length_in_applications.php chore: Change pre and post deployment command length in applications table 2024-05-22 12:41:22 +02:00
2024_05_23_091713_add_gitea_webhook_to_applications.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2024_06_05_101019_add_docker_compose_pr_domains.php feat: able to add several domains to compose based previews 2024-06-05 15:14:44 +02:00
2024_06_06_103938_change_pr_issue_commend_id_type.php fix: comment id should be string 2024-06-06 12:50:38 +02:00
2024_06_11_081614_add_www_non_www_redirect.php Update 2024_06_11_081614_add_www_non_www_redirect.php 2024-12-10 18:31:40 +01:00
2024_06_18_105948_move_server_metrics.php sentinel updates 2024-10-14 12:07:37 +02:00
2024_06_20_102551_add_server_api_sentinel.php feat: container metrics 2024-06-20 13:17:06 +02:00
2024_06_21_143358_add_api_deployment_type.php feat: more api endpoints 2024-06-21 16:46:13 +02:00
2024_06_22_081140_alter_instance_settings_add_instance_name.php Add ability to give a name to an instance 2024-06-22 10:22:57 +02:00
2024_06_25_184323_update_db.php cleanups 2024-11-06 12:39:37 +01:00
2024_07_01_115528_add_is_api_allowed_and_iplist.php feat: lots of api endpoints 2024-07-01 16:26:50 +02:00
2024_07_05_120217_remove_unique_from_tag_names.php remove tag name uniqueness 2024-07-05 14:04:52 +02:00
2024_07_11_083719_application_compose_versions.php feat: compose parser v2 2024-07-11 10:55:15 +02:00
2024_07_17_123828_add_is_container_labels_readonly.php feat: add readonly labels 2024-07-17 14:52:40 +02:00
2024_07_18_110424_create_application_settings_is_preserve_repository_enabled.php feat: preserve git repository 2024-07-18 13:14:07 +02:00
2024_07_18_123458_add_force_cleanup_server.php sentinel updates 2024-10-15 13:39:19 +02:00
2024_07_19_132617_disable_healtcheck_by_default.php chore: Disable health check by default 2024-07-19 15:40:44 +02:00
2024_07_23_112710_add_validation_logs_to_servers.php feat: add server api endpoints 2024-07-23 14:20:53 +02:00
2024_08_05_142659_add_update_frequency_settings.php feat: Update auto update and update check frequencies in settings 2024-08-07 11:55:16 +02:00
2024_08_07_155324_add_proxy_label_chooser.php feat: able to generate only the required labels for resources 2024-08-07 18:27:50 +02:00
2024_08_09_215659_add_server_cleanup_fields_to_server_settings_table.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2024_08_12_131659_add_local_file_volume_based_on_git.php feat: preserve git repository with advanced file storages 2024-08-12 16:06:24 +02:00
2024_08_12_155023_add_timezone_to_server_and_instance_settings.php new DB migration for instance timezone 2024-08-16 16:00:30 +02:00
2024_08_14_183120_add_order_to_environment_variables_table.php order column added to track order of env in the UI 2024-08-14 20:35:08 +02:00
2024_08_15_115907_add_build_server_id_to_deployment_queue.php fix: canceling deployment on build server 2024-08-15 14:05:17 +02:00
2024_08_16_105649_add_custom_docker_options_to_dbs.php feat: add custom docker container options to all databases 2024-08-16 13:56:47 +02:00
2024_08_27_090528_add_compose_parsing_version_to_services.php parser parser 2024-08-27 16:02:52 +02:00
2024_09_05_085700_add_helper_version_to_instance_settings.php improvement: only pull helper image if the version is newer than the one 2024-09-05 11:04:58 +02:00
2024_09_06_062534_change_server_cleanup_to_forced.php feat: Update server_settings table to force docker cleanup 2024-09-06 08:46:24 +02:00
2024_09_07_185402_change_cleanup_schedule.php chore: Update docker cleanup schedule to run daily at midnight 2024-09-08 12:40:53 +02:00
2024_09_08_130756_update_server_settings_default_timezone.php format 2024-09-23 19:51:31 +02:00
2024_09_16_111428_encrypt_existing_private_keys.php Get rid of many useless blank lines 2024-10-31 17:44:01 +01:00
2024_09_17_111226_add_ssh_key_fingerprint_to_private_keys_table.php fix: migrations 2024-09-23 19:50:26 +02:00
2024_09_22_165240_add_advanced_options_to_cleanup_options_to_servers_settings_table.php Feat: Manual cleanup button and unused volumes and network deletion 2024-09-22 20:02:51 +02:00
2024_09_26_083441_disable_api_by_default.php Fix: Disable API by default 2024-09-26 10:45:18 +02:00
2024_10_03_095427_add_dump_all_to_standalone_postgresqls.php feat: backup all databases for mysql,mariadb,postgresql 2024-10-03 12:39:45 +02:00
2024_10_10_081444_remove_constraint_from_service_applications_fqdn.php improvement: Add link to duplicate domain 2024-10-10 10:24:11 +02:00
2024_10_11_114331_add_required_env_variables.php feat: required envs 2024-10-11 14:38:22 +02:00
2024_10_14_090416_update_metrics_token_in_server_settings.php fix: only enable Sentinel for new servers 2024-10-17 10:04:38 +02:00
2024_10_15_172139_add_is_shared_to_environment_variables.php feat: add is shared to env variables 2024-10-16 13:20:26 +02:00
2024_10_16_120026_move_redis_password_to_envs.php Refactor Redis password handling and migration to use environment variables 2024-10-21 13:43:34 +02:00
2024_10_16_192133_add_confirmation_settings_to_instance_settings_table.php setting to disable tow step confirmation 2024-10-17 12:07:35 +02:00
2024_10_17_093722_add_soft_delete_to_servers.php ui updates on server 2024-10-17 14:56:36 +02:00
2024_10_22_105745_add_server_disk_usage_threshold.php feat: limit storage check emails 2024-10-22 14:01:36 +02:00
2024_10_22_121223_add_server_disk_usage_notification.php feat: add notification settings to server_disk_usage 2024-10-22 14:47:01 +02:00
2024_10_29_093927_add_is_sentinel_debug_enabled_to_server_settings.php feat: debug mode for sentinel 2024-10-29 10:48:49 +01:00
2024_10_30_074601_rename_token_permissions.php fix: update token permission check from 'write' to 'root' 2024-12-11 21:38:31 +01:00
2024_11_02_213214_add_last_online_at_to_resources.php fix: new way to update container statuses 2024-11-03 09:02:14 +01:00
2024_11_11_125335_add_custom_nginx_configuration_to_static.php feat: custom nginx configuration for static deployments + fix 404 redirects in nginx conf 2024-11-11 14:37:36 +01:00
2024_11_11_125366_add_index_to_activity_log.php fix: migration 2024-11-22 10:27:43 +01:00
2024_11_22_124742_add_uuid_to_environments_table.php feat add uuid to environments 2024-11-22 15:04:08 +01:00
2024_12_05_091823_add_disable_build_cache_advanced_option.php feat: able to deploy without cache on every commit 2024-12-05 10:46:27 +01:00
2024_12_05_212355_create_email_notification_settings_table.php feat: add docker cleanup success and failure notification settings columns 2024-12-10 16:04:11 +01:00
2024_12_05_212416_create_discord_notification_settings_table.php feat: add docker cleanup success and failure notification settings columns 2024-12-10 16:04:11 +01:00
2024_12_05_212440_create_telegram_notification_settings_table.php chore: rename topicID to threadId like in the telegram API response 2024-12-11 23:13:13 +01:00
2024_12_05_212546_migrate_email_notification_settings_from_teams_table.php fixes 2024-12-11 11:37:56 +01:00
2024_12_05_212631_migrate_discord_notification_settings_from_teams_table.php fix: ui + migrations 2024-12-11 10:14:12 +01:00
2024_12_05_212705_migrate_telegram_notification_settings_from_teams_table.php chore: rename topicID to threadId like in the telegram API response 2024-12-11 23:13:13 +01:00
2024_12_06_142014_create_slack_notification_settings_table.php fix: create pushover settings for existing teams 2024-12-11 19:43:58 +01:00
2024_12_09_105711_drop_waitlists_table.php chore: remove unused waitlist stuff 2024-12-09 12:00:54 +01:00
2024_12_10_122142_encrypt_instance_settings_email_columns.php fix: only encrypt instance email settings if there are any 2024-12-23 17:41:38 +01:00
2024_12_10_122143_drop_resale_license.php fix: remove resale_license from db as well 2024-12-11 12:04:58 +01:00
2024_12_11_135026_create_pushover_notification_settings_table.php fix: create pushover settings for existing teams 2024-12-11 19:43:58 +01:00
2024_12_11_161418_add_authentik_base_url_to_oauth_settings_table.php fix: database migration 2024-12-11 17:19:49 +01:00
2024_12_13_103007_encrypt_resend_api_key_in_instance_settings.php fix: resend api key is already a text column 2024-12-13 11:42:01 +01:00
2024_12_16_134437_add_resourceable_columns_to_environment_variables_table.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
2024_12_17_140637_add_server_disk_usage_check_frequency_to_server_settings_table.php feat: add server disk usage check frequency 2024-12-17 15:20:28 +01:00
2024_12_23_142402_update_email_encryption_values.php fix: error message 2024-12-23 17:58:56 +01:00
2025_01_08_154008_switch_up_readonly_labels.php chore: switch up readonly lables to make more sense 2025-01-08 17:05:11 +01:00
2025_01_10_135244_add_horizon_job_details_to_queue.php fix: horizon job checker 2025-01-10 18:27:48 +01:00
2025_01_13_130238_add_backup_retention_fields_to_scheduled_database_backups_table.php fix: storage retention setting 2025-01-13 19:49:12 +01:00
2025_01_15_130416_create_docker_cleanup_executions_table.php fix: use finished_at for the end time instead of created_at 2025-01-16 15:12:57 +01:00
2025_01_16_110406_change_commit_message_to_text_in_application_deployment_queues.php chore: remove limit on commit message 2025-01-16 14:42:33 +01:00
2025_01_16_130238_add_finished_at_to_executions_tables.php fix: use finished_at for the end time instead of created_at 2025-01-16 15:12:57 +01:00
2025_01_21_125205_update_finished_at_timestamps_if_not_set.php fix(db): finished_at timestamps are not set for existing deployments 2025-01-21 14:02:29 +01:00
2025_01_22_101105_remove_wrongly_created_envs.php fix(core): v1 parser versions trying to access application_id, while it is resourceable_id 2025-01-22 10:21:51 +01:00
2025_02_27_125249_add_index_to_scheduled_task_executions.php feat(database): Add index to scheduled database backup executions 2025-02-27 14:04:22 +01:00
2025_03_01_112617_add_stripe_past_due.php feat(billing): Add Stripe past due subscription status tracking 2025-03-01 12:43:12 +01:00
2025_03_14_140150_add_storage_deletion_tracking_to_backup_executions.php fix(backups): retention settings 2025-03-14 15:28:12 +01:00