Skip to content

DOCSP-37057 eloquent schema builder #2776

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
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
decbd99
PHPORM-152 Fix tests for Carbon 3 (#2733)
GromNaN Feb 21, 2024
9b72148
PHPORM-150 Run CI on Laravel 11 (#2735)
GromNaN Feb 22, 2024
aee3510
Merge branch '4.1' into 4.2
GromNaN Feb 22, 2024
a05bd53
Merge branch '4.1' into 4.2
GromNaN Feb 26, 2024
ebaaf14
Merge branch '4.1' into 4.2
GromNaN Mar 5, 2024
34003dc
Merge branch '4.1' into 4.2
GromNaN Mar 6, 2024
e08f5ed
DOCSP-37057: Eloquent schema builder
Mar 6, 2024
cf0ea1a
Merge pull request #2754 from mongodb/merge-4.1-into-4.2-1709803162085
alcaeus Mar 7, 2024
963d01f
Test Laravel 10 and 11 (#2746)
GromNaN Mar 7, 2024
1004c39
wip
Mar 7, 2024
19fc801
PHPORM-139 Implement `Model::createOrFirst()` using `findOneAndUpdate…
GromNaN Mar 11, 2024
4d71a02
apply phpcbf formatting
ccho-mongodb Mar 12, 2024
7f10e27
wip
Mar 12, 2024
7d1c13e
apply phpcbf formatting
ccho-mongodb Mar 12, 2024
2c7c1a8
fix rst, organize sections
Mar 12, 2024
cc1b370
remove install toc entry
Mar 12, 2024
92efdda
Merge branch '4.2' into merge-4.1-into-4.2-1710254470287
alcaeus Mar 13, 2024
411735a
Merge pull request #2766 from mongodb/merge-4.1-into-4.2-1710254470287
alcaeus Mar 13, 2024
c8fb0a0
PHPORM-159 Add tests on `whereAny` and `whereAll` (#2763)
GromNaN Mar 13, 2024
f5f86c8
PHPORM-139 Improve `Model::createOrFirst()` tests and error checking …
GromNaN Mar 13, 2024
4aa33a0
wip
Mar 14, 2024
13a1127
Merge pull request #2773 from mongodb/merge-4.1-into-4.2-1710408389604
GromNaN Mar 14, 2024
f7e6f80
wip
Mar 14, 2024
265d29c
grammar and spelling corrections
Mar 14, 2024
fab7501
fix rst
Mar 14, 2024
9719367
tweaks
Mar 14, 2024
f4afab6
PHP code style updates
Mar 14, 2024
fcdad94
DOCSP-37710: v4.2 updates (#2774)
Mar 14, 2024
b55393c
Set distinct version for error (#2779)
GromNaN Mar 15, 2024
39c0fd0
PRR fixes
Mar 15, 2024
205961b
PRR fixes 2
Mar 15, 2024
7cec5b7
PRR fixes
Mar 18, 2024
7cdbf35
PRR fixes 2
Mar 18, 2024
26071ac
fix rst
Mar 18, 2024
e182c90
Update changelog for 4.2.0 (#2784)
GromNaN Mar 19, 2024
ac4504c
PRR fixes
Mar 19, 2024
9bf9b06
Merge branch 'mongodb:4.1' into 4.1
Mar 20, 2024
72221f5
Merge branch 'mongodb:4.2' into DOCSP-37057-eloquent-schema-builder
Mar 20, 2024
06dcdef
Revert "Merge branch 'mongodb:4.2' into DOCSP-37057-eloquent-schema-b…
Mar 20, 2024
3e599b5
Merge remote-tracking branch 'origin/4.1' into DOCSP-37057-eloquent-s…
Mar 20, 2024
2465ad3
PRR and branch fixes
Mar 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: "${{ matrix.os }}"

name: "PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} MongoDB ${{ matrix.mongodb }} ${{ matrix.mode }}"
name: "PHP v${{ matrix.php }} with MongoDB ${{ matrix.mongodb }} ${{ matrix.mode }}"

strategy:
matrix:
Expand All @@ -23,11 +23,8 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
laravel:
- "10.*"
include:
- php: "8.1"
laravel: "10.*"
mongodb: "5.0"
mode: "low-deps"

Expand Down Expand Up @@ -61,9 +58,6 @@ jobs:
if: ${{ runner.debug }}
run: "docker version && env"

- name: "Restrict Laravel version"
run: "composer require --dev --no-update 'laravel/framework:${{ matrix.laravel }}'"

- name: "Download Composer cache dependencies from cache"
id: "composer-cache"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/merge-up.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ The following compatibility table specifies the versions of Laravel and
.. include:: /includes/framework-compatibility-laravel.rst

To find compatibility information for unmaintained versions of {+odm-short+},
see `Laravel Version Compatibility <{+mongodb-laravel-gh+}/blob/3.9/README.md#installation>`__
see `Laravel Version Compatibility <https://github.com/mongodb/laravel-mongodb/blob/3.9/README.md#installation>`__
on GitHub.
Loading