Elliot DeNolf
453e331014
chore: package.json author consistency
2024-05-06 11:05:44 -04:00
Paul
b642cb2d93
chore!: update plugin exports to be named and consistent ( #6195 )
...
BREAKING CHANGE: All plugins have been updated to use named exports and the names have been updated to be consistent.
// before
import { cloudStorage } from '@payloadcms/plugin-cloud-storage'
// current
import { cloudStoragePlugin } from '@payloadcms/plugin-cloud-storage'
//before
import { payloadCloud } from '@payloadcms/plugin-cloud'
// current
import { payloadCloudPlugin } from '@payloadcms/plugin-cloud'
//before
import formBuilder from '@payloadcms/plugin-form-builder'
// current
import { formBuilderPlugin } from '@payloadcms/plugin-form-builder'
//before
import { nestedDocs } from '@payloadcms/plugin-nested-docs'
// current
import { nestedDocsPlugin } from '@payloadcms/plugin-nested-docs'
//before
import { redirects } from '@payloadcms/plugin-redirects'
// current
import { redirectsPlugin } from '@payloadcms/plugin-redirects'
// before
import search from '@payloadcms/plugin-search'
// current
import { searchPlugin } from '@payloadcms/plugin-search'
//before
import { sentry } from '@payloadcms/plugin-sentry'
// current
import { sentryPlugin } from '@payloadcms/plugin-sentry'
// before
import { seo } from '@payloadcms/plugin-seo'
// current
import { seoPlugin } from '@payloadcms/plugin-seo'
2024-05-03 13:36:36 -03:00
Elliot DeNolf
df77152851
chore: add sort-package-json, sort all package.json files
2024-04-25 22:19:37 -04:00
Elliot DeNolf
ba7ac5d439
test: fix unit tests ( #5760 )
2024-04-09 23:08:20 -04:00
Alessio Gravili
1853fde379
chore: upgrade typescript and "@types/"-prefixed packages
2024-04-06 15:35:09 -04:00
Elliot DeNolf
5d4bb10106
chore: update all package.json repository urls and homepage ( #5655 )
2024-04-04 12:02:08 -04:00
Alessio Gravili
7054ae8a88
chore: unit/int test CI stuff
2024-04-02 12:00:32 -04:00
Elliot DeNolf
1e10f021b5
chore: update all package.json main, types, exports, publishConfig
2024-03-19 00:45:50 -04:00
Elliot DeNolf
1ab27e8fe3
test: update packages/ test configs
2024-03-16 07:34:49 -04:00
Alessio Gravili
6789e61488
chore: run lint & prettier on everything
2024-03-14 23:53:47 -04:00
Alessio Gravili
4300c3d550
chore: add missing .prettierignore files. Without them, folders like "dist" would not be excluded on a package-level despite a root-level .prettierignore being present
2024-03-14 22:48:27 -04:00
Elliot DeNolf
e8b47eef2f
chore(plugin-sentry): migrate esm, remove webpack
2024-03-14 12:15:58 -04:00
Alessio Gravili
da1326a336
chore: eslint perf improvements for test suite, make use of cascading for all eslint configs to minimize duplicative rule
2024-03-12 09:15:38 -04:00
James Mikrut
03756c4210
Merge pull request #5286 from payloadcms/feat/pre-compile-css
...
Feat/pre compile css
2024-03-10 14:06:10 -04:00
James
ec8c7e5c2c
chore: finishes css pre-compilation
2024-03-10 13:53:37 -04:00
Dan Ribbens
a742f82370
chore: plugins peerDependencies payload workspace
2024-03-10 11:43:13 -04:00
Alessio Gravili
b70bf81d6c
chore: fix all eslint configs to work with esm
2024-03-06 12:48:15 -05:00
James
f51434880f
chore: add type: module to all packages
2024-03-06 11:27:45 -05:00
Elliot DeNolf
31d0b8acbf
ci: use turbo for build
2024-02-29 10:41:27 -05:00
Elliot DeNolf
e78214c38d
chore(plugin-sentry): disable build temporarily
2024-02-29 10:00:16 -05:00
Alessio Gravili
cb3efb157f
chore: upgrade nodemon versions ( #5059 )
2024-02-26 11:11:39 -05:00
Elliot DeNolf
cbc4752ecb
chore(release): plugin-sentry/0.0.6 [skip ci]
2023-11-10 10:42:26 -05:00
Elliot DeNolf
a57c68cd04
chore(plugin-sentry): set version to latest instead of beta for release notes
2023-11-10 10:38:12 -05:00
Elliot DeNolf
64136a6b17
test(plugin-sentry): add test components ( #4042 )
2023-11-07 16:02:24 -05:00
Elliot DeNolf
571f190f34
chore(plugin-sentry): use proper refs instead of from dist
2023-11-07 15:17:07 -05:00
Elliot DeNolf
55c38a8934
test: plugin-sentry suite ( #4040 )
2023-11-07 13:51:40 -05:00
Elliot DeNolf
2053e4eeab
chore(plugin-sentry): more cleanup
2023-11-07 12:41:43 -05:00
Elliot DeNolf
432794fa55
chore(plugin-sentry): format
2023-11-07 12:25:47 -05:00
Elliot DeNolf
6787f0dfd9
chore(plugin-sentry): fix eslint errors
2023-11-07 12:25:25 -05:00
Elliot DeNolf
0b0a40c9fb
chore(plugin-sentry): cleanup after import
2023-11-07 12:18:14 -05:00
Jacob Fletcher
a67a9379ce
Merge remote-tracking branch 'plugin-sentry/main' into chore/plugin-sentry
2023-10-15 02:49:33 -04:00
Jessica Boezwinkle
3e9826d7ae
chore: updates readme
2023-08-03 11:42:26 +01:00
Jessica Boezwinkle
f8a095e7f4
chore: updates readme
2023-08-03 11:41:00 +01:00
Jessica Chowdhury
9c046d049a
Removes WIP disclaimer from README
2023-07-21 15:22:30 +01:00
Jessica Boezwinkle
0871f299ef
chore: update test suite
2023-07-20 14:47:03 +01:00
Jessica Chowdhury
a074a5b376
Minor README.md tweak
2023-07-18 13:41:25 +01:00
Jessica Chowdhury
abf3378441
Update README.md to emphasize that it is WIP
2023-07-18 13:38:20 +01:00
Jessica Boezwinkle
19706617e5
chore: uses existing express app
2023-06-28 12:02:41 +01:00
Jessica Boezwinkle
cc28df1324
chore: adds test
2023-06-23 17:00:37 +01:00
Jessica Boezwinkle
607d345eb2
chore: misc update
2023-06-23 16:49:40 +01:00
Jessica Boezwinkle
e41515564b
chore: actually commits jsdoc additions
2023-06-23 16:05:01 +01:00
Jessica Boezwinkle
f615b8cdf2
chore: updates types and readme
2023-06-23 16:02:01 +01:00
Elliot DeNolf
ed95722a50
test: add test suite, run in workflow and prepublishOnly
2023-06-23 10:32:44 -04:00
Jessica Boezwinkle
d7adb094a5
chore: updates index.ts and Payload version
2023-06-23 12:22:30 +01:00
Jessica Boezwinkle
717e01bbbf
chore: removes yarn test
2023-06-22 11:43:45 +01:00
Jessica Boezwinkle
3987953947
chore: adds enable option and misc feedback changes
2023-06-22 11:28:48 +01:00
Elliot DeNolf
b7c750220e
chore: general feedback
2023-06-21 12:00:10 -04:00
Jessica Boezwinkle
33f9357e58
demo: updates depenedencies
2023-06-21 12:13:51 +01:00
Jessica Boezwinkle
9109f7094b
chore: adds requestHandler and error options, adds test errors to demo
2023-06-21 12:10:21 +01:00
Jessica Chowdhury
92bd914966
Update README.md
2023-06-21 12:03:09 +01:00