-
Notifications
You must be signed in to change notification settings - Fork 966
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into rosalyntan.evo
- Loading branch information
Showing
60 changed files
with
630 additions
and
213 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,11 @@ jobs: | |
distribution: temurin | ||
|
||
- uses: actions/checkout@v4 | ||
- name: Setup Chrome | ||
uses: browser-actions/[email protected] | ||
with: | ||
install-dependencies: true | ||
install-chromedriver: true | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
@@ -146,7 +151,7 @@ jobs: | |
integration: | ||
needs: unit | ||
if: contains(fromJSON('["push", "merge_group"]'), github.event_name) | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-22.04 | ||
|
||
env: | ||
FIREBASE_EMULATORS_PATH: ${{ github.workspace }}/emulator-cache | ||
|
@@ -176,13 +181,19 @@ jobs: | |
- npm run test:triggers-end-to-end | ||
- npm run test:triggers-end-to-end:inspect | ||
- npm run test:dataconnect-deploy | ||
- npm run test:dataconnect-emulator | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
cache: npm | ||
cache-dependency-path: npm-shrinkwrap.json | ||
- name: Setup Chrome | ||
uses: browser-actions/[email protected] | ||
with: | ||
install-dependencies: true | ||
install-chromedriver: true | ||
- name: Cache firebase emulators | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -231,6 +242,7 @@ jobs: | |
- npm run test:storage-deploy | ||
# - npm run test:storage-emulator-integration | ||
# - npm run test:dataconnect-deploy # TODO (joehanley): Reenable this - it should be safe to run in parallel | ||
# - npm run test:dataconnect-emulator # TODO (joehanley): Figure out why this is failing | ||
- npm run test:frameworks | ||
steps: | ||
- name: Setup Java JDK | ||
|
@@ -260,7 +272,7 @@ jobs: | |
- run: ${{ matrix.script }} | ||
- name: Print debug logs | ||
if: failure() | ||
run: type *debug.log | ||
run: dir "*.log" /s/b | type | ||
|
||
check-package-lock: | ||
runs-on: ubuntu-latest | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ src/test/emulators/extensions/firebase/[email protected]/functions/pa | |
src/test/emulators/extensions/firebase/[email protected]/functions/package-lock.json | ||
scripts/functions-deploy-tests/**/package-lock.json | ||
scripts/functions-discover-tests/**/**/package-lock.json | ||
.dataconnect | ||
*-debug.log | ||
|
||
/.vscode | ||
node_modules | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +0,0 @@ | ||
- Enable apphosting:rollouts:create command. (#8031) | ||
- Added default value for `emulators.dataconnect.dataDir` to `init dataconnect`. | ||
- Fixed issue where expired auth tokens would not refresh when running on IDX. | ||
- Fixed an issue where `firebase` would error out instead of displaying help text. | ||
- Fixed an issue where `firebase init genkit` would error on Windows machines. | ||
- Fixed an issue where emulator returned error when emulating alerts functions written in python (#8019) | ||
- Better error message for emulator binary architecture incompatibility on MacOS (#7995). | ||
- Deprecated `emulators.apphosting.startCommandOverride`. Please use `emulators.apphosting.startCommand` instead. | ||
- Updated `superstatic` to `9.1.0` in package.json. | ||
- Updated the Firebase Data Connect local toolkit to v1.7.4, which includes a fix for an issue that caused duplicate installations of the Firebase JS SDK. (#8028) | ||
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.