Dan Ribbens
2ca526bd22
chore: simplifies index creation
2022-08-15 16:54:23 -04:00
James
48f929f3ab
chore: begins to simplify index creation
2022-08-15 13:03:13 -07: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
James
78630cafa2
chore(release): v1.0.23
v1.0.23
2022-08-14 18:54:13 -07: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
James Mikrut
32fb72a5bb
Merge pull request #935 from payloadcms/fix/#930
...
fix : #930
2022-08-14 10:42:10 -07:00
James
cbb1c84be7
fix : #930
2022-08-14 10:40:52 -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
Dan Ribbens
d0744f3702
fix: nested schema indexes
2022-08-13 07:44:36 -04:00
James
e7caaf57a9
chore(release): v1.0.22
v1.0.22
2022-08-12 16:25:55 -07:00
James
fba0847f0f
fix: ensures you can query on mixed schema type within blocks
2022-08-12 16:08:36 -07:00
Dan Ribbens
b860959fea
fix: point index
2022-08-12 16:35:08 -04:00
James
9e4e4b231c
chore: adds commenting to obscure form function
2022-08-12 13:11:49 -07:00
James
b8421ddc0c
fix : #905
2022-08-12 12:18:02 -07:00
Dan Ribbens
9165b25fd6
chore: remove unused devDependency mongodb
2022-08-12 12:01:34 -04:00
Dan Ribbens
f615abc9b1
fix: create indexes in nested fields
2022-08-12 11:59:51 -04:00
James
9237dd67da
chore(release): v1.0.21
v1.0.21
2022-08-11 15:06:20 -07:00
James
e1347d5a39
Merge branch 'master' of github.com:payloadcms/payload
2022-08-11 15:02:28 -07:00
James
ca852e8cb2
fix: ensures you can query on nested block fields
2022-08-11 15:02:17 -07: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
103966d36e
chore(release): v1.0.20
v1.0.20
2022-08-11 11:55:09 -04:00
Dan Ribbens
1ce2dc8e6d
chore: update dependencies ( #917 )
...
* chore: update dependencies
* chore: mongoose version update
* chore: yarn lock
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2022-08-11 11:51:30 -04:00
Tim Hallyburton
2f4f075441
feat: field name validation ( #903 )
...
* feat: add simple validation for field names
* test: add invalid field name coverage
2022-08-11 08:02:55 -04:00
Arick
50972b98a1
fix: E11000 duplicate key error has no keyValue ( #916 )
2022-08-11 07:49:59 -04:00
Dan Ribbens
874c001d3b
fix: number validation works with 0 min and max ( #906 )
2022-08-10 08:18:39 -04:00
Petre Tudor
63519a8f54
docs: missing word ( #909 )
...
add `wait` in `...the second hook will wait for the first to complete before it starts.`
2022-08-10 07:59:52 -04:00
finnelliott
63a0336e98
docs: add missing comma to radio example ( #901 )
...
Missing comma in example, leading to syntax error when copied by user.
2022-08-08 20:56:55 -04:00
Yves Léon Jansen
ae51836187
docs: tabs example typo ( #904 )
2022-08-08 20:55:51 -04:00
James
888e756c6e
chore(release): v1.0.19
v1.0.19
2022-08-07 19:04:22 -04:00
James
a8d2e09952
feat: exposes static upload handlers
2022-08-07 19:00:26 -04:00
James
23d2ef5027
chore(release): v1.0.18
v1.0.18
2022-08-06 15:44:34 -04:00
James
3735a28b0c
chore: allows url to be used as thumbnail when no adminThumbnail property present
2022-08-06 15:35:54 -04:00
James
112defe846
chore(release): v1.0.17
v1.0.17
2022-08-06 13:27:38 -04:00
James
804f3ced95
chore: simplifies base field merging
2022-08-06 13:12:47 -04:00
James
209b02b069
fix : #898
2022-08-06 13:12:25 -04:00
James
a5918059a8
chore(release): v1.0.16
v1.0.16
2022-08-05 11:29:08 -04:00
James
c32dfea356
fix : #896
2022-08-05 11:22:26 -04:00
James
3b2061e54a
chore(release): v1.0.15
v1.0.15
2022-08-04 16:42:09 -04:00
James
61673907ca
chore: threads through forceNullable in buildObjectType
2022-08-04 16:37:04 -04:00
James
1e72301cdf
chore(release): v1.0.14
v1.0.14
2022-08-04 16:14:30 -04:00
James Mikrut
055d1b9ea1
Merge pull request #892 from payloadcms/fix/allow-incomplete-drafts-graphql
...
fix: allows querying incomplete drafts in graphql
2022-08-04 15:47:41 -04:00
James
8d968b7690
fix: allows querying incomplete drafts in graphql
2022-08-04 15:45:33 -04:00
James Mikrut
2989ec5100
Merge pull request #887 from shumakmanohar/patch-1
...
Update overview.mdx
2022-08-04 14:05:00 -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 Mikrut
d6cd5b1f0d
Merge pull request #889 from payloadcms/fix/#884
...
Fix/#884
2022-08-04 14:04:28 -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
Shumak Manohar
a8aaa6deea
Update overview.mdx
2022-08-04 18:41:09 +05:30