backend-manager 5.11.2 → 5.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/marketing-campaigns.md +25 -7
- package/package.json +1 -1
- package/src/manager/events/cron/daily/blog-auto-publisher.js +9 -0
- package/src/manager/events/cron/frequent/marketing-campaigns.js +177 -37
- package/src/manager/index.js +5 -1
- package/src/manager/libraries/content/source-resolver.js +7 -0
- package/src/manager/libraries/email/constants.js +32 -0
- package/src/manager/libraries/email/generators/lib/image-host.js +3 -4
- package/src/manager/libraries/email/generators/newsletter.js +14 -2
- package/src/test/fixtures/firebase-project/.temp/test-mode.json +1 -1
- package/src/test/fixtures/firebase-project/database-debug.log +8 -8
- package/src/test/fixtures/firebase-project/firestore-debug.log +54 -58
- package/src/test/fixtures/firebase-project/pubsub-debug.log +3 -3
- package/test/email/campaign-cron-pipeline.js +357 -98
- package/test/email/newsletter-generate.js +12 -0
- package/test/helpers/content/blog-auto-publisher.js +13 -0
|
@@ -2,7 +2,7 @@ WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
|
|
|
2
2
|
WARNING: sun.misc.Unsafe::allocateMemory has been called by io.netty.util.internal.PlatformDependent0$2 (file:/Users/ian/.cache/firebase/emulators/cloud-firestore-emulator-v1.21.0.jar)
|
|
3
3
|
WARNING: Please consider reporting this to the maintainers of class io.netty.util.internal.PlatformDependent0$2
|
|
4
4
|
WARNING: sun.misc.Unsafe::allocateMemory will be removed in a future release
|
|
5
|
-
Jul 02, 2026
|
|
5
|
+
Jul 02, 2026 1:48:06 AM com.google.cloud.datastore.emulator.firestore.websocket.WebSocketServer start
|
|
6
6
|
INFO: Started WebSocket server on ws://127.0.0.1:9150
|
|
7
7
|
|
|
8
8
|
API endpoint: http://127.0.0.1:8080
|
|
@@ -20,115 +20,111 @@ If you are running a Firestore in Datastore Mode project, run:
|
|
|
20
20
|
Note: Support for Datastore Mode is in preview. If you encounter any bugs please file at https://github.com/firebase/firebase-tools/issues.
|
|
21
21
|
Dev App Server is now running.
|
|
22
22
|
|
|
23
|
-
Jul 02, 2026
|
|
23
|
+
Jul 02, 2026 1:48:17 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
24
24
|
INFO: Detected non-HTTP/2 connection.
|
|
25
|
-
Jul 02, 2026
|
|
25
|
+
Jul 02, 2026 1:48:17 AM io.grpc.netty.TcpMetrics loadEpollInfo
|
|
26
26
|
INFO: Epoll available during static init of TcpMetrics:false
|
|
27
|
-
Jul 02, 2026
|
|
27
|
+
Jul 02, 2026 1:48:17 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
28
28
|
INFO: Detected HTTP/2 connection.
|
|
29
|
-
Jul 02, 2026
|
|
29
|
+
Jul 02, 2026 1:48:19 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
30
30
|
INFO: Detected HTTP/2 connection.
|
|
31
|
-
Jul 02, 2026
|
|
31
|
+
Jul 02, 2026 1:48:19 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
32
32
|
INFO: Detected HTTP/2 connection.
|
|
33
|
-
Jul 02, 2026
|
|
33
|
+
Jul 02, 2026 1:48:27 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
34
34
|
INFO: Detected HTTP/2 connection.
|
|
35
|
-
Jul 02, 2026
|
|
35
|
+
Jul 02, 2026 1:48:27 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
36
36
|
INFO: Detected HTTP/2 connection.
|
|
37
|
-
Jul 02, 2026
|
|
37
|
+
Jul 02, 2026 1:48:27 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
38
38
|
INFO: Detected HTTP/2 connection.
|
|
39
|
-
Jul 02, 2026
|
|
39
|
+
Jul 02, 2026 1:48:27 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
40
40
|
INFO: Detected HTTP/2 connection.
|
|
41
|
-
Jul 02, 2026
|
|
41
|
+
Jul 02, 2026 1:48:27 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
42
42
|
INFO: Detected HTTP/2 connection.
|
|
43
|
-
Jul 02, 2026
|
|
43
|
+
Jul 02, 2026 1:48:27 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
44
44
|
INFO: Detected HTTP/2 connection.
|
|
45
|
-
Jul 02, 2026
|
|
45
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
46
46
|
INFO: Detected HTTP/2 connection.
|
|
47
|
-
Jul 02, 2026
|
|
47
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
48
48
|
INFO: Detected HTTP/2 connection.
|
|
49
|
-
Jul 02, 2026
|
|
49
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
50
50
|
INFO: Detected HTTP/2 connection.
|
|
51
|
-
Jul 02, 2026
|
|
51
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
52
52
|
INFO: Detected HTTP/2 connection.
|
|
53
|
-
Jul 02, 2026
|
|
53
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
54
54
|
INFO: Detected HTTP/2 connection.
|
|
55
|
-
Jul 02, 2026
|
|
55
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
56
56
|
INFO: Detected HTTP/2 connection.
|
|
57
|
-
Jul 02, 2026
|
|
57
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
58
58
|
INFO: Detected HTTP/2 connection.
|
|
59
|
-
Jul 02, 2026
|
|
59
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
60
60
|
INFO: Detected HTTP/2 connection.
|
|
61
|
-
Jul 02, 2026
|
|
61
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
62
62
|
INFO: Detected HTTP/2 connection.
|
|
63
|
-
Jul 02, 2026
|
|
63
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
64
64
|
INFO: Detected HTTP/2 connection.
|
|
65
|
-
Jul 02, 2026
|
|
65
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
66
66
|
INFO: Detected HTTP/2 connection.
|
|
67
|
-
Jul 02, 2026
|
|
67
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
68
68
|
INFO: Detected HTTP/2 connection.
|
|
69
|
-
Jul 02, 2026
|
|
69
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
70
70
|
INFO: Detected HTTP/2 connection.
|
|
71
|
-
Jul 02, 2026
|
|
71
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
72
72
|
INFO: Detected HTTP/2 connection.
|
|
73
|
-
Jul 02, 2026
|
|
73
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
74
74
|
INFO: Detected HTTP/2 connection.
|
|
75
|
-
Jul 02, 2026
|
|
75
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
76
76
|
INFO: Detected HTTP/2 connection.
|
|
77
|
-
Jul 02, 2026
|
|
77
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
78
78
|
INFO: Detected HTTP/2 connection.
|
|
79
|
-
Jul 02, 2026
|
|
79
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
80
80
|
INFO: Detected HTTP/2 connection.
|
|
81
|
-
Jul 02, 2026
|
|
81
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
82
82
|
INFO: Detected HTTP/2 connection.
|
|
83
|
-
Jul 02, 2026
|
|
83
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
84
84
|
INFO: Detected HTTP/2 connection.
|
|
85
|
-
Jul 02, 2026
|
|
85
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
86
86
|
INFO: Detected HTTP/2 connection.
|
|
87
|
-
Jul 02, 2026
|
|
87
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
88
88
|
INFO: Detected HTTP/2 connection.
|
|
89
|
-
Jul 02, 2026
|
|
89
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
90
90
|
INFO: Detected HTTP/2 connection.
|
|
91
|
-
Jul 02, 2026
|
|
91
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
92
92
|
INFO: Detected HTTP/2 connection.
|
|
93
|
-
Jul 02, 2026
|
|
93
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
94
94
|
INFO: Detected HTTP/2 connection.
|
|
95
|
-
Jul 02, 2026
|
|
95
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
96
96
|
INFO: Detected HTTP/2 connection.
|
|
97
|
-
Jul 02, 2026
|
|
97
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
98
98
|
INFO: Detected HTTP/2 connection.
|
|
99
|
-
Jul 02, 2026
|
|
99
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
100
100
|
INFO: Detected HTTP/2 connection.
|
|
101
|
-
Jul 02, 2026
|
|
101
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
102
102
|
INFO: Detected HTTP/2 connection.
|
|
103
|
-
Jul 02, 2026
|
|
103
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
104
104
|
INFO: Detected HTTP/2 connection.
|
|
105
|
-
Jul 02, 2026
|
|
105
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
106
106
|
INFO: Detected HTTP/2 connection.
|
|
107
|
-
Jul 02, 2026
|
|
107
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
108
108
|
INFO: Detected HTTP/2 connection.
|
|
109
|
-
Jul 02, 2026
|
|
109
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
110
110
|
INFO: Detected HTTP/2 connection.
|
|
111
|
-
Jul 02, 2026
|
|
111
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
112
112
|
INFO: Detected HTTP/2 connection.
|
|
113
|
-
Jul 02, 2026
|
|
113
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
114
114
|
INFO: Detected HTTP/2 connection.
|
|
115
|
-
Jul 02, 2026
|
|
115
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
116
116
|
INFO: Detected HTTP/2 connection.
|
|
117
|
-
Jul 02, 2026
|
|
117
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
118
118
|
INFO: Detected HTTP/2 connection.
|
|
119
|
-
Jul 02, 2026
|
|
119
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
120
120
|
INFO: Detected HTTP/2 connection.
|
|
121
|
-
Jul 02, 2026
|
|
121
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
122
122
|
INFO: Detected HTTP/2 connection.
|
|
123
|
-
Jul 02, 2026
|
|
123
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
124
124
|
INFO: Detected HTTP/2 connection.
|
|
125
|
-
Jul 02, 2026
|
|
125
|
+
Jul 02, 2026 1:48:28 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
126
126
|
INFO: Detected HTTP/2 connection.
|
|
127
|
-
Jul 02, 2026
|
|
128
|
-
INFO: Detected HTTP/2 connection.
|
|
129
|
-
Jul 02, 2026 12:57:32 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
130
|
-
INFO: Detected HTTP/2 connection.
|
|
131
|
-
Jul 02, 2026 12:57:32 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
127
|
+
Jul 02, 2026 1:48:29 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
132
128
|
INFO: Detected HTTP/2 connection.
|
|
133
129
|
*** shutting down gRPC server since JVM is shutting down
|
|
134
130
|
*** server shut down
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
This is the Google Pub/Sub fake.
|
|
2
2
|
Implementation may be incomplete or differ from the real system.
|
|
3
|
-
Jul 02, 2026
|
|
3
|
+
Jul 02, 2026 1:48:11 AM com.google.cloud.pubsub.testing.v1.Main main
|
|
4
4
|
INFO: IAM integration is disabled. IAM policy methods and ACL checks are not supported
|
|
5
5
|
SLF4J(W): No SLF4J providers were found.
|
|
6
6
|
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
|
|
@@ -9,9 +9,9 @@ WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
|
|
|
9
9
|
WARNING: sun.misc.Unsafe::allocateMemory has been called by io.netty.util.internal.PlatformDependent0$2 (file:/Users/ian/.cache/firebase/emulators/pubsub-emulator-0.8.33/pubsub-emulator/lib/cloud-pubsub-emulator-0.8.33-all.jar)
|
|
10
10
|
WARNING: Please consider reporting this to the maintainers of class io.netty.util.internal.PlatformDependent0$2
|
|
11
11
|
WARNING: sun.misc.Unsafe::allocateMemory will be removed in a future release
|
|
12
|
-
Jul 02, 2026
|
|
12
|
+
Jul 02, 2026 1:48:11 AM com.google.cloud.pubsub.testing.v1.Main main
|
|
13
13
|
INFO: Server started, listening on 8085
|
|
14
|
-
Jul 02, 2026
|
|
14
|
+
Jul 02, 2026 1:48:18 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
|
|
15
15
|
INFO: Detected HTTP/2 connection.
|
|
16
16
|
*** shutting down gRPC server since JVM is shutting down
|
|
17
17
|
*** server shut down
|