Skip to content

merge fad/next into fad/in-app-feedback #4101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 15, 2022

Conversation

kaibolay
Copy link
Contributor

No description provided.

lfkellogg and others added 4 commits September 14, 2022 13:28
* Updated various versions (dependencies and SDK to fix Android resource linking failure (AAPT: error: resource android:attr/lStar not found.)

* Update compileSdk/targetSdkVersion from 31 to 33
* Deflake firebase_common HeartBeat tests. (#4083)

The tests relied on `TestOnCompleteListener` that was not safe to call
more than once since it was based on a count down latch. So reusing it
multiple times would cause await() to return immediately.

This change makes it so that a new latch is created for every await()
call, making all await() calls work.

Fixes: http://b/245956774

* Add Javadoc support to the DackkaPlugin (#4082)

* Add util method for copying directories

* Add javadoc support to our dackka plugin

* Remove the extension check on fromDirectory

* Add a note about cache compliance and the javadoc task

* Add reference to kotlin stdlib package list (#4093)

Co-authored-by: Vladimir Kryachko <[email protected]>
Co-authored-by: Daymon <[email protected]>
@kaibolay kaibolay changed the title merge fad/next into in fad/in-app-feedback merge fad/next into fad/in-app-feedback Sep 15, 2022
@kaibolay kaibolay requested a review from lfkellogg September 15, 2022 15:12
@github-actions
Copy link
Contributor

buildSrc Test Results

18 tests   18 ✔️  3m 24s ⏱️
  4 suites    0 💤
  4 files      0

Results for commit 8d84967.

@google-oss-bot
Copy link
Contributor

@kaibolay kaibolay merged commit 9ff569f into fad/in-app-feedback Sep 15, 2022
@kaibolay kaibolay deleted the kb/merge-fad-next-into-in-app-feedback branch September 15, 2022 15:48
@google-oss-bot
Copy link
Contributor

Coverage Report 1

Affected Products

  • firebase-database

    Overall coverage changed from 50.19% (5b9a5d8) to 50.22% (f43673b) by +0.03%.

    FilenameBase (5b9a5d8)Merge (f43673b)Diff
    DefaultPersistenceManager.java74.76%75.73%+0.97%
    DoubleNode.java88.24%100.00%+11.76%
  • firebase-firestore

    Overall coverage changed from 44.26% (5b9a5d8) to 44.25% (f43673b) by -0.00%.

    FilenameBase (5b9a5d8)Merge (f43673b)Diff
    DeleteMutation.java95.24%90.48%-4.76%
  • firebase-messaging

    Overall coverage changed from 85.22% (5b9a5d8) to 85.18% (f43673b) by -0.04%.

    FilenameBase (5b9a5d8)Merge (f43673b)Diff
    FirebaseMessaging.java75.77%76.21%+0.44%
    RequestDeduplicator.java90.00%80.00%-10.00%

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/QX8eROOzuR.html

@firebase firebase locked and limited conversation to collaborators Oct 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants