Dan Ribbens
e31098eaa5
test: duplicate copies all locales
2022-08-30 16:25:26 -04:00
Dan Ribbens
d727fc8e24
feat: validate relationship and upload ids ( #1004 )
...
* feat: validate relationship and upload ids
* chore: update fields-relationship test data
* fix: skip FE relationship and upload id validation
2022-08-29 14:57:06 -04:00
Dan Ribbens
50b0303ab3
fix: incorrect field paths when nesting unnamed fields ( #1011 )
...
* chore: reproduce issue #976
* fix: incorrect field paths when nesting non-named fields
2022-08-29 14:52:17 -04:00
Dan Ribbens
cf2eb3e482
chore: fix dev hooks ( #1006 )
2022-08-26 11:11:21 -04:00
James Mikrut
4aa5500593
Merge pull request #965 from payloadcms/test/code-field
...
test: add code fields to test config
2022-08-24 08:26:08 -07:00
dsod
bc97d3d6f2
Keep original request and add properties to it, instead of copy
2022-08-20 01:33:29 +02:00
Dan Ribbens
97f2a9b484
test: fix e2e relationship
2022-08-18 17:43:06 -04:00
Afzaal Ahmad
38a1a38c0c
feat: enable reordering of hasMany relationship and select fields ( #952 )
...
* feature: enable reordering of hasMany relationship and select fields using config
* update: correct docs for select, and relationship field for sortable config
* update: move sortable to admin config, and rename it to isSortable, apply grab, and grabbing classes while drag, and drop
2022-08-18 16:59:33 -04:00
Elliot DeNolf
4e1f9c7280
test: add code fields to test config
2022-08-18 14:44:10 -04:00
Dan Ribbens
39586d3cdb
fix: missing fields in rows on custom id collections ( #954 )
2022-08-18 12:26:05 -04:00
Dan Ribbens
11d8fc71e8
feat: custom api endpoints
2022-08-17 13:28:50 -04:00
Dan Ribbens
771bbaedbc
chore: validation reuses endpoints schema
2022-08-17 13:06:58 -04:00
Dan Ribbens
040833ead8
test: move endpoints tests to new suite
2022-08-17 12:57:07 -04:00
Elliot DeNolf
5825d7e64f
test: skip flaky sorting test for now ( #945 )
2022-08-16 12:04:25 -04:00
James Mikrut
97ff49f2bf
Merge pull request #926 from rustyy/feat/datepicker-month-only
...
feat: add new pickerAppearance option 'monthOnly'
2022-08-15 19:21:50 -07:00
James
ccada2e8c9
chore: migrates to PATCH for collection updates
2022-08-15 19:19:44 -07:00
James
078e8dcc51
feat: ensures you can query on blocks via specifying locale or not specifying locale
2022-08-15 17:59:08 -07:00
James
7c449e0d30
Merge branch 'chore/simplify-indexes' of github.com:payloadcms/payload
2022-08-15 13:58:10 -07:00
Dan Ribbens
2ca526bd22
chore: simplifies index creation
2022-08-15 16:54:23 -04:00
James
f2bec90663
Merge branch 'fix/#922-nested-index-creation' of github.com:payloadcms/payload into fix/#922-nested-index-creation
2022-08-15 12:37:10 -07:00
Dan Ribbens
1c7445dc7f
fix: format graphql localization input type ( #932 )
...
* fix: format locales for graphql
* fix: locale missing from graphql mutation args
2022-08-15 11:42:29 -04:00
James Mikrut
0a40dd43cb
test: adds dataloader test ( #936 )
...
* chore: adds dataloader test config
* test: passing dataloader test
2022-08-14 11:04:05 -07:00
Dan Ribbens
145e1db05d
fix: dev:generate-types on all test configs ( #919 )
2022-08-13 13:04:24 -04:00
Elliot DeNolf
4115045c15
test: flaky admin test fix ( #929 )
2022-08-13 08:08:40 -04:00
James
fba0847f0f
fix: ensures you can query on mixed schema type within blocks
2022-08-12 16:08:36 -07:00
Felix Hofmann
566c6ba3a9
feat: add new pickerAppearance option 'monthOnly'
2022-08-12 23:11:33 +02:00
Dan Ribbens
f615abc9b1
fix: create indexes in nested fields
2022-08-12 11:59:51 -04:00
KGZM
d0da3d7962
fix: saving multiple versions ( #918 )
...
* test: saving multiple versions with unique fields
* fix: saving multiple versions with unique fields
Version schemas were getting produced with uniqueness constraints which
caused updates to likely fail because each successive version would
potentially reuse unchanged unique key-values (particularly ident keys
like slug) from previous versions.
This was due to `mongoose.buildSchema` not respecting buildSchemaOptions.disableUnique.
This regression was introduced with the fix at commit c175476e .
* test: eslint fix
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-08-11 15:53:51 -04:00
Dan Ribbens
874c001d3b
fix: number validation works with 0 min and max ( #906 )
2022-08-10 08:18:39 -04:00
James
209b02b069
fix : #898
2022-08-06 13:12:25 -04:00
James Mikrut
c4d7df8bba
Merge pull request #888 from payloadcms/feat/allow-rich-text-querying
...
feat: allows querying on rich text content
2022-08-04 14:04:40 -04:00
James
e9b3f3f060
fix : #884
2022-08-04 14:03:23 -04:00
James
ed80c30c74
chore: adds tests to reproduce #884
2022-08-04 11:39:15 -04:00
James
3343adb952
feat: allows querying on rich text content
2022-08-04 10:59:56 -04:00
James
d91b69c465
test: improves nested block test coverage
2022-08-03 13:49:49 -04:00
James
9c0c606b20
fix : #880
2022-08-03 13:39:22 -04:00
Dan Ribbens
c175476e74
fix: unique index creation ( #867 )
...
* fix: unique indexes created for mongo 5 and later
* test: add index test coverage for unique, nested and localized fields
2022-08-02 11:56:18 -04:00
Dan Ribbens
da2a262208
test: e2e windows compatibility ( #861 )
...
* test: e2e compatible with windows
* chore: mongoose type fix
2022-08-01 15:21:25 -04:00
James
2f86a39e38
test: adds more tabs tests
2022-08-01 13:11:08 -04:00
James
408b66590a
fix/#853
2022-08-01 12:23:53 -04:00
Elliot DeNolf
b2ae5da62a
test: fix fields-relationship e2e ( #846 )
2022-07-28 11:50:23 -04:00
Elliot DeNolf
1997153549
test: implement script to execute all e2e tests ( #840 )
2022-07-27 17:22:49 -04:00
Elliot DeNolf
b479013f00
test: fix admin e2e config ( #839 )
2022-07-27 17:10:51 -04:00
Dan Ribbens
9813216ea9
test: add circular relationship to tests ( #835 )
2022-07-27 11:16:05 -04:00
Elliot DeNolf
2c9d45c59c
chore: remove unused files
2022-07-26 11:02:53 -04:00
Elliot DeNolf
d176633804
test: increase custom id randomization window ( #829 )
2022-07-26 10:35:46 -04:00
James
b79ae00603
test: adds like query partial word match test
2022-07-25 16:56:45 -04:00
Luciano Greiner
3a3026cd63
feat: pass payload and names to custom auth strategies ( #781 )
2022-07-21 18:18:26 -04:00
Elliot DeNolf
4415f9db48
chore: add error message if test config doesn't exist
2022-07-21 08:17:54 -07:00
Elliot DeNolf
60c0f0fb08
chore: organize relationship custom id tests
2022-07-20 15:04:57 -07:00