-
Notifications
You must be signed in to change notification settings - Fork 985
feat/pipelines to main #9356
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
base: main
Are you sure you want to change the base?
feat/pipelines to main #9356
Conversation
…dk into markduckworth/ppl
…dk into markduckworth/ppl
…ase-js-sdk into markduckworth/ppl-augment
…ase-js-sdk into markduckworth/ppl-augment
* Skip pipeline tests in lite, for now * update bundle definitions for size report * Fix size testing for pipelines bundles * fixed typings * Fixed package paths * Fix integration tests that run on the built packages
* dist/firestore/src/global_index.d.ts now includes pipelines in namespace 'pipelines' * Update global.ts * Custom replacer plugin to remove declare module block from global.d.ts * Update CDN and g3 builds of Firestore to include Pipelines in the firebase-firestore.js file * Updated CDN bundles so that firebase-firestore.js is not modified, but firebase-firestore-pipelines.js contains both classic and pipelines APIs. * Fix regression in _internalPipelineToExecutePipelineRequestProto * Fixing missing paths in package.json * Fix binary size script * Add support for index.cdn.ts files in packages/firebase. Then added a cdn.ts to packages/firebase/firestore/pipelines * Rename grpc_connection.node.test.ts, so the file is filtered from browser unit testing.
* clean up exports and imports * Fix implementation of Query to Pipeline for isNan, isNotNan, isNull, and isNotNull changes in the backend * fix tests to accomodate for backend changes to multiple sort stages * another test that the console usage will perform runtime validation of user data * formatting * Copy the latest pipelines tests into lite api pipelines tests. Fix a few minor bugs in the lite pipeline implementation * Remove special handling of null and nan in query to pipeline * remove function expresssions isNan, isNull, isNotNan, isNotNull, and error * Renamed len function to length, with a fix to the prune-dts script * lastest API review md files * fixed title is not null test
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (1,066,258 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
Hey there! So you want to contribute to a Firebase SDK?
Before you file this pull request, please read these guidelines:
Discussion
If not, go file an issue about this before creating a pull request to discuss.
Testing
API Changes
us make Firebase APIs better, please propose your change in an issue so that we
can discuss it together.