Elliot DeNolf
2994269f22
chore(release): db-mongodb/1.5.0 [skip ci]
2024-04-19 11:37:43 -04:00
Dan Ribbens
cb8d562132
fix(db-mongodb): ignore end session errors ( #5904 )
2024-04-17 16:44:15 -04:00
Dan Ribbens
fe0028c899
fix(db-mongodb): version fields indexSortableFields ( #5863 )
2024-04-15 14:46:06 -04:00
Patrik
5fa99fb060
fix(db-mongodb): failing contains query with special chars ( #5774 )
2024-04-11 09:23:05 -04:00
Dan Ribbens
9bbacc4fb1
feat: custom db table and enum names ( #5045 )
...
Co-authored-by: Ritsu <enjoythepain1337@gmail.com >
2024-04-05 11:22:46 -04:00
Elliot DeNolf
6706bdb140
chore(release): db-mongodb/1.4.4 [skip ci]
2024-04-03 14:54:53 -04:00
Yunsup Sim
742a7af93d
fix: Skip parsing if operator is 'exist' ( #5404 )
2024-04-03 13:50:28 -04:00
Elliot DeNolf
b76c5c8c11
chore: update all package.json repository urls
2024-04-03 11:06:42 -04:00
Elliot DeNolf
7aa058d604
chore(release): db-mongodb/1.4.3 [skip ci]
2024-02-23 14:31:11 -05:00
Dan Ribbens
815bdfac0b
fix(db-mongodb): unique sparse for not required fields ( #5114 )
...
* fix(db-mongodb): unique sparse for not required fields
* chore(db-mongodb): cleanup sparse index condition
* test: indexed field fix
2024-02-23 12:36:34 -05:00
Elliot DeNolf
9b54659818
chore(release): db-mongodb/1.4.2 [skip ci]
2024-02-16 14:58:57 -05:00
Dan Ribbens
5f3d0169be
fix: filterOptions errors cause transaction to abort ( #5079 )
...
* fix: filterOptions errors cause transaction to abort
* fix(db-mongodb): uncaught abortTransaction race condition
* chore: remove test that is not adding value
* chore: limit options on errors in filterOptions
* chore: limit options when an error occurs in filterOptions
2024-02-16 13:33:40 -05:00
Dan Ribbens
5d4022f144
fix(db-mongodb): find versions pagination ( #5091 )
2024-02-15 16:14:01 -05:00
Elliot DeNolf
486774796d
chore(release): db-mongodb/1.4.1 [skip ci]
2024-02-09 09:06:06 -05:00
Elliot DeNolf
cdc4cb971b
fix(db-mongodb): handle null values with exists ( #5037 )
2024-02-09 08:58:10 -05:00
Elliot DeNolf
0740d5095e
fix(migrations): safely create migration file when no name passed ( #4995 )
2024-02-05 10:43:19 -05:00
Elliot DeNolf
e1d9accb27
chore(release): db-mongodb/1.4.0 [skip ci]
2024-01-26 13:57:23 -05:00
Dan Ribbens
eba53ba60a
feat: forceAcceptWarning migration arg added to accept prompts ( #4874 )
...
* chore: gitignore test migrations
* feat: `forceAcceptWarning` migration args added to accept prompts
* chore: migrationDir env variable fallback
* chore: migrationDir testSuiteDir fallback
* chore: migrationDir testSuiteDir fallback fix
* chore: skip migrate down test
2024-01-26 13:48:53 -05:00
Dan Ribbens
b40e9f85a2
chore: use transactions in tests running mongoDB memory server ( #4750 )
...
* chore: use transactions in tests running mongoDB memory server
* chore: relationship test async setup changes
* chore: async test fix
* chore: flaky e2e localization test
2024-01-23 19:18:55 -05:00
Jesse Sivonen
8ce15c8b07
fix(db-postgres): query unset relation ( #4862 )
2024-01-19 13:35:58 -05:00
Elliot DeNolf
1c1b8f3cec
chore(release): db-mongodb/1.3.2 [skip ci]
2024-01-16 16:32:52 -05:00
Paul
a861311c5a
fix(db-mongodb): mongodb versions creating duplicates ( #4825 )
...
* Fixes the issue with mongodb versions
* Update other methods to use options too
2024-01-16 12:20:45 -05:00
Dan Ribbens
82383a5b5f
fix(db-mongodb): transactionOptions=false typeErrors
2024-01-13 14:59:16 -05:00
Elliot DeNolf
3d74c133aa
chore(release): db-mongodb/1.3.1 [skip ci]
2024-01-12 10:41:37 -05:00
Patrik
d0f7677d5f
fix: prioritizes value key when filtering / querying for relationships ( #4727 )
...
* fix: object equality query by prioritizing value key in relationship queries
* chore: adds e2e & int test
* chore: updates test for REST querying on poly relationships
2024-01-11 15:56:07 -05:00
Dan Ribbens
fa3b3dd62d
fix: migration regression ( #4777 )
2024-01-10 22:40:00 -05:00
Jarrod Flesch
1115387744
fix: build payload without initializing ( #4028 )
2024-01-10 20:40:46 -05:00
Elliot DeNolf
63e5c43fe6
fix(db-mongodb): limit=0 returns unpaginated
2024-01-10 16:44:57 -05:00
Elliot DeNolf
2bd7822a16
chore(release): db-mongodb/1.3.0 [skip ci]
2024-01-09 16:30:37 -05:00
James Mikrut
22f4967dd4
Merge pull request #4726 from payloadcms/feat/migration-transactions
...
feat: improve transaction support by passing req to migrations
2024-01-09 13:50:00 -05:00
James Mikrut
4873c36129
Merge pull request #4722 from payloadcms/fix/#4719-migration-transaction-options
...
fix(db-mongodb): migration errors with transactionOptions false
2024-01-09 13:46:06 -05:00
Dan Ribbens
682eca2186
feat(db-mongodb): improve transaction support by passing req to migrations
2024-01-08 15:50:09 -05:00
Dan Ribbens
21b9453cf4
fix(db-mongodb): migration error calling beginTransaction with transactionOptions false
2024-01-08 12:03:45 -05:00
Dan Ribbens
63bc4cabe1
fix(db-mongodb): querying plan for collections ignoring indexes ( #4655 )
...
* fix(db-mongodb): querying plan for collections ignoring indexes
* chore(db-mongodb): improve index hint comment
2024-01-05 16:21:19 -05:00
Paul
0b80e4a403
chore: bump the mongodb-memory-server dependency to 9.x ( #4693 )
2024-01-05 09:35:35 -05:00
Gokulsck
f43cf185d4
feat: hasMany property for text fields ( #4605 )
...
* fix for supporting hasMany property in text field
* Updated docs
* handle text case types for schema and graphql schema
* fix unit test for required failing
* add unit test for has many text field
* add end to end test for has many on text field creation
* support has many feature for text field on postgres
---------
Co-authored-by: Chris Heinz <chrisi.heinz@web.de >
2024-01-04 14:45:00 -05:00
Elliot DeNolf
0727dcd963
chore(release): db-mongodb/1.2.0 [skip ci]
2024-01-03 15:57:22 -05:00
James Mikrut
0b2da4fba7
Merge pull request #4467 from payloadcms/feat/mongodb-transaction-options
...
feat(db-mongodb): add transactionOptions
2023-12-19 15:30:23 -05:00
Elliot DeNolf
e4102b88d8
chore(release): db-mongodb/1.1.1 [skip ci]
2023-12-19 14:47:41 -05:00
Dan Ribbens
f2c8ac4a9a
feat(db-mongodb): add transactionOptions
2023-12-19 14:19:12 -05:00
Dan Ribbens
05e8914db7
fix(db-mongodb): documentDB unique constraint throws incorrect error ( #4513 )
2023-12-19 14:14:51 -05:00
Patrik
46e8c01fbe
fix: searching by id sends undefined in where query param ( #4464 )
...
fix(db-mongodb): search by id using operator
2023-12-12 14:02:30 -05:00
Elliot DeNolf
45a3e31c95
chore(release): db-mongodb/1.1.0 [skip ci]
2023-11-30 11:10:33 -05:00
Elliot DeNolf
530c825f80
feat(db-mongodb): search for migrations dir intelligently
2023-11-28 11:09:55 -05:00
Elliot DeNolf
5dbbd8f88b
chore(release): db-mongodb/1.0.8 [skip ci]
2023-11-10 10:42:00 -05:00
Alessio Gravili
9f873f8630
chore(db-mongodb): add option to disable index hint optimization, which breaks on AWS DocumentDB ( #3997 )
...
* chore: add option to disable pagination count index hinting optimization
* chore: rename hintPaginationCountIndex to disablePaginationCountIndexHint
* chore: fix logic
* chore: disablePaginationCountIndexHint => disableIndexHints
2023-11-10 16:08:14 +01:00
Elliot DeNolf
e2d36c3cab
chore(release): db-mongodb/1.0.7 [skip ci]
2023-11-08 14:53:05 -05:00
Dan Ribbens
57da3c99a7
fix: error on graphql multiple queries ( #3985 )
2023-11-08 12:38:25 -05:00
Elliot DeNolf
eb42c031ef
fix: parse predefined migrations via file arg or name prefix ( #4001 )
2023-11-03 19:26:25 -04:00
Elliot DeNolf
1a523eff98
chore(release): db-mongodb/1.0.6 [skip ci]
2023-11-03 16:22:59 -04:00