Alexandre Bodin
96b023d16b
Restructure tests
2019-03-13 00:10:19 +01:00
Alexandre Bodin
f4b5a487d1
Add forceExit param to jest runner
2019-03-13 00:10:19 +01:00
Alexandre Bodin
5987357aa7
Renames locales to lowercase to fix a bug with file path needing to be lowercased on linux
2019-03-13 00:10:19 +01:00
Alexandre Bodin
865ee5e5e2
Init test automation
...
wip
2019-03-13 00:10:19 +01:00
Jim LAURIE
f51596c475
Merge pull request #2965 from Prat041192/patch-1
...
Update beforeFetchAll life cycle Bookshelf
2019-03-12 18:12:07 +01:00
Jim LAURIE
9d60afc440
Merge branch 'master' into patch-1
2019-03-12 17:39:05 +01:00
Prateek Narula
62bc8e2287
reverted
...
To be inline with mongoose code
2019-03-12 17:31:06 +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
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
d126b7e505
Merge pull request #2970 from absolux/master
...
Fix template typo for releations Bookshelf search
2019-03-12 17:20:31 +01:00
Jim LAURIE
606de54252
Merge branch 'master' into master
2019-03-12 17:20:24 +01:00
Jim LAURIE
db342a790f
Merge pull request #2968 from HZooly/master
...
Update FR translations
2019-03-12 17:07:09 +01:00
Jim LAURIE
79f29c60a9
Merge branch 'master' into master
2019-03-12 17:06:39 +01:00
Jim LAURIE
b83b1ffcdc
Merge pull request #2966 from ZibanPirate/patch-1
...
The public folder path shouldn't be hard-coded in "strapi-provider-upload-local"
2019-03-12 16:51:23 +01:00
Abdessamad MOUHASSINE
3bd55e0e88
Fix #2949
2019-03-12 08:58:45 +01:00
Hugo Torzuoli
d2aa8bd8a5
Update fr.json
...
Fix typo
2019-03-11 23:45:27 +01:00
Zakaria Mansouri
f9bc0a9b2e
Update index.js
...
the public folder shouldn't be hard-coded, it needs to follow the "strapi.config.public.path" value.
I faced this issue on my current project where i have a custom path for the "public" folder for development, replacing:
```
path.join(strapi.config.appPath, 'public', `uploads/${file.hash}${file.ext}`)
```
with
```
path.join(strapi.config.public.path, `/uploads/${file.hash}${file.ext}`)
```
solved my problem, so i need to notify you on this issue.
2019-03-11 19:06:10 +01:00
Prateek Narula
2d108af072
update needed eithh document of code
2019-03-11 18:41:12 +01:00
Jim LAURIE
3d7fa99807
Merge pull request #2946 from dev-drprasad/error-adding-timestamp-existing-sqlite3-table
...
Fix 'non-constant default' error while addind timestamp field to existing sqlite3 table
2019-03-11 17:12:44 +01:00
Jim LAURIE
2b7eda0625
Merge branch 'master' into error-adding-timestamp-existing-sqlite3-table
2019-03-11 17:12:06 +01:00
Jim LAURIE
0ed71140bf
Remove comments
2019-03-11 17:11:53 +01:00
Jim LAURIE
d2ea21ef09
Merge pull request #2938 from EpicUsaMan/patch-6
...
Support array of methods in documentation plugin
2019-03-11 16:27:24 +01:00
Jim LAURIE
29795248b8
Merge branch 'master' into patch-6
2019-03-11 16:27:08 +01:00
Jim LAURIE
5448271bfa
Merge pull request #2923 from dev-drprasad/show-proper-error-messages-upload-plugin
...
Show proper error messages for 'File Upload' plugin
2019-03-08 17:34:42 +01:00
Jim LAURIE
c43116ae50
Merge branch 'master' into show-proper-error-messages-upload-plugin
2019-03-08 17:34:17 +01:00
REDDY PRASAD
c4c4eef248
💅 Use pluginId value from package.json instead hardcoded in Fileupload saga
2019-03-08 21:11:40 +05:30
Jim LAURIE
10bf271b1c
Merge pull request #2914 from strapi/events
...
Set events in the front-end
2019-03-08 15:57:03 +01:00
Jim LAURIE
73b31d4e27
Merge branch 'master' into events
2019-03-08 15:56:50 +01:00
Jim LAURIE
be36c280f3
Fix lint
2019-03-08 15:53:58 +01:00
Jim LAURIE
d6942f2625
Merge pull request #2850 from rsinelle/master
...
Return bad request in case of empty files attribut
2019-03-08 15:19:25 +01:00
Jim LAURIE
b8edcbc283
Merge branch 'master' into master
2019-03-08 15:18:56 +01:00
Jim LAURIE
0071d28f22
Move error message to translation
2019-03-08 14:56:09 +01:00
Jim LAURIE
a5ce7bca4e
Merge pull request #2812 from gilhardl/fix-2731
...
Fix $pull error deleting entry with dominant model of many-to-many relation
2019-03-08 13:47:22 +01:00
Jim LAURIE
90d67ef4cf
Merge branch 'master' into fix-2731
2019-03-08 10:19:36 +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
f2bac2a59a
Merge pull request #2633 from abdonrd/patch-1
...
Update graphql dependency to v14.1.0
2019-03-07 17:51:55 +01:00
Jim LAURIE
241ba857d8
Merge branch 'master' into patch-1
2019-03-07 17:51:39 +01:00
soupette
b6907e6f10
Fix PR feedback
2019-03-07 16:06:02 +01:00
Jim LAURIE
a98756504d
Merge pull request #2943 from strapi/fix/2530
...
Fix for SQL Mutation Updates
2019-03-07 15:55:54 +01:00
Jim LAURIE
d22bc090f1
Merge branch 'master' into fix/2530
2019-03-07 15:55:14 +01:00
Jim LAURIE
9d439e00a0
Merge pull request #2901 from strapi/improve/blockerComponent
...
Improve OverlayBlocker when server error
2019-03-07 15:11:04 +01:00
Jim LAURIE
8d01b9380c
Update 30s to 15s
2019-03-07 15:10:09 +01:00
Jim LAURIE
b6bdf6f7ce
Merge branch 'master' into improve/blockerComponent
2019-03-07 14:38:40 +01:00
Jim LAURIE
af11222622
Merge pull request #2859 from dev-drprasad/add-granularity-of-max-size-upload-for-file-upload
...
Add granularity of 'max size upload' for file upload (< 1MB)
2019-03-07 14:37:00 +01:00
Jim LAURIE
26ac833855
Merge branch 'master' into add-granularity-of-max-size-upload-for-file-upload
2019-03-07 14:36:32 +01:00
Jim LAURIE
f1f4728d29
Merge pull request #2706 from brinley/patch-2
...
Updated notifications container position to fixed
2019-03-07 14:35:59 +01:00
Jim LAURIE
cfd8e4414b
Merge branch 'master' into patch-2
2019-03-07 14:26:36 +01:00
Jim LAURIE
768ad2ffcd
Merge pull request #2664 from derrickmehaffy/enhancement/bigint
...
Add Big Integer to adminUI
2019-03-07 13:53:58 +01:00
Jim LAURIE
8241863444
Merge branch 'master' into enhancement/bigint
2019-03-07 13:42:16 +01:00
DMehaffy
8a20a151d0
Temporary fix for SQL Mutation Updates
2019-03-07 02:54:19 -07:00