-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat/pipeline/private-preview to main #15625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
154 commits
Select commit
Hold shift + click to select a range
574db2e
create main branch of ppl
cherylEnkidu 7a4a98c
Add ppl protos (#14516)
wu-hui 0cd0224
End-to-end minimalistic ppl (#14546)
wu-hui 15046ff
Add C++ stages/expressions and Constant value support (#14588)
wu-hui ce1bb03
Merge branch 'main' into cheryllin/ppl
cherylEnkidu abd8560
Manually set cmake version
cherylEnkidu fc8220f
Update firestore.yml
cherylEnkidu 54b5b9f
set flag
cherylEnkidu aa6570d
Merge branch 'cheryllin/fixcmake' into cheryllin/ppl
cherylEnkidu 3ba08d6
merge in main
cherylEnkidu 11ae3e2
Ppl API (#14513)
cherylEnkidu 7cafce4
Pipeline tests part 1 (#14885)
cherylEnkidu 432064a
Pipeline tests part 2 (#14951)
cherylEnkidu bc58652
Fix type warnings for size_t use in Firestore (#14790)
cherylEnkidu b68369f
[Firebase AI] Add support for Gemma models with Developer API (#14823)
andrewheard da813ba
Analytics 11.13.0 (#14824)
pcfba 51779cf
[Release] Update Package.swift for M164 release (#14828)
ncooke3 a1e330d
[Infra] Add `FIRAllocatedUnfairLock` type (#14825)
ncooke3 d624f8a
[Firebase AI] Update error domain constant for renamed SDK (#14829)
andrewheard bf822b1
[Auth] Add Swift 6 conformance to `FirebaseAuth/Sources/Swift/ActionC…
ncooke3 baa6fb8
[Functions] More Swift 6 improvements (#14788)
ncooke3 bd6fae7
add FirebaseAI to release notes (#14840)
morganchen12 9b1b647
[Functions] Complete Swift 6 support (#14838)
ncooke3 45d1d2c
[Firebase AI] Update Gemma candidate token count integration tests (#…
andrewheard 0b78a27
[Auth] Add Swift 6 conformance to `FirebaseAuth/Sources/Swift/SystemS…
ncooke3 9daa421
[Firebase AI] Upload `xcodebuild` logs in integration tests (#14844)
andrewheard 6e562a0
[Firebase AI] Update CHANGELOG entry wording (#14857)
andrewheard 79f584a
Bind rmqID instead of using stringWithFormat. (#14856)
leojaygoogle 20e7382
[Swift 6] Add Swift 6 testing for Sessions (#14599)
ncooke3 d259d88
[Auth] Conform 'AuthKeychainServices' to 'Sendable' (#14862)
ncooke3 116c6d6
[Sessions] Remove Swift 5.9 guard statements (#14866)
ncooke3 baa78c4
[Auth] More Swift 6 progress (#14867)
ncooke3 314feae
[CI] Update `Dangerfile` to set `api: firebaseai` label (#14870)
andrewheard 946b16e
[Release] Carthage for 11.13.0 (#14872)
ncooke3 5eeffe5
[Config] Fix Xcode 16.3 warning due to comparing two different enums …
ncooke3 e70047d
[Infra] Update Xcode versions in remoteconfig.yml (#14869)
ncooke3 2489cd0
use devsite variables (#14874)
morganchen12 ca714bf
[Infra] Update versions for Release 11.14.0 (#14875)
ncooke3 7682cb9
[Infra] Do not float dependency on FirebaseAI (#14877)
ncooke3 c04eb62
[Firebase AI] Run quickstart build test using branch (#14879)
andrewheard f57e553
New and clearer FirebaseAnalytics subspecs (#14882)
pcfba 0cf3d55
NOTICES Change (#14894)
github-actions[bot] b4d58b2
[Auth] Fix 'PhoneAuthProviderFake.swift' following Swift 6 changes (#…
ncooke3 fbb8458
[Release] Update `Unreleased` CHANGELOG entries (#14898)
andrewheard 61f6af3
[Infra] Update template README with new min. supported Xcode version …
ncooke3 35e0adb
Analytics 11.14.0 (#14897)
pcfba f3075b1
[Infra] Fix logic used to find transitive dependencies (#14896)
ncooke3 e9427cc
[Infra] Common cocoapods pod lib lint job (#14876)
ncooke3 379bcc9
[Infra] Migrate .github/workflows/functions.yml to reusable workflows…
ncooke3 19f6c36
[Infra] Remove dupe job in .github/workflows/auth.yml (#14907)
ncooke3 f8d111e
[Infra] Remove dupe job in .github/workflows/core.yml (#14905)
ncooke3 dba5238
Update bug report template for Firebase AI Logic (#14908)
paulb777 4f6ea24
[Release] Firestore binaries for `11.14.0` (#14915)
andrewheard 16a0fef
[Infra] Make mlmodeldownloader.yml use reusable CocoaPods workflow (#…
ncooke3 02300e2
[Infra] Move Storage over to common linting job (#14912)
ncooke3 b170155
[Infra] Make firebaseinstallations.yml use reusable CocoaPods workflo…
ncooke3 9bb64a2
[Docs] Update min. Xcode version in README.md and SwiftPackageManager…
ncooke3 f991be1
[Infra] Trigger dependent workflows when .github/workflows/common_cat…
ncooke3 b4b6c81
[Auth] Re-add `import Foundation` in `SecureTokenService.swift` (#14920)
andrewheard 8174544
Skip test due to being a bad test (#14923)
dmaclach 572228d
Refactored Number Coding in `FunctionsSerializer` (#14889)
yakovmanshin 4aba365
[Infra] Migrate firestore.yml to use reusable workflow jobs (#14917)
ncooke3 de72981
[Release] Carthage updates for M165 / 11.14.0 (#14927)
andrewheard d5e993c
[Firebase AI] Add Firebase AI Logic SDK to Carthage docs (#14928)
andrewheard 1045d44
[Release] Update versions for `11.15.0` (#14930)
andrewheard 78461e8
[Firebase AI] Add code snippets for `countTokens` (#14940)
andrewheard 62942a1
[Auth] NFC - AuthRecaptchaVerifier.swift (#14938)
ncooke3 4238479
Rename VertexAITestApp to FirebaseAITestApp (#14943)
paulb777 4b69595
[Firebase AI] Make `GenerativeAIRequest.Response` `Sendable` (#14947)
andrewheard 8752b16
[Sessions] Fix Sendability warnings (#14952)
ncooke3 5f2ba26
Update Xcode version in CONTRIBUTING.md (#14954)
paulb777 3dad2f1
[Firebase AI] Upgrade Gemini 1.x models in integration tests (#14956)
andrewheard 97562e7
[Firebase AI] Remove `v1` integration tests (#14959)
andrewheard 70cd2ff
Add AI Logic product to FEATURE_REQUEST.yml (#14969)
paulb777 718df02
docs: fix `auxiliary` in firebaseFunctions sources (#14964)
MojtabaHs 334c2b8
docs: fix `NSDictionary` in firebaseFunctions internal sources (#14965)
MojtabaHs d62c7a2
fix: a typo in CanSchedule`Operations`WithRespectsToShutdownState (#1…
MojtabaHs 782689c
[Infra] Remove C99 language standard settings (#14970)
ncooke3 5e1ece4
[Infra] Update FEATURE_REQUEST.yml (#14973)
ncooke3 06042b6
Remove quickstart tests from dynamiclinks.yml (#14974)
paulb777 cf262da
[Infra] Delete scripts/gha-encrypted/qs-dynamiclinks.plist.gpg (#14976)
ncooke3 9b7b370
[Infra] Remove FDL qs from [pre]release.yml (#14977)
ncooke3 b54e68e
Add title parameter to all static functions in Schema class (#14971)
SeanChinJunKai 343bda6
[Firebase AI] Fix JSON formatting issue in `Schema` unit tests (#14980)
andrewheard 56b4128
[Firebase AI] Add support for configuring a thinking budget (#14909)
andrewheard 3b76a1b
[Firebase AI] Add integration tests for `global` endpoint (#14991)
andrewheard 1c56726
Changelog 11.15.0 (#14994)
paulb777 cf99a3c
[Auth] Address Xcode 26 warnings in Auth (#14996)
ncooke3 fa3529a
Analytics 11.15.0 (#14999)
htcgh 3879094
[Firebase AI] Deprecate `CountTokensResponse.totalBillableCharacters`…
andrewheard 676a24d
[Infra] Remove Firebase Dynamic Links from the InAppMessaging sample …
ncooke3 01a7794
[Core] Deprecate '-[FIROptions deepLinkURLScheme]' API (#15001)
ncooke3 0d4728b
[Infra] Update CHANGELOG.md for `Options.deepLinkURLScheme` deprecati…
ncooke3 a00029b
[Core] Remove testing usage of Options.deepLinkURLScheme (#15004)
ncooke3 3027569
[Firebase AI] Update models used in integration tests (#15007)
andrewheard e05b238
[Core] Remove Options.deepLinkURLScheme (#15006)
ncooke3 d2e2ed0
[DynamicLinks] Remove library and corresponding infra (#14978)
ncooke3 318edd4
[Core] Remove `Options.androidClientID` and `Options.trackingID` (#15…
ncooke3 a945ff3
[FirebaseAI] update the jump link in README.md for quickstart-ios (#1…
YoungHypo bb17e64
Carthage 11.15.0 (#15022)
paulb777 dde003c
Remove deprecated VertexAI (#15027)
paulb777 d6c8c21
Version 12.0.0 (#15025)
paulb777 ca966a2
NOTICES Change (#15030)
github-actions[bot] 8f785fc
[Infra] Stop including AdMob in zip builds (#15024)
ncooke3 3fe56e9
[Firebase AI] Cleanup Vertex AI in Firebase references (#15033)
andrewheard 4238fd8
[Infra] Bump podspec min. versions (#15015)
ncooke3 17f6f81
[Auth] Remove 'ActionCodeSettings.dynamicLinkDomain' (#15036)
ncooke3 6482013
[Infra] Bump to Xcode 16.4 on CI runners (#15034)
ncooke3 3a552e9
[Auth] Remove deprecated string-based provider ID APIs (#15037)
ncooke3 f4024f0
[Auth] Remove `AuthErrorCode`s '.dynamicLinkNotActivated' & '.invali…
ncooke3 1450754
Improve Real-time response Handling for Remote Config (#15031)
tusharkhandelwal8 ddcd6e9
Change iPadOS26 session background listener for session background (#…
themiswang 25f2f46
[Infra] For SPM, defer to Xcode for supported platform versions (#15039)
ncooke3 5af1fdb
[FIAM] Remove dep. warning (#15051)
ncooke3 f89ea76
merge in main
cherylEnkidu c3cc79a
fix merge
cherylEnkidu 33bc889
Pipeline tests part 3 (#15005)
cherylEnkidu 8e1eebc
[realppl 1] Add pipeline listen proto changes (#14826)
wu-hui 7c1bbd4
Ppl public API changes (#15066)
cherylEnkidu 9685284
merge in main
cherylEnkidu 8e0695d
[realppl 2] Minimalistic ppl offline evaluation (#14827)
wu-hui bc6a400
[realppl 3] Arithmetic and comparison expressions (#14849)
wu-hui 266aacf
[realppl 4] Array, debug, field and logical expressions (#14850)
wu-hui 2c5f607
[realppl 5] map,string,timestamp and mirroring semantics (#14851)
wu-hui 2787ede
[realppl 6] offline ppl evaluation and tests (#14852)
wu-hui 68e64f0
[realppl 7] realppl integration with remote/local and unit tests
wu-hui 042515a
[realppl 8] realppl spec tests
wu-hui dde6ee9
[realppl 9] realppl public api and integration tests
wu-hui 59aa81d
[realppl 10] Add server timestamp support
wu-hui a3e4b27
[realppl 11] Add query to pipeline support
wu-hui e6fe909
Hide realtime pipelines
wu-hui 36f90ef
Ppl API Changes (#15344)
cherylEnkidu a655bde
Force source builds for wuandy branch (#15427)
morganchen12 178998d
fix re2 spm build
cherylEnkidu b1c17f7
change cmake and cocoapods for re2
cherylEnkidu 680503d
Add documentation for ppl (#15401)
cherylEnkidu 56a44fa
Remove null / nan related operations (#15441)
cherylEnkidu e31449e
merge in main
cherylEnkidu e65a3a0
Add checking for duplicate alias (#15449)
cherylEnkidu 81cce2d
Fix an issue where Swift complained that the sent object in transacti…
morganchen12 5a2cc6b
Add missing expressions (#15457)
cherylEnkidu ca9b710
Merge branch 'main' into feat/pipeline/private-preview
cherylEnkidu 83d0a4e
Fix format errors (#15485)
morganchen12 1c5745b
Add Expression.asBoolean() (#15547)
cherylEnkidu a693b2a
Use grpc streaming reader for pipeline execution (#15577)
wu-hui 39d4a9e
Fix CI for pipeline (#15594)
cherylEnkidu 78a0b98
fix duplicate in gitignore
cherylEnkidu f52bf69
Merge branch 'main' into feat/pipeline/private-preview
cherylEnkidu f35c1ea
address feedbacks
cherylEnkidu 4bb1fb0
format code
cherylEnkidu e982956
increase timeout minutes
cherylEnkidu 52ebe18
correct timeout place
cherylEnkidu dd90085
fix ci
cherylEnkidu d96c750
Merge branch 'main' into feat/pipeline/private-preview
cherylEnkidu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.