Simone
24fa848ba3
Add new Blocks rich text editor (alpha) ( #18166 )
...
Co-authored-by: Madhuri Sandbhor <madhurisandbhor@gmail.com>
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Madhuri Sandbhor <madhuri.sandbhor@strapi.io>
2023-09-26 17:21:44 +02:00
Alexandre Bodin
c779954631
Merge branch 'main' into chore/ts-strapi
2023-09-06 23:41:27 +02:00
Alexandre Bodin
f031820696
fix EE imports
2023-09-05 00:18:13 +02:00
Ben Irvin
ae7bff1546
Merge pull request #17847 from Demonstrandum/fix/subscriber-map-type-missing-model-field
2023-09-04 16:14:31 +02:00
S Knutsen
974a18c13e
Linting fix: Use ;
instead of ,
in map.
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-09-04 13:53:42 +02:00
Alexandre Bodin
a2ec2fce00
Merge branch 'main' into chore/ts-strapi
2023-08-30 09:59:10 +02:00
Alexandre Bodin
d700468267
wip
2023-08-30 09:14:11 +02:00
S Knutsen
96db3913df
Added missing models
key to SubscriberMap
and made actions optional.
...
The `Subscriber` union type of which `SubscriberMap` is a component was missing the optional `models` parameter document here at [#declarative-and-programmatic-usage](https://docs.strapi.io/dev-docs/backend-customization/models#declarative-and-programmatic-usage ).
I added the optional field by intersecting it with the original type formulation, and also made the `Action` keys optional, since not all of the 18 individual actions should necessarily be specified when making a `SubscriberMap`.
2023-08-29 12:00:00 +02:00
Fernando Chavez
e5d9b62f9b
don't automatically parse jsonb fields on postgres
2023-08-29 09:46:42 +02:00
Alexandre Bodin
e1658b575c
init
2023-08-23 12:34:08 +02:00
Marc-Roig
39d2988c52
fix: use regular join table name in mysql
2023-08-11 09:43:38 +02:00
Marc-Roig
814b6f01bd
fix: use correct table schema
2023-08-10 09:39:27 +02:00
Marc-Roig
fd59fcea30
fix: use getConnection for raw query
2023-08-09 12:15:25 +02:00
Marc-Roig
ec9ae96d83
test: revert raw connection to test CI
2023-08-09 10:20:25 +02:00
Marc-Roig
5a7bc5aa02
fix: use get connection to execute raw query
2023-08-09 09:25:07 +02:00
Christian
6787a08db4
Merge branch 'main' into dev/caseInsenFilters
2023-07-31 16:08:40 +02:00
Gustav Hansen
20937a7464
Chore: Apply lint autofixable rules
2023-07-31 08:18:00 +02:00
Maxime Robert
060a44e0e5
Add $nei operator + translations
...
Translations:
- ar
- ca
- de
- dk
- en
- es
- eu
- fr
- gu
- hi
- hu
- ja
- ko
- ml
- nl
- pl
- pt-BR
- ru
- sa
- sk
- sv
- tr
- zh
- zh-Hans
2023-07-24 16:24:08 +02:00
Marc Roig
df79981a07
Merge pull request #17262 from strapi/fix/relation-reordering-inv
2023-07-24 15:12:00 +02:00
Marc-Roig
db97bf9ff3
chore: mark jsonSuperSetOf as experimental and for internal use
2023-07-20 08:51:06 +02:00
Marc-Roig
43f56d426e
fix: two separate queries to update order and inverse order
2023-07-11 13:22:16 +02:00
Marc-Roig
f6246c145d
fix: relations are not returned in the correct order
...
When removing or adding a relation in an entity, other entities from the same Content Type were seeing that same relation reordered.
Cause: We were updating the order of the other entities when we should only be updating the inverse order.
2023-07-11 10:17:06 +02:00
Gustav Hansen
a886c69b56
Merge branch 'main' into feature/review-workflow-multiple-merge-07-2023
2023-07-07 13:35:15 +02:00
Christian Capeans
98f34c162e
Fix date parser
2023-07-05 15:01:37 +02:00
Gustav Hansen
4410fb8f97
Merge branch 'main' into feature/review-workflow-multiple-merge-main
2023-06-22 12:17:05 +02:00
Gustav Hansen
7b83703576
Merge branch 'main' into feature/review-workflow-multiple-merge-main
2023-06-22 11:20:53 +02:00
Marc
28252dfa94
chore: remove todo
2023-06-22 08:00:14 +01:00
Marc
a6f4afeda6
refactor: change cloneRelations cloneAttrs format
2023-06-22 08:00:14 +01:00
Marc-Roig
4d79a359bd
feat: compute omitIds
2023-06-22 07:59:49 +01:00
Marc-Roig
49f290ff97
feat: add omitIds
2023-06-22 07:59:49 +01:00
Marc-Roig
460099408b
remove todos
2023-06-22 07:59:49 +01:00
Marc-Roig
292ae24aea
update relations inside clone relations
2023-06-22 07:59:48 +01:00
Marc-Roig
a8af01763c
rename merge with customizer variables
2023-06-22 07:59:48 +01:00
Marc-Roig
76eb559466
clone entity
2023-06-22 07:59:48 +01:00
Marc-Roig
4c310e5659
polymorphic check
2023-06-22 07:59:48 +01:00
Marc-Roig
b5f1d6842c
rename targetId to id
2023-06-22 07:59:48 +01:00
Marc-Roig
2e7e8b6813
rename id cloneId to targetId sourceId
2023-06-22 07:59:48 +01:00
Marc-Roig
e970451c9e
update clone relation jsdoc
2023-06-22 07:59:48 +01:00
Marc-Roig
8241f4ae3a
mention future support for join columns
2023-06-22 07:59:48 +01:00
Marc-Roig
2faed39cbb
remove todos
2023-06-22 07:59:48 +01:00
Marc-Roig
8cf615583d
clone and replace regular relations db queries
2023-06-22 07:59:48 +01:00
Marc-Roig
e817c74b25
clean inverse order column
2023-06-22 07:59:48 +01:00
Marc-Roig
c4386ef013
add entity-repository cloneRelations method
2023-06-22 07:59:48 +01:00
Marc-Roig
49cc9cfb89
add entity-repository cloneRelations method
2023-06-22 07:59:48 +01:00
Marc
cc4f58ce38
Merge pull request #16552 from strapi/fix/remove-persisted-tables-from-store
2023-06-12 10:53:21 +02:00
Ben Irvin
e736474f1a
Merge branch 'main' of https://github.com/strapi/strapi into fix/clean-filters
2023-06-05 11:26:38 +02:00
Gustav Hansen
50159813a5
Merge branch 'main' into feature/review-workflow-multiple
2023-06-02 13:12:22 +02:00
Marc-Roig
52b37c3fcf
fix: move ID type definition in databse
2023-06-01 17:37:41 +02:00
Marc-Roig
79f025e7aa
fix: typo
2023-06-01 16:39:53 +02:00
Marc-Roig
e4ec1b7301
fix: update query engine ts types
2023-06-01 16:35:08 +02:00