33691 Commits

Author SHA1 Message Date
Pierre Burgy
fcb874b5e4 Quick start improvements 2019-03-13 18:31:02 +01:00
soupette
58fd6c92b3 Handle add attr to temp ct 2019-03-13 18:04:59 +01:00
Jim LAURIE
9b20f27657
Merge pull request #2967 from strapi/tech/automate-tests
Automate tests run in CI
2019-03-13 17:27:20 +01:00
soupette
0d99adfadc Created first layer of validations 2019-03-13 17:21:30 +01:00
Alexandre Bodin
d147015662 Updates after review
- Clean comments
- Ignore all tmp paths with a Regexp
2019-03-13 16:43:05 +01:00
soupette
f6d9f261a8 Add isTemporary to lefmenu and add modelForm to modelpage 2019-03-13 16:02:37 +01:00
Alexandre Bodin
6b417aa1fa Setup travis jobs and stages 2019-03-13 00:10:20 +01:00
Alexandre Bodin
5c6618c525 Cleanup testing helpers and configuration 2019-03-13 00:10:20 +01:00
Alexandre Bodin
a0b45e2741 Add cypress run 2019-03-13 00:10:20 +01:00
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
soupette
4000f93cbc Created CustomCheckBox 2019-03-12 21:59:29 +01:00
soupette
85a1c511d1 Add tests 2019-03-12 20:10:24 +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
soupette
b46dfd4288 Init AttributeForm 2019-03-12 18:11:16 +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
soupette
afb3628f2f Add tests to attributesModal 2019-03-12 16:53:10 +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
soupette
ac80b5bbdc Add AttributeModal 2019-03-12 15:29:03 +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
soupette
b905a595dc Handle create model from modelPage 2019-03-11 19:11:04 +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
soupette
4ee6515ce2 Design ModelForm for creating data, missing submit 2019-03-11 18:26:30 +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
soupette
35289dff3a Create ModelForm 2019-03-11 16:07:10 +01:00
soupette
1a64452492 Init ModalForm 2019-03-11 14:14:27 +01:00
soupette
6d28361cce Add tests, modify PluginHeader so we can pass icons 2019-03-09 12:31:40 +01:00
soupette
f344e33341 Fix tests that wasn't working with the router import 2019-03-09 11:06:43 +01:00
soupette
bac6dad0a6 Fix conflicts 2019-03-09 10:39:35 +01:00
soupette
36fc2be6c1 Test ModelPage 2019-03-08 19:01:34 +01:00
Jim LAURIE
d7e88cf676 Fix package lock and other things 2019-03-08 18:48:35 +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
soupette
d2cf14e1af Test App container 2019-03-08 17:15:36 +01:00
REDDY PRASAD
c4c4eef248 💅 Use pluginId value from package.json instead hardcoded in Fileupload saga 2019-03-08 21:11:40 +05:30