Alexandre Bodin
909ca0ee73
Entity manager wip
2023-09-13 10:01:04 +02:00
Alexandre Bodin
c46760bcc4
Diff typings
2023-09-12 21:47:42 +02:00
Alexandre Bodin
955393fc3e
v4.13.5
2023-09-12 16:40:40 +02:00
Alexandre Bodin
d69975be24
Fix dialects
2023-09-12 16:26:42 +02:00
Alexandre Bodin
ab9e5cc342
Ts fixes
2023-09-12 13:29:02 +02:00
Alexandre Bodin
e26583147e
Migrate database package to typescript
2023-09-12 13:29:00 +02:00
Alexandre Bodin
6dd6474e0d
Merge branch 'main' into chore/ts-strapi
2023-09-12 10:45:03 +02:00
Alexandre Bodin
0bd5f29edd
v4.13.4
2023-09-11 19:08:12 +02:00
Alexandre Bodin
c779954631
Merge branch 'main' into chore/ts-strapi
2023-09-06 23:41:27 +02:00
Convly
377efaba51
v4.13.3
2023-09-06 15:02:03 +02:00
Alexandre Bodin
f031820696
fix EE imports
2023-09-05 00:18:13 +02:00
Marc Roig
e56967184d
v4.13.2 ( #17927 )
2023-09-04 18:44:41 +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
Fernando Chávez
4a7f4c4926
Merge pull request #17636 from strapi/fix/json-types
...
Fix JSON parse on Postgres & Bulk Publish JSON validations
2023-08-31 15:56:09 +02:00
Alexandre Bodin
a9afeb90c5
v4.13.1
2023-08-30 18:14:57 +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
fefc4a24ac
v4.12.7
2023-08-25 23:19:00 +02:00
Alexandre Bodin
e1658b575c
init
2023-08-23 12:34:08 +02:00
Marc-Roig
c1935e7004
v4.12.5
2023-08-16 15:37:43 +02:00
Marc Roig
3a01852244
Merge pull request #17620 from strapi/fix/update-entity-with-postgres-schema
2023-08-14 11:50:02 +02:00
Convly
f2fded55cf
v4.12.4
2023-08-11 12:04:32 +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
Convly
be8985fa20
v4.12.1
2023-08-02 17:13:32 +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
Marc-Roig
44b62b3870
Merge branch 'main' into releases/4.12.0
2023-07-27 16:59:14 +02:00
Marc-Roig
7f8109a1a7
v4.12.0
2023-07-27 16:38:18 +02:00
derrickmehaffy
d8d8c60eba
Update semver to remove audit warnings
2023-07-25 23:48:05 -07:00
Ben Irvin
ea684e159a
Merge branch 'main' into chore/replace-node-14-with-20
2023-07-24 16:33:10 +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
Convly
b4a4e42919
Merge branch 'main' of github.com:strapi/strapi into releases/4.11.6
2023-07-19 16:47:47 +02:00
Convly
1edefac8a3
v4.11.7
2023-07-19 16:39:46 +02:00
Gustav Hansen
9483cef63e
Merge branch 'main' into feature/review-workflow-multiple
2023-07-18 15:37:47 +02:00
dependabot[bot]
881dae1dce
chore(deps): bump semver from 7.5.1 to 7.5.2
...
Bumps [semver](https://github.com/npm/node-semver ) from 7.5.1 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.5.1...v7.5.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 12:26:35 +00:00
Gustav Hansen
72cc277165
Merge branch 'main' into feature/review-workflow-multiple-merge-17-07-23
2023-07-17 13:38:35 +02:00
Ben Irvin
7a64e2a7fd
Merge branch 'main' into chore/replace-node-14-with-20
2023-07-17 09:15:55 +02:00
Marc-Roig
f5e40910a5
Merge branch 'main' into releases/4.11.5
2023-07-12 15:44:01 +02:00
Marc-Roig
7bdef3d278
v4.11.5
2023-07-12 14:47:27 +02:00
Marc-Roig
43f56d426e
fix: two separate queries to update order and inverse order
2023-07-11 13:22:16 +02:00
Gustav Hansen
2291816276
Merge branch 'main' into feature/review-workflow-multiple
2023-07-11 12:47:44 +02:00