FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Automatic merge of main into feature_branch/ump-sdk - Sep 04, 2023 by firebase-workflow-trigger[bot] · Pull Request #1438 · firebase/firebase-cpp-sdk · GitHub

Automatic merge of main into feature_branch/ump-sdk - Sep 04, 2023 - #1438

Merged
jonsimantov merged 23 commits into
feature_branch/ump-sdkfrom
workflow/auto-merge-feature-branch-31-20230904-160149
Sep 8, 2023
Merged

Automatic merge of main into feature_branch/ump-sdk - Sep 04, 2023#1438
jonsimantov merged 23 commits into
feature_branch/ump-sdkfrom
workflow/auto-merge-feature-branch-31-20230904-160149

Conversation

Copy link
Copy Markdown
Contributor

Automatic merge of main into feature_branch/ump-sdk.

Created on Sep 04, 2023 by Update Feature Branches workflow.

jonsimantov and others added 22 commits July 19, 2023 23:43
* Try using CoreOnly instead of Analytics cocoapod for tests.

* Update readme.
…r 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.
* 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.
Initialize Util before using Util::FIndClass. Also add an integration test for initializing gma without a firebase app.
When building the subproject, we would invoke `cmake` directly, relying on the path lookup of the tool, which may or may not match the currently executing CMake.  Use `CMAKE_COMMAND` which gives us the path to the current CMake executable ensuring that we use the same CMake for building the dependencies.
* Update mobile dependencies - Thu Aug 03 2023

### Android

- com.google.firebase.firebase_bom → 32.2.2

### iOS

- Firebase/Analytics → 10.13.0
- Firebase/AppCheck → 10.13.0
- Firebase/Auth → 10.13.0
- Firebase/Core → 10.13.0
- Firebase/CoreOnly → 10.13.0
- Firebase/Crashlytics → 10.13.0
- Firebase/Database → 10.13.0
- Firebase/DynamicLinks → 10.13.0
- Firebase/Firestore → 10.13.0
- Firebase/Functions → 10.13.0
- Firebase/Installations → 10.13.0
- Firebase/Messaging → 10.13.0
- Firebase/RemoteConfig → 10.13.0
- Firebase/Storage → 10.13.0
- Google-Mobile-Ads-SDK → 10.9.0

> Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/5755777170).

* Ensure using a Swift bridging header that supports both arm64 and x86_64.

* Add release note about i386 no longer being supported.

* Remove armv7 as well.

---------

Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com>
Co-authored-by: Jon Simantov <jsimantov@google.com>
Co-authored-by: almostmatt@google.com <almostmatt@google.com>
* add auth emulator support

* fix ios number parse

* update the documentation part

* reduce lint warning

* more lint warnings

* code format

* use environment to decide using emulator or not

* fix a typo

* add readme entry for FirebaseApp.GetApps()

* update for review comment

* add missing `

---------

Co-authored-by: Cynthia Jiang <cynthiajiang@google.com>
* Before creating the merge-main PR, branch it off main, so merge conflicts can be addressed in the branch rather than by committing to main.

* Format.
* add auth emulator support

* fix ios number parse

* update the documentation part

* reduce lint warning

* more lint warnings

* code format

* use environment to decide using emulator or not

* fix a typo

* add readme entry for FirebaseApp.GetApps()

* update for review comment

* add missing `

* make json request always do restrict json

* add readme info

* prepare for review

* some minor tweak

* code format

* update review comments

* update the unit test after request json change

---------

Co-authored-by: Cynthia Jiang <cynthiajiang@google.com>
* Add logic to trim webp parameter from native image urls
* Add Analytics function for phone number conversion

* Formatting

* Update analytics.h

* Update analytics_test.cc
* Update mobile dependencies - Tue Aug 29 2023

### Android

- com.google.android.gms.play_services_ads → 22.3.0
- com.google.firebase.firebase_bom → 32.2.3

### iOS

- Firebase/Analytics → 10.14.0
- Firebase/AppCheck → 10.14.0
- Firebase/Auth → 10.14.0
- Firebase/Core → 10.14.0
- Firebase/CoreOnly → 10.14.0
- Firebase/Crashlytics → 10.14.0
- Firebase/Database → 10.14.0
- Firebase/DynamicLinks → 10.14.0
- Firebase/Firestore → 10.14.0
- Firebase/Functions → 10.14.0
- Firebase/Installations → 10.14.0
- Firebase/Messaging → 10.14.0
- Firebase/RemoteConfig → 10.14.0
- Firebase/Storage → 10.14.0

> Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/6016988287).

* Update query_main to use normalized_order_bys

* Update query_main.cc

---------

Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com>
Co-authored-by: a-maurice <amaurice@google.com>
* add auth emulator support

* fix ios number parse

* update the documentation part

* reduce lint warning

* more lint warnings

* code format

* use environment to decide using emulator or not

* fix a typo

* add readme entry for FirebaseApp.GetApps()

* update for review comment

* add missing `

* make json request always do restrict json

* add readme info

* prepare for review

* some minor tweak

* code format

* update review comments

* update the unit test after request json change

* remove platform logging v1 code

* add useEmulator api

* test with emulator

* clean up for review

* tweak for review

* update with comments

* put back necessary heartbeat blocks

---------

Co-authored-by: Cynthia Jiang <cynthiajiang@google.com>
firebase-workflow-trigger Bot added the tests-requested: quick Trigger a quick set of integration tests. label Sep 4, 2023
jonsimantov added tests-requested: quick Trigger a quick set of integration tests. and removed tests-requested: quick Trigger a quick set of integration tests. labels Sep 6, 2023
github-actions Bot added tests: in-progress This PR's integration tests are in progress. and removed tests-requested: quick Trigger a quick set of integration tests. labels Sep 6, 2023

github-actions Bot commented Sep 6, 2023
edited
Loading

Copy link
Copy Markdown

❌  Integration test FAILED

Requested by @jonsimantov on commit b9ba2cc
Last updated: Fri Sep 8 13:12 PDT 2023
View integration test log & download artifacts

Failures Configs
firestore [TEST] [FAILURE] [Windows] [x64] [openssl](1 failed tests)  ValidationTest.QueriesCannotBeSortedByAnUncommittedServerTimestamp[TEST] [FLAKINESS] [Android] [1/3 os: ubuntu] [1/2 android_device: android_target](1 failed tests)  CRASH/TIMEOUT
gma [TEST] [FLAKINESS] [Android] [1/3 os: ubuntu] [1/2 android_device: android_target](1 failed tests)  CRASH/TIMEOUT

Add flaky tests to go/fpl-cpp-flake-tracker

github-actions Bot added the tests: failed This PR's integration tests failed. label Sep 6, 2023
firebase-workflow-trigger Bot removed the tests: in-progress This PR's integration tests are in progress. label Sep 6, 2023
jonsimantov removed the tests: failed This PR's integration tests failed. label Sep 8, 2023
jonsimantov self-requested a review September 8, 2023 17:29
jonsimantov enabled auto-merge (squash) September 8, 2023 17:30
jonsimantov merged commit b9ba2cc into feature_branch/ump-sdk Sep 8, 2023
github-actions Bot added tests: in-progress This PR's integration tests are in progress. tests: failed This PR's integration tests failed. labels Sep 8, 2023
firebase-workflow-trigger Bot removed the tests: in-progress This PR's integration tests are in progress. label Sep 8, 2023
firebase locked and limited conversation to collaborators Oct 9, 2023
a-maurice deleted the workflow/auto-merge-feature-branch-31-20230904-160149 branch February 18, 2026 00:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

tests: failed This PR's integration tests failed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL