122 Commits

Author SHA1 Message Date
Abdón Rodríguez Davila
61c41d821c Fix no-prototype-builtins rule 2019-08-28 12:20:27 +02:00
Abdón Rodríguez Davila
21a14ee737 Remove definitions for rules were not found 2019-08-28 12:20:27 +02:00
Alexandre Bodin
83d762bb53 Force relationnal updates to be done before main model update 2019-07-11 18:08:50 +02:00
Louis Augry
08e2f47800
Merge branch 'master' into fix-documentation-typo 2019-07-10 15:11:52 +02:00
Alexandre Bodin
67ca0a42a7 Add more validation and better database emptyness tests 2019-07-08 15:39:08 +02:00
Louis Augry
a3fe9d5a38 Fix documention typo 2019-07-08 15:10:17 +02:00
Alexandre BODIN
250cfac82d
Merge branch 'master' into chore/strapi-new-improvments 2019-07-05 18:41:36 +02:00
Javier Castro
83d0bc0978 feat: add _null operator 2019-07-05 10:45:14 -03:00
Alexandre Bodin
9fdf6be746 Refactor strapi-generate-new to be async 2019-06-20 18:28:17 +02:00
Alexandre Bodin
e9160867a6 Fix wrong param name in getType bookshelf hook 2019-06-08 18:51:07 +02:00
Alexandre Bodin
31a222ecb1 Start lint fixes 2019-05-29 17:25:56 +02:00
Alexandre Bodin
51300f4a4f Fix Add image upload in content type and add image in example app 2019-05-23 10:21:41 +02:00
Alexandre Bodin
ea5cdc78d8 Remove not null on sqlite alter as the table is recreated afterwards 2019-05-23 10:17:03 +02:00
Alexandre Bodin
35cbb507a9 Add dbSchema support for pg 2019-05-13 16:01:53 +02:00
Alexandre Bodin
ce1a327ef2 Merge branch 'master' into tech/build-process 2019-05-03 11:37:01 +02:00
Jim LAURIE
ca46db9b31 Fix #3192 filter on timestamp attributes 2019-04-30 18:33:14 +02:00
Alexandre Bodin
0ba139307c Handle many to many correctly 2019-04-19 17:32:43 +02:00
Alexandre Bodin
50b371b853 Merge branch 'beta' into tech/core-api 2019-04-19 08:26:13 +02:00
Alexandre Bodin
0d72faaddc Merge branch 'master' into beta 2019-04-18 18:47:48 +02:00
Jim LAURIE
4942fdaea2
Merge branch 'master' into fix/join-multi-database 2019-04-18 17:59:55 +02:00
Alexandre Bodin
187700e1c9 Handle different databases names standards 2019-04-18 16:01:31 +02:00
Alexandre Bodin
49d5491ff9 Fix one to many update 2019-04-18 12:03:50 +02:00
Jim LAURIE
ae943d7492
Merge branch 'master' into fix/join-multi-database 2019-04-17 18:30:41 +02:00
Jim LAURIE
0ad1c523d3 Fix #3144 column name for many to many relations 2019-04-17 16:10:38 +02:00
Jim LAURIE
99477c4b80 Fix #3147 join multi database 2019-04-17 15:13:05 +02:00
Alexandre Bodin
710e3ab52f Save plugins models in extensions folder 2019-04-16 09:05:46 +02:00
Alexandre Bodin
2fa8afbb1a Fix graphql and some styling 2019-04-16 08:50:47 +02:00
Alexandre Bodin
50bccee156 Setup default controller / service 2019-04-16 08:50:47 +02:00
cyril lopez
8e80edc47c
Merge branch 'master' into front/admin-new-hook-architecture 2019-04-12 18:43:59 +02:00
soupette
a2192c1dec Fix conflicts 2019-04-09 16:01:01 +02:00
soupette
e56e46e030 Split admin and users.
Co-authored-by: lauriejim
2019-04-09 12:09:03 +02:00
Alexandre Bodin
865664315f Apply feedbacks 2019-04-04 12:41:57 +02:00
Alexandre Bodin
7c6206f1a2 Remove old code 2019-04-04 12:41:57 +02:00
Alexandre Bodin
72e7d34a14 Use SQL alias to allow for the same table name multiple times in the same query 2019-04-04 12:41:57 +02:00
Alexandre Bodin
9bc56a3535 Apply review changes 2019-03-29 16:53:25 +01:00
Alexandre Bodin
b08c5bf3d2 Fix relation bug 2019-03-28 23:04:23 +01:00
Alexandre Bodin
e435201de4 Move basic type cast to the root buildQuery in strapi-utils 2019-03-28 17:12:43 +01:00
Alexandre Bodin
32254e5aaa Add bookshelf buildQuery comments 2019-03-28 16:15:25 +01:00
Alexandre Bodin
b8dc116ff6 Fix relations and graphql nested lookups for both mongo and sql 2019-03-28 12:13:32 +01:00
Alexandre Bodin
a6ffb9237e Cleanup unused code 2019-03-22 19:25:29 +01:00
Alexandre Bodin
f8e8928d8a Handle orWhere in mongo and format value / cast 2019-03-22 18:08:11 +01:00
Alexandre Bodin
6fcb38780d Init code cleanup and auto loading of morph realtions in populated path 2019-03-22 17:15:51 +01:00
Alexandre Bodin
f667cbb347 Merge branch 'master' into feature/deep-filtering-mongoose-bookshelf 2019-03-21 17:42:30 +01:00
Alexandre Bodin
d2db6b633f Mongo + graphql v1 2019-03-21 09:07:36 +01:00
Kamal Bennani
a30f250f31 Correctly implement LIKE and ILIKE using knex 2019-03-21 09:07:02 +01:00
Kamal Bennani
0d9626b165 Fix issue when the relation is populated or not (Bookshelf) 2019-03-21 09:07:02 +01:00
Kamal Bennani
3414e2d5cf Introduce the new Builder/Converter for Bookshelf ORM 2019-03-21 09:05:11 +01:00
Alexandre Bodin
6b417aa1fa Setup travis jobs and stages 2019-03-13 00:10:20 +01:00
Prateek Narula
5821b8ac15
FetchCollection changed to FetchAll
beforeFetchCollection will be beforeFetchAll and afterFetchCollection will be afterFetchAll. 
Lifecycle hook variables need to be changed to be inline with mongoose. See https://github.com/strapi/strapi/blob/master/packages/strapi-hook-mongoose/lib/index.js
2019-03-12 17:23:38 +01:00
Jim LAURIE
0ed71140bf
Remove comments 2019-03-11 17:11:53 +01:00