Dan Ribbens
33c15afa79
querying localized relationship field
2023-09-12 12:29:00 -04:00
James
61098f96a8
chore: builds pattern to return constraints array
2023-09-12 10:14:09 -04:00
Dan Ribbens
8e16d825ff
wip refactor joins for relationships
2023-09-12 09:54:53 -04:00
Dan Ribbens
af6b7592a1
postgres short circuit empty find results
2023-09-09 17:26:38 -04:00
Dan Ribbens
754efe00f6
optimize find to query docs and count concurrently, normalize pagination args
2023-09-08 11:21:22 -04:00
Dan Ribbens
1f7b52497c
postgres sanitize query value
2023-09-07 14:45:07 -04:00
Dan Ribbens
595173327e
postgres operations buildQuery updates
2023-09-07 11:49:21 -04:00
Dan Ribbens
2e086d95d9
chore: working simple where
2023-09-06 16:25:52 -04:00
Dan Ribbens
d07394d197
sorting on group nested field
2023-09-06 15:05:04 -04:00
Dan Ribbens
d33cff94e0
getTableColumnFromPath tabs
2023-09-05 17:27:43 -04:00
Dan Ribbens
5b620e77f4
wip getTableColumnFromPath
2023-09-05 16:36:32 -04:00
James
59fe015239
chore: chops up buildQuery
2023-09-05 13:57:08 -04:00
Dan Ribbens
73e2a03b6d
wip changes to build query
2023-09-05 12:30:06 -04:00
Dan Ribbens
5d7aa0d009
chore: wip traversePaths of sort and buildSearchParams
2023-09-01 11:26:36 -04:00
James
6ba79de560
chore: merge
2023-08-30 12:55:45 -04:00
James
ba2f6ed9c3
chore: writes all locales
2023-08-30 12:55:07 -04:00
Dan Ribbens
f0ce57169d
chore: begin using sort arg
2023-08-28 17:02:49 -04:00
James
ee89693691
chore: adds delete, queryDrafts, find operations
2023-08-27 17:50:05 -04:00
James
e9b6db6559
chore: removes unused dependency
2023-08-27 17:49:42 -04:00
James
a19ccbb359
feat: optimizes querying drafts
2023-08-27 17:21:02 -04:00
James
00874a4406
chore: builds version tables
2023-08-27 11:53:01 -04:00
James
2a99e6b72a
chore: adds global methods
2023-08-27 11:02:38 -04:00
James
126f7f1a5a
chore: adds relationship tests
2023-08-26 23:48:58 -04:00
James
55a996af19
chore: localized groups
2023-08-26 23:34:04 -04:00
James
bf79211163
chore: localized arrays now save correctly
2023-08-26 22:56:32 -04:00
James
fe0487b336
chore: passing postgres tests
2023-08-26 22:42:29 -04:00
James
62e37802ca
chore: progress to retaining array rows
2023-08-26 20:50:56 -04:00
James
4dd29bf4e8
chore: ensures blocks can be updated while saving additional locales
2023-08-26 16:24:35 -04:00
James
1ca81ac726
chore: working localized relationships
2023-08-26 11:59:33 -04:00
James
e350c72342
Merge branch 'feat/db-adapters' of github.com:payloadcms/payload into feat/db-adapters
2023-08-25 15:59:30 -04:00
James
f631e5bef3
chore: ensures transform read preserves all locales
2023-08-25 15:59:19 -04:00
Dan Ribbens
61e675dd7b
working config after master changes
2023-08-25 15:07:03 -04:00
Dan Ribbens
004f2ed045
fixes type error in db-mongodb
2023-08-23 21:18:15 -04:00
Dan Ribbens
48d51fbf08
Merge remote-tracking branch 'origin/2.0' into feat/db-adapters
2023-08-22 16:06:02 -04:00
Alessio Gravili
9467074fb9
chore: update 2.0 branch from master ( #3207 )
...
Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com >
Co-authored-by: Alessio Gravili <alessio@gravili.de >
Co-authored-by: PatrikKozak <patrik@trbl.design >
Co-authored-by: Lucas Blancas <lablancas@gmail.com >
Co-authored-by: Stef Gootzen <37367280+stefgootzen@users.noreply.github.com >
Co-authored-by: Jarrod Flesch <30633324+JarrodMFlesch@users.noreply.github.com >
Co-authored-by: Jessica Chowdhury <67977755+JessChowdhury@users.noreply.github.com >
Co-authored-by: PatrikKozak <35232443+PatrikKozak@users.noreply.github.com >
Co-authored-by: Greg Willard <Wickett06@gmail.com >
Co-authored-by: James Mikrut <james@payloadcms.com >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
fix: WhereBuilder component does not accept all valid Where queries (#3087 )
fix: passes in height to resizeOptions upload option to allow height resize (#3171 )
2023-08-22 16:04:50 -04:00
Dan Ribbens
659d4e77b9
fixes updateOne ignoring id arg
2023-08-22 15:56:41 -04:00
Alessio Gravili
f911257cd9
feat: RTL Support ( #3003 )
...
Co-authored-by: Alessio Gravili <alessio@gravili.de >
Co-authored-by: ibr-hin95 <ibr.hin95@gmail.com >
Co-authored-by: Seied Ali Mirkarimi <dasmergo@gmail.com >
Co-authored-by: muathkhatib <mkhatib.dev@gmail.com >
Co-authored-by: ibr-hin95 <40246707+ibr-hin95@users.noreply.github.com >
fix: recursiveNestedPaths not merging existing fields when hoisting row/collapsible fields (#2769 )
fix: exclude monaco code editor from ltr due to microsoft/monaco-editor#2371
BREAKING CHANGE:
- The admin hook for `useLocale` now returns a Locale object of the currently active locale. Previously this would only return the code as a string. Any custom components built which had `locale = useLocale()` should be replaced with `{ code: locale } = useLocale()` to maintain the same functionality.
- The property `localization.locales` of `SanitizedConfig` type has changed. This was an array of strings and is now an array of Locale objects having: `label: string`, `code: string` and `rtl: boolean`. If you are using localization.locales from the config you will need to adjust your project or plugin accordingly.
2023-08-22 12:18:15 -04:00
James
0732f00490
chore: flattens insert and upsert
2023-08-21 17:51:00 -04:00
James
e22ca1beff
chore: working update for relationships, locales, base row
2023-08-21 17:37:28 -04:00
James
640fd2843f
Merge branch 'feat/db-adapters' of github.com:payloadcms/payload into feat/db-adapters
2023-08-21 15:44:59 -04:00
James
af13924d3f
chore: handles date in upsertRow
2023-08-21 15:44:46 -04:00
Alessio Gravili
7c4dd5ec5e
feat: option to disable auto pluralization for the mongoose adapter ( #3153 )
...
* chore: disable slug pluralization for versions model
* chore: disable slug pluralizations for globals version model
* chore: disable auto slug pluralization for globals collection
* feat: autoPluralization option for mongoose adapter
2023-08-21 18:05:39 +02:00
Elliot DeNolf
791ed3be50
feat: conditionally use transactions
2023-08-10 13:54:04 -04:00
James
7345fa8fcd
chore: cleanup
2023-08-09 19:33:07 -04:00
James
589fbba5aa
chore: merge
2023-08-09 19:23:23 -04:00
James
237a91f0cc
chore: ensures block and array locale relations are built properly
2023-08-09 19:22:19 -04:00
Elliot DeNolf
f8e6914f44
feat: proper type for createMigration func
2023-08-09 17:10:00 -04:00
Elliot DeNolf
cd447f1a9d
feat: drizzle json generation
2023-08-09 17:07:51 -04:00
James
2f8549f331
chore: ports over find utilities
2023-08-09 16:41:21 -04:00
Dan Ribbens
4f7d7a4d1b
adds postgres findOne
2023-08-09 11:55:14 -04:00