jcloude/press/patches.txt
2025-12-23 20:48:07 +08:00

155 lines
9.4 KiB
Plaintext

[pre_model_sync]
jcloude.patches.v0_0_1.site_history_to_site_activity
jcloude.patches.v0_0_1.user_account_to_team #6
jcloude.patches.v0_0_1.rename_transaction_currency_to_currency
jcloude.patches.v0_0_1.create_site_plan_change_log
execute:jingrow.reload_pg('jcloude', 'doctype', 'team')
execute:jingrow.db.set_value('Team', {'enabled': 1}, {'free_credits_allocated': 1}, update_modified=False)
jcloude.patches.v0_0_1.update_proxy_for_suspended_and_inactive_sites
jcloude.patches.v0_0_1.rename_site_backup_fields # 2020-05-22
jcloude.patches.v0_0_1.rename_archived_sites
jcloude.patches.v0_0_1.create_backup_uploads_folder
jcloude.patches.v0_0_1.mark_deployed_app_releases_as_approved_and_deployable # 2020-22-06
jcloude.patches.v0_0_1.set_repository_in_jingrow_app # 2020-22-06
jcloude.patches.v0_0_1.make_apps_in_public_release_group_public
jcloude.patches.v0_0_1.set_host_name_for_sites_with_domains
jcloude.patches.v0_0_1.set_rate_limit_config_based_on_plan
jcloude.patches.v0_0_1.enable_partner_privileges
jcloude.patches.v0_0_1.set_remote_file_location
jcloude.patches.v0_0_1.track_offsite_backups_via_remote_files
jcloude.patches.v0_0_1.move_domains_from_archived_to_active_sites
jcloude.patches.v0_0_1.remove_domains_linked_to_archived_sites
jcloude.patches.v0_0_1.delete_logs_from_archived_sites
jcloude.patches.v0_0_1.add_domains_to_site_config
execute:jingrow.reload_pg('jcloude', 'doctype', 'Remote File')
# jcloude.patches.v0_0_1.add_site_to_remote_file # 2020-11-12 run via run-patch command in active site state
jcloude.patches.v0_0_1.new_onboarding
jcloude.patches.v0_0_1.remove_obsolete_doctypes
jcloude.patches.v0_0_1.make_default_site_domain
jcloude.patches.v0_0_1.update_site_config_pg
jcloude.patches.v0_0_1.create_certificate_authorities
jcloude.patches.v0_0_1.rename_columns_in_tls_certificate
jcloude.patches.v0_0_1.site_usage_convert_history
jcloude.patches.v0_0_1.set_document_type_in_plan
# Billing Refactor 3
# these will be run separately with the execute command, to avoid downtime
# jcloude.patches.v0_0_1.create_site_subscriptions
# jcloude.patches.v0_0_1.ple_to_usage_record
# jcloude.patches.v0_0_1.patch_invoice
# jcloude.patches.v0_0_1.create_balance_transactions_from_stripe
# Backups "refactor"
# jcloude.patches.v0_0_1.update_backups_availability
# Update transaction details in paid invoices
# jcloude.jcloude.doctype.invoice.patches.set_transaction_details
jcloude.patches.v0_0_1.set_billing_name_for_teams
# App Subsystem Refactor
jcloude.patches.v0_0_1.rename_jingrow_app_to_app
jcloude.patches.v0_0_1.rename_release_group_jingrow_app_to_release_group_app
jcloude.patches.v0_0_1.set_hostname_in_server
jcloude.patches.v0_0_1.set_domain_in_site
jcloude.patches.v0_0_1.breakdown_site_usage_into_multiple_fields
jcloude.patches.v0_0_1.create_default_cluster
jcloude.patches.v0_0_1.set_app_title_from_custom_field
jcloude.patches.v0_0_1.set_release_group_version_and_title_from_custom_field
jcloude.patches.v0_0_1.rename_installed_app_to_bench_app
jcloude.patches.v0_0_1.rename_deploy_candidate_app_release_to_deploy_candidate_app
jcloude.patches.v0_0_1.create_app_source_from_app
jcloude.patches.v0_0_1.rename_release_groups
jcloude.patches.v0_0_1.create_app_release_difference_from_deploy_candidate_difference
jcloude.patches.v0_0_1.truncate_server_status_table
jcloude.patches.v0_0_1.set_marketplace_app_app_field_from_name
jcloude.patches.v0_0_1.rename_workers_to_background_workers
jcloude.patches.v0_0_1.set_release_in_bench_app
jcloude.patches.v0_0_1.set_app_title_in_deploy_candidate_app
jcloude.patches.v0_0_1.set_release_group_in_site
jcloude.patches.v0_0_1.set_public_field_in_app_release_based_on_app_source_public
jcloude.patches.v0_0_1.set_team_field_for_permission_checks
jcloude.patches.v0_0_1.set_team_field_in_tls_certificate_based_on_domain_team
jcloude.patches.v0_0_1.create_root_domain_from_jcloude_settings
jcloude.patches.v0_0_1.set_cluster_in_jcloude_settings
jcloude.patches.v0_0_1.remove_period_from_plan
jcloude.patches.v0_0_1.add_site_index_to_site_migration
jcloude.patches.v0_0_1.set_dependencies_in_release_group
jcloude.patches.v0_0_1.set_monitoring_password_in_cluster
jcloude.patches.v0_0_1.add_domains_in_site_config_preview
jcloude.patches.v0_0_1.use_private_ip_for_upstreams
jcloude.jcloude.doctype.site.patches.set_plan_in_site
jcloude.jcloude.doctype.app_release.patches.set_status_to_draft
jcloude.patches.v0_0_4.remove_legacy_billing_doctypes
# jcloude.jcloude.doctype.invoice.patches.set_free_credits # 2021-08-11 run via run-patch command
jcloude.jcloude.doctype.team.patches.set_payment_mode
jcloude.patches.v0_0_1.add_team_name_as_default_notify_email
jcloude.jcloude.doctype.team.patches.set_referrer_id
jcloude.jcloude.doctype.team.patches.set_partner_email
jcloude.jcloude.doctype.proxy_server.patches.generate_proxysql_monitor_password
jcloude.jcloude.doctype.virtual_machine.patches.populate_volumes_table
jcloude.jcloude.doctype.release_group.patches.set_bench_dependency_in_release_group
jcloude.jcloude.doctype.jcloude_settings.patches.move_stripe_credentials_to_jcloude_settings
jcloude.patches.v0_0_4.disable_subscriptions_for_inactive_sites
jcloude.jcloude.doctype.virtual_machine.patches.set_naming_fields
jcloude.jcloude.doctype.virtual_machine.patches.set_virtual_machine_naming_series
jcloude.jcloude.doctype.virtual_machine.patches.rename_virtual_machines
jcloude.jcloude.doctype.user_ssh_key.patches.set_existing_keys_as_default
jcloude.jcloude.doctype.jcloude_settings.patches.set_jcloude_monitoring_password
jcloude.jcloude.doctype.deploy_candidate_app.patches.set_app_name_to_app
jcloude.jcloude.doctype.site.patches.set_database_access_credentials
jcloude.jcloude.doctype.team.patches.set_team_title
jcloude.jcloude.doctype.telegram_group.patches.create_groups_from_jcloude_settings
jcloude.jcloude.doctype.app_release.patches.set_clone_directory
jcloude.jcloude.doctype.database_server_mariadb_variable.patches.add_unique_constraint
jcloude.jcloude.doctype.release_group.patches.sync_common_site_config
execute:jingrow.delete_pg('Central Site Migration')
execute:jingrow.delete_pg('Central Server')
execute:jingrow.delete_pg('Feature Traction')
jcloude.patches.v0_7_0.set_hostname_abbreviation
jcloude.jcloude.doctype.cluster.patches.rename_aws_fields
jcloude.jcloude.doctype.virtual_machine.patches.rename_aws_fields
jcloude.jcloude.doctype.virtual_machine_image.patches.rename_aws_fields
jcloude.jcloude.doctype.virtual_disk_snapshot.patches.rename_aws_fields
jcloude.jcloude.doctype.virtual_machine_volume.patches.rename_aws_fields
jcloude.patches.v0_7_0.convert_marketplace_description_to_html
jcloude.jcloude.doctype.team.patches.remove_invalid_email_addresses
jcloude.saas.doctype.product_trial.patches.rename_saas_product_doctypes_to_product_trial
[post_model_sync]
jcloude.patches.v0_7_0.rename_plan_to_site_plan
jcloude.patches.v0_7_0.migrate_fields_from_plans_to_server_and_marketplace
jcloude.patches.v0_7_0.set_password_config_type
jcloude.jcloude.doctype.agent_job.patches.update_status_for_undelivered_jobs #2024-04-23
jcloude.jcloude.doctype.jcloude_role.patches.migrate_permissions
jcloude.jcloude.doctype.jcloude_role.patches.change_fields_from_enable_to_allow
jcloude.jcloude.doctype.stripe_webhook_log.patches.add_payment_method_for_failed_events
jcloude.patches.v0_7_0.add_team_field_for_site_related_doctypes
jcloude.patches.v0_7_0.add_team_field_for_site_backups_archived
jcloude.jcloude.doctype.server_storage_plan.patches.add_subscription_for_servers_with_additional_disk
jcloude.jcloude.doctype.jcloude_notification.patches.link_reference_doctype_to_notifications
jcloude.jcloude.doctype.site.patches.set_plan_limit_in_site_config
jcloude.jcloude.doctype.payout_order.patches.change_fields_from_recipient_to_team
jcloude.jcloude.doctype.payout_order.patches.compute_total_amount
jcloude.jcloude.doctype.marketplace_app.patches.change_field_from_first_site_creation_to_site_creation
jcloude.jcloude.doctype.marketplace_app.patches.convert_images_to_webp
jcloude.marketplace.doctype.app_user_review.patches.add_rating_values_to_apps
jcloude.jcloude.doctype.site.patches.set_status_wizard_check_next_retry_datetime_in_site
jcloude.patches.v0_7_0.update_enable_performance_tuning
jcloude.jcloude.doctype.server.patches.set_plan_and_subscription
jcloude.patches.v0_7_0.move_site_db_access_users_to_site_db_perm_manager
jcloude.jcloude.doctype.drip_email.patches.set_correct_field_for_html
jcloude.patches.v0_7_0.set_label_for_site_database_user
jcloude.jcloude.doctype.jcloude_settings.patches.set_redis_cache_size
jcloude.jcloude.doctype.virtual_machine.patches.set_root_disk_size
jcloude.jcloude.doctype.virtual_machine_image.patches.set_root_size
jcloude.patches.v0_7_0.fix_team_for_tls_certificates
jcloude.jcloude.doctype.jcloude_settings.patches.set_minimum_rebuild_memory
jcloude.jcloude.doctype.app_patch.patches.set_archived_patch_on_archived_bench
jcloude.patches.v0_7_0.add_site_backup_times_for_configured_ones
jcloude.patches.v0_7_0.rename_site_skip_scheduled_backups_field
jcloude.jcloude.doctype.drip_email.patches.migrate_to_product_trial_field
jcloude.jcloude.doctype.mpesa_payment_record.patches.add_unique_constraint
jcloude.jcloude.doctype.user_2fa.patches.generate_recovery_codes
jcloude.jcloude.doctype.account_request.patches.generate_expiration_time_for_request_key
jcloude.saas.doctype.product_trial_request.patches.set_subscription_created_flag
jcloude.patches.v0_8_0.move_notify_billing_email_of_team_to_child_pg
jcloude.patches.v0_8_0.reset_release_group_gunicorn_workers
jcloude.patches.v0_8_0.clear_alertmanager_webhook_log
jcloude.jcloude.doctype.jcloude_role.patches.to_resources