36133 Commits

Author SHA1 Message Date
Marc-Roig
f607a61607 Merge branch 'feature/review-workflow' into feature/review-worflow/workflow-stage 2023-01-31 10:01:48 +01:00
Rémi de Juvigny
14a1972d07
Merge pull request #15589 from strapi/dependabot/npm_and_yarn/inquirer-8.2.5
chore(deps): bump inquirer from 8.2.4 to 8.2.5
2023-01-31 10:00:26 +01:00
Julie Plantey
7055da085f
Merge pull request #15534 from hide-me/main
Fix and updates for plugin translations
2023-01-31 09:51:45 +01:00
Nathan Pichon
abcdb65faa
Merge pull request #15583 from strapi/feature/workflow-type
feat(review-workflow): Workflow content type and controllers
2023-01-31 09:35:32 +01:00
Mark Kaylor
45b04be287 Remove global styles 2023-01-31 09:30:44 +01:00
Ben Irvin
b9275ce7a6
Merge branch 'main' into fix/import-invalid-jsonl-should-throw 2023-01-31 09:05:54 +01:00
Ben Irvin
e73b7873c5
Merge pull request #15609 from strapi/enhancement/add-datatype-diff-type 2023-01-31 09:05:01 +01:00
Ben Irvin
7ec8338e57 throw informative message 2023-01-30 18:37:11 +01:00
Christian Capeans
6f2e86e562 Add small changes to improve context 2023-01-30 17:59:37 +01:00
Ben Irvin
6f4c4d4857 update yarn.lock 2023-01-30 16:54:11 +01:00
nathan-pichon
7fbfcbdb78
fix(review-workflow): update default stages and workflow 2023-01-30 16:53:23 +01:00
Ben Irvin
4e2468dce4 newline 2023-01-30 16:41:37 +01:00
Marc-Roig
d340110b9f refactor wrapEmitEvent to emitEvent 2023-01-30 16:35:45 +01:00
Nathan Pichon
f003a98056
Merge pull request #15611 from strapi/feature/async-utils-function-map
feat(async-utils): map
2023-01-30 16:31:47 +01:00
Christian Capeans
c7f048918e Add TODOs to rename properties in v5 2023-01-30 15:55:58 +01:00
Mark Kaylor
40e80ba7c9 Make sure we have users before mapping 2023-01-30 15:49:00 +01:00
Ben Irvin
546b6acc00 start throwing errors when parsing jsonl 2023-01-30 15:09:05 +01:00
Julie Plantey
0ff34ed15e
Merge pull request #15525 from c3pxuo/patch-1
Update ru.json
2023-01-30 15:08:51 +01:00
Julie Plantey
c2bd1a799f
Merge pull request #15584 from sergixnet/translate-strapi-to-eu
Add translation Euskara for Admin UI
2023-01-30 15:06:47 +01:00
Mark Kaylor
c9443f14ae Rename file 2023-01-30 14:29:58 +01:00
Mark Kaylor
9dc16eccab Use select for translations 2023-01-30 14:16:57 +01:00
Mark Kaylor
6ddf55ee65 wip translation 2023-01-30 14:16:54 +01:00
Mark Kaylor
f3d41e3eac Use isError key instead of status 2023-01-30 14:16:31 +01:00
Mark Kaylor
5a5a2666b1 Mock range api globally 2023-01-30 14:16:31 +01:00
Mark Kaylor
67750e0f82 Add test to AttributeTag for options with custom values 2023-01-30 14:16:31 +01:00
Mark Kaylor
da6c61f4c1 Replace ternary with nullish coalescing operator 2023-01-30 14:16:31 +01:00
Mark Kaylor
02610fca97 Fix isLoading 2023-01-30 14:16:31 +01:00
Mark Kaylor
0252578f43 Fix translations 2023-01-30 14:16:27 +01:00
Mark Kaylor
63ea967065 Use error message in notification 2023-01-30 14:15:33 +01:00
Mark Kaylor
e38379c828 Refactor getDisplayedFilters and add translations 2023-01-30 14:15:33 +01:00
Mark Kaylor
00db731c6c Improve and translate aria-label 2023-01-30 14:15:33 +01:00
Mark Kaylor
bc67959e82 Remove fieldSchema.type 2023-01-30 14:15:33 +01:00
Mark Kaylor
f31799fd04 Fix comment 2023-01-30 14:15:33 +01:00
Mark Kaylor
6962f0eaa6 Fix scroll issue 2023-01-30 14:15:33 +01:00
Mark Kaylor
74e11bbe52 Add tests 2023-01-30 14:15:33 +01:00
Mark Kaylor
95ec5644be Move ComboboxFilter 2023-01-30 14:15:33 +01:00
Mark Kaylor
21a346756e wip 2023-01-30 14:15:33 +01:00
Mark Kaylor
3dfb2fb7f9 wip: add tests 2023-01-30 14:15:33 +01:00
Mark Kaylor
a62f3cfd0d Handle data fetching errors 2023-01-30 14:15:33 +01:00
Mark Kaylor
5c65b6052f Reorder filter options to match table order 2023-01-30 14:15:33 +01:00
Mark Kaylor
fb8098d3a8 Improve filter Inputs component condition 2023-01-30 14:15:33 +01:00
Mark Kaylor
377f5e8e8a Add audit log filters 2023-01-30 14:15:33 +01:00
Christian Capeans
6aba75f12b Check full disk on export 2023-01-30 13:43:31 +01:00
Gustav Hansen
b89dcb7ff6 Settings: wrap check to display review workflows in a feature flag 2023-01-30 13:26:34 +01:00
Gustav Hansen
73be2f243e
Merge pull request #15630 from strapi/chore/update-loaders
Chore: Update webpack loaders
2023-01-30 12:44:50 +01:00
Gustav Hansen
aa8846cdff
Merge pull request #15629 from strapi/chore/update-babel-template
Chore: Update and unpin @babel/template
2023-01-30 12:43:05 +01:00
nathan-pichon
081d314423
feat(review-workflow): update shape of list result
Use data attribute instead of results
2023-01-30 12:28:15 +01:00
nathan-pichon
fcf05cfdd0
Merge branch 'main' into feature/review-workflow
# Conflicts:
#	packages/core/admin/ee/admin/pages/SettingsPage/utils/customRoutes.js
2023-01-30 12:22:52 +01:00
Gustav Hansen
6d2fcafab4 Chore: Update webpack loaders 2023-01-30 12:04:30 +01:00
Gustav Hansen
10bd3c5c4a Chore: Update and unpin @babel/template 2023-01-30 11:57:07 +01:00