29788 Commits

Author SHA1 Message Date
Boegie19
bd7df454c9 removed default opts 2023-05-23 17:57:41 +02:00
Boegie19
7821baed76 remove ignoreKind 2023-05-23 12:49:38 +02:00
Boegie19
6157598eb9
Update packages/core/utils/lib/sanitize/index.js
Co-authored-by: Marc <marc12info@gmail.com>
2023-04-27 12:04:50 +02:00
DMehaffy
dbf3e05a4a
Merge branch 'main' into i18n-entity-service-decorator-findMany 2023-04-26 15:18:36 -07:00
Boegie19
d73059185f fix opts being defiend 2023-04-26 23:29:58 +02:00
Boegie19
2598bec778 fix comment for real 2023-04-26 21:25:37 +02:00
Boegie19
4a0803fb8e removed 1 more space 2023-04-26 19:03:19 +02:00
Boegie19
03d43a6bf1 fix comment again 2023-04-26 19:02:55 +02:00
Boegie19
238e82c1cf fix mistake 2023-04-26 16:37:32 +02:00
Boegie19
3f931da243 fix comment? 2023-04-26 16:24:19 +02:00
Boegie19
dbff43cc7e fix lint 2023-04-26 16:09:37 +02:00
Alexandre BODIN
47d423a7f8
Merge pull request #16526 from strapi/release/4.10.1 2023-04-26 15:52:09 +02:00
Alexandre Bodin
68604f9853 Merge branch 'main' of github.com:strapi/strapi into release/4.10.1 2023-04-26 15:50:41 +02:00
Alexandre Bodin
b20a1f6d20 Update lockfile 2023-04-26 15:48:24 +02:00
Alexandre Bodin
23b531cef5 v4.10.1 v4.10.1 2023-04-26 15:45:41 +02:00
Alexandre Bodin
8817e737a3 Update lock 2023-04-26 15:45:32 +02:00
Alexandre Bodin
ce60415a07 Do not ignore build command on npm publish 2023-04-26 15:34:07 +02:00
Alexandre Bodin
32d9f9412e Decrease dependabot frequency to weekly 2023-04-26 15:18:53 +02:00
Alexandre Bodin
b36292e67b Merge branch 'releases/4.10.0' 2023-04-26 14:39:05 +02:00
Alexandre Bodin
9b5519778f v4.10.0 v4.10.0 2023-04-26 14:32:28 +02:00
Boegie19
0c2e27ff8c add comment / lint fixes 2023-04-26 14:19:04 +02:00
Boegie19
beb7d44517 add ignoreKind 2023-04-26 12:38:36 +02:00
Josh
e3af28c527
Merge pull request #16418 from GitStartHQ/fix/condition-fields-break-checkbox 2023-04-26 11:23:17 +01:00
Josh
5bbdfe72d5
Merge pull request #16464 from strapi/chore/fe-test-utils 2023-04-26 11:23:05 +01:00
Boegie19
8b6cad699b
Merge pull request #1 from Boegie19/i18n-entity-service-wrapParams
I18n entity service wrap params
2023-04-26 11:40:11 +02:00
Boegie19
2945faafdf
Merge branch 'strapi:main' into i18n-entity-service-wrapParams 2023-04-26 11:38:47 +02:00
Boegie19
89b64d70d7
Merge branch 'strapi:main' into i18n-entity-service-decorator-findMany 2023-04-26 11:38:38 +02:00
Josh
d07d489109 chore: convert admin-utils to TS and reorganise preset setup
chore

chore: fix tests

chore: fix workflow

chore: tidy ups

chore: test fixes

chore: skip nx cache

chore: pr amends

chore: fix rogue incorrect import
2023-04-26 09:57:17 +01:00
Josh
407be7cbbd
Merge pull request #16481 from strapi/chore/refactor-hp-to-features 2023-04-26 09:56:28 +01:00
Boegie19
bda72b7a0f fix test again 2023-04-26 10:49:13 +02:00
Boegie19
6b793c0d90 fix test 2023-04-26 10:25:48 +02:00
Boegie19
a24fc43526 linting fixes 2023-04-26 10:11:54 +02:00
Josh
4134c0e33b refactor: colocate code in helper-plugin features for clearer view
refactor: move Notification logic into helper-plugin

refactor: wip

fix: typo

chore: fix tests

chore: ensure contexts are still exported

Update packages/core/helper-plugin/src/features/OverlayBlocker.js

Update packages/core/helper-plugin/src/features/AutoReloadOverlayBlocker.js

Co-Authored-By: Gustav Hansen <gustav.hansen@strapi.io>
2023-04-26 09:06:18 +01:00
Marc
24d036e0f2
Merge pull request #16497 from strapi/fix/rw-flaky-test 2023-04-26 10:02:09 +02:00
Alexandre BODIN
12d3068013
Migrate generators to ts (#16392) 2023-04-26 09:07:40 +02:00
gitstart
9e2b06649c fix: field named conditions breaking role checkboxes
Co-authored-by: raph941 <45232708+raph941@users.noreply.github.com>
2023-04-26 03:07:02 +00:00
Boegie19
aacd8e6a50 one last fix 2023-04-26 01:49:06 +02:00
Boegie19
468bf7e017 some more fixes 2023-04-26 01:48:49 +02:00
Boegie19
51df0ef83f fix return null 2023-04-26 01:46:35 +02:00
Boegie19
a5cd74a234 add findMany back for output[0] 2023-04-26 01:44:37 +02:00
Boegie19
c25a4dc6cc used wrappedParams in wrapParms 2023-04-26 01:31:48 +02:00
Boegie19
4b1e60bad8 removed findMany since it is unneeded 2023-04-26 01:29:32 +02:00
Marc
e0ce4352c9
Update api-tests/core/admin/ee/review-workflows.test.api.js
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-04-25 16:21:13 +02:00
Boegie19
0fb0bad219 fix? 2023-04-25 14:24:46 +02:00
Boegie19
78c5c76b8e hopfully fixed test 2023-04-25 14:08:03 +02:00
Boegie19
20cf36269b fix output test 2023-04-25 13:51:19 +02:00
Boegie19
ec4cb1bfa5 fix maby? 2023-04-25 13:46:27 +02:00
Boegie19
6ce1665271 removed function 2023-04-25 13:25:58 +02:00
Boegie19
ba9f15cad1 Merge branch 'i18n-entity-service-wrapParams' of https://github.com/Boegie19/strapi into i18n-entity-service-wrapParams 2023-04-25 13:06:38 +02:00
Boegie19
ec2328d11e init wrapParams output test 2023-04-25 13:06:30 +02:00