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
Dan Ribbens
a7ad9903d7
Merge branch 'feat/db-adapters' of github.com:payloadcms/payload into feat/db-adapters
2023-08-09 07:15:46 -04:00
Dan Ribbens
9d7f88c8f7
adds pagination to find
2023-08-09 07:15:26 -04:00
Elliot DeNolf
0447dd3a33
chore: formatting
2023-08-08 16:36:55 -04:00
Elliot DeNolf
5bac50bca9
chore: apply schema changes before inserting into migrations table
2023-08-08 16:35:39 -04:00
James
353e851b29
chore: renames insertRow to upsertRow
2023-08-08 16:02:42 -04:00
James
e25b77b411
chore: adds todo for update
2023-08-08 15:35:35 -04:00
James
84207d1e3b
chore: cleanup
2023-08-08 15:06:56 -04:00
James
7e5f091e3a
chore: inserts arrays within blocks
2023-08-08 14:38:48 -04:00
James
2f3f830de0
chore: merge
2023-08-08 14:27:43 -04:00
James
9500d94add
chore: functional create
2023-08-08 14:25:28 -04:00
James
eea3cca28b
chore: WIP - nested array insertion
2023-08-08 13:30:08 -04:00
Dan Ribbens
57e25689a7
merge
2023-08-07 17:02:52 -04:00
Dan Ribbens
8ec4a70aa8
wip: build query
2023-08-07 17:00:46 -04:00
Elliot DeNolf
8685ca6e94
feat: dev push migrations handling and prompt
2023-08-07 16:23:02 -04:00
James
72efd56302
chore: WIP create
2023-08-07 14:40:00 -04:00
James
6192c8623f
chore: resolves conflict in relationship validation
2023-08-03 22:49:17 -04:00
James
cd322beba1
chore: progress to insert
2023-08-03 16:28:50 -04:00
James
e120d08282
chore: begins insert
2023-08-03 16:01:57 -04:00
James
a9c4263646
chore: stubs out remaining field types
2023-08-03 14:21:40 -04:00
James
fd51903f02
chore: ensures parentID column type is set accordingly
2023-08-03 14:17:11 -04:00
James
221636027c
chore: conflict
2023-08-03 13:30:28 -04:00
James
672e7e6ff3
chore: writes out todo migration plans
2023-08-03 13:29:57 -04:00
Elliot DeNolf
9022c8e22e
feat: implement dropping of tables for postgres
2023-08-03 11:20:56 -04:00