Alexandre BODIN
aaeb988a0b
Expand nx usage and migrate logger to ts ( #15957 )
2023-03-22 11:21:33 +01:00
Kevin Antonio Rateni Iatauro
0895e36738
Return newly created IDs when using createMany ( #14269 )
...
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
2023-03-22 08:43:52 +01:00
Jamie Howard
64a0f9eb50
Merge remote-tracking branch 'origin/main' into feature/review-workflow
2023-03-20 11:42:58 +00:00
Jamie Howard
cd29d8ba6b
Merge pull request #16084 from strapi/feature/persist-ee-tables
2023-03-20 11:30:12 +00:00
Jamie Howard
b17dd81556
chore: improve naming of persisted tables
2023-03-17 13:31:55 +00:00
Convly
cc73bed97b
v4.8.2
2023-03-16 17:49:52 +01:00
Gustav Hansen
0a008881ef
Merge branch 'main' into feature/review-workflow
2023-03-16 15:49:45 +01:00
Alexandre Bodin
b3cb13cb14
v4.8.1
2023-03-15 22:25:40 +01:00
Jamie Howard
7e4cea8a24
refactor(ee): use strapi core store to persist DB tables
...
refactor(database)
2023-03-15 17:24:25 +00:00
Convly
e239e408f9
v4.8.0
2023-03-15 16:29:42 +01:00
Jamie Howard
d3c6a7c927
feature(database): account for persisted tables in schema diffing
2023-03-15 11:02:44 +00:00
Alexandre Bodin
0307fb4bf7
v4.7.1
2023-03-02 10:24:10 +01:00
nathan-pichon
da43693018
feat(review-workflows): add migration when activating rw on content-type (wip)
...
There is performance problems in this code. We will need to fine tune the query to update relations on stages join table instead of rely on `updateRelations()` method
2023-03-01 17:53:37 +01:00
Convly
948dbb3121
v4.7.0
2023-02-27 20:33:14 +01:00
Convly
bae505f44c
v4.6.2
2023-02-22 19:06:25 +01:00
Gustav Hansen
614b7e248c
Run prettier
2023-02-20 11:46:18 +01:00
Pierre Noël
52bcdad90b
Fix JSON field for postgres when the value is a simple string
2023-02-08 18:09:54 +01:00
Convly
17a7845e3d
v4.6.1
2023-02-08 17:00:11 +01:00
Pierre Noël
3707434c82
use getSchemaConnection() instead of getConnection().schema
2023-02-03 10:36:53 +01:00
Jorge Martin
6a9b9a9aec
Merge branch 'main' into main
2023-01-28 12:26:27 +01:00
Convly
a9e55435c4
v4.6.0
2023-01-25 21:17:20 +01:00
Jean-Sébastien Herbaux
e10ac14726
Merge branch 'main' into features/deits
2023-01-25 16:34:56 +01:00
Pierre Noël
64cf2c26c8
add SQL request as a comment
2023-01-25 14:28:28 +01:00
Pierre Noël
6d92bbca8a
use window function for mariaDB and MySQL 8
2023-01-25 14:28:28 +01:00
Pierre Noël
c9df9b7497
fix ambiguous column name
2023-01-25 14:28:28 +01:00
Pierre Noël
c505a62f7e
change WHERE clause to avoid deadlock
2023-01-25 14:28:27 +01:00
Pierre Noël
aad60aab38
change SQL request logic
2023-01-25 14:28:27 +01:00
Jean-Sébastien Herbaux
3346f92fd0
Merge branch 'main' into features/deits
2023-01-25 14:27:57 +01:00
Ben Irvin
33429cef5b
clean up
2023-01-25 10:21:24 +01:00
Convly
31a4925824
Merge branch 'main' into features/deits
2023-01-25 09:57:35 +01:00
Bassel Kanso
87bec86243
Merge pull request #15485 from strapi/deits/rollbacks
...
[DEITS] Rollback import after failure
2023-01-25 10:48:04 +02:00
Ben Irvin
8bcafb42ed
add some simple tests
2023-01-25 09:35:32 +01:00
Bassel Kanso
1e867f152d
Merge branch 'main' into chore/transactions
2023-01-24 19:08:13 +02:00
Bassel
65660d18e1
add some adittional tests
2023-01-24 19:07:43 +02:00
Bassel
ec9150b1d8
add some unit tests
2023-01-24 18:56:41 +02:00
Convly
516963a080
Merge branch 'main' of github.com:strapi/strapi into features/deits
2023-01-24 15:07:37 +01:00
Bassel
f0dbb4be31
apply fixes:
...
- fix callback return type
- fix callback params
2023-01-24 15:55:43 +02:00
Bassel
d11bd7af0a
apply fixes:
...
- fix callback return type
- fix callback params
2023-01-24 14:39:24 +02:00
Pierre Noël
32d057b535
Merge pull request #15412 from strapi/security/updateKnex
...
Update Knex to 2.4.0 to fix CVE-2016-20018
2023-01-24 10:02:27 +01:00
Jorge Martin
cc68150db2
Merge branch 'main' into main
2023-01-23 19:04:37 +01:00
Pierre Noël
811e7313f2
Merge pull request #15507 from Cpaczek/remove-pg-magic-numbers
...
Remove PG Magic Numbers
2023-01-23 19:03:59 +01:00
Ben Irvin
ec750ca7de
Merge branch 'main' into security/updateKnex
2023-01-23 18:17:06 +01:00
Bassel
4af04c483e
refactor transactions:
...
- fix the typings
- add rollback and commit to the callback params
2023-01-23 18:49:56 +02:00
Bassel
c8d2f6cd16
refactor transactions:
...
- fix the typings
- add rollback and commit to the callback params
2023-01-23 18:45:00 +02:00
Jorge Martin
bbc59f321b
Merge branch 'main' into main
2023-01-23 17:29:04 +01:00
Bassel
2c4e21ea17
Merge branch 'features/deits' into deits/rollbacks
2023-01-23 15:12:29 +02:00
Ben Irvin
5bc783dc3e
Merge branch 'main' into features/deits
2023-01-23 12:16:19 +01:00
Cameron
f9a367fae7
Merge branch 'main' into remove-pg-magic-numbers
2023-01-19 14:49:49 -08:00
Cameron Paczek
dc784812ac
Remove PG Magic Numbers
2023-01-19 14:41:32 -08:00
Marc-Roig
d2636e58d6
fix typo
2023-01-18 17:19:01 +01:00