James
f6bc3eb014
chore: passing pg
2024-04-03 10:39:38 -04:00
James
25d475e165
chore: revisions to baseIDField
2024-04-02 17:04:27 -04:00
Alessio Gravili
f6d2dd520c
Merge pull request #5561 from payloadcms/temp38
...
fix: test suite & transactions fixes
2024-04-02 16:00:10 -04:00
Dan Ribbens
825ca94080
fix: duplicate handles locales with unique ( #5600 )
...
* fix: duplicate errors with localized and unique fields
* docs: beforeDuplicate hooks
2024-04-02 15:30:49 -04:00
Alessio Gravili
7f674f9861
chore: fix payload HMR being run during e2e & int tests
2024-04-02 15:01:18 -04:00
Alessio Gravili
44295ff248
chore: use initPayloadInt consistently in all int test suites and do not init payload twice
2024-04-02 13:39:01 -04:00
Alessio Gravili
7054ae8a88
chore: unit/int test CI stuff
2024-04-02 12:00:32 -04:00
Alessio Gravili
d7e913be95
fix: do not re-use same transaction ID for parallel operations
2024-04-02 11:08:04 -04:00
James
c7274ba16f
chore: wires up conditions for collapsibles, groups, etc
2024-04-02 10:39:52 -04:00
Elliot DeNolf
b26117a65d
feat(cpa): strict true 😈 ( #5587 )
2024-04-01 23:05:57 -04:00
James
94d0e28ad7
chore: local api sdk for e2e tests
2024-04-01 21:53:30 -04:00
James Mikrut
33657b4b49
Merge branch 'alpha' into temp38
2024-04-01 17:37:54 -04:00
Jacob Fletcher
799370f753
fix(next): establishes pattern for preview urls ( #5581 )
2024-04-01 17:30:49 -04:00
Kendell Joseph
037ed3cd54
test: e2e uploads ( #5511 )
...
* chore: enables upload tests on CI
* fix: adds relationTo information to field map
* chore: updates e2e tests (WIP)
* chore: move back to probe-image-size, tiff files do not support buffers
* chore: basic runtime err fixes
* chore: remove admin thumbnail when creating client config
* test: small upload fixes
---------
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2024-04-01 17:28:15 -04:00
Patrik
572e6ccb37
fix(ui): places id field last in field map and prevents render ( #5585 )
2024-04-01 16:25:29 -04:00
James Mikrut
38cdc1b7ba
Merge branch 'alpha' into temp38
2024-04-01 14:37:33 -04:00
James
2f6a15a9ae
chore: calculates default values before running buildFormState
2024-04-01 10:52:26 -04:00
Elliot DeNolf
04d751208f
Merge pull request #5557 from payloadcms/feat/cpa-detect-next-app
...
feat(cpa): detect next app
2024-04-01 10:44:43 -04:00
Elliot DeNolf
7cfc40f328
test(cpa): update tests
2024-04-01 10:32:17 -04:00
Elliot DeNolf
3c54d32b6d
feat(cpa): rework all prompts to use @clack/prompts
2024-04-01 10:16:07 -04:00
Jessica Chowdhury
ece7d92e57
chore: updates e2e tests for plugin-nested-docs and plugin-seo ( #5434 )
...
* test: removes unnecessary lines
* fix: do not error if row field has no fields (#5433 )
* ci(deps): update turborepo
* ci: release script updates
* chore: lint all json/yml, add to lint-staged
* chore: lint mdx in lint-staged
* chore: enable e2e live preview (#5444 )
* chore: update workflow file
---------
Co-authored-by: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com >
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
Co-authored-by: Paul <paul@payloadcms.com >
2024-04-01 15:01:05 +01:00
Alessio Gravili
398834f690
øMerge remote-tracking branch 'origin/alpha' into temp38
2024-03-31 21:35:54 -04:00
Alessio Gravili
28e6dd8759
fix: do not exclude admin.hidden fields from default active columns ( #5556 )
2024-03-31 21:35:11 -04:00
Alessio Gravili
732f4241fe
chore: commit updated translation files
2024-03-31 21:16:17 -04:00
Alessio Gravili
873585e1ae
feat(richtext-*): add ability to provide custom Field and Error components
2024-03-31 21:12:52 -04:00
Alessio Gravili
51fbd02b40
fix(richtext-lexical): checklist html converter incorrectly outputting children ( #5570 ) ( #5571 )
2024-03-31 16:25:16 -04:00
Alessio Gravili
763eda5038
fix(richtext-lexical): properly center add- and drag-block handles ( #5568 ) ( #5569 )
2024-03-31 16:08:00 -04:00
Alessio Gravili
535aa56627
fix: do not pass undefined data through buildStateFromSchema for tab fields
2024-03-29 17:32:40 -04:00
Elliot DeNolf
db0fb30f7b
test(cpa): update jest config
2024-03-29 17:28:35 -04:00
Elliot DeNolf
7619fb4753
feat(cpa): handle next.js app with and without src dir
2024-03-29 16:45:52 -04:00
Paul
0aeba954d4
fix: localization e2e ( #5555 )
...
* fix: issue with missing locale when duplication localized collections
* chore: fix localization tests
2024-03-29 17:45:26 -03:00
James
26b1003cfd
Merge branch 'alpha' of github.com:payloadcms/payload into alpha
2024-03-29 14:56:15 -04:00
James
b696dce6e4
chore: disables password fields if disableLocalStrategy, safely inherits valid: false
2024-03-29 14:55:58 -04:00
Elliot DeNolf
403a86feca
chore(create-payload-app): configure db in init next flow
2024-03-29 14:25:00 -04:00
Jacob Fletcher
56d6a9767e
Merge pull request #5551 from payloadcms/fix/nav
...
fix: misc.
2024-03-29 13:58:22 -04:00
James
d2cc229622
Merge branch 'alpha' of github.com:payloadcms/payload into fix/alpha/rte-e2e-tests
2024-03-29 13:51:29 -04:00
Jacob Fletcher
e6b166da7d
fix(next): proper 404 handling
2024-03-29 13:30:00 -04:00
Elliot DeNolf
77f401d977
chore(create-payload-app): console.log wrapper
2024-03-29 13:23:25 -04:00
Elliot DeNolf
7d7b232fdb
feat(create-payload-app): functioning init next flow, no prompts
2024-03-29 12:48:00 -04:00
James
959f1e33cd
chore: form now validates without field validate functions
2024-03-29 12:44:40 -04:00
James
443089a66f
chore: fixes Translation component
2024-03-29 11:54:20 -04:00
Jacob Fletcher
f5d9b47177
fix(richtext-lexical): uses entity visibility hook when enabling relationships
2024-03-29 11:54:02 -04:00
Jacob Fletcher
a0cddbe9b3
fix(richtext-slate): uses entity visibility hook when enabling relationships
2024-03-29 11:36:49 -04:00
Jacob Fletcher
5f7fcfd3df
chore(next): uses visibileEntities in getViewsFromConfig
2024-03-29 11:30:33 -04:00
Alessio Gravili
a39080340a
fix: missing translation key for richtext fields ( #5550 )
2024-03-29 11:11:50 -04:00
Jacob Fletcher
a3d6879c55
fix(ui): wraps nav with fragment
2024-03-29 11:10:43 -04:00
Alessio Gravili
b09be86a3c
Merge pull request #5549 from payloadcms/temp33
...
fix: unload client functions after unmount (e.g. leaving document)
2024-03-29 11:07:47 -04:00
James
02ef033d23
chore: fixes infinite processing when submitting bad form
2024-03-29 11:03:21 -04:00
James
ecf53d9961
chore: passes through props in listinfoprovider
2024-03-29 10:51:24 -04:00
Paul
5339c09b72
fix: access control test suite ( #5548 )
...
* chore: improve flakiness with access control test suite
* fix issue with redirecting from a drawer
* chore: watches for created id in drawers
---------
Co-authored-by: James <james@trbl.design >
2024-03-29 11:46:46 -03:00