Elliot DeNolf
ca8675f89d
chore(release): plugin-seo/2.2.1 [skip ci]
2024-02-06 15:41:58 -05:00
Elliot DeNolf
e8c6c9338d
chore(release): db-postgres/0.5.1 [skip ci]
2024-02-06 15:41:35 -05:00
Elliot DeNolf
558534aff8
chore(release): richtext-lexical/0.6.0 [skip ci]
2024-02-06 15:41:04 -05:00
Elliot DeNolf
29c901ba9b
chore(release): payload/2.10.0 [skip ci]
2024-02-06 15:38:33 -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
Daniel Kirchhof
e3c8105cc2
feat: use deletion success message from server if provided ( #4966 )
2024-02-06 10:17:53 -05:00
Jarrod Flesch
2c71aaef75
chore: standardize req passed through the local API ( #4994 )
2024-02-05 15:43:59 -05:00
Elliot DeNolf
0740d5095e
fix(migrations): safely create migration file when no name passed ( #4995 )
2024-02-05 10:43:19 -05:00
Dan Ribbens
db22cbdf21
fix(plugin-seo): tabbedUI with email field causes duplicate field ( #4944 )
...
* fix(plugin-seo): tabbedUI with email field causes duplicate field
* chore(plugin-seo): code comment
2024-02-02 14:53:51 -05:00
Dan Ribbens
1e8a6b7899
feat: extend transactions to cover after and beforeOperation hooks ( #4960 )
...
* feat: extend transactions to cover after and beforeOperation hooks
* feat: use transactions in refresh operation
* docs: add req to beforeOperation and afterOperation args
2024-02-02 14:53:14 -05:00
Dan Ribbens
5d934ba02d
feat: previousValue and previousSiblingDoc args added to beforeChange field hooks ( #4958 )
...
* feat: previousValue and previousSiblingDoc args added to beforeChange field hooks
* chore: fieldHook type docs
2024-02-02 13:59:11 -05:00
Elliot DeNolf
f651665f2f
chore(deps): add pnpm overrides for common packages ( #4980 )
...
* chore(deps): add pnpm overrides for common packages
* chore(deps): bump @swc/core for compat w/ latest typescript
2024-02-02 13:21:57 -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
Jarrod Flesch
afa2b942e0
fix: ensures docPermissions fallback to collection permissions on create ( #4969 )
2024-02-01 16:54:52 -05:00
Dan Ribbens
20ddd0de5b
chore: add indexes to preferences for performance ( #4965 )
2024-02-01 15:31:31 -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
Mark Paolo Libunao
471d2113a7
feat: re-use existing logger instance passed to payload.init ( #3124 )
2024-01-31 15:40:14 -05:00
Alessio Gravili
8725d41164
feat: add more options to addFieldStatePromise so that it can be used for field flattening ( #4799 )
2024-01-30 23:02:58 +01:00
Alessio Gravili
90d7ee3e65
feat(richtext-lexical): Blocks: generate type definitions for blocks fields ( #4529 )
2024-01-30 16:51:18 +01:00
Elliot DeNolf
003ad065c3
chore(release): plugin-cloud-storage/1.1.2 [skip ci]
2024-01-26 13:58:13 -05:00
Elliot DeNolf
70715926a8
chore(release): richtext-slate/1.4.0 [skip ci]
2024-01-26 13:57:45 -05:00
Elliot DeNolf
b3a6bfacf2
chore(release): db-postgres/0.5.0 [skip ci]
2024-01-26 13:57:34 -05:00
Elliot DeNolf
e1d9accb27
chore(release): db-mongodb/1.4.0 [skip ci]
2024-01-26 13:57:23 -05:00
Elliot DeNolf
f2f55a84cc
chore(release): payload/2.9.0 [skip ci]
2024-01-26 13:55:20 -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
f73d503fec
fix(plugin-cloud-storage): slow get file performance large collections ( #4927 )
2024-01-26 13:43:55 -05:00
Dan Ribbens
6930c4e9f2
fix: upload input drawer does not show draft versions ( #4903 )
...
* chore: add field classname to upload field
* fix: upload input drawer does not show draft versions
2024-01-26 13:42:32 -05:00
Dan Ribbens
3eb681e847
fix: afterLogin hook write conflicts ( #4904 )
...
* fix: afterLogin hook conflict
* test: afterLogin hook returns for assertion
* chore: commit increment login attempt
2024-01-26 13:39:45 -05:00
Jarrod Flesch
cb4638cfa1
chore: make default views callable ( #4928 )
2024-01-26 13:38:36 -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
Dan Ribbens
e5a7907a72
fix: remove No Options dropdown from hasMany fields ( #4899 )
2024-01-23 10:00:16 -05:00
Jarrod Flesch
3f25d1ca84
chore: re-orders request language detection ( #4890 )
2024-01-22 11:53:01 -05:00
Timothy Choi
d5720bea7b
chore: add fieldIsGroupType type guard helper ( #4872 )
2024-01-19 14:19:35 -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
Dan Ribbens
b99d24fcfa
fix: migrate down missing filter for latest batch ( #4860 )
2024-01-17 13:54:30 -05:00
Elliot DeNolf
1c5d5b07c8
chore(release): plugin-seo/2.2.0 [skip ci]
2024-01-16 16:33:53 -05:00
Elliot DeNolf
da5f1f2240
chore(release): plugin-form-builder/1.2.0 [skip ci]
2024-01-16 16:33:44 -05:00
Elliot DeNolf
c84c58c7b4
chore(release): db-postgres/0.4.0 [skip ci]
2024-01-16 16:33:21 -05:00
Elliot DeNolf
1c1b8f3cec
chore(release): db-mongodb/1.3.2 [skip ci]
2024-01-16 16:32:52 -05:00
Elliot DeNolf
3f69f83180
chore(release): payload/2.8.2 [skip ci]
2024-01-16 16:31:39 -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
Patrik
ee5390aaca
fix: removes max-width from field-types class & correctly sets it on uploads ( #4829 )
2024-01-16 13:12:58 -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
James Mikrut
74c3fe1bb2
Merge pull request #4806 from payloadcms/fix/#4775-postgres-block-validation-arrays
...
fix(db-postgres): validateExistingBlockIsIdentical with arrays
2024-01-15 15:04:47 -05:00
James Mikrut
a2be50279e
Merge pull request #4804 from payloadcms/fix/#4802-transaction-options-false
...
fix(db-mongodb): transactionOptions=false typeErrors
2024-01-15 15:04:01 -05:00