9273 Commits

Author SHA1 Message Date
davidkartuzinski
c0e37d5c1c changed from double quotes to single quotes 2019-05-14 11:18:15 +02:00
Alexandre Bodin
f430f26a28 Fix UI issues (modal staying open, wordings, invalid menu links) 2019-05-14 10:58:43 +02:00
Jim LAURIE
e483f42b15
Merge pull request #3254 from strapi/tech/strapi-uninstall-delete-files
Delete files on strapi uninstall
2019-05-14 10:48:53 +02:00
Alexandre Bodin
7d46cd89d9 Add delete file message 2019-05-14 09:52:43 +02:00
Alexandre Bodin
8c209020d0 Add Delete files option to strapi uninstall 2019-05-14 09:52:43 +02:00
Jim LAURIE
f90f6638e8
Merge pull request #3256 from strapi/fix/beta-edit-administrator
Fix administrator edition
2019-05-14 09:51:43 +02:00
Alexandre Bodin
efa57a37fa Fix administrator edition 2019-05-14 09:30:10 +02:00
Jim LAURIE
718aeccf3c
Merge pull request #3253 from strapi/tech/auto-reload-dev-cmd
Use autoReload with strapi dev only
2019-05-13 17:49:29 +02:00
Alexandre Bodin
5f50b90483 Use autoReload with strapi dev only 2019-05-13 17:33:08 +02:00
Jim LAURIE
ef584afae3
Merge pull request #3251 from strapi/fix/beta-use-db-schema-option
Add dbSchema support for pg
2019-05-13 17:10:07 +02:00
Jim LAURIE
361eac4c79
Merge branch 'beta' into fix/beta-use-db-schema-option 2019-05-13 16:53:35 +02:00
Jim LAURIE
f7b8037b98
Merge pull request #3252 from strapi/tech/beta-build
Apply updates to build process
2019-05-13 16:43:02 +02:00
Alexandre Bodin
35cbb507a9 Add dbSchema support for pg 2019-05-13 16:01:53 +02:00
Alexandre Bodin
09761adaab Apply updates to build process 2019-05-13 16:01:40 +02:00
Jim LAURIE
e18d2b9f05
Merge pull request #3233 from strapi/tech/beta-testing
Add new end to end tests
2019-05-13 14:36:06 +02:00
Alexandre Bodin
c3001c00ff Proper testing of lists without order 2019-05-13 14:00:13 +02:00
Alexandre Bodin
89594ea416 Fix missing expect.arrayContaining 2019-05-13 14:00:12 +02:00
Alexandre Bodin
1d27664ac4 Fix delete test as mongo returns the deleted object for now 2019-05-13 14:00:12 +02:00
Alexandre Bodin
e30a73fa5c Add jest config to avoid runing e2e tests when running unit tests 2019-05-13 14:00:12 +02:00
Alexandre Bodin
f47745a708 Done with basic filtering tests 2019-05-13 14:00:12 +02:00
Alexandre Bodin
4dd7d81524 Add more complexe tests 2019-05-13 14:00:12 +02:00
Alexandre Bodin
7078869a56 Add more filter tests and fixtures 2019-05-13 14:00:12 +02:00
Alexandre Bodin
272f01a0ae Continue adding tests on filters 2019-05-13 14:00:12 +02:00
Alexandre Bodin
3a2899470f Implement more filtering tests 2019-05-13 14:00:12 +02:00
Alexandre Bodin
48147767dd Init Filtering, sorting , limit and offset e2e tests 2019-05-13 14:00:12 +02:00
Alexandre Bodin
a2bfb52344 Refactor testing, add simple crud tests 2019-05-13 14:00:12 +02:00
Alexandre Bodin
9e60be6fb0 clean model creationg during tests 2019-05-13 14:00:12 +02:00
Alexandre Bodin
0d6863ef00 Update e2e testing location 2019-05-13 14:00:12 +02:00
Alexandre Bodin
e4ab3d3a40 Test strapiFS 2019-05-13 14:00:12 +02:00
Jim LAURIE
b5c0aeff2e
Merge pull request #3230 from strapi/beta-docs
Update the front-end part of the documentation
2019-05-08 12:48:30 +02:00
Jim LAURIE
b796d34eea
Merge branch 'beta' into beta-docs 2019-05-08 11:41:41 +02:00
Alexandre BODIN
21328937c3
Merge pull request #3235 from strapi/fix/missing-controller-identity
Fix missing identity in controllers without models
2019-05-07 17:42:49 +02:00
Alexandre Bodin
b65898e238 Fix missing identity in controllers without models 2019-05-07 17:35:08 +02:00
Jim LAURIE
074bb55e00 Move to beta.0 to beta.x 2019-05-07 17:00:37 +02:00
soupette
2130fb1671 Fix deploy doc 2019-05-07 10:42:39 +02:00
soupette
7ad8256fb2 Update api documentation part 2019-05-06 18:34:31 +02:00
soupette
88e0266f12 Add front documentation 2019-05-06 17:36:25 +02:00
Alexandre BODIN
6134168532
Merge pull request #3229 from strapi/fix/beta-upload-files
Fix missing default providers
2019-05-06 16:20:04 +02:00
soupette
0632b4e28b Created beta doc and remove all doc related to the admin 2019-05-06 16:17:16 +02:00
Alexandre Bodin
3a640539d3 Fix missing default providers 2019-05-06 16:01:18 +02:00
Alexandre BODIN
a190a954cb
Merge pull request #3228 from strapi/fix/ctm-import
Fix wrong input import
2019-05-06 15:23:10 +02:00
soupette
e7701720ed Fix wrong input import 2019-05-06 14:52:43 +02:00
Jim LAURIE
9e118ee0bf
Merge pull request #3224 from strapi/tech/load-local-commands-with-strapi-cli
Load local commands when necessary with strapi cli
2019-05-05 19:20:52 +02:00
Alexandre Bodin
de253163f5 Load local commands when necessary with strapi cli 2019-05-05 18:54:10 +02:00
Jim LAURIE
8ea78aadcd
Merge pull request #3119 from abdonrd/patch-1
Enable timestamps option as default in the User & Permissions plugin
2019-05-05 15:26:50 +02:00
Jim LAURIE
e3dd066d28
Merge branch 'beta' into patch-1 2019-05-05 14:55:02 +02:00
Jim LAURIE
6421378313
Merge pull request #3217 from strapi/tech/build-process
Split core feature from custom code
2019-05-05 14:52:50 +02:00
Alexandre Bodin
ba7b58558e Clean workspace dependencies and add no-build option to strapi dev 2019-05-03 17:19:01 +02:00
Alexandre Bodin
918fc8b05d Fix test:front 2019-05-03 16:49:10 +02:00
Alexandre Bodin
fae94ac863 Clean dependencies and fix install/uninstall plugin 2019-05-03 16:35:33 +02:00