Commit 9b8e34e
Automatic merge of main into feature_branch/ump-sdk - Jul 31, 2023 (#1407)
* iOS: Remove Analytics dependency from GMA integration test (#1386)
* Try using CoreOnly instead of Analytics cocoapod for tests.
* Update readme.
* Add stub workflow for updating feature branches.
* Add script to merge main into all active feature branches on a regular schedule. (#1394)
* Add workflow for automatically updating feature branches weekly.
* Corrected filename, and added inputs.
* Remove trailing spaces.
* Fix workflow.
* Fix workflow name.
* Fix syntax.
* Fix syntax.
* List remote branches instead.
* Clean up script.
* Untab.
* Add branch list for debugging.
* Untab.
* Specify remote branches.
* Skip second stage if no first.
* Typo
* Error.
* List all branches.
* Fix logic.
* Fix spacing.
* Fix output
* Fix parameters.
* Fix merge to use origin.
* Remove debug echos.
* Add git config.
* Fix PR creation.
* Fix PR creation.
* Fix automatic push.
* Increase retry. (#1402)
* Add Firestore test history report (#1403)
* Add --firestore flag to report Firestore history.
* Add Firestore report to nightly cron job.
* Remove multiline commands.
* Revert "Remove multiline commands."
This reverts commit 6393ae9.
* Fix tabbing.
* Fix packaging test detection for Firestore.
* Revert "OR Query Implementation (#1335)" (#1399)
This reverts commit 11332d4.
* Wrap the real-time RemoteConfig test in flaky-block to automatically retry. (#1406)
* Only use flaky_test on android
---------
Co-authored-by: Jon Simantov <jsimantov@google.com>
Co-authored-by: Tom Andersen <tom-andersen@users.noreply.github.com>
Co-authored-by: Matthew Hyndman <almostmatt@google.com>1 parent db64b9b commit 9b8e34e
File tree
31 files changed
+99
-2093
lines changed- .github/workflows
- app
- firestore
- integration_test_internal
- integration_test.xcodeproj
- src
- src
- android
- common
- include/firebase
- firestore
- main
- release_build_files
- remote_config/integration_test/src
- scripts/gha
31 files changed
+99
-2093
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
| 21 | + | |
17 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
| |||
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
39 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
40 | 53 | | |
41 | 54 | | |
42 | 55 | | |
43 | 56 | | |
44 | 57 | | |
45 | 58 | | |
46 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
47 | 65 | | |
48 | 66 | | |
49 | 67 | | |
| |||
88 | 106 | | |
89 | 107 | | |
90 | 108 | | |
91 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
522 | 521 | | |
523 | 522 | | |
524 | 523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
102 | | - | |
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
| |||
204 | 201 | | |
205 | 202 | | |
206 | 203 | | |
207 | | - | |
208 | | - | |
209 | 204 | | |
210 | 205 | | |
211 | 206 | | |
212 | 207 | | |
213 | 208 | | |
214 | 209 | | |
215 | 210 | | |
216 | | - | |
217 | | - | |
218 | 211 | | |
219 | 212 | | |
220 | 213 | | |
| |||
234 | 227 | | |
235 | 228 | | |
236 | 229 | | |
237 | | - | |
238 | | - | |
239 | 230 | | |
240 | 231 | | |
241 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
| |||
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | | - | |
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
| |||
Lines changed: 0 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 24 | | |
33 | 25 | | |
34 | 26 | | |
| |||
131 | 123 | | |
132 | 124 | | |
133 | 125 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 126 | | |
139 | 127 | | |
140 | 128 | | |
| |||
293 | 281 | | |
294 | 282 | | |
295 | 283 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | 284 | | |
301 | 285 | | |
302 | 286 | | |
| |||
592 | 576 | | |
593 | 577 | | |
594 | 578 | | |
595 | | - | |
596 | 579 | | |
597 | 580 | | |
598 | 581 | | |
599 | 582 | | |
600 | 583 | | |
601 | 584 | | |
602 | | - | |
603 | 585 | | |
604 | 586 | | |
605 | 587 | | |
| |||
609 | 591 | | |
610 | 592 | | |
611 | 593 | | |
612 | | - | |
613 | 594 | | |
614 | | - | |
615 | 595 | | |
616 | 596 | | |
617 | 597 | | |
| |||
630 | 610 | | |
631 | 611 | | |
632 | 612 | | |
633 | | - | |
634 | | - | |
635 | 613 | | |
636 | 614 | | |
637 | 615 | | |
| |||
645 | 623 | | |
646 | 624 | | |
647 | 625 | | |
648 | | - | |
649 | 626 | | |
650 | 627 | | |
651 | 628 | | |
| |||
655 | 632 | | |
656 | 633 | | |
657 | 634 | | |
658 | | - | |
659 | 635 | | |
660 | 636 | | |
661 | 637 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
751 | 757 | | |
752 | 758 | | |
753 | 759 | | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
754 | 770 | | |
755 | 771 | | |
Lines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
| |||
337 | 332 | | |
338 | 333 | | |
339 | 334 | | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | 335 | | |
351 | 336 | | |
352 | 337 | | |
0 commit comments