Skip to content

remove the ReleaseIdentifierStorage, rely on apk hash #3188

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 3 commits into from
Dec 1, 2021

Conversation

rachaprince
Copy link

@rachaprince rachaprince commented Nov 29, 2021

We no longer need the ReleaseIdentifer storage, because the apk hash is calculated on the backend. This PR cleans up the SDK code base.

I confirmed that there are no apks without a zip hash in our backend.

@google-cla google-cla bot added the cla: yes Override cla label Nov 29, 2021
@rachaprince rachaprince requested review from pranavrajgopal and manny-jimenez and removed request for pranavrajgopal November 29, 2021 20:05
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Nov 29, 2021

Coverage Report

Affected SDKs

  • firebase-app-distribution

    SDK overall coverage changed from 66.62% (c012ba8) to 66.31% (f0cc9f48) by -0.30%.

    Filename Base (c012ba8) Head (f0cc9f48) Diff
    CheckForNewReleaseClient.java 80.65% 81.82% +1.17%
    UpdateApkClient.java 59.56% 53.85% -5.71%

Test Logs

Notes

HTML coverage reports can be produced locally with ./gradlew <product>:checkCoverage.
Report files are located at <product-build-dir>/reports/jacoco/.

Head commit (f0cc9f48) is created by Prow via merging commits: c012ba8 6321308.

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Nov 29, 2021

Binary Size Report

Affected SDKs

  • firebase-app-distribution

    Type Base (c012ba8) Head (f0cc9f48) Diff
    aar 119 kB 118 kB -1.25 kB (-1.0%)
    apk (aggressive) 739 kB 739 kB -40 B (-0.0%)
    apk (release) 1.55 MB 1.55 MB -428 B (-0.0%)

Test Logs

Notes

Head commit (f0cc9f48) is created by Prow via merging commits: c012ba8 6321308.

@rachaprince rachaprince merged commit ba0e6c4 into master Dec 1, 2021
@rachaprince rachaprince deleted the fad-remove-apk-hash-to-release-id-datastore branch December 1, 2021 18:34
@firebase firebase locked and limited conversation to collaborators Jan 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Override cla size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants