Elliot DeNolf
08f372e6c2
chore(release): db-postgres/0.8.0 [skip ci]
2024-04-19 11:37:56 -04:00
Dan Ribbens
6185f8a5d8
fix(db-postgres): query hasMany fields with in ( #5881 )
2024-04-16 17:09:53 -04:00
Ritsu
4c4f924e90
fix(db-postgres): validateExistingBlockIsIdentical localized ( #5839 )
2024-04-15 16:49:43 -04:00
Dan Ribbens
65690a675c
fix(db-postgres): relationship query pagination ( #5802 )
2024-04-11 15:37:19 -04:00
Alessio Gravili
608d6d0a87
fix(db-postgres): hasMany relationship query contains operator ( #4212 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2024-04-05 13:59:00 -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
Paul
44599cbc7b
fix(db-postgres): issue querying by localised relationship not respecting locale as constraint ( #5666 )
...
* fix: add table join for querying on a localised field in relationship fields
* chore: add int tests in relationships
2024-04-04 16:07:11 -03:00
Elliot DeNolf
4cf8c5bd78
Merge pull request #5637 from payloadcms/chore/release-2.12.0
...
chore(release): 2.12.0
2024-04-03 14:34:55 -04:00
Elliot DeNolf
d6afee662b
chore(release): db-postgres/0.7.1 [skip ci]
2024-04-03 14:27:20 -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
Dan Ribbens
916923071a
fix(db-postgres): error on delete having joins ( #5459 )
...
* chore(db-postgres): reduce duplicate lines of code
* chore(db-postgres): fix deleteOne regression
* chore(db-postgres): missing await
2024-03-26 14:00:46 -04:00
Elliot DeNolf
5d1cad3adb
chore(release): db-postgres/0.7.0 [skip ci]
2024-02-23 14:31:55 -05:00
Dan Ribbens
e8f2ca484e
feat(db-postgres): configurable custom schema to use ( #5047 )
...
* feat(db-postgres): configurable custom schema to use
* test(db-postgres): use public schema
* chore(db-postgres): simplify drop schema
* chore: add postgres-custom-schema test to ci
* chore: add custom schema to postgres ci
* chore(db-postgres): custom schema in migrate
* chore: ci postgres wait condition
2024-02-23 12:48:06 -05:00
Dan Ribbens
ceca5c4e97
fix(db-postgres): set _parentID for array nested localized fields ( #5117 )
...
* fix(db-postgres): find missing path for nested arrays
* fix(db-postgres): set _parentID for array nested localized fields
* fix: afterRead fallbackLocale causing locale data loss
* chore(richtext-lexical): updated args to match payload type change
* test: simplify localization e2e duplicate
2024-02-23 12:44:30 -05:00
Elliot DeNolf
548de80bee
chore(release): db-postgres/0.6.0 [skip ci]
2024-02-16 14:59:51 -05:00
Dan Ribbens
35c2a085ef
fix(db-postgres): query using blockType ( #5044 )
...
* fix(db-postgres): query using blockType
* chore: cleanup commented lines
2024-02-16 13:30:26 -05:00
Dan Ribbens
bf942fdfa6
feat(db-postgres): reconnect after disconnection from database ( #5086 )
2024-02-15 16:09:17 -05:00
Dan Ribbens
d6c25783cf
feat(db-postgres): adds idType to use uuid or serial id columns ( #3864 )
...
* feat(db-postgres): WIP adds idType to use uuid or serial id columns
* chore: add postgres-uuid test ci
* chore: add postgres-uuid env vars
* chore: sanitizeQueryValue prevent invalid types
* fix(db-postgres): invalid parentID of nested arrays
2024-02-15 16:06:37 -05:00
Elliot DeNolf
6ea6172afa
chore(release): db-postgres/0.5.2 [skip ci]
2024-02-09 09:06:15 -05:00
Elliot DeNolf
a0a58e7fd2
fix: query relationships by explicit id field ( #5022 )
2024-02-07 14:18:13 -05:00
Elliot DeNolf
da184d40ec
fix(db-postgres): handle nested docs with drafts ( #5012 )
2024-02-06 21:27:33 -05:00
Elliot DeNolf
e8c6c9338d
chore(release): db-postgres/0.5.1 [skip ci]
2024-02-06 15:41:35 -05:00
Elliot DeNolf
f3876c2a39
fix(db-postgres): localized field sort count ( #4997 )
...
* fix(db-postgres): localized field sort count
* test: localized sort doc count
2024-02-06 11:44:54 -05:00
Elliot DeNolf
c3a3942969
fix(db-postgres): filtering relationships with drafts enabled ( #4998 )
...
* fix(db-postgres): filtering relationships with drafts enabled
* test: draft relationship filtering
2024-02-06 11:16:27 -05:00
Elliot DeNolf
5d3659d48a
fix(db-postgres): handle schema changes with supabase ( #4968 )
...
* fix(db-postgres): handle schema changes with supabase
* chore(deps): bump drizzle-orm for test suite
2024-02-02 11:29:32 -05:00
Dan Ribbens
47106d5a1a
fix(db-postgres): indexes not creating for relationships, arrays, hasmany and blocks ( #4976 )
2024-02-02 11:16:21 -05:00
Dan Ribbens
64f705c3c9
fix(db-postgres): indexes not created for non unique field names ( #4967 )
2024-02-01 15:21:15 -05:00
Elliot DeNolf
b3a6bfacf2
chore(release): db-postgres/0.5.0 [skip ci]
2024-01-26 13:57:34 -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
Jesse Sivonen
8ce15c8b07
fix(db-postgres): query unset relation ( #4862 )
2024-01-19 13:35:58 -05:00
Dan Ribbens
dfba5222f3
fix(db-postgres): migrate down error ( #4861 )
2024-01-17 13:55:57 -05:00
Elliot DeNolf
c84c58c7b4
chore(release): db-postgres/0.4.0 [skip ci]
2024-01-16 16:33:21 -05:00
beezee
371353f153
feat(db-postgres): support drizzle logging config ( #4809 )
2024-01-16 15:45:17 -05:00
Dan Ribbens
a92c6334b6
chore(db-postgres): update drizzle-kit to 0.20.5-608ae62 and drizzle-orm to latest ( #4772 )
2024-01-16 13:35:07 -05:00
Paul
eb9e771a9c
fix(db-postgres): Remove duplicate keys from response ( #4747 )
...
* Remove duplicate keys from response
* Update to delete duplicates at a higher level and remove '_order' from array rows too
2024-01-16 13:22:08 -05:00
Dan Ribbens
0647c870f1
fix(db-postgres): validateExistingBlockIsIdentical with other tables
2024-01-13 22:46:05 -05:00
Dan Ribbens
3b88adc7d0
fix(db-postgres): validateExistingBlockIsIdentical with arrays
2024-01-13 22:40:30 -05:00
Elliot DeNolf
bb40bd3efb
chore(release): db-postgres/0.3.1 [skip ci]
2024-01-12 10:41:46 -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
5702b83e82
fix(db-postgres): totalPages value when limit=0
2024-01-10 16:45:07 -05:00
Elliot DeNolf
06729a0a73
chore(release): db-postgres/0.3.0 [skip ci]
2024-01-09 16:30:49 -05:00
James Mikrut
be39ed4317
Merge pull request #4633 from payloadcms/fix/#3839-postgres-exist-json
...
fix(db-postgres): incorrect results querying json field using exists
2024-01-09 15:27:22 -05:00
James Mikrut
570e192eb4
Merge pull request #4741 from payloadcms/fix/#4591-migrate-down-batches
...
fix(db-postgres): migrate down not limited to latest batch
2024-01-09 13:50:45 -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
Dan Ribbens
6acfae8ee7
fix(db-postgres): migrate down only runs latest batch size
2024-01-09 10:21:45 -05:00
Dan Ribbens
555d02769a
feat(db-postgres): improve transaction support by passing req to migrations
2024-01-08 15:50:22 -05:00
Dan Ribbens
cab6babd60
fix(db-postgres): validation prevents group fields in blocks ( #4699 )
...
* fix(db-postgres): validation prevents using group fields within blocks
* fix(db-postgres): validation of non-matching blocks in reverse order
2024-01-05 15:03:08 -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