-
Notifications
You must be signed in to change notification settings - Fork 343
Commit 8d8439f
authored
Merge v7 Feature Branch (#900)
* change(fcm): Remove deprecated FCM APIs (#890)
* chore(deps): Bump minimum supported Python version to 3.9 and add 3.13 to CIs (#892)
* chore(deps): Bump minimum supported Python version to 3.9 and add 3.13 to CIs
* fix deprecation warnings
* fix GHA build status svg
* fix: Correctly scope async eventloop
* fix: Bump pylint to v2.7.4 and astroid to v2.5.8 to fix lint issues
* fix ml tests
* fix lint
* fix: remove commented code
* change(ml): Drop AutoML model support (#894)
* chore: Bump `pylint` to v3.3.7 and `astroid` to v3.3.10 (#895)
* chore: Bump pylint to v3
* chore: fix src lint
* chore: fix unit test lint
* chore: fix integration test lint
* chore: fix snippets lint
* chore: 2nd pass for errors
* fix: corrected use of the `bad-functions` config
* fix: add EoF newline
* chore: Upgraded Google API Core, Cloud Firestore, and Cloud Storage dependencies (#897)
* chore: Bump dependencies
* fix: Also update setup.py
* fix(functions): Remove usage of deprecated `datetime.utcnow() and fix flaky unit test` (#896)1 parent 339452e commit 8d8439f
File tree
63 files changed
+773
-2005
lines changed- .github/workflows
- firebase_admin
- integration
- snippets
- auth
- database
- messaging
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+773
-2005
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + | ||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | - | ||
38 | + | ||
39 | 39 |
| |
40 | 40 |
| |
41 | - | ||
41 | + | ||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | - | ||
39 | + | ||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | + | ||
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
| |||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
60 | - | ||
61 | + | ||
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | - | ||
50 | + | ||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | + | ||
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
| |||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
71 | - | ||
72 | + | ||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | - | ||
23 | + | ||
24 | + | ||
25 | + | ||
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
| |||
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
41 | - | ||
42 | - | ||
43 | - | ||
44 | - | ||
45 | - | ||
46 | 39 |
| |
47 | 40 |
| |
48 | 41 |
| |
| |||
65 | 58 |
| |
66 | 59 |
| |
67 | 60 |
| |
68 | - | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
69 | 77 |
| |
70 | 78 |
| |
71 | 79 |
| |
72 | 80 |
| |
73 | - | ||
74 | - | ||
75 | - | ||
76 | - | ||
77 | - | ||
78 | - | ||
79 | - | ||
80 | - | ||
81 | - | ||
82 | - | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
83 | 86 |
| |
84 | 87 |
| |
85 | 88 |
| |
| |||
176 | 179 |
| |
177 | 180 |
| |
178 | 181 |
| |
179 | - | ||
180 | - | ||
181 | - | ||
182 | + | ||
183 | + | ||
184 | + | ||
185 | + | ||
186 | + | ||
187 | + | ||
182 | 188 |
| |
183 | 189 |
| |
184 | 190 |
| |
| |||
194 | 200 |
| |
195 | 201 |
| |
196 | 202 |
| |
197 | - | ||
198 | - | ||
199 | - | ||
200 | 203 |
| |
201 | 204 |
| |
202 | 205 |
| |
203 | - | ||
204 | - | ||
205 | - | ||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 | - | ||
210 | - | ||
211 | - | ||
212 | - | ||
213 | 209 |
| |
214 | 210 |
| |
215 | 211 |
| |
216 | - | ||
217 | - | ||
218 | - | ||
219 | 212 |
| |
220 | 213 |
| |
221 | 214 |
| |
222 | - | ||
223 | - | ||
224 | - | ||
225 | 215 |
| |
226 | 216 |
| |
227 | 217 |
| |
228 | - | ||
229 | - | ||
230 | - | ||
231 | 218 |
| |
232 | 219 |
| |
233 | 220 |
| |
234 | - | ||
235 | - | ||
236 | - | ||
237 | 221 |
| |
238 | 222 |
| |
239 | 223 |
| |
240 | - | ||
241 | - | ||
242 | - | ||
243 | 224 |
| |
244 | 225 |
| |
245 | 226 |
| |
246 | - | ||
247 | - | ||
248 | - | ||
249 | 227 |
| |
250 | 228 |
| |
251 | 229 |
| |
252 | - | ||
253 | - | ||
254 | - | ||
255 | 230 |
| |
256 | 231 |
| |
257 | 232 |
| |
| |||
294 | 269 |
| |
295 | 270 |
| |
296 | 271 |
| |
297 | - | ||
298 | - | ||
299 | - | ||
300 | - | ||
301 | - | ||
302 | - | ||
303 | 272 |
| |
304 | 273 |
| |
305 | 274 |
| |
| |||
405 | 374 |
| |
406 | 375 |
| |
407 | 376 |
| |
408 | - | ||
409 | - | ||
410 | - | ||
377 | + | ||
378 | + | ||
379 | + | ||
380 | + | ||
381 | + | ||
382 | + | ||
383 | + | ||
384 | + | ||
385 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | - | ||
88 | + | ||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | - | ||
47 | - | ||
46 | + | ||
47 | + | ||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
0 commit comments