Elliot DeNolf
777e2744c4
test(plugin-seo): proper import and lint
2024-03-14 11:54:54 -04:00
Elliot DeNolf
53a09f4989
chore(create-payload-app): migrate to esm, adjust init-next tests
2024-03-14 11:12:28 -04:00
Alessio Gravili
e3e0f056a9
chore: auth test suite lint & prettier
2024-03-14 10:48:48 -04:00
Alessio Gravili
b6ce1fbd51
chore: downgrade next version of ui to fix e2e tests
2024-03-14 10:35:23 -04:00
Alessio Gravili
7267cfdbfc
chore: make sure installed next versions match everywhere
2024-03-14 10:16:32 -04:00
Jacob Fletcher
fa259aa194
fix(next): custom edit view base override
2024-03-14 10:06:35 -04:00
Patrik
da1d2873d5
chore: adds blank 3.0 template ( #5330 )
2024-03-14 09:59:36 -04:00
James
be88d278c6
chore: builds
2024-03-13 22:22:15 -04:00
Jacob Fletcher
81cb8c83bf
fix(ui): renders versions tab count only when docs exist
2024-03-13 17:39:50 -04:00
Paul Popus
eee44a9919
fix: helper.ts issues with changing locales in tests
2024-03-13 18:17:00 -03:00
Jacob Fletcher
4f730410bc
fix(next): custom root views ( #5321 )
2024-03-13 17:15:38 -04:00
Paul Popus
171144be80
fix: tests running with local API imported from the payload package instead of the HMR from the next package
2024-03-13 18:01:11 -03:00
Alessio Gravili
5c2bcba000
fix: document view issues ( #5324 )
...
* fix: cannot get versions view for globals, return Unauthorized view if you are unauthorized instead of the Not Found view for document edit views. This makes it match the API
* chore: ensure there is always an error view to render if needed
2024-03-13 16:59:40 -04:00
Paul
5b5c6e975d
fix: redirect issue when creating a post in a different locale and being redirected to the default locale on submit ( #5323 )
...
* fix: redirect issue when creating a post in a different locale and being redirected to the default locale on submit
* style fixes
2024-03-13 17:25:05 -03:00
Alessio Gravili
45110f60c3
chore: ignore flaky "Failed to fetch RSC payload for" browser console error in playwright
2024-03-13 15:36:47 -04:00
Jarrod Flesch
26c434c4ee
chore: implements clearRouteCache in other list actions
2024-03-13 15:25:36 -04:00
Alessio Gravili
2e872d4818
chore: add className to unauthorized component to appease access control e2e test selectors
2024-03-13 15:14:07 -04:00
Elliot DeNolf
30a1219f9d
ci: release script outputs stderr on publish
2024-03-13 15:06:02 -04:00
Alessio Gravili
cf1632f80b
chore: db init & destroy type improvements. No need to pass in payload again, as the functions already have access to it through the adapter
2024-03-13 15:04:16 -04:00
Alessio Gravili
885b003730
chore: payload HMR type & globals improvements
2024-03-13 15:02:55 -04:00
Paul Popus
a9a61b2617
fix: locales not using fallbackLocale in the admin UI and re-rendering issue when changing locales
2024-03-13 15:51:46 -03:00
Elliot DeNolf
b968d8594c
ci: proper mongodb memory server configuration ( #5318 )
...
* ci: mongo memory server instance
* test: use proper mongo memory opts
* chore: rollback mongodb-memory-server dep
* chore: more mongodb-memory-server
2024-03-13 14:44:12 -04:00
Jarrod Flesch
d7ebb871bb
feat: adds routerCache provider
2024-03-13 14:33:03 -04:00
Alessio Gravili
6f67b2381a
fix: missing collection permission redirect to unauthorized view
2024-03-13 14:32:20 -04:00
James
2237d7e860
Merge branch 'alpha' of github.com:payloadcms/payload into alpha
2024-03-13 13:59:53 -04:00
James
6ea456d6da
chore: reduces date-fns locales loaded
2024-03-13 13:59:38 -04:00
Alessio Gravili
f0a2edf7cf
chore: fix dev script
2024-03-13 13:07:55 -04:00
Jarrod Flesch
881fcd4e9b
chore: alter @payload-config tsconfig for e2e tests
2024-03-13 13:01:28 -04:00
Alessio Gravili
8954af5c53
chore: automatically adjust tsconfig @payload-config path when running e2e tests
2024-03-13 12:32:06 -04:00
Elliot DeNolf
e3c6d5859b
chore(eslint): properly order overrides
2024-03-13 12:10:54 -04:00
Paul Popus
16441b5b6a
chore: add playwright ext to .vscode
2024-03-13 13:01:36 -03:00
Paul Popus
195b1ccfcc
chore: remove npx playwright install from test:e2e command
2024-03-13 12:55:21 -03:00
Elliot DeNolf
b3f5670cc0
chore(eslint): properly spread shared rules
2024-03-13 11:53:11 -04:00
Elliot DeNolf
e43c80b4f5
chore(eslint): shared rules
2024-03-13 11:50:58 -04:00
Alessio Gravili
931e2f6134
chore(eslint-config-payload): more granular eslint config ( #5315 )
2024-03-13 11:05:28 -04:00
Paul
e091a37241
chore: update seo plugin ( #5309 )
...
* chore: update seo plugin
* fix translations export
2024-03-12 18:47:14 -03:00
Paul
5f093846a7
chore: add admin access control to buildFormState ( #5310 )
2024-03-12 18:46:41 -03:00
Alessio Gravili
dcbae0618c
chore: rename getPayload to getPayloadHMR
2024-03-12 17:16:48 -04:00
Dan Ribbens
4d70d6319b
chore: reduce db io by optimizing internal calls ( #5302 )
2024-03-12 16:31:02 -04:00
Dan Ribbens
09484667f0
chore: relationships int test race condition
2024-03-12 16:30:06 -04:00
Dan Ribbens
04fcf57d0a
Fix/alpha/int tests ( #5311 )
...
* chore: converts dynamic imports to esm require
* chore: adjusts require and import usage
* chore: reverts bin script change
* chore: adjust dataloaded tests to use slate editor
* fix: converts custom auth strategy
* chore: fixes to form builder int test config
* chore: adjusts plugin-stripe and int tests
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2024-03-12 16:27:43 -04:00
Alessio Gravili
8436dd5851
chore(plugin-cloud-storage): add proper error messages if peerDeps are not found for webpack
2024-03-12 16:15:37 -04:00
Jacob Fletcher
bbae8cccfb
chore(i18n): adds authentication:createFirstUser to client translations
2024-03-12 16:08:15 -04:00
Jarrod Flesch
044fa2d10f
chore: customizes req.json on payload request
2024-03-12 16:02:55 -04:00
Alessio Gravili
2dd50cccd3
chore: improve obliterate-playwright-cache command
2024-03-12 15:58:35 -04:00
Alessio Gravili
c05ffb0c6b
chore: update playwright patch to work on windows
2024-03-12 15:47:04 -04:00
Jacob Fletcher
935044d2da
chore(i18n): adds error:unauthorized to client translations
2024-03-12 15:13:26 -04:00
Alessio Gravili
6ec6505a5d
chore: use matching aws/client-s3 version in monorepo
2024-03-12 14:58:40 -04:00
Dan Ribbens
96e0f55c61
chore(release): v3.0.0-alpha.48 [skip ci]
2024-03-12 14:51:40 -04:00
Alessio Gravili
b765f06dfd
chore(plugin-cloud-storage): correct publishConfig exports again
2024-03-12 14:40:46 -04:00