3 files changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
Submodule laravel-mongodb updated 72 files
- .github/workflows/build-ci-atlas.yml+75
- .github/workflows/build-ci.yml+12-12
- composer.json+14-13
- docker-compose.yml+2-4
- docs/database-collection.txt+2-2
- docs/eloquent-models/schema-builder.txt+192-18
- docs/filesystems.txt+2-2
- docs/fundamentals.txt+4
- docs/fundamentals/atlas-search.txt+259
- docs/fundamentals/read-operations.txt+641-104
- docs/fundamentals/read-operations/modify-results.txt-227
- docs/fundamentals/read-operations/retrieve.txt-304
- docs/fundamentals/read-operations/search-text.txt-157
- docs/fundamentals/vector-search.txt+187
- docs/fundamentals/write-operations.txt+2-1
- docs/includes/fundamentals/as-avs/AtlasSearchTest.php+159
- docs/includes/fundamentals/as-avs/Movie.php+12
- docs/includes/fundamentals/read-operations/ReadOperationsTest.php+19
- docs/includes/fundamentals/read-operations/before-you-get-started.rst-15
- docs/includes/query-builder/QueryBuilderTest.php+13
- docs/includes/schema-builder/galaxies_migration.php+119
- docs/index.txt+2
- docs/query-builder.txt+31-5
- docs/sessions.txt+102
- phpcs.xml.dist+4
- phpstan-baseline.neon+50
- phpunit.xml.dist+1-1
- src/Concerns/ManagesTransactions.php+7-4
- src/Connection.php+39-9
- src/Eloquent/Builder.php+56-1
- src/MongoDBServiceProvider.php+45-2
- src/Query/Builder.php+172-7
- src/Relations/BelongsTo.php+7-1
- src/Relations/BelongsToMany.php+5
- src/Relations/EmbedsMany.php+6
- src/Relations/EmbedsOne.php+6
- src/Relations/EmbedsOneOrMany.php+6
- src/Relations/HasMany.php+5
- src/Relations/HasOne.php+5
- src/Relations/MorphMany.php+5
- src/Relations/MorphTo.php+5
- src/Relations/MorphToMany.php+5
- src/Schema/Blueprint.php+54-23
- src/Schema/BlueprintLaravelCompatibility.php+50
- src/Schema/Builder.php+85-12
- src/Scout/ScoutEngine.php+556
- tests/AtlasSearchTest.php+266
- tests/AuthTest.php+2-2
- tests/ConnectionTest.php+42-5
- tests/Eloquent/CallBuilderTest.php+2
- tests/Eloquent/MassPrunableTest.php+2
- tests/EmbeddedRelationsTest.php+2
- tests/GeospatialTest.php+2
- tests/HybridRelationsTest.php+2
- tests/ModelTest.php+4-1
- tests/Models/SchemaVersion.php+2-2
- tests/Query/BuilderTest.php+27-1
- tests/QueryBuilderTest.php+57
- tests/QueryTest.php+2
- tests/RelationsTest.php+3
- tests/SchemaTest.php+214-87
- tests/SchemaVersionTest.php+2
- tests/Scout/Models/ScoutUser.php+43
- tests/Scout/Models/SearchableInSameNamespace.php+30
- tests/Scout/Models/SearchableModel.php+50
- tests/Scout/ScoutEngineTest.php+661
- tests/Scout/ScoutIntegrationTest.php+269
- tests/SeederTest.php+2
- tests/SessionTest.php+42-1
- tests/TestCase.php+15
- tests/Ticket/GH2489Test.php+2
- tests/ValidationTest.php+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments