Skip to content
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

Pull latest from fork head #1

Open
wants to merge 3,209 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 22, 2024

  1. Add support for firealerts events in Eventarc emulator. (#7355)

    * Allow functions emulator to recognize firealerts triggers
    
    * Add support for non custom events in event arc emulator
    
    * add cors to getTriggers route
    
    * Remove duplicate logic
    
    * add cors to publish native events route
    
    * Add ability to remove triggers
    
    * Fix prettier problem
    
    * Only remove triggers with removal implemented
    
    * update changelog
    
    * update package-lock
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    GarrettBurroughs and joehan authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    de1814f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    2e2bc83 View commit details
    Browse the repository at this point in the history
  2. Fix errors showing as success in Firestore commands (#7482)

    * Reuse help command text in error messages
    
    * Fix casing of helpCommandText constant
    
    * Throw errors in firestore:databases:restore
    
    * Throw errors in firestore:databases:update
    
    * Throw errors in firestore:databases:create
    
    * Throw errors in firestore:backups:schedules:update
    
    * Throw errors in firestore:backups:schedules:create
    
    * Fix lint error for missing return type
    
    * Add missing period to help text
    
    * Update CHANGELOG
    TomasMorton authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8a4aa7a View commit details
    Browse the repository at this point in the history
  3. Fix invalid option names in Firestore backup schedule commands (#7481)

    * Use `-d` short name for database
    
    * Remove invalid and ambiguous short names
    
    * Update CHANGELOG
    
    * Lint CHANGELOG
    TomasMorton authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e00df1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6345d7 View commit details
    Browse the repository at this point in the history
  5. Bump FDC emulator to v1.3.0 (#7486)

    * Update changelog.
    
    * Bump emulator version.
    rosalyntan authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    31cc6fc View commit details
    Browse the repository at this point in the history
  6. 13.14.0

    google-oss-bot committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b792ba8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4231d76 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    e6e9f4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c64dcee View commit details
    Browse the repository at this point in the history
  3. Bump FDC emulator to v1.3.1 (#7491)

    * Update changelog.
    
    * Bump emulator to v1.3.1.
    rosalyntan authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9893255 View commit details
    Browse the repository at this point in the history
  4. 13.14.1

    google-oss-bot committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2355787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7411d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    f57cb47 View commit details
    Browse the repository at this point in the history
  2. Refactor SDK init to split up prompting and actuation (#7488)

    * Refactor SDK init to split up prompting and actuation
    
    * progress on unit tests
    
    * Added unit test for actuate
    
    * Add logs so i can debug tests failing only in CI on node 20
    
    * no only
    
    * format
    
    * Maybe this?
    
    * I give up on mock-fs - trying a simpler approach
    
    * Clean up
    
    * fix shrinkwrap
    
    * fix shrinkwrap
    
    * fix shrinkwrap
    joehan authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a592119 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Improve update message displayed when Firebase Tools is not latest (#…

    …7493)
    
    * Improve update message
    
    * Add changelog entry
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    aalej and joehan authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c849eb8 View commit details
    Browse the repository at this point in the history
  2. pass resolvedConfigPath to dataConnectEmulator start (#7495)

    * pass resolvedConfigPath to dataConnectEmulator start
    
    * cleanup
    
    * add changelog
    hlshen authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b921af5 View commit details
    Browse the repository at this point in the history
  3. 13.14.2

    google-oss-bot committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4cc5a93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1037f51 View commit details
    Browse the repository at this point in the history
  5. Start of init refactor (#7485)

    * Start of init refactor
    
    * progress on tests
    
    * Unit tests for actuate
    joehan authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3659a71 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Add app platform check (#7462)

    * Add app platform check
    hlshen authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c3e247b View commit details
    Browse the repository at this point in the history
  2. Add CMEK support in Firebase CLI for Firestore databases (#7479)

    * Add CMEK support for Firestore database
    
    * adjust column width for get database output
    
    * fix lint
    
    * remove invalid char
    
    * fix lint
    
    * fix an option error
    
    * resolve comments
    
    * fix lint
    
    * fix lint
    
    * fix style
    jinyangtang authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    dd32d0c View commit details
    Browse the repository at this point in the history
  3. Update marked and marked-terminal (#7502)

    * Update markedand marked-terminal
    
    * Ignore errors on typescript-json-schema - they have no effect on the output here
    joehan authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b08851a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    226111b View commit details
    Browse the repository at this point in the history
  2. Improved defaults for init dataconnect:sdk (#7507)

    * Improved defaults for init dataconnect:sdk
    
    * Clean up comments
    joehan authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3d05283 View commit details
    Browse the repository at this point in the history
  3. Fix functions:secrets:set - stop erroring in non-interactive flows wi…

    …thout force option (#7467)
    
    * Adding error for non-interactive flows without force option
    
    * add changelog entry
    
    * update changelog
    
    * fixing error message
    
    * add a guard around the prompt to stop erroring if we are in non-interactive mode
    
    * update changelog msg
    colerogers authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    68be9c5 View commit details
    Browse the repository at this point in the history
  4. fix webpack build (#7509)

    hlshen authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    65ce56d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6004e0d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    a49e11a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Default to default (#7515)

    Co-authored-by: Fred Zhang <fredzqm@google.com>
    joehan and fredzqm authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    79b63ea View commit details
    Browse the repository at this point in the history
  2. Add shortname option for kms-key-name to firestore:databases:create (#…

    …7510)
    
    Co-authored-by: joehan <joehanley@google.com>
    TomasMorton and joehan authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    69a815c View commit details
    Browse the repository at this point in the history
  3. Bump FDC emulator to v1.3.2. (#7518)

    * Bump FDC emulator to v1.3.2.
    
    * Add PR number to changelog.
    
    * formatting
    rosalyntan authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5e7c9ed View commit details
    Browse the repository at this point in the history
  4. 13.15.0

    google-oss-bot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d646372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4d9f6b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Use esbuild lib instead of npx (#7395)

    * Use esbuild lib instead of npx
    
    * Update next build function to use or install esbuild on demand
    
    - Add `findEsbuildPath`: Helper function to find the path of esbuild using `npm which`
    
    - Add `installEsbuild`: Helper function to install esbuild dynamically
    
    - Add tests for `findEsbuildPath` and `installEsbuild`
    
    * Update failing test scripts
    
    * Update failing test scripts
    
    * Changelog
    
    * Use semver for ESBUILD_VERSION and warn if the version does not match
    chalosalvador authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    115dfe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0df3681 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. FDC: Fixed casing issue in template (#7528)

    * Fixed casing issue in template
    
    * Revert "Fixed casing issue in template"
    
    This reverts commit 30d4b82.
    
    * Undid changes
    maneesht authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6ac4165 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    b75b0ed View commit details
    Browse the repository at this point in the history
  2. Detect platform during init dataconnect:sdk instead of asking (#7522)

    * Default to default
    
    * progress on using app detection in sdk:init
    
    * Don't ask, just know
    
    * Better handling of file not found, tested IOS and Android
    
    * Adding CHANGELOG
    
    * pr fixes
    joehan authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0354ae6 View commit details
    Browse the repository at this point in the history
  3. Listen for changes to extensions during deploy (#7524)

    Listen for changes to extensions during deploy
    ifielker authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ff49843 View commit details
    Browse the repository at this point in the history
  4. Fixes secret params resolution in functions emulator (#7443)

    * don't resolve secrets in deploy for emulator
    
    * add changelog
    blidd-google authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4839dcb View commit details
    Browse the repository at this point in the history
  5. Dont try to createDatabase when we know the instance is not ready (#7530

    )
    
    * Debug log CSQL errors
    
    * Dont try to createDatabase when we know the instance is not ready
    
    * formats
    joehan authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a22054a View commit details
    Browse the repository at this point in the history
  6. chore: update sharp version (#7517)

    * chore: update sharp version
    
    * chore: update changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Leonardo Ortiz <leo@monogram.io>
    
    * Update src/frameworks/constants.ts
    
    Co-authored-by: Leonardo Ortiz <leo@monogram.io>
    
    ---------
    
    Co-authored-by: Leonardo Ortiz <leo@monogram.io>
    emwp and leoortizz authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7513b27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f213388 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Add generateSdkYaml util function (#7532)

    * file utils
    
    * add tests
    
    * address comments
    hlshen authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a9f99f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e95697 View commit details
    Browse the repository at this point in the history
  3. Fixed some lint (#7537)

    * Fixed some lint
    ifielker authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cc8fe9e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Write the default connector into a directory named connector.

    ### Description
    
    This writes `dataconnect/connector/queries.gql` instead of `dataconnect/default/queries.gql` for
    clarity.
    
    The connector ID is still `default` (unchanged).
    
    ### Scenarios Tested
    
    TODO
    
    ### Sample Commands
    
    `firebase init dataconnect`
    
    Reviewers: joehan
    
    Reviewed By: joehan
    
    Pull Request: #7541
    yuchenshi authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8f34600 View commit details
    Browse the repository at this point in the history
  2. Fall back to no platform detected flow in unclear cases (#7540)

    * Fall back to no platform detected flow in unclear cases
    
    * ||=
    joehan authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c63a791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e61931 View commit details
    Browse the repository at this point in the history
  4. Update init dataconnect with movie schema (#7520)

    * feat: update dataconnect init to movie schema
    
    * fix: connector.yaml
    
    * fix: description
    
    * fix: package name
    
    * Update templates/init/dataconnect/queries.gql
    
    Co-authored-by: joehan <joehanley@google.com>
    
    * Update templates/init/dataconnect/queries.gql
    
    Co-authored-by: joehan <joehanley@google.com>
    
    * Update templates/init/dataconnect/schema.gql
    
    Co-authored-by: joehan <joehanley@google.com>
    
    * Update templates/init/dataconnect/schema.gql
    
    Co-authored-by: joehan <joehanley@google.com>
    
    * Update templates/init/dataconnect/mutations.gql
    
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    
    * fix: nits
    
    * fix: kotlin path
    
    * Update templates/init/dataconnect/schema.gql
    
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    
    * fix: schema error
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    3 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    70caa73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87099e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Cut FDC Emulator Release 1.3.4 (#7545)

    * Bump FDC local toolkit to v1.3.3.
    
    * Add PR number to changelog.
    
    * changelog
    
    * bump
    
    * Update CHANGELOG.md
    
    * m
    
    ---------
    
    Co-authored-by: Rosalyn Tan <rosalyntan@google.com>
    Co-authored-by: joehan <joehanley@google.com>
    3 people authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2037176 View commit details
    Browse the repository at this point in the history
  2. Make FDC SDK init default outputDir disjoint (#7546)

    * Bump FDC local toolkit to v1.3.3.
    
    * Add PR number to changelog.
    
    * changelog
    
    * bump
    
    * Update CHANGELOG.md
    
    * m
    
    * Update FDC SDK init defaults
    
    * m
    
    * PascalCase for swift
    
    * add <appDir>/app/src/main/kotlin logic back
    
    * default path
    
    ---------
    
    Co-authored-by: Rosalyn Tan <rosalyntan@google.com>
    Co-authored-by: joehan <joehanley@google.com>
    3 people authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2f4e343 View commit details
    Browse the repository at this point in the history
  3. 13.15.1

    google-oss-bot committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dc43c5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c88d7a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Add Sdk generation flow UI (#7539)

    * Add Sdk generation flow UI
    
    * revert emulator change
    
    * addres comments
    hlshen authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    83154d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9fff1b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. fix esbuild path used to bundle next.config.js on Windows (#7555)

    * use path from npx which to run esbuild
    
    * fix test
    
    * prevent findEsbuildPath to throw when npx which returns undefined
    
    * prevent throw when version not found in getGlobalEsbuildVersion
    
    * changelog
    leoortizz authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5b59e22 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Allow dotenv files from different environments for SSR and SSG in Nex…

    …t.js (#7323)
    
    * Check if the .env.<PROJECT-ID> file exists and make it available for the build process
    
    * Use parseStrict function to parse dotenv file
    
    * Invert assignation of variables
    
    * Add tests for parseStrict function
    
    * Changelog
    chalosalvador authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    35c0051 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix deploy doc link (#7558)

    hlshen authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1745ee9 View commit details
    Browse the repository at this point in the history
  2. add changelog for sdk generation (#7552)

    * add changelog for sdk generation
    
    * update
    
    * Format
    hlshen authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    009cc18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    643e3af View commit details
    Browse the repository at this point in the history
  4. 13.15.2

    google-oss-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7c21094 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73eeca1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    8952681 View commit details
    Browse the repository at this point in the history
  2. Updated ws to 7.5.10 (#7568)

    joehan authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c3d098c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Fixing bug where Extensions API is required for functions deploy (#7572)

    * fixing bug where extensions API is required for functions deploy
    ifielker authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    22ddf1a View commit details
    Browse the repository at this point in the history
  2. 13.15.3

    google-oss-bot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    85edf9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e53da5c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    1aa4f8a View commit details
    Browse the repository at this point in the history
  2. 13.15.4

    google-oss-bot committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    52cba51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0caa30b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    d4ac884 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    8ee858b View commit details
    Browse the repository at this point in the history
  2. temporarily remove extensions deploy from functions (#7600)

    * temporarily remove extensions deploy from functions
    ifielker authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    dee2c89 View commit details
    Browse the repository at this point in the history
  3. Add support for cloud tasks within the emulator. (#7475)

    * register cloud task triggers
    
    * Create and register task queue emulator
    
    * Add basic features of task queue emulator
    
    * Implement a queue to improve performance of tasks emulator
    
    * Remove unused import
    
    * Register task queues from functions emulator
    
    * change task queue endpoint to accept IDs in body instead of query params
    
    * set enviornment variable when task queue emulator is running
    
    * Remove bug where tasks were getting dispatched too fast
    
    * Rework task enqueueing API and support task deletion
    
    * properly support task deletion
    
    * Refactor Task Dispatching Algorithm
    
    * Add task deduplication for all tasks that have ever been added
    
    * Refactor Task Queue
    
    * Add tests for task queue emulator
    
    * respond to PR review
    
    * update firebase-config.json
    
    * use node-fetch
    
    * fix tests
    
    * Make tasks emulator start up whenever functions emulator starts
    
    * fix error message
    
    * Add statistics endpoint
    
    * Add in global task deduplication
    
    * Add headers to request
    
    * Review Changes
    
    * Remove console logs
    
    * Update backoff calculations
    
    * add changelog
    
    ---------
    
    Co-authored-by: blidd-google <112491344+blidd-google@users.noreply.github.com>
    Co-authored-by: joehan <joehanley@google.com>
    Co-authored-by: Brian Li <blidd@google.com>
    4 people authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2b1a314 View commit details
    Browse the repository at this point in the history
  4. fix changelog (#7601)

    joehan authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    91a80d9 View commit details
    Browse the repository at this point in the history
  5. 13.16.0

    google-oss-bot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c08fedd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    750f1bf View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fdc sql perms (#7578)

    * Improve SQL permissions setup and security in dataconnenct:sql:migrate command
    
    * Improve sql role grant checks
    
    * redeuce required iam perms to perform sql setup and remove cloudsql.users.create requirement for migrate
    
    * Move P4SA user creation and grants to setupIAMUsers
    tammam-g authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fb17e78 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Add support for setting the encryption configuration of restored fire…

    …store databases (#7483)
    
    * Add EncryptionConfig API type
    
    * Add encryptionType command option for GOOGLE_DEFAULT_ENCRYPTION
    
    * Accept and parse option for GOOGLE_DEFAULT_ENCRYPTION
    
    * Set encryption config values in the API request
    
    * Add support for USE_BACKUP_ENCRYPTION
    
    * Fix casing of helpCommandText constant
    
    * Add support for CUSTOMER_MANAGED_ENCRYPTION
    
    * Format changes
    
    * Add missing bracket in encryption type info
    
    * Don't allow an empty encryption type
    
    * Validate if kms-key-name is set at the appropriate time
    
    * Use enum for encryption type
    
    * Throw an error if a key is set without an encryption type
    
    * Improve error messages
    
    * Specify that USE_BACKUP_ENCRYPTION is the default
    
    * Move undefined option into the switch statement
    
    * Improve help text
    
    * Update --kms-key-name to match new arg in create db
    
    * Remove duplicate `kmsKeyName` declaration.
    
    * Update help text for --kms-key-name
    
    * Use new API fields
    
    * Update changelog for firestore restore with encryption config
    TomasMorton authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0d5f749 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    c9a0a9c View commit details
    Browse the repository at this point in the history
  2. Fix TLS ready check now that we switched from node-fetch to fetch (#7595

    )
    
    * Fix TLS ready check now that we switched from node-fetch to fetch
    inlined authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c832af4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d65aed8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    0e2ab54 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Fix extension hanging during Firebase Init (#7630)

    * remove requireAuthWrapper loop
    
    * changelog
    
    * Update firebase-vscode/src/cli.ts
    
    Co-authored-by: Remi Rousselet <darky12s@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Remi Rousselet <darky12s@gmail.com>
    
    ---------
    
    Co-authored-by: Remi Rousselet <darky12s@gmail.com>
    hlshen and rrousselGit authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    626bdce View commit details
    Browse the repository at this point in the history
  2. Add OOB flow for VERIFY_AND_CHANGE_EMAIL (#7618)

    Co-authored-by: joehan <joehanley@google.com>
    naoina and joehan authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    19b5f49 View commit details
    Browse the repository at this point in the history
  3. Changelog fix up (#7634)

    joehan authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4cdfad2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Implement schemaValidation mode handling in `firebase dataconnect:sql…

    …:diff` (#7633)
    
    * Compat mode support.
    
    * Support handling schema validation options in `diff`.
    
    * Fix build.
    
    * Format.
    
    * Don't output second set of diffs if they're equal to the first.
    
    * Address review comments.
    
    * Tweak output logs.
    rosalyntan authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    18e3189 View commit details
    Browse the repository at this point in the history
  2. Bump FDC local toolkit to v1.3.6. (#7640)

    * Bump FDC local toolkit to v1.3.6.
    
    * Bump versions.
    rosalyntan authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4beac36 View commit details
    Browse the repository at this point in the history
  3. Update message when users try to update from 1st to 2nd Gen function (#…

    …7611)
    
    * Update message when users try to update from 1st to 2nd Gen function using the same function name.
    
    CLI has always block the transition 1st Gen to 2nd Gen in the CLI - change here simply update the product name and point users to our public doc that documents changes necessary to transition to 2nd gen function.
    
    Aside: Cloud Run functions doesn't allow for 1st and 2nd gen functions to share the same name.
    
    * messaging nit.
    
    * Say 'see' instead of 'please'.
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    taeold and joehan authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c6defcb View commit details
    Browse the repository at this point in the history
  4. 13.17.0

    google-oss-bot committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    85f1e79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63c7cfd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    5bb5d12 View commit details
    Browse the repository at this point in the history
  2. feat: update supported range for angular (#7469)

    * feat: change supported range for Angular framework
    
    * feat: update changelog
    
    * feat: update supported range
    9kubczas4 authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    80574c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f03f2a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Update the Firestore init() flow to handle non-default databases (#7655)

    * Update the Firestore init() flow to handle non-default databases, by allowing the user to input the name of the database they want to initialize. This is a catch for older projects created in Cloud, which have a (default) non-Firestore Native database in their projects before they add Firebase.
    
    * Update the Firestore init() flow to handle non-default databases, by allowing the user to input the name of the database they want to initialize. This is a catch for older projects created in Cloud, which have a (default) non-Firestore Native database in their projects before they add Firebase.
    
    * Changelog
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    trippedout and joehan authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4d4c57d View commit details
    Browse the repository at this point in the history
  2. Remove authMode (#7659)

    fredzqm authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2503dfa View commit details
    Browse the repository at this point in the history
  3. Implement schemaValidation mode handling in `dataconnect:sql:migrat…

    …e` and `deploy` (#7639)
    
    * Support handling schema validation options in `diff`.
    
    * Format.
    
    * Don't output second set of diffs if they're equal to the first.
    
    * Update dataconnect:sql:migrate
    
    * Fix my failed rebase lol
    
    * Finish handling schemaValidation mode in `dataconnect:sql:migrate`.
    
    * Fix setSchemaValidationMode.
    
    * Concat follow-up strict diffs, instead of replacing compat diffs.
    
    * Don't display purely optional changes with  flag.
    
    * Pass `schemaValidation` into `deploy` command.
    
    * Address review comments.
    rosalyntan authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b89cb2f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    70b8994 View commit details
    Browse the repository at this point in the history
  2. Make firebase init for FDC work better with Spark projects. (#7666)

    * Make `firebase init` for FDC work better with Spark projects.
    
    * Don't provision CloudSQL instance if billing is not enabled.
    
    * Remove experiment flag gating.
    
    * Enable other APIs besides compute.googleapis.com.
    rosalyntan authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b88dc57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b6f994 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. update data connect client, dataplaneclient, and emulator client to v… (

    #7589)
    
    * update data connect client, dataplaneclient, and emulator client to v1beta
    
    * update tests
    hlshen authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c222f52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d302a View commit details
    Browse the repository at this point in the history
  3. Update FDC local toolkit to v1.3.7. (#7679)

    * Update FDC local toolkit to v1.3.7.
    
    * Add PR number to changelog.
    rosalyntan authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e2ee5be View commit details
    Browse the repository at this point in the history
  4. Switch primaryDatasource -> datasources (#7678)

    * Switch primaryDatasource -> datasources
    
    * ?.
    
    * primaryDatasource -> postgresDatasource
    joehan authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    eb18f4b View commit details
    Browse the repository at this point in the history
  5. Fdc grant cmds (#7656)

    * initial grant commands
    
    * Add some checks and fix linting
    
    * Address comments and cleanup / error messages
    
    * Add fdc grant commands changelog
    tammam-g authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e1d1563 View commit details
    Browse the repository at this point in the history
  6. fix: handle paths with spaces in getGlobalEsbuildVersion function (#7571

    )
    
    * fix: handle paths with spaces in getGlobalEsbuildVersion function
    
    * fix failing test
    dxdc authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6bd497d View commit details
    Browse the repository at this point in the history
  7. add changelog for #7571 (#7681)

    * add changelog for #7571
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    leoortizz and joehan authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    211c0af View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Compat mode bug bash fixes (#7680)

    * Ignore invalid connector errors in Using Google Analytics in DEBUG mode. Emulators (+ UI) events will be shown in GA Debug View only.
    
    Error: No currently active project.
    To run this command, you need to specify a project. You have two options:
    - Run this command with --project <alias_or_project_id>.
    - Set an active project by running firebase use --add, then rerun this command.
    To list all the Firebase projects to which you have access, run firebase projects:list.
    To learn about active projects for the CLI, visit https://firebase.google.com/docs/cli#project_aliases.
    
    * Update schema migration prompt wording.
    
    * Another prompt message wording update.
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    rosalyntan and joehan authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    585a476 View commit details
    Browse the repository at this point in the history
  2. Add --dry-run to deploy (#7574)

    * Add --dry-run to deploy
    
    * Format
    
    * Format
    
    * pr fixes
    
    * PR fixes for functions and extensions
    
    * Merging in master
    
    * fix test failure
    
    * Add diffSchema to dataconnect dry run, better end message
    
    * format
    joehan authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f0a608c View commit details
    Browse the repository at this point in the history
  3. 13.18.0

    google-oss-bot committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b4095c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9572526 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    0314586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ac053f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Add firebase ext:sdk:install command (#7581)

    * Add firebase ext:sdk:install command
    ifielker authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e0089d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Temporary fix for firebase init dataconnect with Spark projects. (#7704)

    Co-authored-by: joehan <joehanley@google.com>
    rosalyntan and joehan authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    79152ce View commit details
    Browse the repository at this point in the history
  2. 13.19.0

    google-oss-bot committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d6a7263 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8301fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5392f4 View commit details
    Browse the repository at this point in the history
  5. Merge Public Preview launch branch into master (#7703)

    * update cli support for dataconnect toolkit and webhooks (#7635)
    
    * update cli support for toolkit and webhooks
    
    * update ports
    
    * update ports
    
    * Replace any with Options
    
    * update exec to call webhook, format
    
    * address comment
    
    * address comment
    
    * remove unused var
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    
    * Emulator start refactor (#7638)
    
    * update cli support for toolkit and webhooks
    
    * update ports
    
    * update ports
    
    * Replace any with Options
    
    * update exec to call webhook, format
    
    * address comment
    
    * address comment
    
    * remove unused var
    
    * vscode implementation of emulator start
    
    * delete debug log
    
    * address comments
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    
    * DataConnect + PGLite prototype. (#7615)
    
    * Hacking away at pglite+dataconnect emulator
    
    * Hacking away at it
    
    * More debugging
    
    * I THINK IT WORKSSSSS
    
    * Saving my progress at EoD
    
    * --amend
    
    * Progress
    
    * clean up
    
    * formatting
    
    * Use extended query patch (thanks @gregnr!)
    
    * Format and merge master
    
    * PR fixes
    
    * Remove JSON comments
    
    * format
    
    * Fxing test compilation issues
    
    * Cleaning up build issues
    
    * PR fixes
    
    * Format and generate json schema
    
    * Patching in missing types for VSCode builds
    
    * More type fixing
    
    * More type fixing
    
    * Little bit mroe code review
    
    * Removed unused dep
    
    * More pr fixes
    
    * test:emualtors build fixed
    
    * PR fixes
    
    * Fix port disagreement
    
    * Fix webhook; Clean up emulator code (#7649)
    
    * fix webhooks and cleanup old emulator code
    
    * await sendVSCode completion
    
    * Also handle extended query protocol for close messages (#7653)
    
    * Better handling for invalid JSON variables (#7654)
    
    * Adding a docs link to the sidebar (#7657)
    
    * Clean up code-extension config (#7660)
    
    * Clean up extension configuration
    
    * pulls out messages into i10n/markdown-compatible source
    
    * Simplify the config getter
    
    * Remove errant firebase-path
    
    * Add firebase-path option for vscode (#7662)
    
    * Add firebase-path option for vscode
    
    Allow folks to specify a specific firebase binary
    
    * Update vscode port
    
    * Improved messaging on deploy (#7661)
    
    * Removing LocalConnectionString (#7652)
    
    * cleaning up localconnectionstring
    
    * LocalConnectionString is dead
    
    * test fix
    
    * Good catch
    
    * Enable strict mode (#7663)
    
    * Teardown legacy context provider
    
    * Enable strict mode on the vscode webviews (#7665)
    
    * add await (#7670)
    
    * Rough pass on extension UI (#7668)
    
    * Rough pass on extension UI
    
    * Update docs UI
    
    * Flex the panels to get full-width content
    
    * [𝘀𝗽𝗿] initial version (#7676)
    
    Created using spr 1.3.6-beta.1
    
    * Round 1 of bug bash fixes (#7667)
    
    * Round 1 of bug bash fixes
    
    * Fixing build issue
    
    * Fix package-lock.json
    
    * Oops
    
    * Use lsofi instead of rolling our own
    
    * format
    
    * Fixing lsofi issues (#7683)
    
    * Reload codelens on emulator status change; Add loading state back for emulators start (#7692)
    
    * Add handling for port conflicts. Add fallback for emulator loading state (#7682)
    
    * Add handling for port conflicts. Add fallback for emulator loading state
    
    * update equality
    
    * address comments
    
    * Set default state for sidebar. Update fallback for emulator start (#7694)
    
    * Set default state for sidebar. Update fallback for emulator start
    
    * address comments
    
    * small text update
    
    * change comment
    
    * Re-fetch the extensions doc link when the app is initialized (#7695)
    
    * Better handling for port conflicts and errors in Data Connect emulator (#7691)
    
    * WIP - better error handlingport conflicts
    
    * Void
    
    * Update src/emulator/storage/rules/runtime.ts
    
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    
    * Update src/emulator/downloadableEmulators.ts
    
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    
    * Find open ports
    
    ---------
    
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    
    * remove debug mode (#7697)
    
    * Add UI polish for running emulator status (#7699)
    
    * update emulator reset text (#7698)
    
    * update emulator reset text
    
    * update text
    
    * update text (#7700)
    
    * update webhook (#7702)
    
    * startup -> start-up (#7701)
    
    * Fix broken logout, and clean up anys (#7714)
    
    * Fix invalid connector path in FDC example (#7709)
    
    * Added dart to firebase CLI (#7569)
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    Co-authored-by: TJ Lavelle <tlavelle@google.com>
    Co-authored-by: TJ Lavelle <tj@lavelle.io>
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    Co-authored-by: Remi Rousselet <darky12s@gmail.com>
    Co-authored-by: Maneesh Tewani <maneesht@users.noreply.github.com>
    7 people authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3903c44 View commit details
    Browse the repository at this point in the history
  6. Include SDK generation as part of firebase init dataconnect (#7693)

    * Include SDK generation as part of firebase init dataconnect.
    
    * Adjust log output accordingly.
    
    * Remove unused parameter.
    
    * Adjust order of operations and modify some prompts.
    
    * Automatically generate SDKs if platform is detected.
    rosalyntan authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cfef5fe View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Data Connect v1.3.9 release (#7721)

    * Data Connect v1.3.9 release
    
    * Fixed changelog formatting
    
    * Touching up changelog
    
    * format
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    maneesht and joehan authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0314a55 View commit details
    Browse the repository at this point in the history
  2. Pipe through app folder selection to init dataconnect:sdk (#7725)

    * Pipe through app folder selection to init dataconnect:sdk
    
    * pr fixes
    joehan authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    be29bb9 View commit details
    Browse the repository at this point in the history
  3. Support firebase dataconnect:sdk:generate --watch (#7719)

    * Support firebase dataconnect:sdk:generaate --watch
    
    * Properly set --watch option.
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    rosalyntan and joehan authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    35d16be View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Fix more issues with prepared statements and extended query protocol (#…

    …7730)
    
    * Fix more issues with prepared statements, extended query protocol, and unclean shutdowns
    
    * format
    joehan authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dc9a099 View commit details
    Browse the repository at this point in the history
  2. Clean up port finding logic for dataconnect.postgres (#7727)

    * Clean up port finding logic for dataconnect.postgres
    
    * pr fixes and format
    joehan authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5f1b1e4 View commit details
    Browse the repository at this point in the history
  3. Revert the minimum Functions SDK version and add logging for extensio…

    …ns features using v5.1.0 (#7731)
    
    * revert the min sdk version and add logging for extensions features at v5.1.0
    
    * add changelog entry
    colerogers authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e23de12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93204e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    804e564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1603384 View commit details
    Browse the repository at this point in the history
  3. Reorder firebase init dataconnect prompts for better local onboardi…

    …ng flow. (#7733)
    
    * Initial reordering of prompts for better local onboarding flow.
    
    * Minor fixes.
    
    * Set default values if not configuring backend resources.
    
    * silly mistakes
    
    * Additional fixes.
    
    * Types clean up
    
    ---------
    
    Co-authored-by: Joe Hanley <joehanley@google.com>
    rosalyntan and joehan authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2a0cff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d7e62e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33a5399 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b0d15d View commit details
    Browse the repository at this point in the history
  7. Update UI icons. Small sidebar refresh (#7729)

    * Update UI icons. Small sidebar refresh
    
    * Revert execution panel sizes
    
    * dataconnect ->data connect
    
    * add changelog. update readme
    
    * Address comments
    
    * address comments
    hlshen authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3298936 View commit details
    Browse the repository at this point in the history
  8. Hide Dart (for now) (#7743)

    joehan authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    72838ff View commit details
    Browse the repository at this point in the history
  9. update readme (#7745)

    hlshen authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    368c3a5 View commit details
    Browse the repository at this point in the history
  10. Flip FDC compat mode flag. (#7746)

    * Flip FDC compat mode flag.
    
    * Add other changelog items from previous PRs.
    rosalyntan authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3a5879e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20a6853 View commit details
    Browse the repository at this point in the history
  12. Release FDC emulator 1.4.2 (#7744)

    * Release emulator
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update downloadableEmulators.ts
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    fredzqm and joehan authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f3a96ef View commit details
    Browse the repository at this point in the history
  13. More memory (#7749)

    joehan authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    69bdbef View commit details
    Browse the repository at this point in the history
  14. manual vsce (#7750)

    joehan authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4b2acc5 View commit details
    Browse the repository at this point in the history
  15. 13.20.0

    google-oss-bot committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    01e6bc4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    26e55d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fix wrong project issue (#7752)

    * Fix wrong project issue
    
    * Pr fixes
    joehan authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e11125f View commit details
    Browse the repository at this point in the history
  2. Fixed an issue where expired auth tokens would be used (#7756)

    * Fixed an issue where expired auth tokens would be used
    
    * Handle application default credentials
    joehan authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4c24ff0 View commit details
    Browse the repository at this point in the history
  3. Update add data (#7753)

    * update add data
    
    * add default uuid
    
    * update default uuid
    
    * Update firebase-vscode/src/data-connect/ad-hoc-mutations.ts
    
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    
    * Update firebase-vscode/src/data-connect/ad-hoc-mutations.ts
    
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    
    * Update firebase-vscode/src/data-connect/ad-hoc-mutations.ts
    
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    
    * address comments
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    3 people authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3e431d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e486727 View commit details
    Browse the repository at this point in the history
  5. Cleaning up cses where project id is not set (#7760)

    Co-authored-by: Fred Zhang <fredzqm@google.com>
    joehan and fredzqm authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0f617f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f464017 View commit details
    Browse the repository at this point in the history
  7. Bump FDC local toolkit version to v1.4.3 (#7763)

    * Bump emulator version.
    
    * Update changelog.
    rosalyntan authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b47efbd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    233889e View commit details
    Browse the repository at this point in the history
  9. 13.20.1

    google-oss-bot committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7c0516d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7ad932 View commit details
    Browse the repository at this point in the history
  11. Update ReadME. Fix case for extension dependency (#7764)

    * Update ReadME. Fix case for extension dependency
    
    * format
    
    * package-log
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    hlshen and joehan authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bcde9b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    50a1ccb View commit details
    Browse the repository at this point in the history
  2. Add IDX Data collection notice (#7768)

    * Add IDX Data collection notice
    
    * update setting to application
    
    ---------
    
    Co-authored-by: Fred Zhang <fredzqm@google.com>
    hlshen and fredzqm authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    de84b06 View commit details
    Browse the repository at this point in the history
  3. Updated data connect emulator (#7769)

    * Updated data connect emulator
    
    * Fixed up changelog
    maneesht authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    85d7c27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cd8576 View commit details
    Browse the repository at this point in the history
  5. 13.20.2

    google-oss-bot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b288f01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ab6507 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    a717346 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. VSCE version 0.10.2 (#7772)

    joehan authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1276351 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. App Hosting emulator - package manager detection (#7771)

    * add discovery function
    
    * progress
    
    * no need for framework support logic ... support different package managers
    
    * fix comments
    
    * fix linting errors and add tests
    
    * add some more tests
    
    * add tests for package manager discovery
    
    * add comments
    
    * address comments
    
    * fix broken test
    mathu97 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    78e125c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. adding emulator support for SDK-defined extensions (#7785)

    * adding emulator support for SDK-defined extensions
    * fixing some emulator bugs
    ifielker authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a54e4ff View commit details
    Browse the repository at this point in the history
  2. Update webhook to have a timeout. update logging (#7782)

    * Update webhook to have a timeout. update logging
    
    * update typing for abortsignal
    
    * revert import
    
    * add changelog
    hlshen authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    44f9dff View commit details
    Browse the repository at this point in the history
  3. Revert "Hide Dart (for now) (#7743)" (#7783)

    This reverts commit 72838ff.
    joehan authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    da23bb6 View commit details
    Browse the repository at this point in the history
  4. Update emulator UI to 1.14.0 (#7786)

    * Update emulator UI to 1.14.0
    
    * Update Changelog
    
    * typo
    joehan authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    48f08ce View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. make logs default to .firebase/logs/ (#7784)

    * make logs default to .firebase/logs/
    
    * add changelog
    
    * change log file name
    hlshen authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5dec061 View commit details
    Browse the repository at this point in the history
  2. Use quota metric to check CSQL free trial eligibility (#7788)

    * Starting to move to cloudmonitoring metric
    
    * Use the quota metric to check CSQL free trial eligibility.
    
    * Catch 404s
    
    * formats
    
    * PR fixes
    joehan authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4bcbdff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c57490b View commit details
    Browse the repository at this point in the history
  4. Updated changelog to include dart generation (#7797)

    * Updated changelog to include dart generation
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    maneesht and joehan authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6a3521e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4689a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a411a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    495cb72 View commit details
    Browse the repository at this point in the history
  8. Maintenance (#7789)

    * fixing some lint warnings, replacing some chained promises with async/await
    ifielker authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c43d72b View commit details
    Browse the repository at this point in the history
  9. Update text for SDK Configuration button (#7798)

    * change sdk configuration button name
    
    * update text for sdk configuration button, changelog
    
    * update case
    
    * update text
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    hlshen and joehan authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cbc44c0 View commit details
    Browse the repository at this point in the history
  10. [FDC] Remove confusing prompts (#7801)

    * remove prompt at the end of init dataconnect:sdk
    
    * Dont override gql files when picking existing empty service
    
    * Dont override gql files when picking existing empty service
    
    * schema default
    
    * tests
    
    * Update src/init/features/dataconnect/index.ts
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    fredzqm and joehan authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    36ce505 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    158c2b5 View commit details
    Browse the repository at this point in the history
  12. Create rollout from branch or git commit (#7687)

    * fix create rollouts
    
    * fix create rollout flow
    
    * update flow to match api proposal
    
    * add unit tests for rollouts command
    blidd-google authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f350d60 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1085394 View commit details
    Browse the repository at this point in the history
  14. Use 'default' alias if there are multiple aliases (#7804)

    * Default to default
    
    * Use "default" alias project when there are multiple listed
    
    * no only
    joehan authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bfc3fd4 View commit details
    Browse the repository at this point in the history
  15. Updated to Data connect emulator 1.5.0 (#7805)

    * Updated to Data connect emulator 1.5.0
    
    * Typo
    joehan authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a2201fb View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. 13.21.0

    google-oss-bot committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7dd671b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b776cc1 View commit details
    Browse the repository at this point in the history
  3. Add App Hosting as an option for firebase init (#7803)

    * init apphosting.yaml
    blidd-google authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c3de090 View commit details
    Browse the repository at this point in the history
  4. update to 0.10.3 (#7807)

    hlshen authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    17aa98c View commit details
    Browse the repository at this point in the history
  5. Updated requireAuth to include getting the access token (#7806)

    * Updated requireAuth to include getting the access token
    
    * Updated setGlobalDefaultAccount to include expiry
    
    * Applied linter
    
    * Addressed comments
    
    * Update CHANGELOG.md
    
    * formats
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    maneesht and joehan authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    60daa4d View commit details
    Browse the repository at this point in the history
  6. Always include the default template the data connect (#7810)

    * always include the default template the data connect
    
    * comments
    
    * tests
    fredzqm authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    82bfe47 View commit details
    Browse the repository at this point in the history
  7. Centralize logs when not in a firebase directory (#7811)

    * Centralize logs when not in a firebase directory
    
    * PR fixes
    
    * PR fixes
    joehan authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    80060cf View commit details
    Browse the repository at this point in the history
  8. 13.22.0

    google-oss-bot committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6ea6b3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44306c4 View commit details
    Browse the repository at this point in the history
  10. update to 0.10.4 (#7815)

    hlshen authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2420cc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. fix: identify dependencies that might require the --no-tree-shake-ico…

    …ns flag (#7724)
    
    * Fixed Flutter web apps that might require the --no-tree-shake-icons flag in order to build. 
    
    Co-authored-by: Leonardo Ortiz <leo@monogram.io>
    emwp and leoortizz authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cfec667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833bd6d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Fix sidebar sometimes not picking up CSS changes when built (#7705)

    Co-authored-by: Harold Shen <hlshen@google.com>
    rrousselGit and hlshen authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    affd930 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Refresh auth when we have no refresh_token (#7825)

    * Refresh auth when we have no refresh_token
    
    * Test fixes
    
    * Formats
    
    * extend timeout
    joehan authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    85dff3a View commit details
    Browse the repository at this point in the history
  2. Better error when incorrect project ID is used. (#7827)

    * Better error when incorrect project ID is used
    
    * Cleanup and similar handling in another spot
    
    * pr fix
    joehan authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    65f30e4 View commit details
    Browse the repository at this point in the history
  3. Replace rimraf dependencies by built-in Node APIs (#7826)

    * Replace rimraf dependencies by built-in Node APIs
    
    * CHANGELOG
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    echedaleux and joehan authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e727357 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. This is to change the VScode command to focus the sidebar from `sideb…

    …ar.focus` to `fdc_sidebar.focus` (#7708)
    
    That ensures the command points to FDC rather than a generic sidebar.
    rrousselGit authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6fc0edb View commit details
    Browse the repository at this point in the history
  2. Update findOpenPort to check ipv4 (#7824)

    * update findOpenPort to check ipv4
    
    * changelog
    
    * remove console log
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    hlshen and joehan authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e4861d2 View commit details
    Browse the repository at this point in the history
  3. Bump FDC local toolkit to v1.5.1. (#7837)

    * Bump FDC local toolkit to v1.5.1.
    
    * Update changelog.
    rosalyntan authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    04c2296 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Improved handling when emulators:export cannot read the metadata fi…

    …le. (#7839)
    
    * Improved handling when `emulators:export` cannot read the metadata file.
    
    * Missing a `
    joehan authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3e84ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1863f91 View commit details
    Browse the repository at this point in the history
  3. chore: update dependencies for firebase functions template (#7809)

    chore: update dependencies for firebase functions templete
    emwp authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    372d0b1 View commit details
    Browse the repository at this point in the history
  4. Use FUNCTIONS_DISCOVERY_TIMEOUT when waiting for sockets (#7838)

    * Use FUNCTIONS_DISCOVERY_TIMEOUT when waiting for sockets during functions discovery
    
    * Type cleanup & maybe fixing tests
    joehan authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9eed361 View commit details
    Browse the repository at this point in the history
  5. 13.22.1

    google-oss-bot committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0d8e546 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    368f161 View commit details
    Browse the repository at this point in the history
  7. Update vscode to 0.10.5 (#7843)

    * 0.10.5
    
    * package-lock
    hlshen authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8ced408 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Add a test-only GitRepoLinks create command (#7735)

    Allows for creating Developer Connect connections with a known connection id
    kmcnellis authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2518670 View commit details
    Browse the repository at this point in the history
  2. MVP working dataconnect:sql:shell (#7778)

    * MVP working dataconnect:sql:shell
    
    * Allow multiline SQL queries (copy paste not working however)
    
    * Fix linting issues
    
    * Update Changlog
    
    * Minor text changes
    
    * Move some interactive sql shell command to gcp/cloudsql/interactive.ts
    
    * Use colorette instead of chalk
    
    * Update CHANGELOG.md
    
    Co-authored-by: joehan <joehanley@google.com>
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    tammam-g and joehan authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4d87465 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Report errors in configs, and load configs from anywhere (#7650)

    * Validate .yaml files and add "Open folder" button
    
    * Fix dataconnect error
    
    * Use RC file as source of truth for the current project ID.
    
    This avoids the extension overwriting the selected project if the RC file is manually edited.
    
    * Refactor subscriptions
    
    * Lod nested configs
    
    * Onboarding changes
    
    * Revert changes extracted into separate PRs
    
    * Make TS happy
    
    * Update config logic to show dropdown when 2+ firebase.json are detected
    
    * Remove logs
    
    * Fix if
    
    * Use effect cleanup
    
    * Add doc to follow
    
    * Use effect cleanup again
    
    * Remove `if`
    
    ---------
    
    Co-authored-by: Harold Shen <hlshen@google.com>
    rrousselGit and hlshen authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4a2819d View commit details
    Browse the repository at this point in the history
  2. Start of CLI version checking (#7848)

    * Start of CLI version checking
    
    * VSCode env var was breaking it
    
    * Warning
    joehan authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    310c7a6 View commit details
    Browse the repository at this point in the history
  3. Add support for deploying new blocking triggers (#6384)

    * support deploy of new email trigger
    
    * unregister beforeemailsent triggers on delete
    
    * add missing label key to event for beforeSendEmail
    
    * add support for SMS blocking functions
    blidd-google authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5649862 View commit details
    Browse the repository at this point in the history
  4. Cleaning up remnants of old vsce publish script (#7856)

    * Cleaning up remnants of old vsce publish script
    
    * No need to check for gsutil anymore
    joehan authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    39a5f63 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Set FIREBASE_BINARY as "firebasePath" user setting (#7857)

    * set firebasePath as a user preference only
    
    * update setting
    
    * format and changelog
    
    * add global configuration target
    
    * format
    
    * change to machine-overridable
    hlshen authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2559645 View commit details
    Browse the repository at this point in the history
  2. Have 'firebase firestore:delete' retry on bandwidth RESOURCE_EXHAUSTE…

    …D errors (#7863)
    
    * Add retry mechanisms for when firestore deletes are failing due to bandwidth limits
    
    * Alias Commit
    
    * Run the formatter
    NickChittle authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5c53ccd View commit details
    Browse the repository at this point in the history
  3. Removed console logs (#7858)

    Co-authored-by: joehan <joehanley@google.com>
    aalej and joehan authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    995fab1 View commit details
    Browse the repository at this point in the history
  4. 13.23.0

    google-oss-bot committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9384645 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25e0d26 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. repairing missing binaries

    joehan committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4df32be View commit details
    Browse the repository at this point in the history
  2. lock to clean-publish@5.0.0

    joehan committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a1f4f09 View commit details
    Browse the repository at this point in the history
  3. Restoring publish script

    joehan committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    babf8f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    631da23 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Skipping partial html files generated due to enabling ppr in Nextjs (#…

    …7625)
    
    * Skipping partial html files generated due to enabling ppr in Nextjs
    
    * Detect partial html files in build and add them to reasonsForBackend.
    - Move common logic to utils functions
    
    * Add tests cases for new utils functions
    
    * Check if file .html exists before trying to read it.
    
    * Remove warning if file does not exist
    
    * Changelog
    
    * Promise.all test isPartialHTML
    
    * Refactor to use .meta files for PPR
    
    * Changelog
    chalosalvador authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2248973 View commit details
    Browse the repository at this point in the history
  2. Clarify Java compatibility requirements (#7866)

    * Clarify Java compatibility requirements
    
    * Tweaking wording
    
    ---------
    
    Co-authored-by: joehan <joehanley@google.com>
    mltsy and joehan authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    71f2f2e View commit details
    Browse the repository at this point in the history
  3. replace strip-ansi with stripVTControlCharacters from node:util (#7860)

    Co-authored-by: joehan <joehanley@google.com>
    jsaguet and joehan authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e3b60df View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Fix the extension overwriting the .firebase RC file when manually cha…

    …nged (#7710)
    
    This is done by using the .firebaseRC as the source of truth for the project ID, instead of the `currentProjectId` signal.
    
    Co-authored-by: Harold Shen <hlshen@google.com>
    rrousselGit and hlshen authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ddfefd8 View commit details
    Browse the repository at this point in the history
  2. New e2e tests (#7738)

    * New e2e tests
    
    * remove unneeded dependency
    
    * fix wdio config type
    
    * restore graphql file
    
    * Fix wdio types errors
    
    * fix graphql test issues
    
    * adding and reading data e2e tests
    
    * fix graphql test
    
    * emulator startup e2e tests
    
    * Mock user & fix execution tests
    
    * package-lock
    
    * -
    
    * undo changes in ui
    
    * chore: undo changes to tsconfig
    
    * exclude test folder from build
    
    * Fix tests setup
    
    * Fix test hooks
    
    * Try changing CI to macos
    
    * Limit parallelism to enhance CI performance
    
    * Lower parallelism
    
    * Remove prod build from pretest
    
    * CI for e2e tests
    
    * Increase memory limit for prod build
    
    * Await for notifications to be displayed
    
    * Increase test timeout for e2e
    
    * Enhance e2e tests
    
    * -
    
    * Increase timeout
    
    * -
    
    * -
    
    * -
    
    * -
    
    * Adding logs to debug
    
    * -
    
    * try 127.0.0.1 instead of localhost
    
    * add screenshots
    
    * -
    
    * -
    
    * -
    
    * -
    
    * -
    
    * -
    
    * -
    
    * -
    
    * -
    
    * -
    
    * debug mode
    
    * export screenshot only on error
    
    * -
    
    * fix deploy test
    
    * remove logs
    
    * remove debug flag
    
    * fix firebase binary in test
    
    * -
    
    * fix typing issue
    
    * addressing comments
    
    * fix typing issue 2
    
    * revert `localhost` change
    
    * split graphql add/read data tests
    
    * use service account for CI
    
    * init test for sidebar change
    
    * remove execution retry logic
    
    * update generated sdk test
    
    * fix
    
    * fix error in importing scss modules
    
    * add sdk to app test done
    
    * remove unnecessary log
    
    * squash merge master
    
    * add readonlySignal typing to firstWhere
    
    * add connector.yaml in mock init
    
    ---------
    
    Co-authored-by: Harold Shen <hlshen@google.com>
    pr-Mais and hlshen authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1374342 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Fix rollouts:create to handle backend regionality & other fixes (#7862)

    * lookup backends in other regions
    
    * fix bug bash bugs
    
    * add src/apphosting/index.ts back in
    
    * switch to v1beta from v1alpha
    blidd-google authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ec55947 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    df2f682 View commit details
    Browse the repository at this point in the history
  2. Check billing during App Hosting init and move App Hosting option nex…

    …t to Hosting in init list (#7871)
    
    * check billing & move app hosting up in init list
    blidd-google authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    20ddd15 View commit details
    Browse the repository at this point in the history
  3. Bump FDC local toolkit to v1.6.0. (#7888)

    * Bump FDC local toolkit to v1.6.0.
    
    * Update changelog.
    rosalyntan authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    cb89363 View commit details
    Browse the repository at this point in the history
  4. feat: track autocomplete events (#7859)

    * feat: track autocomplete events
    
    * merge master
    
    * merge master
    
    * package-lock
    
    * update tsnode_opts
    
    ---------
    
    Co-authored-by: Harold Shen <hlshen@google.com>
    pr-Mais and hlshen authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6cf8b0f View commit details
    Browse the repository at this point in the history
  5. 13.23.1

    google-oss-bot committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    03be6d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3150262 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Upgrade Nextjs 15 (#7588)

    * Upgrade e2e test project to Nextjs 15
    
    * Update next.config experimental.serverActions ot be an object
    
    * Remove deprecated option swcMinify from next.config
    
    * Add 'force-static' to nextjs static GET route handler to generate a valid expected firebase.json
    
    * Add _not-found route to expected effective firebase.json and remove hasStaticAppNotFoundComponent check
    
    * Add hasStaticAppNotFoundComponent verification back
    
    * Add hasStaticAppNotFoundComponent verification back
    
    * Skipping partial html files generated due to enabling ppr in Nextjs
    
    * Detect partial html files in build and add them to reasonsForBackend.
    - Move common logic to utils functions
    
    * Add tests cases for new utils functions
    
    * Check if file .html exists before trying to read it.
    
    * Remove warning if file does not exist
    
    * Changelog
    
    * Promise.all test isPartialHTML
    
    * Refactor to use .meta files for PPR
    
    * Changelog
    
    * Upgrade NextJS deploy test to 15.0.0-canary.202 and add new headers for revalidation times
    
    * Bump nextjs to 15.0.0
    
    * Fix identation on package.json for tests
    
    * Update supportedRange constant and skip sharp as dep when next gte 15.0.0
    
    * Changelog
    
    * Fix case for PPR message
    
    * Revert skip sharp on next 15
    
    * Update changelog
    
    * Update image optimization comment.
    chalosalvador authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    906a37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d6aa7 View commit details
    Browse the repository at this point in the history
  3. Fix analytics not tracked and track IDX separately (#7893)

    * fix analytics not being tracked & track IDX separatel
    
    * fix boolean
    
    * underscore
    
    * add fallback sanization
    hlshen authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a932932 View commit details
    Browse the repository at this point in the history
  4. Update version and changelog for VSCode to 0.10.6 (#7891)

    * changelog
    
    * changelog
    
    * version bump
    
    * update internal dependency
    
    * Update firebase-vscode/CHANGELOG.md
    
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    
    * package-lock
    
    ---------
    
    Co-authored-by: Yuchen Shi <yuchenshi@google.com>
    hlshen and yuchenshi authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    45991d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Fix breakage with app hosting beta API switch (#7896)

    * Fix breakage with app hosting beta API switch
    
    * Changelog
    inlined authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ab05bb7 View commit details
    Browse the repository at this point in the history
  2. 13.24.0

    google-oss-bot committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    76e01ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9c06e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    53976c9 View commit details
    Browse the repository at this point in the history
  2. Remove resource location requirement during storage init (#7905)

    * remove resource location requirement during storage init
    
    * remove test
    tonyjhuang authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3f399fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4097bfe View commit details
    Browse the repository at this point in the history
  4. 13.24.1

    google-oss-bot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    07509e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    836335a View commit details
    Browse the repository at this point in the history