14487 Commits

Author SHA1 Message Date
Bassel
52ab94a7a5 plugin controller types 2023-09-08 21:41:12 +03:00
Kim
16d578cf27
fix typo in import 2023-09-08 19:33:19 +02:00
Christian Capeans
2a82b47b5d Add schemas 2023-09-08 16:03:21 +02:00
Marc Roig
a8580fef02
Merge pull request #17983 from strapi/fix/workflow-name-is-reseted-when-downgrade-ce 2023-09-08 15:39:10 +02:00
Christian Capeans
a88e5d9963 Init ES tests
Co-authored-by: Ben Irvin <innerdvations@users.noreply.github.com>
2023-09-08 15:35:50 +02:00
Bassel
f2313ee1d9 Merge branch 'types/plugins' of https://github.com/strapi/strapi into types/plugins 2023-09-08 15:46:54 +03:00
Bassel
6e4cea5947 Lifcycle methods typing 2023-09-08 15:46:50 +03:00
Christian Capeans
d31e079fbb Merge branch 'chore/ts-strapi' of https://github.com/strapi/strapi into types/plugins 2023-09-08 14:37:51 +02:00
Marc-Roig
61d65e72f6
fix: prevent workflow name to be reseted when CE -> EE
Workflow name was reseted to 'Default' when upgrading to EE, because the migration files compares the workflow content type between the migration, and on CE -> EE the workflow content type does not exist in CE
2023-09-08 14:35:42 +02:00
Christian Capeans
357e63c557 Create the structure for the plugin types
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
Co-authored-by: Ben Irvin <innerdvations@users.noreply.github.com>
2023-09-08 12:15:17 +02:00
Alexandre Bodin
5da4345568 Fix type only pkg being required as js 2023-09-08 08:08:21 +02:00
Alexandre Bodin
c835887bb7 Fix type only pkg being required as js 2023-09-08 08:06:55 +02:00
Alexandre Bodin
13af230903 Move ts-zen dep 2023-09-08 08:00:21 +02:00
Alexandre Bodin
522d878b63 Use typings in audit-logs-provider 2023-09-08 07:50:50 +02:00
Alexandre Bodin
2fbbf7f0e0 Remove leftovers from @strapi/strapi 2023-09-07 22:29:14 +02:00
Alexandre Bodin
e6b9f8d133 Move all types of @strapi/strapi to @strapi/typings 2023-09-07 22:26:09 +02:00
Alexandre Bodin
112455c9ae Typing tests 2023-09-07 22:07:28 +02:00
Alexandre Bodin
5c5dd8a676 Merge branch 'chore/ts-strapi' of github.com:strapi/strapi into chore/ts-strapi 2023-09-07 22:05:55 +02:00
Alexandre Bodin
cff9c2cf36 Unit tests 2023-09-07 22:05:48 +02:00
Alexandre Bodin
d88957dba6 Clean lint 2023-09-07 22:01:01 +02:00
Alexandre Bodin
6af5657b3f Use @strapi/typings 2023-09-07 21:55:12 +02:00
Convly
378126b81a Upgrade ts-zen to support relative import in definitions test files 2023-09-07 19:44:10 +02:00
Alexandre Bodin
49e0c08fca Init typings pkg and move dts import to it 2023-09-07 19:15:50 +02:00
Marc Roig
8b3b588924
Merge pull request #17965 from strapi/fix/stage-colors-on-create 2023-09-07 16:59:57 +02:00
Convly
a2cff89137 Upgrade ts-zen to support relative import in definitions test files 2023-09-07 15:31:14 +02:00
Christian Capeans
2a9aeecc29 Fix PR Comments 2023-09-07 14:28:13 +02:00
Christian Capeans
eb54aadf9a Add more tests and fix pr comments 2023-09-07 14:21:52 +02:00
Josh
a2ae4cacae
fix: relativeURLs fail with appendSearchParamsToUrl (#17967)
Co-authored-by: ramiel <ramielwan48@gmail.com>
2023-09-07 13:16:35 +01:00
Ben Irvin
6730038e07 export compile 2023-09-07 14:15:19 +02:00
Ben Irvin
6c32a4f73d add compile typings 2023-09-07 14:14:27 +02:00
Gustav Hansen
1e2825f0bc fix(review-workflows): fix design papercut issues 2023-09-07 13:41:12 +02:00
Marc-Roig
ba65bb5b8a
fix: pick color attribute on create workflow 2023-09-07 12:36:54 +02:00
Alexandre Bodin
2858869557 Tell nx to be quiet 2023-09-07 11:59:27 +02:00
Alexandre Bodin
3805d25f73 Typo 2023-09-07 11:29:59 +02:00
Fernando Chávez
a11eb0ca76
Merge pull request #17850 from antgel/enlarge_expand_wysiwyg
Make expanded WYSIWYG editor fill 90% of the viewport
2023-09-07 09:07:06 +02:00
Alexandre Bodin
c77f38277f Fix postinstall script needing to be built 2023-09-07 08:11:38 +02:00
Alexandre Bodin
270a7f750f TS test issues 2023-09-07 01:15:31 +02:00
Alexandre Bodin
ddaa9e6775 Migrate latest to ts 2023-09-07 01:12:44 +02:00
Jim LAURIE
1feb571a91
Add event to sync project data more frequently - admin users count + active admin users count (#17857)
Co-authored-by: Marc-Roig <marc12info@gmail.com>
2023-09-07 00:13:09 +02:00
Alexandre Bodin
c779954631 Merge branch 'main' into chore/ts-strapi 2023-09-06 23:41:27 +02:00
Jean-Sébastien Herbaux
3cadca8751
Merge branch 'main' into fix/typescript-autogenerate 2023-09-06 17:34:52 +02:00
Convly
f5a5fac40f Ignore diagnostics when generating types from the cli 2023-09-06 17:25:21 +02:00
Convly
795b9c4df4 Add the possibility to ignore diagnostics from strapi.compile 2023-09-06 17:24:59 +02:00
Convly
0eff5fb121 Implement a double compilation flow for the develop command
>
>
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-09-06 17:16:31 +02:00
Convly
73975e0c4a Merge branch 'main' of github.com:strapi/strapi into releases/4.13.3 2023-09-06 15:16:24 +02:00
Marc-Roig
e7f4dbb935
fix: remove settings update policy to update stage 2023-09-06 15:02:58 +02:00
Convly
377efaba51 v4.13.3 2023-09-06 15:02:03 +02:00
Convly
42e9b4e200 Fix peer dependency 2023-09-06 15:01:40 +02:00
Jean-Sébastien Herbaux
9861c9033a
Merge pull request #17829 from strapi/dependabot/npm_and_yarn/typescript-5.2.2 2023-09-06 14:51:14 +02:00
Gustav Hansen
7a23e39235
Merge pull request #17935 from strapi/fix/assignee-test-suite
chore(review-workflow): enable assignee test-suite
2023-09-06 14:38:38 +02:00