32846 Commits

Author SHA1 Message Date
Marc-Roig
17b9fd4bf9
chore: udpate jsdocs 2023-05-17 09:40:14 +02:00
Marc-Roig
df8efe760a
fix: entity decorator test 2023-05-17 08:07:18 +02:00
derrickmehaffy
b66bd63a65 remove all references to airtable assets and switch to market-assets 2023-05-16 14:17:58 -07:00
Marc-Roig
763623b7ba
fix: review-workflows tests 2023-05-16 20:06:19 +02:00
GitStart
d6979650f6
Merge branch 'main' into fix/description-min-and-max-characters 2023-05-16 20:07:40 +03:00
Marc-Roig
27a7c9de74
chore: rename functions 2023-05-16 18:30:21 +02:00
Marc-Roig
8a1aadbe10
chore: update jsdocs 2023-05-16 18:30:04 +02:00
Marc-Roig
b1b9c637b0
chore: add jsdocs 2023-05-16 18:24:23 +02:00
Marc-Roig
dd0a8e3f54
chore: cleanup content types 2023-05-16 18:11:27 +02:00
Marc-Roig
dc4d44e2a5
chore: warn about validation using strapi global 2023-05-16 18:10:50 +02:00
Marc-Roig
bdb917071a
feat: add $jsonSuperset operator 2023-05-16 17:52:13 +02:00
Gustav Hansen
432377b2dd Chore: Update license files 2023-05-16 17:43:19 +02:00
Jamie Howard
d983afc313 feat(webhooks/ListView): Refactor state management
feat(webhooks/ListView): improve react-query usage
2023-05-16 16:42:43 +01:00
Jamie Howard
75dd31c598 chore(webhooks/EditView): Refactor events form for composability 2023-05-16 15:29:57 +01:00
Jamie Howard
f12a5e744e chore(webhooks/EditView): Remove isDraftAndPublishEvents prop from WebhookForm 2023-05-16 15:28:13 +01:00
Jamie Howard
dc2f97d1df chore(webhooks/EditView): Remove EventInput 2023-05-16 15:27:33 +01:00
Jamie Howard
e9a4167ffa feat(webhooks/EditView): Add CE and EE Edit View 2023-05-16 15:26:31 +01:00
Marc-Roig
66eb52aab8
chore: remove enableReviewWorkflows as it is not necessary anymore 2023-05-16 15:32:40 +02:00
Marc-Roig
d0af106201
chore: remove todo 2023-05-16 15:08:11 +02:00
Marc-Roig
3556f5e2f6
chore: PR comments 2023-05-16 15:05:09 +02:00
Marc-Roig
aefb4288ec
fix: rw assigned content type filtering test 2023-05-16 14:26:28 +02:00
Marc-Roig
5bd4a99280
fix: review workflow tests 2023-05-16 13:54:27 +02:00
Marc-Roig
00ce488952
test: create entity with content type assigned to workflow 2023-05-16 13:46:04 +02:00
Marc-Roig
bedebcc7de
fix: rw unit test 2023-05-16 13:45:17 +02:00
Marc-Roig
4a0b574a52
test: assigned content types 2023-05-16 13:03:21 +02:00
Marc-Roig
4030324b1a
chore: improve error text 2023-05-16 13:03:03 +02:00
Gustav Hansen
30c2c78008
Merge pull request #16736 from strapi/chore/window-strapi
Chore: Add eslint rule to forbid access to the strapi global
2023-05-16 11:24:31 +02:00
Jamie Howard
f555f0d1d5 fix(webhooks/EditView): tooltips for publish and unpublish 2023-05-16 10:24:10 +01:00
Gustav Hansen
e210edbb38 Chore: Fix eslint errors 2023-05-16 10:57:07 +02:00
Gustav Hansen
65a8d1965e Chore: Add eslint rule to forbid using strapi as global 2023-05-16 10:56:46 +02:00
Gustav Hansen
a0423a1414
Merge pull request #16732 from strapi/dependabot/npm_and_yarn/vm2-3.9.18
chore(deps): bump vm2 from 3.9.17 to 3.9.18
2023-05-16 10:42:22 +02:00
Christian
73ef6a5857
Merge pull request #16697 from strapi/feature/ts-factories 2023-05-16 09:34:46 +02:00
dependabot[bot]
63451295c8
chore(deps): bump vm2 from 3.9.17 to 3.9.18
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.17 to 3.9.18.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.17...3.9.18)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 21:38:18 +00:00
Marc
dda3b1b754
Merge pull request #16707 from strapi/feature/review-workflow-update-route 2023-05-15 18:28:17 +02:00
Marc-Roig
7993b225e1
chore: rename assignedContentTypes to contentTypes 2023-05-15 18:11:49 +02:00
Christian Capeans
1254018e0b Add default value to RouterConfig 2023-05-15 18:11:05 +02:00
Christian Capeans
d73bb18381 Improve typings 2023-05-15 17:56:39 +02:00
Marc-Roig
d09df4d47e
chore: remove comments 2023-05-15 17:44:09 +02:00
Marc-Roig
d41390e3a2
tests: validate uid is a visible CT 2023-05-15 17:43:33 +02:00
Christian Capeans
e33d36019d Add todo comment 2023-05-15 17:37:29 +02:00
Convly
4e60b8a21f Fix typo in jsdoc 2023-05-15 17:25:34 +02:00
Convly
d7fa412811 Scope types with modules 2023-05-15 17:22:21 +02:00
Christian Capeans
92f84af23a Undo not necessary changes 2023-05-15 17:21:30 +02:00
Jamie Howard
3ea6733d7d chore(webhooks/EditView): Header, Root and Field layouts 2023-05-15 16:19:32 +01:00
Marc
053642fc66
Merge pull request #16704 from strapi/feature/review-workflow-create-route 2023-05-15 17:17:59 +02:00
Marc-Roig
a86cb01583
fix: update migration to include activated RW CTs 2023-05-15 17:17:39 +02:00
Ben Irvin
4029068155
Merge pull request #16706 from marcoautiero/tracking-system-environment-attribute 2023-05-15 16:56:14 +02:00
Jamie Howard
975be32e96 chore(webhooks/EditView): use formik provider 2023-05-15 15:45:19 +01:00
Jamie Howard
7a4024a1ab test(webhooks): webhook disable 2023-05-15 15:12:19 +01:00
Convly
8f1f784cc7 Update the controller type to make it more generic 2023-05-15 15:50:44 +02:00