Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-js-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: firebase@9.8.1
Choose a base ref
...
head repository: firebase/firebase-js-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: firebase@9.8.2
Choose a head ref

Commits on May 9, 2022

  1. Copy the full SHA
    094da9e View commit details
  2. Update Inquirer dependency (#6185)

    * Update inquirer dep
    
    * Update yarn file for inquirer
    dwyfrequency authored May 9, 2022
    Copy the full SHA
    d38eced View commit details
  3. [Auth] Add missing field to firebase claim in token result (#6234)

    * Add missing field to firebase claim in token result
    
    * Changeset.
    
    * Update changeset from PR feedback
    
    * Rebase
    sam-gc authored May 9, 2022
    Copy the full SHA
    e15e895 View commit details

Commits on May 10, 2022

  1. Update all non-major dependencies (#6255)

    * Update all non-major dependencies
    
    * Remove eslint update
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    dwyfrequency and renovate-bot authored May 10, 2022
    Copy the full SHA
    e5a4654 View commit details
  2. Copy the full SHA
    f43b2b4 View commit details
  3. Merge branch 'release'

    Release 9.8.1
    hsubox76 committed May 10, 2022
    Copy the full SHA
    412ff6e View commit details

Commits on May 11, 2022

  1. Update typescript eslint dependencies (#6263)

    * Update typescript eslint plugins
    
    * Update typescript eslint plugins lock file
    
    * Update @typescript-eslint/parser dependency
    dwyfrequency authored May 11, 2022
    Copy the full SHA
    8454f41 View commit details
  2. Copy the full SHA
    aa44d52 View commit details
  3. Copy the full SHA
    c424340 View commit details

Commits on May 13, 2022

  1. Update package eslint types (#6271)

    * update types for eslint
    
    * remove typo from mainEntryPointFilePath
    
    * Skip lib checks and update base pacakage with eslint
    
    * Update eslint types pacakge resulution in yarn.lock
    
    * Remove unnecessary skipLibCheck field
    dwyfrequency authored May 13, 2022
    Copy the full SHA
    1a06d5d View commit details

Commits on May 19, 2022

  1. Firestore overlays (#6283)

    * Integrate Document Overlay with the SDK (#6123)
    
    * Integrate Document Overlay with the SDK.
    
    * we should call ObjectValue.delete if value is null.
    
    * Remove unnecessary null check from MemoryDocumentOverlayCache.saveOverlay(), like is done in firebase/firebase-android-sdk#3518
    
    * Address comments.
    
    * Port changes from Android SDK PR#3420.
    
    Note that we are not going to do any processing in the background.
    
    * Port overlay recalculation bug (Android SDK PR #3495).
    
    * Fix overlay bug when offline (Port Android SDK PR #3537).
    
    * Address feedback.
    
    * Better null check.
    
    Co-authored-by: Denver Coneybeare <dconeybe@google.com>
    
    * Overlay migration (#6131)
    
    * Overlay migration
    
    * Remove intermediate state.
    
    * Add test.
    
    * Address feedback.
    
    * Update overlay migration code to use DbMutationBatchStore (#6268)
    
    * wip.
    
    * remove console.log.
    
    * remove .only for test.
    
    * lint fixes.
    
    * Backport overlay bug fixes (Android PR 3691 3623) (#6274)
    
    * Porting Android PR #3623.
    
    * Port Android PR #3691.
    
    * address feedback and add missing tests.
    
    Co-authored-by: Denver Coneybeare <dconeybe@google.com>
    ehsannas and dconeybe authored May 19, 2022
    Copy the full SHA
    259389a View commit details

Commits on May 20, 2022

  1. Copy the full SHA
    5d5d6ec View commit details

Commits on May 23, 2022

  1. fix: Auth env detection for capacitor (#6236)

    * fix: for capacitor
    
    * Update platform.ts
    
    * Update platform.ts
    
    * fix: lint
    
    * fix: lint
    
    * fix: lint issue in CI
    
    * add changeset
    riderx authored May 23, 2022
    Copy the full SHA
    b6196d2 View commit details
  2. Deprecate analytics function setCurrentScreen (#6269)

    * Deprecate analytics function setCurrentScreen
    
    * Update tsdoc with link to replacement function
    
    * Add link to Track Screenviews dev doc.
    dwyfrequency authored May 23, 2022
    Copy the full SHA
    11d37ed View commit details
  3. Copy the full SHA
    dbf623f View commit details
  4. Copy the full SHA
    af7a182 View commit details

Commits on May 24, 2022

  1. Copy the full SHA
    36dbcc3 View commit details
  2. Copy the full SHA
    4559c51 View commit details

Commits on May 25, 2022

  1. Fix staging workflow (#6296)

    * Update release script to use wombat-dressing-room publish if in CI
    * Update E2E test workflow to use Node 14 to work with latest Firebase CLI
    * Delete release.yml (obsolete)
    hsubox76 authored May 25, 2022
    Copy the full SHA
    71d5216 View commit details

Commits on May 26, 2022

  1. Propagate customData in FirebaseError when the user is disabled. (#6289)

    * Propagate customData in FireBaseError when the user is disabled.
    
    * unit test to verify customData upon user-disabled error.
    
    * Added changeset.
    prameshj authored May 26, 2022
    Copy the full SHA
    88517b5 View commit details
  2. Version Packages (#6298)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    google-oss-bot and github-actions[bot] authored May 26, 2022
    Copy the full SHA
    507d52e View commit details
  3. Revert "Version Packages (#6298)"

    This reverts commit 507d52e.
    hsubox76 committed May 26, 2022
    Copy the full SHA
    63ac2ed View commit details
  4. Update CODEOWNERS (#6299)

    * Update CODEOWNERS
    
    Swap Sebastian with Maneesh/Tony.
    
    * Add maneesht to firebase-storage as well.
    Patryk Lesiewicz authored May 26, 2022
    Copy the full SHA
    568fd0d View commit details
  5. Copy the full SHA
    9614bbd View commit details

Commits on May 27, 2022

  1. Rerun limit queries if a partial index is available. (#6301)

    This is porting firebase/firebase-android-sdk#3657 to
    the Web SDK. The majority of the code was ported as a part of other PRs such as
    #6153.
    
    The only thing remaining is to port the tests in SQLiteLocalStoreTest.java which
    will be done as a part of #6261.
    ehsannas authored May 27, 2022
    Copy the full SHA
    8d03c8a View commit details
  2. Copy the full SHA
    cadc804 View commit details
  3. Copy the full SHA
    2fab71d View commit details
  4. Copy the full SHA
    9aca3ab View commit details
  5. Version Packages (#6310)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    google-oss-bot and github-actions[bot] authored May 27, 2022
    Copy the full SHA
    db0dd9f View commit details
Showing with 5,295 additions and 2,364 deletions.
  1. +4 −0 .gitattributes
  2. +6 −6 .github/CODEOWNERS
  3. +1 −1 .github/workflows/assign-tech-writers.yml
  4. +6 −10 .github/workflows/e2e-test.yml
  5. +16 −2 .github/workflows/merge-release-branch.yml
  6. +103 −0 .github/workflows/release-prod.yml
  7. +146 −0 .github/workflows/release-staging.yml
  8. +0 −34 .github/workflows/release.yml
  9. +1 −1 common/api-review/analytics.api.md
  10. +1 −0 common/api-review/auth.api.md
  11. +2 −2 config/functions/package.json
  12. +8 −8 e2e/package.json
  13. +1,768 −1,454 e2e/yarn.lock
  14. +4 −4 integration/compat-interop/package.json
  15. +2 −2 integration/firebase/package.json
  16. +3 −3 integration/firestore/package.json
  17. +2 −2 integration/messaging/package.json
  18. +16 −16 package.json
  19. +2 −2 packages/analytics-compat/package.json
  20. +2 −2 packages/analytics-compat/src/service.test.ts
  21. +4 −0 packages/analytics-compat/src/service.ts
  22. +4 −1 packages/analytics-types/index.d.ts
  23. +4 −4 packages/analytics/package.json
  24. +3 −0 packages/analytics/src/api.ts
  25. +2 −2 packages/analytics/src/functions.test.ts
  26. +3 −0 packages/analytics/src/functions.ts
  27. +1 −1 packages/analytics/src/public-types.ts
  28. +4 −4 packages/app-check-compat/package.json
  29. +4 −4 packages/app-check/package.json
  30. +7 −0 packages/app-compat/CHANGELOG.md
  31. +3 −3 packages/app-compat/package.json
  32. +6 −0 packages/app/CHANGELOG.md
  33. +2 −2 packages/app/package.json
  34. +9 −0 packages/auth-compat/CHANGELOG.md
  35. +2 −2 packages/auth-compat/demo/functions/package.json
  36. +29 −13 packages/auth-compat/demo/functions/yarn.lock
  37. +4 −4 packages/auth-compat/demo/package.json
  38. +147 −57 packages/auth-compat/demo/yarn.lock
  39. +5 −5 packages/auth-compat/package.json
  40. +3 −1 packages/auth-compat/src/platform.ts
  41. +8 −0 packages/auth/CHANGELOG.md
  42. +5 −5 packages/auth/cordova/demo/package.json
  43. +2 −2 packages/auth/demo/functions/package.json
  44. +29 −13 packages/auth/demo/functions/yarn.lock
  45. +6 −6 packages/auth/demo/package.json
  46. +4 −4 packages/auth/package.json
  47. +30 −0 packages/auth/src/api/authentication/idp.test.ts
  48. +2 −0 packages/auth/src/api/index.ts
  49. +12 −6 packages/auth/src/core/index.ts
  50. +9 −4 packages/auth/src/model/public_types.ts
  51. +1 −1 packages/component/package.json
  52. +1 −1 packages/database-compat/package.json
  53. +2 −2 packages/database/package.json
  54. +10 −0 packages/firebase/CHANGELOG.md
  55. +17 −0 packages/firebase/compat/index.d.ts
  56. +8 −8 packages/firebase/package.json
  57. +4 −4 packages/firestore-compat/package.json
  58. +1 −3 packages/firestore-compat/tsconfig.json
  59. +7 −7 packages/firestore/package.json
  60. +9 −0 packages/firestore/src/local/document_overlay_cache.ts
  61. +18 −0 packages/firestore/src/local/indexeddb_document_overlay_cache.ts
  62. +4 −3 packages/firestore/src/local/indexeddb_schema.ts
  63. +87 −3 packages/firestore/src/local/indexeddb_schema_converter.ts
  64. +6 −3 packages/firestore/src/local/indexeddb_sentinels.ts
  65. +297 −69 packages/firestore/src/local/local_documents_view.ts
  66. +134 −35 packages/firestore/src/local/local_store_impl.ts
  67. +18 −4 packages/firestore/src/local/memory_document_overlay_cache.ts
  68. +35 −0 packages/firestore/src/local/overlayed_document.ts
  69. +2 −2 packages/firestore/src/local/query_engine.ts
  70. +8 −0 packages/firestore/src/model/collections.ts
  71. +1 −4 packages/firestore/src/model/document.ts
  72. +20 −0 packages/firestore/src/model/field_mask.ts
  73. +122 −28 packages/firestore/src/model/mutation.ts
  74. +52 −11 packages/firestore/src/model/mutation_batch.ts
  75. +2 −1 packages/firestore/test/unit/local/counting_query_engine.ts
  76. +25 −0 packages/firestore/test/unit/local/document_overlay_cache.test.ts
  77. +177 −0 packages/firestore/test/unit/local/indexeddb_persistence.test.ts
  78. +244 −67 packages/firestore/test/unit/local/local_store.test.ts
  79. +39 −9 packages/firestore/test/unit/local/query_engine.test.ts
  80. +6 −0 packages/firestore/test/unit/local/test_document_overlay_cache.ts
  81. +472 −16 packages/firestore/test/unit/model/mutation.test.ts
  82. +87 −3 packages/firestore/test/util/helpers.ts
  83. +1 −4 packages/firestore/tsconfig.json
  84. +2 −2 packages/functions-compat/package.json
  85. +2 −2 packages/functions/package.json
  86. +4 −4 packages/installations-compat/package.json
  87. +4 −4 packages/installations/package.json
  88. +1 −1 packages/logger/package.json
  89. +1 −1 packages/messaging-compat/package.json
  90. +2 −2 packages/messaging/package.json
  91. +2 −2 packages/performance-compat/package.json
  92. +2 −2 packages/performance/package.json
  93. +2 −2 packages/remote-config-compat/package.json
  94. +2 −2 packages/remote-config/package.json
  95. +2 −2 packages/rules-unit-testing/functions/package.json
  96. +29 −13 packages/rules-unit-testing/functions/yarn.lock
  97. +1 −1 packages/rules-unit-testing/package.json
  98. +3 −3 packages/storage-compat/package.json
  99. +4 −4 packages/storage/package.json
  100. +2 −2 packages/template/package.json
  101. +1 −1 packages/util/package.json
  102. +2 −2 packages/webchannel-wrapper/package.json
  103. +3 −3 repo-scripts/api-documenter/package.json
  104. +1 −1 repo-scripts/changelog-generator/package.json
  105. +1 −1 repo-scripts/prune-dts/package.json
  106. +2 −4 repo-scripts/prune-dts/tsconfig.json
  107. +5 −5 repo-scripts/size-analysis/package.json
  108. +7 −1 scripts/release/cli.ts
  109. +2 −4 scripts/release/prerelease.ts
  110. +64 −27 scripts/release/release.ts
  111. +55 −28 scripts/release/utils/publish.ts
  112. +724 −258 yarn.lock
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Source files
# ============
*.md text eol=lf

*.json linguist-language=JSON-with-Comments
12 changes: 6 additions & 6 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -35,9 +35,9 @@
* @allspain @hsubox76 @firebase/jssdk-global-approvers

# Database Code
packages/database @schmidt-sebastian @jsdt @firebase/jssdk-global-approvers
packages/database-compat @schmidt-sebastian @jsdt @firebase/jssdk-global-approvers
packages/database-types @schmidt-sebastian @jsdt @firebase/jssdk-global-approvers
packages/database @maneesht @jsdt @firebase/jssdk-global-approvers
packages/database-compat @maneesht @jsdt @firebase/jssdk-global-approvers
packages/database-types @maneesht @jsdt @firebase/jssdk-global-approvers

# Firestore Code
packages/firestore @firebase/firestore-js-team @firebase/jssdk-global-approvers
@@ -47,9 +47,9 @@ packages/firestore-types @firebase/firestore-js-team @firebase/jssdk-global-app
integration/firestore @firebase/firestore-js-team @firebase/jssdk-global-approvers

# Storage Code
packages/storage @schmidt-sebastian @firebase/jssdk-global-approvers
packages/storage-compat @schmidt-sebastian @firebase/jssdk-global-approvers
packages/storage-types @schmidt-sebastian @firebase/jssdk-global-approvers
packages/storage @maneesht @tonyjhuang @firebase/jssdk-global-approvers
packages/storage-compat @maneesht @tonyjhuang @firebase/jssdk-global-approvers
packages/storage-types @maneesht @tonyjhuang @firebase/jssdk-global-approvers

# Messaging Code
packages/messaging @zwu52 @firebase/jssdk-global-approvers
2 changes: 1 addition & 1 deletion .github/workflows/assign-tech-writers.yml
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@ jobs:

steps:
- name: assign techwriters to PR
uses: kentaro-m/auto-assign-action@v1.2.0
uses: kentaro-m/auto-assign-action@v1.2.1
with:
configuration-path: ".github/auto_assign.yml"
16 changes: 6 additions & 10 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
@@ -2,12 +2,8 @@ name: E2E Smoke Tests

# Allows REST trigger. Currently triggered by release-cli script during a staging run.
on:
workflow_dispatch:
inputs:
versionOrTag:
description: 'release version or tag'
required: true
default: 'next'
repository_dispatch:
types: [staging-tests]

jobs:
test:
@@ -21,10 +17,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
- name: Set up Node (12)
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x
- name: install Chrome stable
run: |
sudo apt-get update
@@ -39,8 +35,8 @@ jobs:
echo "export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT" > firebase-config.js
- name: Yarn install
run: |
echo "Installing firebase@${{ github.event.inputs.versionOrTag }}"
yarn add firebase@${{ github.event.inputs.versionOrTag }}
echo "Installing firebase@${{ github.event.client_payload.versionOrTag }}"
yarn add firebase@${{ github.event.client_payload.versionOrTag }}
yarn
- name: Deploy "callTest" cloud function
run: |
18 changes: 16 additions & 2 deletions .github/workflows/merge-release-branch.yml
Original file line number Diff line number Diff line change
@@ -9,14 +9,28 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout Release Branch
uses: actions/checkout@master
with:
ref: release
- name: Get release version
id: get-version
run: |
export VERSION_SCRIPT="const pkg = require('./packages/firebase/package.json'); console.log(pkg.version);"
export VERSION=`node -e "${VERSION_SCRIPT}"`
echo "::set-output name=RELEASE_VERSION::$VERSION"
- name: Echo version in shell
run: |
echo "Merging release ${{ steps.get-version.outputs.RELEASE_VERSION }}"
- name: Merge to master
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.repos.merge({
github.rest.repos.merge({
owner: context.repo.owner,
repo: context.repo.repo,
base: 'master',
head: 'release'
head: 'release',
commit_message: 'Release ${{ steps.get-version.outputs.RELEASE_VERSION }}'
})
103 changes: 103 additions & 0 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
name: Production Release

on: workflow_dispatch

jobs:
deploy:
name: Production Release
runs-on: ubuntu-latest
# Allow GITHUB_TOKEN to have write permissions
permissions:
contents: write

steps:
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Checkout release branch (with history)
uses: actions/checkout@master
with:
# Release script requires git history and tags.
fetch-depth: 0
ref: release
- name: Yarn install
run: yarn
- name: Publish to NPM
# --skipTests No need to run tests
# --skipReinstall Yarn install has already been run
# --ignoreUnstaged Adding the @firebase/app changeset file means
# there's unstaged changes. Ignore.
# TODO: Make these flags defaults in the release script.
run: yarn release --releaseType Production --ci --skipTests --skipReinstall --ignoreUnstaged
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}
NPM_TOKEN_ANALYTICS_INTEROP_TYPES: ${{secrets.NPM_TOKEN_ANALYTICS_INTEROP_TYPES}}
NPM_TOKEN_ANALYTICS_TYPES: ${{secrets.NPM_TOKEN_ANALYTICS_TYPES}}
NPM_TOKEN_APP: ${{secrets.NPM_TOKEN_APP}}
NPM_TOKEN_APP_TYPES: ${{secrets.NPM_TOKEN_APP_TYPES}}
NPM_TOKEN_APP_CHECK: ${{secrets.NPM_TOKEN_APP_CHECK}}
NPM_TOKEN_APP_CHECK_INTEROP_TYPES: ${{secrets.NPM_TOKEN_APP_CHECK_INTEROP_TYPES}}
NPM_TOKEN_APP_CHECK_TYPES: ${{secrets.NPM_TOKEN_APP_CHECK_TYPES}}
NPM_TOKEN_AUTH: ${{secrets.NPM_TOKEN_AUTH}}
NPM_TOKEN_AUTH_INTEROP_TYPES: ${{secrets.NPM_TOKEN_AUTH_INTEROP_TYPES}}
NPM_TOKEN_AUTH_TYPES: ${{secrets.NPM_TOKEN_AUTH_TYPES}}
NPM_TOKEN_COMPONENT: ${{secrets.NPM_TOKEN_COMPONENT}}
NPM_TOKEN_DATABASE: ${{secrets.NPM_TOKEN_DATABASE}}
NPM_TOKEN_DATABASE_TYPES: ${{secrets.NPM_TOKEN_DATABASE_TYPES}}
NPM_TOKEN_FIRESTORE: ${{secrets.NPM_TOKEN_FIRESTORE}}
NPM_TOKEN_FIRESTORE_TYPES: ${{secrets.NPM_TOKEN_FIRESTORE_TYPES}}
NPM_TOKEN_FUNCTIONS: ${{secrets.NPM_TOKEN_FUNCTIONS}}
NPM_TOKEN_FUNCTIONS_TYPES: ${{secrets.NPM_TOKEN_FUNCTIONS_TYPES}}
NPM_TOKEN_INSTALLATIONS: ${{secrets.NPM_TOKEN_INSTALLATIONS}}
NPM_TOKEN_INSTALLATIONS_TYPES: ${{secrets.NPM_TOKEN_INSTALLATIONS_TYPES}}
NPM_TOKEN_LOGGER: ${{secrets.NPM_TOKEN_LOGGER}}
NPM_TOKEN_MESSAGING: ${{secrets.NPM_TOKEN_MESSAGING}}
NPM_TOKEN_MESSAGING_TYPES: ${{secrets.NPM_TOKEN_MESSAGING_TYPES}}
NPM_TOKEN_PERFORMANCE: ${{secrets.NPM_TOKEN_PERFORMANCE}}
NPM_TOKEN_PERFORMANCE_TYPES: ${{secrets.NPM_TOKEN_PERFORMANCE_TYPES}}
NPM_TOKEN_POLYFILL: ${{secrets.NPM_TOKEN_POLYFILL}}
NPM_TOKEN_REMOTE_CONFIG: ${{secrets.NPM_TOKEN_REMOTE_CONFIG}}
NPM_TOKEN_REMOTE_CONFIG_TYPES: ${{secrets.NPM_TOKEN_REMOTE_CONFIG_TYPES}}
NPM_TOKEN_RULES_UNIT_TESTING: ${{secrets.NPM_TOKEN_RULES_UNIT_TESTING}}
NPM_TOKEN_STORAGE: ${{secrets.NPM_TOKEN_STORAGE}}
NPM_TOKEN_STORAGE_TYPES: ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
NPM_TOKEN_TESTING: ${{secrets.NPM_TOKEN_TESTING}}
NPM_TOKEN_UTIL: ${{secrets.NPM_TOKEN_UTIL}}
NPM_TOKEN_WEBCHANNEL_WRAPPER: ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
NPM_TOKEN_FIREBASE: ${{secrets.NPM_TOKEN_FIREBASE}}
NPM_TOKEN_APP_COMPAT: ${{ secrets.NPM_TOKEN_APP_COMPAT }}
NPM_TOKEN_INSTALLATIONS_COMPAT: ${{ secrets.NPM_TOKEN_INSTALLATIONS_COMPAT }}
NPM_TOKEN_ANALYTICS_COMPAT: ${{ secrets.NPM_TOKEN_ANALYTICS_COMPAT }}
NPM_TOKEN_AUTH_COMPAT: ${{ secrets.NPM_TOKEN_AUTH_COMPAT }}
NPM_TOKEN_MESSAGING_INTEROP_TYPES: ${{ secrets.NPM_TOKEN_MESSAGING_INTEROP_TYPES }}
NPM_TOKEN_FUNCTIONS_COMPAT: ${{ secrets.NPM_TOKEN_FUNCTIONS_COMPAT }}
NPM_TOKEN_MESSAGING_COMPAT: ${{ secrets.NPM_TOKEN_MESSAGING_COMPAT }}
NPM_TOKEN_PERFORMANCE_COMPAT: ${{ secrets.NPM_TOKEN_PERFORMANCE_COMPAT }}
NPM_TOKEN_REMOTE_CONFIG_COMPAT: ${{ secrets.NPM_TOKEN_REMOTE_CONFIG_COMPAT }}
NPM_TOKEN_DATABASE_COMPAT: ${{ secrets.NPM_TOKEN_DATABASE_COMPAT }}
NPM_TOKEN_FIRESTORE_COMPAT: ${{ secrets.NPM_TOKEN_FIRESTORE_COMPAT }}
NPM_TOKEN_STORAGE_COMPAT: ${{ secrets.NPM_TOKEN_STORAGE_COMPAT }}
NPM_TOKEN_APP_CHECK_COMPAT: ${{ secrets.NPM_TOKEN_APP_CHECK_COMPAT }}
NPM_TOKEN_API_DOCUMENTER: ${{ secrets.NPM_TOKEN_API_DOCUMENTER }}
CI: true
- name: Get release version
id: get-version
# In production, there is only one version number
run: |
VERSION_SCRIPT="const pkg = require('./packages/firebase/package.json'); console.log(pkg.version);"
VERSION=`node -e "${VERSION_SCRIPT}"`
echo "::set-output name=BASE_VERSION::$VERSION"
- name: Echo version in shell
run: |
echo "Base version: ${{ steps.get-version.outputs.BASE_VERSION }}"
- name: Log to release tracker
# Sends release information to cloud functions endpoint of release tracker.
run: |
DATE=$(date +'%m/%d/%Y')
BASE_VERSION=${{ steps.get-version.outputs.BASE_VERSION }}
RELEASE_TRACKER_URL=${{ secrets.RELEASE_TRACKER_URL }}
curl -X POST -H "Content-Type:application/json" \
-d "{\"version\":\"$BASE_VERSION\",\"date\":\"$DATE\"}" \
$RELEASE_TRACKER_URL/logProduction
146 changes: 146 additions & 0 deletions .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
name: Staging Release

on: workflow_dispatch

jobs:
deploy:
name: Staging Release
runs-on: ubuntu-latest
# Allow GITHUB_TOKEN to have write permissions
permissions:
contents: write

steps:
- name: Set up Node (14)
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Merge master into release
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
await github.rest.repos.merge({
owner: context.repo.owner,
repo: context.repo.repo,
base: 'release',
head: 'master'
})
- name: Checkout release branch (with history)
uses: actions/checkout@master
with:
# Release script requires git history and tags.
fetch-depth: 0
ref: release
- name: Yarn install
run: yarn
# Ensures a new @firebase/app is published with every release.
# This keeps the SDK_VERSION variable up to date.
- name: Add a changeset for @firebase/app
# pull master so changeset can diff against it
run: |
git pull -f --no-rebase origin master:master
yarn ts-node-script scripts/ci/add_changeset.ts
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
- name: Go back to release branch
# changesets/action created and checked out a new branch
# return to `release` branch.
run: git checkout release
- name: Publish to NPM
# --skipTests No need to run tests
# --skipReinstall Yarn install has already been run
# --ignoreUnstaged Adding the @firebase/app changeset file means
# there's unstaged changes. Ignore.
# TODO: Make these flags defaults in the release script.
run: yarn release --releaseType Staging --ci --skipTests --skipReinstall --ignoreUnstaged
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}
NPM_TOKEN_ANALYTICS_INTEROP_TYPES: ${{secrets.NPM_TOKEN_ANALYTICS_INTEROP_TYPES}}
NPM_TOKEN_ANALYTICS_TYPES: ${{secrets.NPM_TOKEN_ANALYTICS_TYPES}}
NPM_TOKEN_APP: ${{secrets.NPM_TOKEN_APP}}
NPM_TOKEN_APP_TYPES: ${{secrets.NPM_TOKEN_APP_TYPES}}
NPM_TOKEN_APP_CHECK: ${{secrets.NPM_TOKEN_APP_CHECK}}
NPM_TOKEN_APP_CHECK_INTEROP_TYPES: ${{secrets.NPM_TOKEN_APP_CHECK_INTEROP_TYPES}}
NPM_TOKEN_APP_CHECK_TYPES: ${{secrets.NPM_TOKEN_APP_CHECK_TYPES}}
NPM_TOKEN_AUTH: ${{secrets.NPM_TOKEN_AUTH}}
NPM_TOKEN_AUTH_INTEROP_TYPES: ${{secrets.NPM_TOKEN_AUTH_INTEROP_TYPES}}
NPM_TOKEN_AUTH_TYPES: ${{secrets.NPM_TOKEN_AUTH_TYPES}}
NPM_TOKEN_COMPONENT: ${{secrets.NPM_TOKEN_COMPONENT}}
NPM_TOKEN_DATABASE: ${{secrets.NPM_TOKEN_DATABASE}}
NPM_TOKEN_DATABASE_TYPES: ${{secrets.NPM_TOKEN_DATABASE_TYPES}}
NPM_TOKEN_FIRESTORE: ${{secrets.NPM_TOKEN_FIRESTORE}}
NPM_TOKEN_FIRESTORE_TYPES: ${{secrets.NPM_TOKEN_FIRESTORE_TYPES}}
NPM_TOKEN_FUNCTIONS: ${{secrets.NPM_TOKEN_FUNCTIONS}}
NPM_TOKEN_FUNCTIONS_TYPES: ${{secrets.NPM_TOKEN_FUNCTIONS_TYPES}}
NPM_TOKEN_INSTALLATIONS: ${{secrets.NPM_TOKEN_INSTALLATIONS}}
NPM_TOKEN_INSTALLATIONS_TYPES: ${{secrets.NPM_TOKEN_INSTALLATIONS_TYPES}}
NPM_TOKEN_LOGGER: ${{secrets.NPM_TOKEN_LOGGER}}
NPM_TOKEN_MESSAGING: ${{secrets.NPM_TOKEN_MESSAGING}}
NPM_TOKEN_MESSAGING_TYPES: ${{secrets.NPM_TOKEN_MESSAGING_TYPES}}
NPM_TOKEN_PERFORMANCE: ${{secrets.NPM_TOKEN_PERFORMANCE}}
NPM_TOKEN_PERFORMANCE_TYPES: ${{secrets.NPM_TOKEN_PERFORMANCE_TYPES}}
NPM_TOKEN_POLYFILL: ${{secrets.NPM_TOKEN_POLYFILL}}
NPM_TOKEN_REMOTE_CONFIG: ${{secrets.NPM_TOKEN_REMOTE_CONFIG}}
NPM_TOKEN_REMOTE_CONFIG_TYPES: ${{secrets.NPM_TOKEN_REMOTE_CONFIG_TYPES}}
NPM_TOKEN_RULES_UNIT_TESTING: ${{secrets.NPM_TOKEN_RULES_UNIT_TESTING}}
NPM_TOKEN_STORAGE: ${{secrets.NPM_TOKEN_STORAGE}}
NPM_TOKEN_STORAGE_TYPES: ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
NPM_TOKEN_TESTING: ${{secrets.NPM_TOKEN_TESTING}}
NPM_TOKEN_UTIL: ${{secrets.NPM_TOKEN_UTIL}}
NPM_TOKEN_WEBCHANNEL_WRAPPER: ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
NPM_TOKEN_FIREBASE: ${{secrets.NPM_TOKEN_FIREBASE}}
NPM_TOKEN_APP_COMPAT: ${{ secrets.NPM_TOKEN_APP_COMPAT }}
NPM_TOKEN_INSTALLATIONS_COMPAT: ${{ secrets.NPM_TOKEN_INSTALLATIONS_COMPAT }}
NPM_TOKEN_ANALYTICS_COMPAT: ${{ secrets.NPM_TOKEN_ANALYTICS_COMPAT }}
NPM_TOKEN_AUTH_COMPAT: ${{ secrets.NPM_TOKEN_AUTH_COMPAT }}
NPM_TOKEN_MESSAGING_INTEROP_TYPES: ${{ secrets.NPM_TOKEN_MESSAGING_INTEROP_TYPES }}
NPM_TOKEN_FUNCTIONS_COMPAT: ${{ secrets.NPM_TOKEN_FUNCTIONS_COMPAT }}
NPM_TOKEN_MESSAGING_COMPAT: ${{ secrets.NPM_TOKEN_MESSAGING_COMPAT }}
NPM_TOKEN_PERFORMANCE_COMPAT: ${{ secrets.NPM_TOKEN_PERFORMANCE_COMPAT }}
NPM_TOKEN_REMOTE_CONFIG_COMPAT: ${{ secrets.NPM_TOKEN_REMOTE_CONFIG_COMPAT }}
NPM_TOKEN_DATABASE_COMPAT: ${{ secrets.NPM_TOKEN_DATABASE_COMPAT }}
NPM_TOKEN_FIRESTORE_COMPAT: ${{ secrets.NPM_TOKEN_FIRESTORE_COMPAT }}
NPM_TOKEN_STORAGE_COMPAT: ${{ secrets.NPM_TOKEN_STORAGE_COMPAT }}
NPM_TOKEN_APP_CHECK_COMPAT: ${{ secrets.NPM_TOKEN_APP_CHECK_COMPAT }}
NPM_TOKEN_API_DOCUMENTER: ${{ secrets.NPM_TOKEN_API_DOCUMENTER }}
CI: true
- name: Get release version
id: get-version
# STAGING_VERSION = version with staging hash, e.g. 1.2.3-20430523
# BASE_VERSION = version without staging hash, e.g. 1.2.3
run: |
VERSION_SCRIPT="const pkg = require('./packages/firebase/package.json'); console.log(pkg.version);"
VERSION=`node -e "${VERSION_SCRIPT}"`
echo "::set-output name=STAGING_VERSION::$VERSION"
BASE_VERSION=$(echo $VERSION | cut -d "-" -f 1)
echo "::set-output name=BASE_VERSION::$BASE_VERSION"
- name: Echo versions in shell
run: |
echo "Staging release ${{ steps.get-version.outputs.STAGING_VERSION }}"
echo "Base version: ${{ steps.get-version.outputs.BASE_VERSION }}"
- name: Launch E2E tests workflow
# Trigger e2e-test.yml
run: |
OSS_BOT_GITHUB_TOKEN=${{ secrets.OSS_BOT_GITHUB_TOKEN }}
VERSION_OR_TAG=${{ steps.get-version.outputs.STAGING_VERSION }}
curl -X POST \
-H "Content-Type:application/json" \
-H "Accept:application/vnd.github.v3+json" \
-H "Authorization:Bearer $OSS_BOT_GITHUB_TOKEN" \
-d "{\"event_type\":\"staging-tests\", \"client_payload\":{\"versionOrTag\":\"$VERSION_OR_TAG\"}}" \
https://api.github.com/repos/firebase/firebase-js-sdk/dispatches
- name: Log to release tracker
# Sends release information to cloud functions endpoint of release tracker.
run: |
DATE=$(date +'%m/%d/%Y')
BASE_VERSION=${{ steps.get-version.outputs.BASE_VERSION }}
STAGING_VERSION=${{ steps.get-version.outputs.STAGING_VERSION }}
OPERATOR=${{ github.actor }}
RELEASE_TRACKER_URL=${{ secrets.RELEASE_TRACKER_URL }}
curl -X POST -H "Content-Type:application/json" \
-d "{\"version\":\"$BASE_VERSION\",\"tag\":\"$STAGING_VERSION\",\"date\":\"$DATE\",\"operator\":\"$OPERATOR\"}" \
$RELEASE_TRACKER_URL/logStaging
34 changes: 0 additions & 34 deletions .github/workflows/release.yml

This file was deleted.

Loading