Jamie Howard
a8709d897e
[content-manager] types for metrics service ( #19014 )
2023-12-11 10:56:40 +00:00
Jamie Howard
748e479a5d
[content-manager] types for uid service ( #18910 )
2023-12-11 10:49:15 +00:00
Jamie Howard
6f2783dadd
[content-manager] types for permissions service ( #19015 )
2023-12-11 10:48:25 +00:00
Convly
01b53828d6
chore: rename mocks to literals for clarity
2023-12-11 11:40:16 +01:00
Convly
f59036e01a
chore: remove unused import
2023-12-11 11:12:04 +01:00
Convly
157485bba6
chore: adding better logs to the upgrade CLI
2023-12-11 11:11:39 +01:00
Convly
b1db985dbe
enhancement: make properties readonly to avoid mutations
2023-12-11 10:57:14 +01:00
Convly
3985636f21
feat: add a --yes option for the upgrade CLI
...
This option will allow automatically answering yes to every CLI prompts
2023-12-11 10:55:51 +01:00
Convly
1a0e5e68b6
chore: rephrase requirement sentence's sentiment
2023-12-11 10:54:17 +01:00
Josh
46e6ffbb44
feat(strapi): add experimental plugin init command ( #18970 )
2023-12-11 09:53:59 +00:00
josephemswiler
627332f8d0
Inline eslint import/extensions disable
2023-12-08 10:32:03 -06:00
Josh
626dc81cda
Merge branch 'develop' into v5/main
2023-12-08 16:31:21 +00:00
Convly
af0176cf2e
feat: add positional arguments to xMany relations, split attributes files
2023-12-08 17:03:39 +01:00
Jean-Sébastien Herbaux
1b0e310d06
Merge branch 'main' into chore/bump-graphql-upload-15.0.2
2023-12-08 15:26:48 +01:00
Jean-Sébastien Herbaux
187331431d
Merge pull request #19009 from strapi/upgrade-tool/install-dependencies-v5
2023-12-08 15:12:30 +01:00
Mark Kaylor
24e6b11e8e
Merge branch 'main' of github.com:strapi/strapi into feature/content-releases
2023-12-08 14:07:43 +01:00
Jean-Sébastien Herbaux
96aef598db
Merge pull request #19005 from strapi/upgrade-tool/upgrade-packages-v5
2023-12-08 11:32:00 +01:00
Jean-Sébastien Herbaux
fdc903e691
Merge pull request #18995 from strapi/upgrade-tool/refactor-v5
2023-12-08 11:27:57 +01:00
Convly
e9c8c97196
chore: simplify the logic for relations' input
2023-12-08 11:21:16 +01:00
Convly
d74bbdbd7f
fix: add support for relation reordering APIs and objects
2023-12-08 11:13:08 +01:00
markkaylor
6eaefa820c
feat(content-releases): list releases with content type entry ( #18999 )
2023-12-08 10:44:49 +01:00
Convly
299d0804d7
chore: fix lint issue
2023-12-08 09:32:54 +01:00
Fernando Chávez
35f56a0444
feat(core): add feature flags ( #18871 )
...
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-12-08 09:19:31 +01:00
Convly
a82ae60e6a
feat: install dependencies during the upgrade process
2023-12-08 09:16:16 +01:00
Convly
77d33f18e0
feat: upgrade the strapi dependencies in project's package.json
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-12-08 09:10:25 +01:00
Alexandre Bodin
f0bbaa2bc9
chore: fix pkg json to make them yalc compat
2023-12-07 18:27:34 -08:00
Jamie Howard
40ef34cbcd
(content-manager): types for component service ( #18869 )
2023-12-07 11:58:14 +00:00
markkaylor
7ff846c468
feat(content-releases): add findManyForContentTypeEntry ( #18976 )
2023-12-07 10:28:45 +01:00
ELABBASSI Hicham
09496b2288
Merge pull request #18984 from strapi/chore/convert-review-workflows-page
...
chore(admin): convert review workflows page to TS
2023-12-07 09:42:24 +01:00
Fernando Chávez
1cab7003f9
feat(content-releases): publish a release ( #18973 )
...
* feat(content-releases): publish a release
* feat(content-releases): publish is enabled if you have releases publish permissions
* chore(content-releases): Mark's feedback
* Update packages/core/content-releases/server/src/services/release.ts
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
---------
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
2023-12-07 09:35:57 +01:00
Josh
8248335ad3
fix: use empty string for default id so we don't try to stringify undefined
2023-12-06 22:41:51 +01:00
Josh
a7b1360f24
fix(cm): export some types for building
2023-12-06 22:41:51 +01:00
HichamELBSI
59a6b3828b
chore(admin): convert review workflows page to TS (fix feedback)
2023-12-06 22:41:51 +01:00
HichamELBSI
31c6013e13
chore(admin): convert review workflows page to TS
2023-12-06 22:41:51 +01:00
Convly
997b3498fc
chore: remove debug comments
2023-12-06 18:14:23 +01:00
Convly
6896b1dc9b
chore: format code (prettier)
2023-12-06 18:14:17 +01:00
Convly
1b089e5804
feat: upgrade tool refactor for updated specs (v5)
2023-12-06 18:10:23 +01:00
Josh
ac7ce4ebf2
chore(content-manager): convert cm app shell to TS ( #18985 )
2023-12-06 16:51:55 +00:00
Josh
e85a23d937
fix(permissions): circular dependency ( #18986 )
...
* fix(permissions): circular dependency
* Apply suggestions from code review
Co-authored-by: Ben Irvin <ben@innerdvations.com>
* Apply suggestions from code review
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
---------
Co-authored-by: Ben Irvin <ben@innerdvations.com>
Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2023-12-06 08:47:11 +00:00
Bassel Kanso
8e2421b559
Merge pull request #18966 from strapi/fix/deep-populate-dynamiczone
...
fix deep query populate issue on dynamic zone
2023-12-05 19:57:16 +02:00
Josh
295178369f
chore(cm): convert recursive layouts to TS ( #18983 )
2023-12-05 16:03:14 +00:00
Josh
327b3dcd83
fix(content-manager): add memoization to params object to stop recursion ( #18982 )
2023-12-05 15:29:09 +00:00
markkaylor
f803c8a5b6
feat(content-releases): add delete release action endpoint ( #18943 )
2023-12-05 11:00:29 +01:00
Jen Tak
5fc763775e
Register logger middleware before errors middleware ( #16921 )
...
In the examples and project templates the "errors" middleware which turn
thrown errors into HTTP responses is registered before the "logger"
middleware. This causes any errors thrown in controllers to pierce
through the logger middleware resulting in these requests not being
logged.
Eg. when a controller throws a ValidationError the resulting HTTP 400
request is not logged at all.
Change the order of middleware registration so that the logger is
'above' the errors middleware and has a chance to log *all* requests.
Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
2023-12-05 09:28:41 +01:00
Alexandre Bodin
25f085aafc
Merge branch 'v5/main' into v5/core-split
2023-12-04 21:49:23 -08:00
Josh
f1dd5cc8ee
chore(content-manager): convert the editview to typescript ( #18948 )
2023-12-04 16:00:50 +00:00
Ben Irvin
24dabd281e
chore: update knex to 3.0.1 ( #18936 )
2023-12-04 16:17:10 +01:00
markkaylor
76f8b2fb15
feat(content-releases): add endpoint to update a release action ( #18946 )
2023-12-04 14:14:00 +01:00
Simone
b4936e04a9
feat(content-releases): Edit Release ( #18956 )
...
* first draft implementation edit release
* add dialog unit test
* add permission to the edit button
* add permissions type and remove old unit test
* add createAction to the PermissionMap
* fix type errors
* fix unit test
* fix lint error
* fix review comments
* change state naming
* change dialog to modal
2023-12-04 13:58:29 +01:00
Ben Irvin
c38881e08d
chore: update typescript to 5.3.2 ( #18938 )
2023-12-04 11:47:05 +01:00