Dan Ribbens
39586d3cdb
fix: missing fields in rows on custom id collections ( #954 )
2022-08-18 12:26:05 -04:00
James
5e66e3ee78
chore(release): v1.0.25
v1.0.25
2022-08-17 15:36:28 -07:00
James Mikrut
a284f6c066
Merge pull request #950 from payloadcms/feat/top-level-endpoints
...
Feat/top level endpoints
2022-08-17 15:32:35 -07:00
James Mikrut
fdc0ad8a3c
Merge pull request #947 from rustyy/chore/code-improvements
...
Chore/code improvements
2022-08-17 15:32:09 -07:00
James
fa01b353ef
chore: removes unused code
2022-08-17 15:31:39 -07:00
Dan Ribbens
dac3308441
docs: custom api endpoints
2022-08-17 14:08:01 -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
Felix Hofmann
7c2acb4324
chore: use type-var instead of 'as'-keyword for jwtDecode
2022-08-16 23:22:00 +02:00
Felix Hofmann
88fe797007
chore: remove unreachable return statement
2022-08-16 23:21:38 +02: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
1d8bcd6e16
Merge commit 'refs/pull/863/head' of github.com:payloadcms/payload
2022-08-15 18:55:07 -07:00
James
1b58094e6f
Merge branch 'master' of github.com:payloadcms/payload
2022-08-15 18:54:43 -07:00
James
1437bfe0c9
merge: #799
2022-08-15 18:54:34 -07:00
James Mikrut
171da32b00
Merge pull request #944 from payloadcms/fix/#568
...
fix : #568
2022-08-15 18:42:15 -07:00
James
a3edbf4fef
fix : #568
2022-08-15 18:41:34 -07:00
James Mikrut
8ab4ec8d54
Update CHANGELOG.md
2022-08-15 18:04:32 -07:00
James
f8365abf1b
chore(release): v1.0.24
v1.0.24
2022-08-15 18:03:57 -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
b1a1575122
fix : #939
2022-08-15 17:58:59 -07:00
James
201a8e1053
Merge branch 'master' of github.com:payloadcms/payload
2022-08-15 17:58:53 -07:00
Dan Ribbens
ff4c1a1c01
chore: simplifies indexing
...
* fix: create indexes in nested fields
* chore: remove unused devDependency mongodb
* fix: point index
* fix: nested schema indexes
* chore: begins to simplify index creation
* chore: simplifies index creation
Co-authored-by: James <james@trbl.design >
2022-08-15 17:56:39 -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
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
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
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
Felix Hofmann
566c6ba3a9
feat: add new pickerAppearance option 'monthOnly'
2022-08-12 23:11:33 +02: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