Pārlūkot izejas kodu

chore: add depreciation warning for event streaming (#17987)

inlieu of event_streaming app
version-14
Ritwik Puri pirms 2 gadiem
committed by GitHub
vecāks
revīzija
d182a6c40c
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 4AEE18F83AFDEB23
2 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      frappe/patches.txt
  2. +9
    -0
      frappe/patches/v14_0/event_streaming_deprecation_warning.py

+ 1
- 0
frappe/patches.txt Parādīt failu

@@ -196,6 +196,7 @@ frappe.patches.v14_0.log_settings_migration
frappe.patches.v14_0.setup_likes_from_feedback
frappe.patches.v14_0.update_webforms
frappe.patches.v14_0.delete_payment_gateways
frappe.patches.v14_0.event_streaming_deprecation_warning

[post_model_sync]
frappe.patches.v14_0.drop_data_import_legacy


+ 9
- 0
frappe/patches/v14_0/event_streaming_deprecation_warning.py Parādīt failu

@@ -0,0 +1,9 @@
import click


def execute():
click.secho(
"Event Streaming is moved to a separate app in version 15.\n"
"When upgrading to Frappe version-15, Please install the 'Event Streaming' app to continue using them: https://github.com/frappe/event_streaming",
fg="yellow",
)

Notiek ielāde…
Atcelt
Saglabāt