624 Commits

Author SHA1 Message Date
Pierre Noël
a9f53dc53b
Merge pull request #13350 from strapi/ML-folder/transactions
Ml folder/transactions
2022-05-31 18:58:22 +02:00
Convly
da364912ee Merge branch 'master' of github.com:strapi/strapi into features/typescript 2022-05-31 15:29:18 +02:00
Gustav Hansen
bf32846a12 Merge branch 'master' into features/ML-folder 2022-05-30 10:47:27 +02:00
Alexandre Bodin
ab698015cf v4.1.12 2022-05-25 17:17:49 +02:00
Jean-Sébastien Herbaux
c4addbad6e
Merge pull request #13290 from fingeg/features/typescript
[@strapi/database]: Add missing WhereParams attributes to the type definition
2022-05-24 08:04:27 +02:00
Convly
66e3aa5dcb Merge branch 'master' into features/typescript 2022-05-24 08:02:38 +02:00
Convly
37b6802099 Update minimum node version in the package.json files 2022-05-23 14:40:37 +02:00
Pierre Noël
cd69fca6f9 add transaction for folder update 2022-05-23 14:31:04 +02:00
Alexandre BODIN
6c76e7d974
Merge pull request #12203 from Fyndl-io/fix-before-after-shared-state
Implement state sharing between DB before and after lifecycles events
2022-05-20 18:26:56 +02:00
Robin Goupil
eb6a244bc8
Apply suggestions from code review
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2022-05-20 13:31:48 +02:00
Pierre Noël
b7e82614f6 remove pagination on GET /folders 2022-05-20 10:25:58 +02:00
tiagolima90
99a5c7eed7
Merge branch 'strapi:master' into master 2022-05-16 09:44:17 +00:00
Alexandre Bodin
1a3b92b368 Fix raw sql migrations 2022-05-14 09:23:20 +02:00
Alexandre Bodin
aac0e2b465 Merge branch 'master' of github.com:strapi/strapi into fix/mime-type-migration 2022-05-14 09:00:44 +02:00
Robin Goupil
b8ccb8800f Allow EntityManager CRUD methods to be called without a 'params' 2022-05-14 08:35:23 +02:00
Robin Goupil
376b1cdb73 Second test case to use API closer to documented use 2022-05-14 08:18:16 +02:00
Robin Goupil
7f0b35ebdb Fix deleteMany using afterDelete hook instead of afterDeleteMany 2022-05-14 08:18:16 +02:00
Robin Goupil
4c07ea76c5 Update typings 2022-05-14 08:18:16 +02:00
Robin Goupil
ade70cf78a Add unit tests for Lifecycles.run() 2022-05-14 08:18:16 +02:00
Robin Goupil
273ca638f4 Lifecycle provider to manage state instead of entity manager 2022-05-14 08:18:16 +02:00
Robin Goupil
dcf2a4e32c Fix state not being shared with "beforeXXX" and "afterXXX" events 2022-05-14 08:18:13 +02:00
rgoupil
3a1145be11 Fix state not being shared with "beforeXXX" and "afterXXX" 2022-05-14 08:15:15 +02:00
Convly
698ae33e00 v4.1.11 2022-05-13 18:08:05 +02:00
Finn Gegenmantel
6a96dbad6d Add missing where parameters 2022-05-11 12:12:30 -06:00
Convly
06abcda86a v4.1.10 2022-05-11 16:30:38 +02:00
Pierre Noël
d6b385189a bump umzug to 3.1.1 2022-05-09 14:38:50 +02:00
Convly
377e8e9da7 Merge branch 'master' into features/typescript 2022-05-02 15:40:18 +02:00
Alexandre Bodin
9fa53be186 v4.1.9 2022-04-27 18:25:42 +02:00
Convly
4fa2804f35 Merge branch 'master' into features/typescript 2022-04-15 15:47:16 +02:00
Alexandre Bodin
3f204a0a48 v4.1.8 2022-04-13 16:45:31 +02:00
tiagolima90
5dc41afa69
Merge branch 'strapi:master' into master 2022-04-04 18:38:12 +00:00
Convly
84d106e7f8 Use new dirs (app/dist) 2022-04-04 11:46:22 +02:00
Alexandre Bodin
1699aac151 v4.1.7 2022-03-31 17:53:39 +02:00
Alexandre Bodin
f25774168c v4.1.6 2022-03-30 15:34:12 +02:00
Alexandre Bodin
c52f42c80d Apply feedbacks 2022-03-28 19:24:58 +02:00
Alexandre Bodin
5920e31b5b Put back entire workflow 2022-03-25 09:16:17 +01:00
Alexandre Bodin
4b965665d4 Test each sqlite pkg 2022-03-25 09:02:19 +01:00
Alexandre Bodin
06c9939fa7 Fix typo 2022-03-23 11:15:25 +01:00
Alexandre Bodin
317d5be115 Use better-sqlite3 by default 2022-03-23 10:37:12 +01:00
Alexandre Bodin
88c317effc Fix support old sqlite3 2022-03-22 20:04:23 +01:00
Alexandre Bodin
14305e8d11 Make strapi compatible with knex v1 2022-03-22 19:41:16 +01:00
Convly
a296a55334 Remove DB examples folder 2022-03-17 11:42:33 +01:00
Alexandre Bodin
f1859f0375 v4.1.5 2022-03-16 12:18:10 +01:00
Alexandre Bodin
01a565aeb6 v4.1.4 2022-03-16 11:22:49 +01:00
tiagolima90
65bea3aaa3 remove unecessary validations 2022-03-15 22:49:11 -01:00
tiagolima90
8f168a9432 reduce number of mysql queries to get table foreign keys 2022-03-15 11:19:00 -01:00
tiagolima90
b1a162c502 fix get foreign keys with multiple referenced columns 2022-03-15 09:08:11 -01:00
tiagolima90
c4690953eb
optimize get foreign keys
make separate requests to each information_schema table instead of one with inner joins for much better performance on MySQL 5.7
2022-03-15 00:16:19 -01:00
Alexandre Bodin
8549f5aca3 v4.1.3 2022-03-08 19:28:44 +01:00
derrickmehaffy
9445117c27 Ensure the session primary key check is disabled during schema update
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-03-02 16:01:58 -07:00