-
Notifications
You must be signed in to change notification settings - Fork 578
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
Merging firebase-dataconnect to main #6288
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba0058e - Browse repository at this point
Copy the full SHA ba0058eView commit details
Commits on Apr 25, 2024
-
ScalarVariablesAndDataIntegrationTest.kt: re-enable tests for empty l…
…ists of Int64 and Timestamp, since b/335903750 has been fixed (#546)
Configuration menu - View commit details
-
Copy full SHA for 386225a - Browse repository at this point
Copy the full SHA 386225aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28bafec - Browse repository at this point
Copy the full SHA 28bafecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8cf2cb - Browse repository at this point
Copy the full SHA f8cf2cbView commit details -
firebase-dataconnect.gradle.kts: use id("copy-google-services") inste…
…ad of apply(from = "../gradle/googleServices.gradle")
Configuration menu - View commit details
-
Copy full SHA for a085df6 - Browse repository at this point
Copy the full SHA a085df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552eb73 - Browse repository at this point
Copy the full SHA 552eb73View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5691e - Browse repository at this point
Copy the full SHA ea5691eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5731997 - Browse repository at this point
Copy the full SHA 5731997View commit details -
Configuration menu - View commit details
-
Copy full SHA for f802fed - Browse repository at this point
Copy the full SHA f802fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for e695b85 - Browse repository at this point
Copy the full SHA e695b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58227ed - Browse repository at this point
Copy the full SHA 58227edView commit details -
Configuration menu - View commit details
-
Copy full SHA for d31b005 - Browse repository at this point
Copy the full SHA d31b005View commit details -
ProtoStructEncoder.kt: fix bug where null variable values were not be…
…ing sent, but should have been sent as null (#550)
Configuration menu - View commit details
-
Copy full SHA for 9786180 - Browse repository at this point
Copy the full SHA 9786180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 060f1df - Browse repository at this point
Copy the full SHA 060f1dfView commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53edd9b - Browse repository at this point
Copy the full SHA 53edd9bView commit details -
DataConnectUntypedResponseIntegrationTest.kt: comment out test cases …
…that fail due to lack of null list support in the backend (b/337312723) (#552)
Configuration menu - View commit details
-
Copy full SHA for 974ff02 - Browse repository at this point
Copy the full SHA 974ff02View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a26ad - Browse repository at this point
Copy the full SHA c6a26adView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd9fd5e - Browse repository at this point
Copy the full SHA bd9fd5eView commit details -
Change directory and Java package of proto files, to avoid confusion …
…with v1main, v1alpha, etc.
Configuration menu - View commit details
-
Copy full SHA for 155e672 - Browse repository at this point
Copy the full SHA 155e672View commit details -
demo_ops.gql: make query parameters required that were accidentally m…
…arked as optional
Configuration menu - View commit details
-
Copy full SHA for d9da8a4 - Browse repository at this point
Copy the full SHA d9da8a4View commit details -
Update generated code that was missed when optional variables were ch…
…anged to required in the previous commit (d9da8a4)
Configuration menu - View commit details
-
Copy full SHA for 85a193c - Browse repository at this point
Copy the full SHA 85a193cView commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d430d71 - Browse repository at this point
Copy the full SHA d430d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for f312a9a - Browse repository at this point
Copy the full SHA f312a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 188af0e - Browse repository at this point
Copy the full SHA 188af0eView commit details -
Refactor data connect auth code, and, especially, fix AuthIntegration…
…Test so that it passes consistently (#555)
Configuration menu - View commit details
-
Copy full SHA for 33064cd - Browse repository at this point
Copy the full SHA 33064cdView commit details
Commits on May 1, 2024
-
Rename DataConnectUntypedResponseIntegrationTest.kt -> DataConnectUnt…
…ypedDataIntegrationTest.kt
Configuration menu - View commit details
-
Copy full SHA for 07b6368 - Browse repository at this point
Copy the full SHA 07b6368View commit details -
Configuration menu - View commit details
-
Copy full SHA for acd6e7a - Browse repository at this point
Copy the full SHA acd6e7aView commit details -
emulator.sh: provide an easy way to launch the emulator without the a…
…uth emulator, since the auth emulator startup is slow
Configuration menu - View commit details
-
Copy full SHA for 96ce0fd - Browse repository at this point
Copy the full SHA 96ce0fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c34b0f9 - Browse repository at this point
Copy the full SHA c34b0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca6482 - Browse repository at this point
Copy the full SHA 4ca6482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28d9fe8 - Browse repository at this point
Copy the full SHA 28d9fe8View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8760d4f - Browse repository at this point
Copy the full SHA 8760d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb98c1 - Browse repository at this point
Copy the full SHA ceb98c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 755972a - Browse repository at this point
Copy the full SHA 755972aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75bfcd0 - Browse repository at this point
Copy the full SHA 75bfcd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8962847 - Browse repository at this point
Copy the full SHA 8962847View commit details -
Update generated code to suppress more kotlin warnings, as per cl/630…
…084697 and cl/630078964
Configuration menu - View commit details
-
Copy full SHA for 35eacb6 - Browse repository at this point
Copy the full SHA 35eacb6View commit details -
DataConnectBackend.kt: fixed bugs in fromInstrumentationArgument() an…
…d added unit tests
Configuration menu - View commit details
-
Copy full SHA for c1a3a17 - Browse repository at this point
Copy the full SHA c1a3a17View commit details -
DataConnectSettings.kt: fix default host to firebasedataconnect.googl…
…eapis.com (was dataconnect.googleapis.com)
Configuration menu - View commit details
-
Copy full SHA for a23fb2f - Browse repository at this point
Copy the full SHA a23fb2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 068efdf - Browse repository at this point
Copy the full SHA 068efdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6807e8 - Browse repository at this point
Copy the full SHA a6807e8View commit details -
TestDataConnectFactory.kt: force a FirebaseApp to be specified, since…
… tests should never be mucking around with the default app
Configuration menu - View commit details
-
Copy full SHA for 45d8192 - Browse repository at this point
Copy the full SHA 45d8192View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b8382 - Browse repository at this point
Copy the full SHA e0b8382View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f50dc - Browse repository at this point
Copy the full SHA e9f50dcView commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34fd4ed - Browse repository at this point
Copy the full SHA 34fd4edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c04775 - Browse repository at this point
Copy the full SHA 3c04775View commit details -
refactor emulator directory to more closely match what is generated b…
…y `firebase dataconnect init`
Configuration menu - View commit details
-
Copy full SHA for ae7d61c - Browse repository at this point
Copy the full SHA ae7d61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc1c19 - Browse repository at this point
Copy the full SHA 2cc1c19View commit details -
emulator_noauth.sh: add back -local_connection_string since running t…
…he cli directly does not appear to pick up the value from .firebaserc
Configuration menu - View commit details
-
Copy full SHA for e25efeb - Browse repository at this point
Copy the full SHA e25efebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e5fcef - Browse repository at this point
Copy the full SHA 3e5fcefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d2f33 - Browse repository at this point
Copy the full SHA 02d2f33View commit details -
DataConnectAuth.kt/DataConnectGrpcClient.kt: consistently print scrub…
…bed access token
Configuration menu - View commit details
-
Copy full SHA for 78d31e2 - Browse repository at this point
Copy the full SHA 78d31e2View commit details -
DataConnectGrpcClient.kt: remove the 'Bearer' prefix of the x-firebas…
…e-auth-token header
Configuration menu - View commit details
-
Copy full SHA for 26c9064 - Browse repository at this point
Copy the full SHA 26c9064View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5bf084 - Browse repository at this point
Copy the full SHA e5bf084View commit details -
emulator_noauth.sh: explicitly specify 'us-central1' so it's obvious …
…when it needs to be changed
Configuration menu - View commit details
-
Copy full SHA for d663045 - Browse repository at this point
Copy the full SHA d663045View commit details
Commits on May 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e87d7a8 - Browse repository at this point
Copy the full SHA e87d7a8View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a6b018 - Browse repository at this point
Copy the full SHA 8a6b018View commit details -
DataConnectSettingsUnitTest.kt: fix expected default host to "firebas…
…edataconnect.googleapis.com" (was "dataconnect.googleapis.com")
Configuration menu - View commit details
-
Copy full SHA for 895fc1c - Browse repository at this point
Copy the full SHA 895fc1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 971bdf1 - Browse repository at this point
Copy the full SHA 971bdf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c1940a - Browse repository at this point
Copy the full SHA 4c1940aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b111d - Browse repository at this point
Copy the full SHA 22b111dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ecfa5 - Browse repository at this point
Copy the full SHA f8ecfa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d3ac8 - Browse repository at this point
Copy the full SHA 40d3ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e8a75 - Browse repository at this point
Copy the full SHA f6e8a75View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff9a735 - Browse repository at this point
Copy the full SHA ff9a735View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb6fab - Browse repository at this point
Copy the full SHA ceb6fabView commit details -
Add scripts for releasing a scrubbed version of the firebase-dataconn…
…ect sdk prior to public announcements at i/o (#563)
Configuration menu - View commit details
-
Copy full SHA for 46b98ff - Browse repository at this point
Copy the full SHA 46b98ffView commit details -
emulator_noauth.sh: remove -disable_sdk_generation=true so that codeg…
…en will occur automatically
Configuration menu - View commit details
-
Copy full SHA for 5e2cc45 - Browse repository at this point
Copy the full SHA 5e2cc45View commit details
Commits on May 8, 2024
-
demo_ops.gql: fix UpdateFoosByBar now that 'update' is no longer avai…
…lable in foo_updateMany as of cl/631547940
Configuration menu - View commit details
-
Copy full SHA for acd65e5 - Browse repository at this point
Copy the full SHA acd65e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c2b2a - Browse repository at this point
Copy the full SHA d9c2b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f4cee - Browse repository at this point
Copy the full SHA f7f4ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b4194 - Browse repository at this point
Copy the full SHA 91b4194View commit details -
Configuration menu - View commit details
-
Copy full SHA for c897ea6 - Browse repository at this point
Copy the full SHA c897ea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f07042 - Browse repository at this point
Copy the full SHA 2f07042View commit details -
ScalarVariablesAndDataIntegrationTest.kt: use auto-generated key inst…
…ead of explicit ID
Configuration menu - View commit details
-
Copy full SHA for e387e79 - Browse repository at this point
Copy the full SHA e387e79View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a021eab - Browse repository at this point
Copy the full SHA a021eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for a63f40e - Browse repository at this point
Copy the full SHA a63f40eView commit details -
DataConnectAuth.kt: fix bug in toScrubbedAccessToken() that was showi…
…ng the wrong subset of characters after <redacted>
Configuration menu - View commit details
-
Copy full SHA for 0bb46ec - Browse repository at this point
Copy the full SHA 0bb46ecView commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 423669a - Browse repository at this point
Copy the full SHA 423669aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7015978 - Browse repository at this point
Copy the full SHA 7015978View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afdb547 - Browse repository at this point
Copy the full SHA afdb547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9304aef - Browse repository at this point
Copy the full SHA 9304aefView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0dcd2a - Browse repository at this point
Copy the full SHA a0dcd2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9314e - Browse repository at this point
Copy the full SHA 1a9314eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d6c358 - Browse repository at this point
Copy the full SHA 9d6c358View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c57be9 - Browse repository at this point
Copy the full SHA 1c57be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c85bb8 - Browse repository at this point
Copy the full SHA 5c85bb8View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43ebd1d - Browse repository at this point
Copy the full SHA 43ebd1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3eb0ad - Browse repository at this point
Copy the full SHA b3eb0adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ecd7d - Browse repository at this point
Copy the full SHA 05ecd7dView commit details -
firebase-dataconnect.gradle.kts: enable dokkaHtml caching for faster …
…incremental development
Configuration menu - View commit details
-
Copy full SHA for 3842161 - Browse repository at this point
Copy the full SHA 3842161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da3483 - Browse repository at this point
Copy the full SHA 3da3483View commit details -
firebase-dataconnect.gradle.kts: use mustRunAfter instead of dependsO…
…n for dokka tasks
Configuration menu - View commit details
-
Copy full SHA for 7b15a3f - Browse repository at this point
Copy the full SHA 7b15a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7a0db - Browse repository at this point
Copy the full SHA 2b7a0dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81301bc - Browse repository at this point
Copy the full SHA 81301bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df2596 - Browse repository at this point
Copy the full SHA 9df2596View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9411e5 - Browse repository at this point
Copy the full SHA d9411e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bf5c4 - Browse repository at this point
Copy the full SHA 35bf5c4View commit details -
Comment the equals() and hashCode() methods in GeneratedConnector and…
… GeneratedConnector (#5970) From b/340910059: In order to document the behavior of the equals() and hashCode() methods of the generated classes, these methods were added to the GeneratedConnector and GeneratedOperation interfaces in the Android Core SDK; however, adding these methods is a breaking change that requires the implementing classes to explicitly define them, rather than inheriting the (correct) default behavior from kotlin.Any. Since the released codegen does not explicitly define these methods it fails to compile. However, once the codegen that does define those methods is sufficiently soaked, they should be uncommented.
Configuration menu - View commit details
-
Copy full SHA for f9b5dd9 - Browse repository at this point
Copy the full SHA f9b5dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 454eb36 - Browse repository at this point
Copy the full SHA 454eb36View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f657420 - Browse repository at this point
Copy the full SHA f657420View commit details
Commits on May 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3483b14 - Browse repository at this point
Copy the full SHA 3483b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 328e5e4 - Browse repository at this point
Copy the full SHA 328e5e4View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8935d39 - Browse repository at this point
Copy the full SHA 8935d39View commit details -
Complete integration test coverage for scalar variables and fields, b…
…oth custom and built-in scalar types. (#5983)
Configuration menu - View commit details
-
Copy full SHA for 349e201 - Browse repository at this point
Copy the full SHA 349e201View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 309ea95 - Browse repository at this point
Copy the full SHA 309ea95View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91279b0 - Browse repository at this point
Copy the full SHA 91279b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc4934 - Browse repository at this point
Copy the full SHA 8fc4934View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b5dc30 - Browse repository at this point
Copy the full SHA 8b5dc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54df345 - Browse repository at this point
Copy the full SHA 54df345View commit details
Commits on May 29, 2024
-
FirebaseDataConnect.kt: update release notes with version of data con…
…nect emulator required
Configuration menu - View commit details
-
Copy full SHA for d90d57b - Browse repository at this point
Copy the full SHA d90d57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e1ebd - Browse repository at this point
Copy the full SHA 58e1ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a8429 - Browse repository at this point
Copy the full SHA d7a8429View commit details -
gradle.properties: append '-dev' to the version number, making it '16…
….0.0-alpha05-dev'. This suffix will be dropped when the version is actually released, but having the suffix there helps to distinguish dev builds from actual release builds
Configuration menu - View commit details
-
Copy full SHA for 205bd3e - Browse repository at this point
Copy the full SHA 205bd3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce9d3a - Browse repository at this point
Copy the full SHA 0ce9d3aView commit details -
Fix two useEmulator() integration tests to work even when the emulato…
…r is not running
Configuration menu - View commit details
-
Copy full SHA for 9f02c08 - Browse repository at this point
Copy the full SHA 9f02c08View commit details -
TimestampScalarIntegrationTest.kt: increase the timeout for invalid t…
…imestamp tests, which take much longer when pointing at production than the emulator
Configuration menu - View commit details
-
Copy full SHA for 7294064 - Browse repository at this point
Copy the full SHA 7294064View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7f0692 - Browse repository at this point
Copy the full SHA a7f0692View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5cdd29 - Browse repository at this point
Copy the full SHA d5cdd29View commit details -
Configuration menu - View commit details
-
Copy full SHA for dca18c9 - Browse repository at this point
Copy the full SHA dca18c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 305edcd - Browse repository at this point
Copy the full SHA 305edcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 918300b - Browse repository at this point
Copy the full SHA 918300bView commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ec9628 - Browse repository at this point
Copy the full SHA 6ec9628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12b5329 - Browse repository at this point
Copy the full SHA 12b5329View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d1efb3 - Browse repository at this point
Copy the full SHA 3d1efb3View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bceea42 - Browse repository at this point
Copy the full SHA bceea42View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49d8f4 - Browse repository at this point
Copy the full SHA c49d8f4View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bcebfe - Browse repository at this point
Copy the full SHA 7bcebfeView commit details -
DataConnectGrpcClient.kt: minor cleanup of moving googRequestParamsHe…
…ader value to a variable to avoid re-computing it all the time
Configuration menu - View commit details
-
Copy full SHA for f2ad6d8 - Browse repository at this point
Copy the full SHA f2ad6d8View commit details -
DataConnectAuth.kt: split into interface/implementation so that it ca…
…n be mocked in future unit tests
Configuration menu - View commit details
-
Copy full SHA for 16ca596 - Browse repository at this point
Copy the full SHA 16ca596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70948c9 - Browse repository at this point
Copy the full SHA 70948c9View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb735a5 - Browse repository at this point
Copy the full SHA eb735a5View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2abd62e - Browse repository at this point
Copy the full SHA 2abd62eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4e284 - Browse repository at this point
Copy the full SHA 1a4e284View commit details -
add kotest dependencies, and upgrade the kotest dependency in libs.ve…
…rsions.toml Upgrading kotest to 5.8.1 (was 5.5.5) fixes the gradle build-time error "Duplicate class org.intellij.lang.annotations.Language found in modules annotations-13.0 (org.jetbrains:annotations:13.0) and kotest-common-jvm-5.5 (io.kotest:kotest-common-jvm:5.5.5) reported as kotest/kotest#3407
Configuration menu - View commit details
-
Copy full SHA for 1714dfe - Browse repository at this point
Copy the full SHA 1714dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b84b2 - Browse repository at this point
Copy the full SHA d2b84b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b87e7ca - Browse repository at this point
Copy the full SHA b87e7caView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e3967 - Browse repository at this point
Copy the full SHA c3e3967View commit details -
DataConnectAuth.kt: work around IllegalStateException when calling ad…
…dIdTokenListener() and removeIdTokenListener() if the FirebaseApp is deleted asynchronously
Configuration menu - View commit details
-
Copy full SHA for 69187ac - Browse repository at this point
Copy the full SHA 69187acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e054e28 - Browse repository at this point
Copy the full SHA e054e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f1bd7 - Browse repository at this point
Copy the full SHA 77f1bd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a18c3ca - Browse repository at this point
Copy the full SHA a18c3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 197f750 - Browse repository at this point
Copy the full SHA 197f750View commit details -
cli_wrapper.sh: don't add -logtostderr since the firebase-tools wrapp…
…er will start doing this for us
Configuration menu - View commit details
-
Copy full SHA for 209051e - Browse repository at this point
Copy the full SHA 209051eView commit details -
emulator.sh: don't specify --project since the upcoming emulators don…
…'t support it anymore
Configuration menu - View commit details
-
Copy full SHA for 0b3e63c - Browse repository at this point
Copy the full SHA 0b3e63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 300f26d - Browse repository at this point
Copy the full SHA 300f26dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff17641 - Browse repository at this point
Copy the full SHA ff17641View commit details -
FirebaseDataConnectImpl.kt: report data connect emulator info (e.g. v…
…ersion) upon connecting using the new GetEmulatorInfo RPC
Configuration menu - View commit details
-
Copy full SHA for e3a437d - Browse repository at this point
Copy the full SHA e3a437dView commit details -
FirebaseDataConnectImpl.kt: stream errors from emulator using the new…
… StreamEmulatorIssues RPC
Configuration menu - View commit details
-
Copy full SHA for 5191c44 - Browse repository at this point
Copy the full SHA 5191c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for b91a71c - Browse repository at this point
Copy the full SHA b91a71cView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 356a1cf - Browse repository at this point
Copy the full SHA 356a1cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a57c8b2 - Browse repository at this point
Copy the full SHA a57c8b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d69d5aa - Browse repository at this point
Copy the full SHA d69d5aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3ad40 - Browse repository at this point
Copy the full SHA ec3ad40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b1b28 - Browse repository at this point
Copy the full SHA 24b1b28View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e7b07e - Browse repository at this point
Copy the full SHA 7e7b07eView commit details -
DataConnectAuthUnitTest.kt: refactor and move Logger mocking function…
…ality into MockLogger.kt so that it can be shared by future unit tests
Configuration menu - View commit details
-
Copy full SHA for ab44c74 - Browse repository at this point
Copy the full SHA ab44c74View commit details -
TestUtils.kt: mark randomOperationName() as deprecated; use Arb.opera…
…tionName(key).next() instead
Configuration menu - View commit details
-
Copy full SHA for 42563eb - Browse repository at this point
Copy the full SHA 42563ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b5754 - Browse repository at this point
Copy the full SHA 91b5754View commit details -
DataConnectGrpcClientUnitTest.kt: refactor and improve the unit tests…
… to be more idiomatic
Configuration menu - View commit details
-
Copy full SHA for 57b76b3 - Browse repository at this point
Copy the full SHA 57b76b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31abc94 - Browse repository at this point
Copy the full SHA 31abc94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 736cc63 - Browse repository at this point
Copy the full SHA 736cc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 172e1c6 - Browse repository at this point
Copy the full SHA 172e1c6View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7626a23 - Browse repository at this point
Copy the full SHA 7626a23View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 014b861 - Browse repository at this point
Copy the full SHA 014b861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c207a8 - Browse repository at this point
Copy the full SHA 4c207a8View commit details -
Bump firebase-dataconnect version to 16.0.0-alpha06-dev and add "unre…
…leased" section to release notes.
Configuration menu - View commit details
-
Copy full SHA for 2ad607a - Browse repository at this point
Copy the full SHA 2ad607aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 897ca46 - Browse repository at this point
Copy the full SHA 897ca46View commit details -
RELEASING.md: add instructions to use google-services.json in the con…
…nectors subproject
Configuration menu - View commit details
-
Copy full SHA for 416526c - Browse repository at this point
Copy the full SHA 416526cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8455af1 - Browse repository at this point
Copy the full SHA 8455af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b1c5d1 - Browse repository at this point
Copy the full SHA 1b1c5d1View commit details -
protoc-gen-firebase-encoders.gradle: use libs.versions.toml to fix pr…
…otobuf build errors This commit fixes this build error by using the correct protobuf dependency: ``` firebase-android-sdk/firebase-android-sdk/encoders/protoc-gen-firebase-encoders/build/generated/source/proto/main/java/com/google/firebase/encoders/proto/CodeGenConfig.java:25: error: emptyList() is not public in LazyStringArrayList; cannot be accessed from outside package ```
Configuration menu - View commit details
-
Copy full SHA for cc0a7bd - Browse repository at this point
Copy the full SHA cc0a7bdView commit details -
InProcessDataConnectGrpcServer.kt: include valid sample data in the d…
…efault response from executeQuery() and executeMutation(). This prevents tests that don't actually care about the data from failing due to no data and no errors.
Configuration menu - View commit details
-
Copy full SHA for 1674510 - Browse repository at this point
Copy the full SHA 1674510View commit details -
Make normal android libraries rather than 'firebase' android librarie…
…s for the test helper projects
Configuration menu - View commit details
-
Copy full SHA for 3c073c7 - Browse repository at this point
Copy the full SHA 3c073c7View commit details -
firebase-dataconnect/api.txt: updated by running `./gradlew :firebase…
…-dataconnect:generateApiTxtFile`
Configuration menu - View commit details
-
Copy full SHA for 5551357 - Browse repository at this point
Copy the full SHA 5551357View commit details
Commits on Jun 25, 2024
-
dataconnect.yaml: add location, since it is required here instead of …
…firebase.json as of cl/644549378 (submitted Tue, Jun 18, 2024, 11:37 PM +0000)
Configuration menu - View commit details
-
Copy full SHA for 0cc79a1 - Browse repository at this point
Copy the full SHA 0cc79a1View commit details -
person_ops.gql: switch @auth(level: USER) to @auth(level: USER_ANON) …
…to be compatible with the emulator built after cl/645964543 (submitted Mon, Jun 24, 2024, 4:52 AM +0000)
Configuration menu - View commit details
-
Copy full SHA for d2b981e - Browse repository at this point
Copy the full SHA d2b981eView commit details -
Fix character case of codegen in the cli built from google3, which wi…
…ll be addressed by upgrading strcase to 1.3.0 from 1.1.0 in google3 (see b/343045327)
Configuration menu - View commit details
-
Copy full SHA for 7da43d6 - Browse repository at this point
Copy the full SHA 7da43d6View commit details -
check generated code into github so that CI builds will work without …
…having to run the codegen explicitly
Configuration menu - View commit details
-
Copy full SHA for a9f9aed - Browse repository at this point
Copy the full SHA a9f9aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for a334bdc - Browse repository at this point
Copy the full SHA a334bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb4ab76 - Browse repository at this point
Copy the full SHA fb4ab76View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c6481c - Browse repository at this point
Copy the full SHA 0c6481cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c38d53d - Browse repository at this point
Copy the full SHA c38d53dView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fb2516 - Browse repository at this point
Copy the full SHA 5fb2516View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9e8298 - Browse repository at this point
Copy the full SHA c9e8298View commit details
Commits on Jul 16, 2024
-
Remove package suffix from outputDir in connector.yaml for kotlin sdk…
… (see cl/651832831)
Configuration menu - View commit details
-
Copy full SHA for 3149ffc - Browse repository at this point
Copy the full SHA 3149ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9fb56 - Browse repository at this point
Copy the full SHA ce9fb56View commit details -
Use spotless instead of ktfmt for code formatting, as the repo has mi…
…grated to spotless in #6100
Configuration menu - View commit details
-
Copy full SHA for a71bd61 - Browse repository at this point
Copy the full SHA a71bd61View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ce0a53 - Browse repository at this point
Copy the full SHA 0ce0a53View commit details -
QueryRefIntegrationTest.kt: modify executeShouldSupportMassiveConcurr…
…ency() to use a SuspendingCountDownLatch
Configuration menu - View commit details
-
Copy full SHA for 475dab7 - Browse repository at this point
Copy the full SHA 475dab7View commit details -
QueryRefIntegrationTest.kt: modify executeShouldSupportMassiveConcurr…
…ency() to only start 10,000 coroutines, rather than 25,000
Configuration menu - View commit details
-
Copy full SHA for a22b1c6 - Browse repository at this point
Copy the full SHA a22b1c6View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29d20e4 - Browse repository at this point
Copy the full SHA 29d20e4View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6ceab4 - Browse repository at this point
Copy the full SHA c6ceab4View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f74bb7 - Browse repository at this point
Copy the full SHA 8f74bb7View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2b304c - Browse repository at this point
Copy the full SHA b2b304cView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4482893 - Browse repository at this point
Copy the full SHA 4482893View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8f1ca2 - Browse repository at this point
Copy the full SHA a8f1ca2View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31c440a - Browse repository at this point
Copy the full SHA 31c440aView commit details -
Configuration menu - View commit details
-
Copy full SHA for abaa106 - Browse repository at this point
Copy the full SHA abaa106View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dbf24b1 - Browse repository at this point
Copy the full SHA dbf24b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54608a6 - Browse repository at this point
Copy the full SHA 54608a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 404c2b8 - Browse repository at this point
Copy the full SHA 404c2b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad6721 - Browse repository at this point
Copy the full SHA 3ad6721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58b6e2c - Browse repository at this point
Copy the full SHA 58b6e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d5c7e - Browse repository at this point
Copy the full SHA 75d5c7eView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93e8912 - Browse repository at this point
Copy the full SHA 93e8912View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 596b3f5 - Browse repository at this point
Copy the full SHA 596b3f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fbfef8 - Browse repository at this point
Copy the full SHA 9fbfef8View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 462c349 - Browse repository at this point
Copy the full SHA 462c349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65520e3 - Browse repository at this point
Copy the full SHA 65520e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c574b45 - Browse repository at this point
Copy the full SHA c574b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3cfd96 - Browse repository at this point
Copy the full SHA f3cfd96View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 045cea9 - Browse repository at this point
Copy the full SHA 045cea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe61590 - Browse repository at this point
Copy the full SHA fe61590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cbba7b - Browse repository at this point
Copy the full SHA 8cbba7bView commit details -
FirebaseAppUnitTestingRule.kt: improve class comments to note that th…
…e test classes must be annotated with @RunWith(AndroidJUnit4::class)
Configuration menu - View commit details
-
Copy full SHA for 81239e4 - Browse repository at this point
Copy the full SHA 81239e4View commit details -
AppCheckIntegrationTest.kt: Use FirebaseOptions.applicationId instead…
… of context.getString(R.string.google_app_id)
Configuration menu - View commit details
-
Copy full SHA for 5ddf602 - Browse repository at this point
Copy the full SHA 5ddf602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b00a5b - Browse repository at this point
Copy the full SHA 2b00a5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a582c0 - Browse repository at this point
Copy the full SHA 2a582c0View commit details
Commits on Aug 21, 2024
-
DataConnectGrpcMetadata.kt: Omit x-firebase-gmpid if appId is empty o…
…r blank (i.e. contains only whitespace characters) (#6200)
Configuration menu - View commit details
-
Copy full SHA for 7ea4958 - Browse repository at this point
Copy the full SHA 7ea4958View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 093bfc8 - Browse repository at this point
Copy the full SHA 093bfc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d147d1f - Browse repository at this point
Copy the full SHA d147d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b49310f - Browse repository at this point
Copy the full SHA b49310fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcccf16 - Browse repository at this point
Copy the full SHA dcccf16View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe46c1d - Browse repository at this point
Copy the full SHA fe46c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9edaf19 - Browse repository at this point
Copy the full SHA 9edaf19View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4a4865 - Browse repository at this point
Copy the full SHA c4a4865View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7e5328 - Browse repository at this point
Copy the full SHA c7e5328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6d311 - Browse repository at this point
Copy the full SHA 1b6d311View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd10379 - Browse repository at this point
Copy the full SHA bd10379View commit details -
DataConnectGrpcClient.kt: only check equality with Status.UNAUTHENTIC…
…ATED.code rather than equality to Status.UNAUTHENTICATED as they may compare unequal if they have different descriptions, despite having the same code
Configuration menu - View commit details
-
Copy full SHA for 71613c5 - Browse repository at this point
Copy the full SHA 71613c5View commit details -
AppCheckIntegrationTest.kt: expect PERMISSION_DENIED instead of UNAUT…
…HENTICATED when using an expired App Check token
Configuration menu - View commit details
-
Copy full SHA for a3b6334 - Browse repository at this point
Copy the full SHA a3b6334View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd76286 - Browse repository at this point
Copy the full SHA cd76286View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb19122 - Browse repository at this point
Copy the full SHA cb19122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 106cb6a - Browse repository at this point
Copy the full SHA 106cb6aView commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e1912c - Browse repository at this point
Copy the full SHA 9e1912cView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 408a513 - Browse repository at this point
Copy the full SHA 408a513View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cb6c47 - Browse repository at this point
Copy the full SHA 7cb6c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for d752534 - Browse repository at this point
Copy the full SHA d752534View commit details -
Configuration menu - View commit details
-
Copy full SHA for a52410e - Browse repository at this point
Copy the full SHA a52410eView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3552bf4 - Browse repository at this point
Copy the full SHA 3552bf4View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfa2340 - Browse repository at this point
Copy the full SHA dfa2340View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce7fb34 - Browse repository at this point
Copy the full SHA ce7fb34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a34d1 - Browse repository at this point
Copy the full SHA 22a34d1View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23cb8e2 - Browse repository at this point
Copy the full SHA 23cb8e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d86ef2 - Browse repository at this point
Copy the full SHA 8d86ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b01d88 - Browse repository at this point
Copy the full SHA 7b01d88View commit details -
Delete the "new" QueryManager, which was unused, and rename "OldQuery…
…Manager" to just "QueryManager"
Configuration menu - View commit details
-
Copy full SHA for 30c95d9 - Browse repository at this point
Copy the full SHA 30c95d9View commit details -
updated firebase-dataconnect/api.txt by running ./gradlew firebase-da…
…taconnect:generateApiTxtFile
Configuration menu - View commit details
-
Copy full SHA for dd5a27b - Browse repository at this point
Copy the full SHA dd5a27bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2110dae - Browse repository at this point
Copy the full SHA 2110daeView commit details