Skip to content

Commit 7982fc5

Browse files
authored
Merge branch 'main' into dconeybe/ClaimingFileLogMessageSuppression
2 parents 89346ce + 803857d commit 7982fc5

File tree

96 files changed

+2
-11355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2
-11355
lines changed

.github/workflows/ci_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
distribution: temurin
5757
cache: gradle
5858

59-
- name: Clone vertexai mock responses
60-
if: matrix.module == ':firebase-vertexai'
61-
run: firebase-vertexai/update_responses.sh
62-
6359
- name: Clone ai mock responses
6460
if: matrix.module == ':firebase-ai'
6561
run: firebase-ai/update_responses.sh

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ Unit tests can be executed on the command line by running
6363
./gradlew :<firebase-project>:check
6464
```
6565

66-
#### Vertex AI for Firebase
67-
68-
See the Vertex AI for Firebase [README](firebase-vertexai#running-tests) for setup
69-
instructions specific to that project.
70-
7166
### Integration Testing
7267

7368
These are tests that run on a hardware device or emulator. These tests have

ci/fireci/fireciplugins/clean.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
4141
\b
4242
$ fireci clean firebase-common
43-
$ fireci clean firebase-common firebase-vertexai
4443
4544
Clean all projects:
4645

firebase-dataconnect/connectors/src/test/kotlin/com/google/firebase/dataconnect/connectors/demo/EnumValueSerializerUnitTest.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
@file:OptIn(ExperimentalKotest::class, ExperimentalSerializationApi::class)
16+
@file:OptIn(ExperimentalKotest::class)
1717

1818
package com.google.firebase.dataconnect.connectors.demo
1919

@@ -27,7 +27,6 @@ import io.kotest.property.arbitrary.enum
2727
import io.kotest.property.arbitrary.map
2828
import io.kotest.property.checkAll
2929
import kotlinx.coroutines.test.runTest
30-
import kotlinx.serialization.ExperimentalSerializationApi
3130
import kotlinx.serialization.KSerializer
3231
import kotlinx.serialization.json.Json
3332
import kotlinx.serialization.json.JsonPrimitive
@@ -72,7 +71,7 @@ class EnumValueSerializerUnitTest {
7271
}
7372

7473
@Suppress("unused")
75-
enum class Dog {
74+
private enum class Dog {
7675
Boxer,
7776
Bulldog,
7877
Dachshund,

firebase-vertexai/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Unreleased
2-
3-
41
# 16.5.0
52
* [changed] **Renamed / Replaced:** Vertex AI in Firebase (`firebase-vertexai`) has been renamed and
63
replaced by the new Firebase AI SDK: `firebase-ai`. This is to accommodate the evolving set of

firebase-vertexai/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

firebase-vertexai/api.txt

Lines changed: 0 additions & 911 deletions
This file was deleted.

firebase-vertexai/consumer-rules.pro

Lines changed: 0 additions & 24 deletions
This file was deleted.

firebase-vertexai/firebase-vertexai.gradle.kts

Lines changed: 0 additions & 128 deletions
This file was deleted.

firebase-vertexai/gradle.properties

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)