Dan Ribbens
ad82b99dc6
chore: save updatedAt with new values
2023-09-21 16:51:40 -04:00
Dan Ribbens
6aaaeaff98
chore: add postgres updateVersion
2023-09-21 16:07:40 -04:00
James
edf9dd7983
chore: misc cleanup
2023-09-21 13:52:01 -04:00
Dan Ribbens
9eca30f281
chore: add postgres findglobalversions
2023-09-21 12:57:04 -04:00
Dan Ribbens
67b347aaa3
chore: postgres disable unique constraints for version tables
2023-09-21 12:19:19 -04:00
Dan Ribbens
c02dc385cb
chore: use db transactions in upsertRows
2023-09-21 12:18:10 -04:00
Dan Ribbens
44a2b1a98f
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
2023-09-21 11:29:18 -04:00
Dan Ribbens
c0dfeb4918
chore: postgres operations use db from session for transactions
2023-09-21 11:29:09 -04:00
Elliot DeNolf
17132b72ad
ci: configure int tests with postgres ( #3364 )
...
* chore: configure postgres
* chore: adjust action and connection
* chore: export postgres url as env
2023-09-21 09:34:43 -04:00
James
1191a2851c
chore: wires up a few versions methods
2023-09-20 14:37:14 -04:00
Dan Ribbens
caa56e6ef6
chore: postgres abstract find
2023-09-20 13:25:04 -04:00
Dan Ribbens
62421da6ad
chore: fix missing transaction id bug
2023-09-20 06:58:40 -04:00
Dan Ribbens
cec16abea0
chore: postgres enforce notNullable on required fields
2023-09-20 06:57:15 -04:00
Elliot DeNolf
25be3a3c6f
ci: cache build and run tests per db adapter ( #3362 )
...
* ci: cache entire build to share with future jobs
* chore: pnpm setup for tests job
* chore: use build cache in db adapter builds
* chore: troubleshoot db builds
* chore: add back db-mongodb
* chore: add back db-postgres, cleanup
* chore: separate type gen into separate job
* chore: run tests separately for each db adapter
* chore: use matrix for tests w/ db
* chore: explicit ip and port for postgres
2023-09-19 22:31:33 -04:00
James
4dd98396a7
chore: adds date field
2023-09-19 19:23:17 -04:00
James
0c101cd713
chore: revises field names being lost while creating indexes
2023-09-19 19:00:35 -04:00
James
2a282c7257
chore: builds select field
2023-09-19 17:39:35 -04:00
James
bbcdf32a90
chore: builds hasMany selects
2023-09-19 17:15:10 -04:00
Elliot DeNolf
db4aa1e8b6
ci: move int tests before e2e
2023-09-19 17:04:31 -04:00
Elliot DeNolf
7159bf2ff3
test: remove unused test/postgres dir
2023-09-19 17:04:31 -04:00
Dan Ribbens
07aaacaa55
chore: postgres radio field type
2023-09-19 17:01:07 -04:00
Dan Ribbens
274d062d6d
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
2023-09-19 16:37:53 -04:00
Dan Ribbens
53572bf933
chore: postgres checkbox type
2023-09-19 16:29:21 -04:00
Elliot DeNolf
7b6fd62895
feat(templates): update templates for 2.0 ( #3358 )
...
* chore: add reinstall script
* feat(templates): update blank template
* chore(templates): update website and ecommerce
2023-09-19 16:17:37 -04:00
James
32fb5e66f8
chore: builds select enum pattern
2023-09-19 15:52:40 -04:00
James
92275f909f
chore: restores community test suite
2023-09-19 15:27:04 -04:00
James
3cfc51ecf4
chore: hasMany numbers
2023-09-19 15:26:08 -04:00
James
1ed8dad92d
chore: test resolution
2023-09-19 14:13:33 -04:00
James
81df72b5c2
chore: merge
2023-09-19 13:27:24 -04:00
James
7b38bd1e52
chore: nested unnamed fields, like query constraint
2023-09-19 13:27:05 -04:00
Alessio Gravili
b1ec1f5f3f
chore: undo setting e2e tests to postgres by default
2023-09-19 17:38:04 +02:00
Jarrod Flesch
1b3419cd12
chore: resolved console errors from checkbox inputs ( #3356 )
2023-09-19 11:16:53 -04:00
James
c3a357f893
chore: merge
2023-09-19 11:04:58 -04:00
Jacob Fletcher
5f0207d617
chore: comments out live preview tab
2023-09-19 11:01:47 -04:00
James
5bc8b29e79
chore: merge
2023-09-19 10:53:44 -04:00
James
7fdf77cf3e
chore: bugs with sort, graphql tests with postgres
2023-09-19 10:50:04 -04:00
Jacob Fletcher
463a39e822
chore: improves document tab logic
2023-09-19 10:13:42 -04:00
Alessio Gravili
6338471287
chore: sort package.json keys of richtext-slate package
2023-09-19 12:02:42 +02:00
Alessio Gravili
c356b96913
chore: package.json improvements: order, duplicate scripts and packages
2023-09-19 11:51:56 +02:00
Alessio Gravili
fbe5f36b29
chore: add commit to .git-blame-ignore-revs
2023-09-19 11:43:25 +02:00
Alessio Gravili
cdaa0acd61
chore: run eslint & prettier, adjust perfectionist sorting for package.json and tsconfig.json in eslint configs
2023-09-19 11:41:56 +02:00
Alessio Gravili
4f68b722dc
chore: fix imports in db-postgres adapter
2023-09-19 11:15:47 +02:00
Alessio Gravili
a81401cf77
feat: breaking: richtext adapter ( #3311 )
...
BREAKING: requires user to install @payloacms-richtext-slate and specify a `config.editor` property
* chore: move slate stuff into packages/richtext-slate
* chore: fieldTypes stuff
* chore: fix richtext-slate tsconfig
* chore: add clean:unix command
* chore: fix up things
* chore: undo subpath imports being hoisted up
* chore: fix incorrect imports
* chore: improve AdapterArguments type
* chore: remove unused richTextToHTML and stringifyRichText files
* fix: core-dev scss imports
* chore: fix publishConfig exports for richtext-slate
* chore: adjust joi schema for richtext field
* chore: various fixes
* chore: handle afterRead population in richText adapter
* chore: handle more after-read promise stuff
* chore: fix joi validation
* chore: add richtext adapter to tests
* chore: merge adapter props with field props
* chore: index.tsx => index.ts
* chore: rename `adapter` to `editor`
* chore: fix e2e tests not running due to importing a constant from a file (`Tabs`) which imports createSlate.
This fails because createSlate imports React components.
* chore: remove unnecessary import
* chore: improve various typings
* chore: improve typings for List view Cell components
* feat: richText adapter cell component
* chore: add missing types packages for packages/richtext-slate
* chore: add new adapter interface properties to joi schema
* chore: withMergedProps utility which replaces getSlateCellComponent and getSlateFieldComponent
* feat: added config.defaultEditor property which is now required. field.editor is no longer required and overrides config.defaultEditor
* docs: mention editor and defaultEditor property in the docs
* chore: fix incorrectly formatted JSX in docs files breaking mdx parser
* chore: fix various errors
* chore: auto-generated pointer files
2023-09-19 11:03:31 +02:00
Alessio Gravili
835efdf400
chore: fix issues with tests
2023-09-19 10:46:32 +02:00
Elliot DeNolf
7725c1fdc9
chore: webpack bundler aliasing
2023-09-18 17:17:37 -04:00
Elliot DeNolf
1efab0b6a3
chore: make bundlers use named exports ( #3352 )
2023-09-18 15:38:05 -04:00
Elliot DeNolf
53a80be6a0
Merge pull request #3351 from payloadcms/chore/2.0-prettier-templates
...
chore: prettier templates
2023-09-18 14:51:52 -04:00
Elliot DeNolf
05eabc7a9d
chore: add template prettier commit to .git-blame-ignore-revs
2023-09-18 14:47:07 -04:00
Dan Ribbens
43451a629a
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
2023-09-18 14:45:08 -04:00
Dan Ribbens
8ab24a4513
chore: postgres chain selectCount query methods
2023-09-18 14:44:35 -04:00