6461 Commits

Author SHA1 Message Date
Marc-Roig
ff5e7076b6
feat: updateEntity workflow validations 2023-05-15 10:25:12 +02:00
Marc-Roig
5a84955297
feat: assigned Content Type migration 2023-05-15 10:24:51 +02:00
Marc-Roig
920fffe3ff
chore: allow find to filter 2023-05-15 10:20:53 +02:00
Marc-Roig
785e0c3abf
feat: add workflow assignedContentType attribute 2023-05-15 10:20:40 +02:00
Gustav Hansen
6345de302d
Merge pull request #16718 from strapi/dependabot/npm_and_yarn/date-fns-2.30.0
chore(deps): bump date-fns from 2.29.3 to 2.30.0
2023-05-15 09:16:49 +02:00
dependabot[bot]
5c17679d9c
chore(deps): bump babel-plugin-styled-components from 2.0.2 to 2.1.1
Bumps [babel-plugin-styled-components](https://github.com/styled-components/babel-plugin-styled-components) from 2.0.2 to 2.1.1.
- [Release notes](https://github.com/styled-components/babel-plugin-styled-components/releases)
- [Commits](https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.2...v2.1.1)

---
updated-dependencies:
- dependency-name: babel-plugin-styled-components
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-14 23:04:46 +00:00
dependabot[bot]
04bd1d9eeb
chore(deps): bump date-fns from 2.29.3 to 2.30.0
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.3 to 2.30.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/v2.30.0/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.29.3...v2.30.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-14 23:04:03 +00:00
Jamie Howard
9330ba872c feat(webhooks): combine deletion mutations
feat(webhooks): use api error handler

feat(webhooks): add translations
2023-05-12 16:49:08 +01:00
Marc
b4a85106b3
Merge pull request #16690 from strapi/feature/review-workflow-name 2023-05-12 17:43:39 +02:00
Marc-Roig
3c0c354c74
chore: remove replace stages 2023-05-12 17:38:40 +02:00
Marc-Roig
be27785ed1
feat: update workflow route 2023-05-12 17:38:26 +02:00
Marc-Roig
fc6eb909e1
chore: remove unused replace stages service 2023-05-12 17:37:24 +02:00
Marc-Roig
39fc51be1f
feat: update workflow service 2023-05-12 17:37:13 +02:00
Marc-Roig
8fceb4cc4d
feat: validation to update workflow 2023-05-12 17:37:02 +02:00
Marc-Roig
235252e194
feat: update yup validation, can not create a workflow without stages 2023-05-12 17:03:27 +02:00
Marc-Roig
9abbc6530e
fix: throw new 2023-05-12 16:58:12 +02:00
Marc-Roig
3b523f1e01
fix: remove default from schema 2023-05-12 16:25:15 +02:00
Marc-Roig
dbdc13245b
fix: workflow error when no stages are provided 2023-05-12 16:18:14 +02:00
Marc-Roig
6c56b8e0fd
fix: unit test 2023-05-12 16:14:58 +02:00
Marc-Roig
aaed335c4b
feat: workflow name should be unique 2023-05-12 16:12:32 +02:00
Marc-Roig
7fa150a53c
feat: create workflow route 2023-05-12 15:32:51 +02:00
Marc-Roig
61a14982f7
fix: update bootstrap to use new workflow create format 2023-05-12 15:32:33 +02:00
Marc-Roig
47c6a3d4b3
feat: replace stages 2023-05-12 15:32:11 +02:00
Marc-Roig
aa67d1fba2
feat: upsert stages when creating a workflow 2023-05-12 15:31:50 +02:00
Marc-Roig
e8dd199183
feature: create rw validation schema 2023-05-12 15:30:06 +02:00
Jamie Howard
46d50a6b90 feat(webhooks): useMutation for enabled change 2023-05-12 14:08:33 +01:00
Marc-Roig
2ac3e949b6
feat: use default workflow name 2023-05-12 14:28:32 +02:00
Gustav Hansen
5324e7384e Chore: Update EditView tests 2023-05-12 13:48:20 +02:00
Jamie Howard
ace6bb8a16 fix(webhooks): hide delete button when no webhooks to delete 2023-05-12 12:09:29 +01:00
Jamie Howard
e8189e616a feat(webhooks): remove reducer from the list view
feat(webhooks): refactor data fetching
2023-05-12 12:06:27 +01:00
Convly
d9277d616b v4.10.5 2023-05-11 18:28:54 +02:00
Mark Kaylor
ca5fb0fcfa Merge branch 'main' of github.com:strapi/strapi into feature/bulk-publish 2023-05-11 15:04:10 +02:00
Marc-Roig
650eb8be00
feat: add default workflow name 2023-05-11 14:50:55 +02:00
Marc-Roig
c7bfbebc9e
feat: register workflow name migration 2023-05-11 14:01:02 +02:00
Marc-Roig
7fcff782c9
fix: workflow migration should only happen when name attribute is added 2023-05-11 13:54:08 +02:00
Marc-Roig
7320d407b5
fix: color migration should only happen when color attribute is added 2023-05-11 13:53:31 +02:00
Gustav Hansen
8425df9f54 Chore: Update row-click event name 2023-05-11 13:51:43 +02:00
Marc-Roig
405867c768
feat: name migration for default workflow 2023-05-11 13:50:10 +02:00
Jamie Howard
5cf4ead7eb chore(SettingsPage/Webhooks): move formatValue to the component using it 2023-05-11 12:49:11 +01:00
Marc-Roig
1371d3ade8
feat: add workflow name attribute 2023-05-11 13:49:09 +02:00
Gustav Hansen
b57a9fb3f1 Chore: Improve test setup 2023-05-11 13:46:32 +02:00
Gustav Hansen
f2185ba255 Chore: EditView - Add back link to list-view 2023-05-11 13:43:24 +02:00
Josh
9e8ccf93b6 chore: update DS to 1.7.5 2023-05-11 11:02:18 +01:00
“marwa-hodeib”
830421e8e5 fix error 2023-05-10 16:12:21 +03:00
Gustav Hansen
370587f4fb Fix: Fix toOne sorting in CM list-view 2023-05-10 15:08:01 +02:00
Convly
62efe7c12a Merge branch 'releases/4.10.4' 2023-05-10 14:58:38 +02:00
Convly
3f55bac2e7 v4.10.4 2023-05-10 14:46:30 +02:00
Gustav Hansen
a4687610ac Chore: Add tests for review workflow list view 2023-05-10 14:04:01 +02:00
Gustav Hansen
37f2776dda Settings: Split review workflow list and edit-view into two views 2023-05-10 13:47:21 +02:00
Josh
c1682bf644 chore: bump ds to 1.7.4 2023-05-10 09:17:12 +01:00