8947 Commits

Author SHA1 Message Date
Alexandre Bodin
df822ddbe6 Update docs and init new Queries doc 2019-08-12 17:35:53 +02:00
Alexandre BODIN
5bd4b0d747
Merge pull request #3770 from strapi/chore/boostrap-async
make boostrap functions async only
2019-08-12 17:33:27 +02:00
Alexandre Bodin
d9f1f39ee4 Add documentation 2019-08-12 17:08:22 +02:00
Alexandre Bodin
ac95603a12 Update strapi-generate-new boostrapi function template 2019-08-12 15:45:35 +02:00
Alexandre Bodin
3b47457f4f make boostrap functions async only 2019-08-12 15:35:40 +02:00
Alexandre BODIN
c20c0c444e
Merge pull request #3769 from strapi/chore/unique-indexes
Support unique indexes with clean error messages
2019-08-12 11:43:26 +02:00
Alexandre BODIN
f63f2f6273
Merge branch 'develop' into chore/unique-indexes 2019-08-12 11:43:13 +02:00
Alexandre BODIN
cf3df913e0
Merge pull request #3768 from strapi/fix/edit-group
Fix bug when editing an existing entry that did not have a group
2019-08-12 11:18:12 +02:00
Alexandre Bodin
902d3a0a89 Add clear messages on unique constraint failure. make them non blocking for now 2019-08-12 11:08:10 +02:00
soupette
5b578a861c Fix bug when editing an existing entry that did not have a group 2019-08-12 10:40:58 +02:00
Alexandre Bodin
e1a319a25e Mongoose unique index error logs and other index error logs 2019-08-12 10:15:22 +02:00
Alexandre BODIN
664491d593
Merge pull request #3756 from strapi/enhancement/login-logo
Add option to change the logo of the login page
2019-08-12 10:14:16 +02:00
cyril lopez
28b43ac00a
Merge branch 'develop' into enhancement/login-logo 2019-08-12 09:52:20 +02:00
Alexandre BODIN
ddb1f91503
Merge pull request #3755 from strapi/ctm/edit-view-update
CTM Edit view design update
2019-08-12 09:48:35 +02:00
cyril lopez
c89a898e49
Merge branch 'develop' into ctm/edit-view-update 2019-08-12 09:43:58 +02:00
soupette
b7b6bef5f3 Change models 2019-08-12 09:42:27 +02:00
Alexandre Bodin
ebf3922905 Merge branch 'master' into develop 2019-08-12 09:39:59 +02:00
Alexandre Bodin
fe2c2dccb3 v3.0.0-beta.15 v3.0.0-beta.15 2019-08-12 09:35:27 +02:00
chisus
2588c22dd5 Update KO translation 2019-08-12 11:22:56 +09:00
Vladimir Babin
2aa4f71b00 Update RU translation in admin 2019-08-12 00:48:24 +05:00
soupette
25d7fad468 Add option to change the logo of the login page 2019-08-09 17:21:39 +02:00
soupette
80a774a9f7 Fix PR feedback 2019-08-09 16:59:28 +02:00
soupette
0e0c36d2cc Merge branch 'develop' of github.com:strapi/strapi into ctm/edit-view-update 2019-08-09 16:32:57 +02:00
soupette
34a178560e Fix required for groups in yup schema 2019-08-09 16:08:02 +02:00
soupette
6add6d4ce4 Fix dnd for group 2019-08-09 15:46:23 +02:00
Alexandre BODIN
668dac61a6
Merge pull request #3748 from strapi/group/tests
Add group feature tests to content manager and core apis
2019-08-09 15:45:23 +02:00
Alexandre BODIN
f84962597e
Merge branch 'develop' into group/tests 2019-08-09 15:45:05 +02:00
Alexandre Bodin
d6f14550d2 Fix content-manager stuff for mongoose 2019-08-09 13:48:31 +02:00
soupette
fb5623df66 New design edit view group field 2019-08-09 13:23:39 +02:00
Alexandre Bodin
34a5424a8a Fixes to mongoose groups 2019-08-09 11:45:31 +02:00
Alexandre Bodin
1792338cbd Add timeouts in afterAll tests 2019-08-09 11:04:48 +02:00
Alexandre Bodin
87ddcaf6c4 Add all group tests 2019-08-09 10:44:24 +02:00
Alexandre Bodin
8f6ca1c0ac Run test on both content manager and generated apis in the same test suite 2019-08-09 09:53:08 +02:00
Alexandre Bodin
d786217d06 Single non required group test 2019-08-09 09:42:27 +02:00
Alexandre BODIN
e6a3c34fc1
Merge pull request #3745 from strapi/chore/tests
Improve end to end tests
2019-08-08 21:17:51 +02:00
Alexandre Bodin
59b283ebae Cleanup after tests 2019-08-08 21:17:11 +02:00
soupette
b36079124b Fix baseline with current inputs 2019-08-08 15:29:45 +02:00
Alexandre Bodin
4dcb694a57 Support Long in mongoose 2019-08-08 14:35:33 +02:00
Alexandre Bodin
4ad7f5bd89 Support biginteger < 2^53 2019-08-08 14:30:45 +02:00
Alexandre Bodin
b35712acc5 Fix data types output to be the same wathever the database is 2019-08-08 14:30:44 +02:00
Alexandre Bodin
d1ee6a662e Apply same date parsing logic to all sql databases on save 2019-08-08 14:30:44 +02:00
Alexandre Bodin
60d04d26eb Init group tests and fix some groups issues 2019-08-08 14:30:43 +02:00
Alexandre Bodin
93c7f63cd1 Add email tests 2019-08-08 14:30:43 +02:00
Alexandre Bodin
d468033b8e Add password tests 2019-08-08 14:30:43 +02:00
Alexandre Bodin
35d22e2c85 Init password tests and split in separate test files 2019-08-08 14:30:42 +02:00
Alexandre Bodin
04d03ab68e Add boolean tests 2019-08-08 14:30:42 +02:00
Alexandre Bodin
9706575c6d Add json tests 2019-08-08 14:30:41 +02:00
Alexandre Bodin
24a5f45e0d Add float tests 2019-08-08 14:30:41 +02:00
Alexandre Bodin
6091202c54 Add decimal test and set sqlite bigint to string 2019-08-08 14:30:40 +02:00
Alexandre Bodin
57120c9a02 Add tests and fix support for bigintegers so it is always a string when it comes out of the database 2019-08-08 14:30:40 +02:00