Elliot DeNolf
2d35e06667
ci(templates): generate types in ci ( #4685 )
2024-01-04 10:04:44 -05:00
Alessio Gravili
c582f948c7
docs: update reproduction-guide.md ( #4402 )
2023-12-06 19:36:00 +01:00
Jarrod Flesch
6044f810bd
docs: correct PULL_REQUEST_TEMPLATE.md links
2023-11-21 08:37:57 -05:00
Elliot DeNolf
611438177b
ci: split e2e tests into 8 parts
2023-11-08 12:35:05 -05:00
Elliot DeNolf
15459fb8e3
ci: add workflow changes to needs_build filter
2023-11-07 21:11:32 -05:00
Elliot DeNolf
3ca71c4def
ci: increase v8 memory allocation
2023-11-07 21:06:18 -05:00
Elliot DeNolf
2abb46f4f1
ci: add plugin-sentry build
2023-11-07 12:45:45 -05:00
Jacob Fletcher
c4d173ae0f
chore: updates CODEOWNERS ( #4031 )
2023-11-07 09:05:35 -05:00
Elliot DeNolf
926372f15a
chore: add CODEOWNERS file
2023-11-03 17:05:14 -04:00
Elliot DeNolf
436825cc0b
ci: add plugin-form-builder build
2023-10-26 23:26:10 -04:00
Elliot DeNolf
ce1e7a5d14
ci: add plugin-cloud-storage build
2023-10-24 16:42:13 -04:00
Elliot DeNolf
9c250d57a4
ci: add plugin-search build
2023-10-23 17:00:17 -04:00
Elliot DeNolf
d4548d73d5
ci: checkout code for filters to work with non-PRs
2023-10-20 15:14:20 -04:00
Elliot DeNolf
ccc7c51c90
ci: detect code changes by dir, add builds for templates ( #3724 )
...
* ci: add simple website template build
* ci: copy .env.example
* ci: add mongo
* ci: add other templates via matrix
* ci: move templates to separate workflow
* ci: implement paths-filter
* chore: trigger template filter
* chore: refine filters
* chore: adjust needs_build
* chore: undo trigger
2023-10-20 14:57:47 -04:00
Elliot DeNolf
22f1fa8fc9
chore: update issue template and repro guide
2023-10-18 11:43:11 -04:00
Elliot DeNolf
e74dc8633b
ci: add retries to e2e tests ( #3708 )
...
* ci: add retries to e2e tests
* ci: add timeout_minutes for retry
2023-10-17 11:26:34 -04:00
Elliot DeNolf
2e6a2c8355
ci: add plugin-nested-docs build
2023-10-16 12:16:14 -04:00
Elliot DeNolf
cd1f8dc332
ci: remove cpa tests, degit doesn't work in actions
2023-10-12 23:20:00 -04:00
Elliot DeNolf
ddfcb2f12e
ci: add create-payload-app
2023-10-12 20:29:05 -04:00
Elliot DeNolf
db376f24ba
ci: add plugins build/test job
2023-10-11 22:20:17 -04:00
Elliot DeNolf
3b63b7fc3c
chore: update contributing.md links
2023-10-10 22:31:25 -04:00
Elliot DeNolf
890af8be05
ci: optimize e2e and refactor workflow ( #3530 )
...
* ci: split e2e
* chore: 3 parts
* chore: use matrix
* chore: use playwright container, bump playwright
* chore: remove playwright container
* ci: move all packages into matrix
* ci: reusable action to restore build cache
* chore: revert custom action
* chore: cleanup logs
2023-10-09 23:43:34 -04:00
Elliot DeNolf
b398c44bfe
chore: update all references to main in docs, examples, and templates
2023-10-08 19:45:54 -04:00
Elliot DeNolf
aa443d9050
ci: update ci to main
2023-10-08 19:44:59 -04:00
Elliot DeNolf
c4e4a5a3f7
ci: add live-preview-react build
2023-10-05 17:30:50 -04:00
Elliot DeNolf
d2fa65cb4f
ci: add live-preview build
2023-10-05 15:21:15 -04:00
Elliot DeNolf
317104bb9f
ci: add richtext-lexical build job
2023-10-01 15:19:34 -04:00
Elliot DeNolf
96844a5185
ci: add builds for bundlers and plugins
2023-09-29 12:26:50 -04:00
Elliot DeNolf
17132b72ad
ci: configure int tests with postgres ( #3364 )
...
* chore: configure postgres
* chore: adjust action and connection
* chore: export postgres url as env
2023-09-21 09:34:43 -04:00
Elliot DeNolf
25be3a3c6f
ci: cache build and run tests per db adapter ( #3362 )
...
* ci: cache entire build to share with future jobs
* chore: pnpm setup for tests job
* chore: use build cache in db adapter builds
* chore: troubleshoot db builds
* chore: add back db-mongodb
* chore: add back db-postgres, cleanup
* chore: separate type gen into separate job
* chore: run tests separately for each db adapter
* chore: use matrix for tests w/ db
* chore: explicit ip and port for postgres
2023-09-19 22:31:33 -04:00
Elliot DeNolf
db4aa1e8b6
ci: move int tests before e2e
2023-09-19 17:04:31 -04:00
Elliot DeNolf
dd0514bd2c
ci: multiple jobs ( #3337 )
...
* ci: move playwright install to test:e2e script
* test: adjust test db names to avoid conflicts
* ci: clean up core job
* ci: add db-mongodb build job
* chore: add jest setup db adapter logging
* chore: install on mongodb job
* chore: adjust root deps
* chore: use turbo for db-mongodb to ensure build order
* chore: use turbo from .bin
* chore: add build script for db-postgres
* ci: add db-postgres build job
* chore: upgrade actions/checkout and actions/setup-node
* chore: rename github workflow file to main
2023-09-15 16:17:41 -04:00
Elliot DeNolf
2ff41f7a50
chore: more tests commands to top level
2023-09-11 17:22:08 -04:00
Alessio Gravili
ae7d6f97d2
chore: formatting and linting ( #3261 )
...
* chore: lint packages/payload
* chore: lint packages/db-postgres
* chore: lint packages/db-mongodb
* chore: update eslintrc exclusion rules
* chore: update eslintrc exclusion rules
* chore: lint misc files
* chore: run prettier through packages
* chore: run eslint on payload again
* chore: prettier misc files
* chore: prettier docs
2023-09-01 17:39:44 +02:00
Alessio Gravili
373e89a6ba
chore: eslint, turbo and various configs
2023-09-01 16:59:45 +02:00
Alessio Gravili
e24ad67168
chore: migrate to pnpm
2023-08-23 00:21:11 +02:00
Dan Ribbens
02fc36e988
chore: update devDependencies for supply chain vulnerabilities ( #3127 )
2023-08-04 13:53:57 -04:00
Jacob Fletcher
50360b8769
chore: updates PULL_REQUEST_TEMPLATE.md ( #3088 )
2023-08-03 11:56:38 -04:00
Elliot DeNolf
5476cdfee2
chore: only needed dependabot security alerts enabled, not all deps
2023-07-20 17:44:03 -04:00
Elliot DeNolf
f232434b9a
chore: add dependabot ( #3027 )
2023-07-20 17:12:05 -04:00
Jacob Fletcher
120e2936fe
chore: removes cms text from instances of payload name ( #2793 )
2023-06-14 10:31:29 -04:00
Alessio Gravili
884f7991c4
chore: remove --legacy-peer-deps from gh actions workflow ( #2814 )
2023-06-14 10:23:48 -04:00
Jarrod Flesch
731c85337b
chore: stop tests from re-running when a PR body is edited ( #2712 )
2023-05-25 09:28:02 -04:00
Jarrod Flesch
f9de807daa
Fix: correct graphql param types ( #2696 )
...
* chore: colocates gql schema field types with operators
* chore: adds missing `json` gql field schema
* fix: corrects graphql `id` type from JSON to String
2023-05-23 15:27:35 -04:00
Jarrod Flesch
ac4cc5548a
Update reproduction-guide.md
2023-03-21 23:40:18 -04:00
Jarrod Flesch
e0e1b09b77
chore: adds info in reproduction guide
2023-03-21 23:29:33 -04:00
Jarrod Flesch
fe86707c53
Chore/issue template ( #2380 )
2023-03-21 23:16:45 -04:00
Jarrod Flesch
2ed7e325b8
Issue template improvements ( #2231 )
2023-03-21 22:34:01 -04:00
Dan Ribbens
122aa94bdb
chore: fix yaml indent ( #2210 )
2023-02-28 15:21:43 -05:00
James
f64b2b1321
chore: adds back 14.x
2023-02-28 09:47:46 -05:00