60 Commits

Author SHA1 Message Date
Derrick Mehaffy
797b14b4c6
Update template links to new doc pages 2019-10-25 02:28:35 -07:00
Alexandre Bodin
7d130cad3d Add core service docs 2019-05-24 16:31:20 +02:00
Alexandre Bodin
da7b9ad66d Add controller customization doc 2019-05-24 16:31:20 +02:00
Alexandre Bodin
50bccee156 Setup default controller / service 2019-04-16 08:50:47 +02: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
d2db6b633f Mongo + graphql v1 2019-03-21 09:07:36 +01:00
Kamal Bennani
c93311557e Adapt Services to the new Bookshelf API 2019-03-21 09:05:42 +01:00
Jim LAURIE
9d60afc440
Merge branch 'master' into patch-1 2019-03-12 17:39:05 +01:00
Prateek Narula
c0688b6ace
Corresponding to change in strapi-hook-bookshelf
afterFetchAll and beforeFetchAll hook definition added
2019-03-12 17:26:51 +01:00
Abdessamad MOUHASSINE
3bd55e0e88
Fix #2949 2019-03-12 08:58:45 +01:00
Oleksandr Zhuravlov
f0f4b13b8f added mising await statement in bookshelf template 2019-02-20 16:47:41 +02:00
Sajjad Shirazy
a9606b6eae Supporintg IN and NOT IN as a filter type 2019-02-03 15:08:36 +03:30
Jim LAURIE
412fcbb298
Merge branch 'master' into sqlite-support 2019-01-24 15:00:19 +01:00
Jim LAURIE
f90255bb75
Merge branch 'master' into issue/2327 2019-01-22 13:52:13 +01:00
Paolo Ragone
803ce0bea0
Merge branch 'master' into lint_improvement 2019-01-09 21:25:44 +13:00
Jim LAURIE
a23fe2c307 Remove relations route from bookshelf template 2019-01-06 15:17:59 +01:00
Paolo Ragone
e1079ce362 Added comment so linting doesn't go crazy on generated service files 2019-01-05 09:51:06 +13:00
Pierre Burgy
fddf391e84 Add SQLite support 2018-12-29 21:35:07 +01:00
Aurélien Georget
e1ce257d2f Revert codebase and apply limit, skip, start and sort parameters 2018-12-06 18:11:53 +01:00
Jim LAURIE
03c1e04d87 Revert filter PR 2018-12-04 17:05:03 +01:00
Aurélien Georget
b0aaae9f12 Resolve conflicts 2018-11-27 18:48:37 +01:00
Aurelsicoko
21d21dfc8f Handle single fetch & allow override of default auto-population 2018-11-22 18:32:33 +01:00
Jim LAURIE
954a6d321a
Fix indent 2018-11-21 16:47:01 +01:00
Kamal Bennani
957368b8b2
Add a support of deep filter in bookshelf 2018-10-28 23:44:38 +01:00
Kamal Bennani
5bdb5c25e0
use stage functions from the relation file 2018-10-28 23:42:22 +01:00
Kamal Bennani
83da9fa38a
[Bugfix] take the correct localField when having a manyToOne RS 2018-10-28 23:42:19 +01:00
Kamal Bennani
ff0a87df7a
Update Bookshelf/Mongoose service template to support relation attribute filtering 2018-10-28 23:42:18 +01:00
Nick Verwymeren
d123b14ae5
Fixes issues when doing an 'IN' query
When doing an 'IN' query it looks like this will incorrectly loop over the values and put them into multiple where clauses. This additional check on the symbol should leave the array untouched and pass it on into the orm for processing.
2018-10-17 11:50:43 -05:00
Jim LAURIE
870b31ce5c Fix typo update bookshelf service 2018-10-04 17:17:25 +02:00
Alberto Maturano
154fc28a57 Normalize to standar file permissions
As a result of taking a look on PR #1967 I realized there is 819
executable files in this repository. It is obvious this is an error.
2018-09-24 12:33:09 -05:00
Jim LAURIE
cf8184e223 Use hook prefix and rename 2018-07-11 16:23:14 +02:00
Jim LAURIE
d09b0b1550 API search bookshelf 2018-07-05 11:28:55 +02:00
Jim LAURIE
bde30af875 Fix delete SQL entry with relations fix #1419 2018-06-21 19:42:03 +02:00
Okaris
d5cca40270 Added count to api template for bookshelf 2018-06-01 08:16:54 +03:00
Aurelsicoko
7e7b0f1d2f Move relation management into a separate file for Bookshelf 2018-05-09 16:08:58 +02:00
Aurelsicoko
73764d6ae0 Add containss in Bookshelf filters 2018-04-12 15:44:04 +02:00
Aurelsicoko
b6ef82be83 Update generated controller to make them compatible with GraphQL 2018-04-10 12:26:44 +02:00
Jim Laurie
e8181a397f Review bookshelf filters
fix #863
2018-04-03 12:38:33 +02:00
Johann Pinson
49536526f8 Update model.template for bookshelf 2018-03-16 16:00:14 +01:00
Jim Laurie
084cb3c49e Fix PR feedback 2017-11-01 15:16:28 +01:00
Jim Laurie
4872051d26 Delete old relations service bookshelf 2017-10-31 11:41:54 +01:00
Jim Laurie
0a7b65be04 Remove relation on delete data bookshelf 2017-10-30 14:02:54 +01:00
Jim Laurie
dba7361c89 Handle relations on create data bookshelf 2017-10-27 20:10:37 +02:00
Jim Laurie
08970eee3e Handle manyToMany relations bookshelf by object 2017-10-27 18:22:58 +02:00
Jim Laurie
35b6a50810 Handle relation oneToMany dominant bookshelf 2017-10-26 17:21:23 +02:00
Aurélien GEORGET
a4ce1232d3 Merge pull request #271 from strapi/improvements/filters
API filters
2017-10-12 10:40:28 +02:00
Pierre Burgy
c50b400f8e Remove params reference 2017-10-11 17:30:08 +02:00
Aurelsicoko
f8cebb98f4 Lowercase attributes' names on API generated through the CLI 2017-10-11 12:08:04 +02:00
Aurelsicoko
59391c7a00 Enhance build command and fix generated service for Bookshelf 2017-10-10 19:34:15 +02:00
Pierre Burgy
05b2301c0b Minor syntax improvements 2017-10-10 15:14:20 +02:00