29765 Commits

Author SHA1 Message Date
Jim LAURIE
81943c32a4
Merge pull request #2985 from strapi/fix/graphql-query-convert-params
Fix missing _ in the convertParams graphql queries
2019-03-15 23:30:03 +01:00
Alexandre Bodin
7ab8eb4c56 Fix missing _ in the convertParams graphql queries 2019-03-15 21:03:22 +01:00
Jim LAURIE
7bc3004b5a Update changelog v3.0.0-alpha.25.1 2019-03-15 18:04:00 +01:00
Jim LAURIE
54457aadd0 3.0.0-alpha.25.1 2019-03-15 18:02:32 +01:00
Jim LAURIE
4964d80a65
Merge pull request #2983 from strapi/fix/mutation-query-graphql
Hot fix primary key detection mutation/query GraphQL
2019-03-15 18:00:52 +01:00
Jim LAURIE
2c54eaaa3f
Merge branch 'master' into fix/mutation-query-graphql 2019-03-15 17:52:49 +01:00
Jim LAURIE
c8846384cf
Merge pull request #2980 from strapi/fix/add-ignore-patterns-to-watcher
Add patterns to ignore in the file watcher
2019-03-15 17:52:06 +01:00
Jim LAURIE
2f31050a68 Add primary key ref 2019-03-15 17:49:46 +01:00
Jim LAURIE
983a12b874 Hot fix primary key detection mutation/query GraphQL 2019-03-15 17:35:33 +01:00
Alexandre Bodin
31d1e21197 Add patterns to ignore in the file watch for missing sub folders and new files in those folders 2019-03-15 09:33:03 +01:00
soupette
ca370e9b03 Test all actions 2019-03-14 19:49:44 +01:00
soupette
d37d71a5d1 Remove the possibility to edit a model from the HP.... 2019-03-14 17:36:13 +01:00
soupette
1c3d765d05 Fix conflicts 2019-03-14 15:13:29 +01:00
soupette
9aaf16310d Fix routing for model attributes 2019-03-14 15:11:46 +01:00
Jim LAURIE
aeee19bdfd
Merge pull request #2975 from strapi/3.0.0-alpha.25
3.0.0 alpha.25
2019-03-14 13:58:48 +01:00
soupette
0b67979024 Fix onBlur bug 2019-03-14 12:37:59 +01:00
soupette
f54648be4b Fix onBlur bug 2019-03-14 12:25:11 +01:00
Jim LAURIE
29b5139695 Add migration guide v3.0.0-alpha.25 2019-03-14 12:23:14 +01:00
soupette
481d948cfb Created RelationModal 2019-03-14 12:09:53 +01:00
Jim LAURIE
a63afc888f 3.0.0-alpha.25 2019-03-14 12:08:21 +01:00
soupette
a6d079cd89 Update React, refacto code and fix nmber type bug 2019-03-14 11:29:57 +01:00
Jim LAURIE
42eb716d50
Merge pull request #2807 from strapi/get-started-docs-PR
New Installation Requirements, Quick Started, Our Community and Quick Start Detailed pages
2019-03-14 11:11:05 +01:00
Jim LAURIE
64a6244621
Merge branch 'master' into get-started-docs-PR 2019-03-14 11:01:19 +01:00
Jim LAURIE
7ca9df9937 Update md instalation links 2019-03-14 10:59:01 +01:00
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