203 Commits

Author SHA1 Message Date
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
REDDY PRASAD
786e1e00f7 🐛 Fix 'non-constant default' error while addind timestamp field to existing sqlite3 table 2019-03-08 11:33:47 +05:30
Jim LAURIE
8241863444
Merge branch 'master' into enhancement/bigint 2019-03-07 13:42:16 +01:00
Jim LAURIE
84fd769913
Merge branch 'master' into fix-sqlite-migration 2019-02-19 09:28:22 +01:00
Jim LAURIE
1a91bd5ea6 Fix sqlite migration 2019-02-19 09:21:07 +01:00
Jim LAURIE
78e3e2ca26
Merge branch 'master' into fix-sqlite-migration 2019-02-18 19:10:33 +01:00
Jim LAURIE
4e2f976ca0 Fix sqlite migration tmp table 2019-02-18 18:12:34 +01:00
Jim LAURIE
a26ac6c6c3
Merge branch 'master' into enhancement-install-cmd 2019-02-18 15:57:25 +01:00
Jim LAURIE
a25c6b5c69
Fix typo 2019-02-16 13:14:09 +01:00
Jim LAURIE
fb04c4dcbe Fix sqlite column update 2019-02-14 16:23:29 +01:00
Aurelsicoko
2bf3165985 Bypass SQLite connection check and fix project generation 2019-02-13 18:56:04 +01:00
Jim LAURIE
92abd536cb
Merge branch 'master' into master 2019-02-10 17:26:18 +01:00
Jim LAURIE
8334ca6088
Fix mysql and pg test connection 2019-02-04 15:39:47 +01:00
Sajjad Shirazy
dfead41387 use _.castArray instead, it'll only cast the value to an array if it's not the case already 2019-02-04 12:20:17 +03:30
Sajjad Shirazy
1768bbc209 forgotten pull 2019-02-03 15:10:04 +03:30
Sajjad Shirazy
9453eb3829 Merge branch 'master' of https://github.com/sajjad-shirazy/strapi 2019-02-03 15:08:57 +03:30
Sajjad Shirazy
a9606b6eae Supporintg IN and NOT IN as a filter type 2019-02-03 15:08:36 +03:30
Sajjad Shirazy
4d4d32837c Supporting NOT IN as a filter 2019-02-03 14:04:22 +03:30
Sajjad Shirazy
ec0992b3b9
Supporting NOT IN as a filter 2019-02-02 16:25:03 +03:30
Jim LAURIE
6cbddab6c8 Fix PR feedback 2019-01-31 14:17:52 +01:00