Simone
e6a1663ead
fix(content-releases): remove Refresh button from the details page ( #19067 )
...
* remove the refresh button from the Details page because the logic is not implemented yet
* remove comments
2023-12-22 11:07:18 +01:00
Simone
515a292046
remove-padding-bottom-and-useless-box ( #19066 )
2023-12-22 10:46:12 +01:00
Jean-Sébastien Herbaux
c69b335b1d
Merge pull request #19093 from strapi/fix/types/es-params-inference-mapped-types
2023-12-21 18:21:35 +01:00
Jean-Sébastien Herbaux
a656808b45
Merge pull request #19105 from strapi/releases/4.16.2
2023-12-21 16:23:11 +01:00
Convly
01e89d1a40
fix: remove conditionals for attribute filtering, causing infinite recursion
2023-12-21 16:18:11 +01:00
Convly
b887f1aa47
v4.16.2
v4.16.2
2023-12-21 15:53:18 +01:00
Convly
54a4e62344
chore: Remove outdated strapi dependencies
2023-12-21 15:51:34 +01:00
Convly
a6bca44db5
chore: remove unnecessary dependency from data-transfer package
2023-12-21 15:44:12 +01:00
Mark Kaylor
af13d4e056
v4.16.1
v4.16.1
2023-12-21 15:23:45 +01:00
Jean-Sébastien Herbaux
8a2684845c
Merge pull request #19100 from strapi/releases/4.16.0
2023-12-21 14:03:58 +01:00
Convly
84d5b5f2a0
fix: use an intermediary mapping step to fix the UID distribution during generic inference
2023-12-21 13:41:07 +01:00
Convly
336b8c7c3e
enhancement: allow to configure AttributeUtils.GetValue guard
2023-12-21 10:41:54 +01:00
Alexandre Bodin
8fde111aa9
Fix dep issue
2023-12-21 09:51:10 +01:00
Jean-Sébastien Herbaux
268318f748
Merge pull request #19081 from strapi/enhancement/custom-controllers-telemetry
2023-12-20 17:33:57 +01:00
Mark Kaylor
b8acb528cd
v4.16.0
v4.16.0
2023-12-20 15:52:24 +01:00
Convly
64d75d007f
enhancement: add a second conditional to full-proof the sort inference
2023-12-20 15:35:31 +01:00
Convly
19d8bbb355
chore: rename mapped type's iterator (guidelines)
2023-12-19 16:26:02 +01:00
Convly
d69ae78526
fix: type inference issue with generic parameters in mapped types for filters' object notation
2023-12-19 16:18:48 +01:00
Convly
b2905acaea
chore: fix typo in types/utils/array/Values
2023-12-19 16:17:27 +01:00
Convly
16a54daf6a
fix: refactor object notation type in entity-service sort
2023-12-18 17:36:58 +01:00
Convly
1107713a66
fix: update watch script in core/utils/package.json
2023-12-18 17:36:18 +01:00
Jean-Sébastien Herbaux
4473dccab5
Merge pull request #18883 from strapi/fix/case-insensitive-user-lookup-by-email
2023-12-18 15:27:25 +01:00
Convly
943b055fff
feat: flag custom controllers & send related metrics for telemetry
2023-12-18 14:53:53 +01:00
Josh
5404b0b69b
chore: backport fix for relation search ( #19070 )
2023-12-15 19:08:53 +00:00
Fernando Chávez
c469b9f446
Merge pull request #18586 from strapi/feature/content-releases
...
feat(content-releases): add content releases
2023-12-15 15:24:57 +01:00
Jean-Sébastien Herbaux
0ad5d099a3
Merge pull request #18811 from josephemswiler/chore/bump-graphql-upload-15.0.2
2023-12-15 10:46:20 +01:00
markkaylor
62eeed5e50
Merge branch 'main' into feature/content-releases
2023-12-14 17:13:48 +01:00
markkaylor
fdb3a2d73b
chore(content-releases): update permissions wording ( #19059 )
2023-12-14 17:13:28 +01:00
Simone
ac2c8acb7e
feat(content-releases): Release delete action ( #19049 )
...
* implement the delete action
* fix missing prop
* fix type errors
* add translation
2023-12-14 16:00:45 +01:00
Fernando Chávez
75149a8fce
feat(content-releases): add functionality to publish release button ( #19055 )
...
* feat(content-releases): add functionality to publish release button
* apply mark's feedback
* apply simone's feedback
2023-12-14 15:14:33 +01:00
markkaylor
93969787db
feat(content-releases): add delete release action button ( #19047 )
2023-12-14 12:38:05 +01:00
Fernando Chávez
849c8126fd
feat(content-releases): Add action column to details view ( #19046 )
...
* feat(content-releases): add action column to details view
* apply marks feedback
* apply marks feedback
2023-12-14 10:24:41 +01:00
Simone
9b5e69d822
feat(content-releases): Release Details page ( #19026 )
...
* first implementation details page
* refactor code based on comments received
* move the countDays function inside the ReleaseDetails page
* fix unit tests for the Details page
* add padding bottom heading
* fix type errors
* integrate new fields to the Details page
* fix types
* change the way we handle the timepassed since release creation
* fix unit test
* fix review comments
* unit test control table content
* fix review comments
* remove mocking useParams
* refactor provideTags and invalidateTags
* improves in rtk tags and createdBy type
* fix last review comments
* increase warning timeout to solve issues with unit tests
* add AnErrorOccured content if we have errors
* fix type error
* fix condition
* remove new line
---------
Co-authored-by: Fernando Chavez <fernando.chavez@strapi.io>
2023-12-13 15:59:37 +01:00
Rémi de Juvigny
a3bd0451c5
doc(pack-up): fix config file name in readme ( #19037 )
2023-12-12 12:08:25 +01:00
markkaylor
5bfbd8c659
refactor(content-releases): update findMany actions ( #19006 )
2023-12-12 10:43:39 +01:00
Fernando Chávez
32d0c4f02d
feat(content-releases): Delete a Release ( #19000 )
...
* feat(content-releases): delete a release endpoint
* feat(content-releases): delete actions when deleting a release
* feat(content-releases): apply mark's feedback
* feat(content-releases): use transaction for delete a release
2023-12-11 19:03:53 +01:00
Jean-Sébastien Herbaux
438091e28a
Merge pull request #19011 from strapi/fix/types/es-relation-input
2023-12-11 15:04:27 +01:00
Jamie Howard
1f94748146
fix: wrapAxiosInstance.test ( #18382 )
2023-12-11 12:23:15 +00:00
Convly
01b53828d6
chore: rename mocks to literals for clarity
2023-12-11 11:40:16 +01:00
josephemswiler
627332f8d0
Inline eslint import/extensions disable
2023-12-08 10:32:03 -06: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
Mark Kaylor
24e6b11e8e
Merge branch 'main' of github.com:strapi/strapi into feature/content-releases
2023-12-08 14:07:43 +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
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
markkaylor
7ff846c468
feat(content-releases): add findManyForContentTypeEntry ( #18976 )
2023-12-07 10:28:45 +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
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