32846 Commits

Author SHA1 Message Date
Aurélien Georget
185542b74f Convert model types to mongoose types 2016-07-14 11:06:58 +02:00
Aurélien Georget
5ef53cf233 Return callback before open db 2016-07-12 15:04:56 +02:00
Aurélien Georget
04d7e95234 Add strapi dependency to strapi-mongoose 2016-07-12 14:24:41 +02:00
Aurélien Georget
02cc042838 Update dependency 2016-07-12 11:33:01 +02:00
Aurélien Georget
756dd5407a Load Mongoose instead of Bookshelf 2016-07-12 11:15:01 +02:00
Aurélien Georget
8cbe59a955 Apply ES6 guidelines to external modules 2016-07-11 13:03:35 +02:00
Aurélien Georget
086e05c31f Simplify server start 2016-07-07 17:03:48 +02:00
Aurélien Georget
a29fac28e3 Apply ES6 guidelines 2016-07-06 15:51:52 +02:00
Aurélien Georget
80d505fc50 Load external hooks in specific order 2016-07-06 12:16:31 +02:00
Aurélien Georget
1b7e1b9e6a Waiting knex fired event before load bookshelf 2016-07-05 14:32:50 +02:00
Aurélien Georget
3734bb2f59 Load external hooks 2016-07-05 14:13:35 +02:00
Aurélien Georget
5a0fa44bdc Return cb when hook category is empty 2016-07-05 11:30:55 +02:00
Aurélien Georget
9f2dcbbfcb Don't load hook when is set to false 2016-07-05 11:27:46 +02:00
Aurélien Georget
46939d6173 Remove console.log 2016-07-05 11:10:01 +02:00
Aurélien Georget
4338ffe8cf Fix strapi dependency in generated package.json 2016-07-04 12:53:02 +02:00
Aurélien Georget
e811d171ab Run server from local directory 2016-07-04 12:47:26 +02:00
Aurélien Georget
a4651b21cb Update bin for global symlink 2016-07-04 11:44:36 +02:00
Aurélien Georget
0913179ccb Add CLI to core 2016-07-04 11:27:26 +02:00
Aurélien Georget
f2cc5c24af Update README 2016-06-30 14:57:51 +02:00
Aurélien Georget
7f0ac91caf Loading and organizing hooks by category 2016-06-30 12:31:17 +02:00
Aurélien Georget
3ce5d62460 Unnecessary use of prototype ctx for require 2016-06-29 12:11:29 +02:00
Aurélien Georget
fdc2427f5e Fix old JSON API require 2016-06-29 12:01:59 +02:00
Aurélien Georget
f3a44426ea Remove koa-mount 2016-06-29 11:57:12 +02:00
Aurélien Georget
35aff54631 Remove useless hooks 2016-06-29 11:47:33 +02:00
Pierre BURGY
da6d9123a2 Merge pull request #114 from dj-hedgehog/hedgehog-patch-2
fixed required attributes & relationships in JSONAPI
2016-05-26 17:13:44 +02:00
Pierre BURGY
03cf1b246a Merge pull request #108 from dj-hedgehog/patch-1
Added missing async dependency in migrations generator
2016-05-26 17:12:21 +02:00
Pierre BURGY
6e354353d8 Merge pull request #107 from dj-hedgehog/v2
added logging documentation from Strapi v1
2016-05-26 17:12:10 +02:00
Pierre BURGY
75eb3dd72f Merge pull request #118 from abelsoares/enhancement/strapi-cli-extra-backtick
Remove extra backticks from strapi cli
2016-05-26 17:11:12 +02:00
Pierre BURGY
5204f03bcd Merge pull request #119 from abelsoares/enhancement/test-env-configs
Add `test` env config to `strapi-generate-new`
2016-05-26 17:10:19 +02:00
Abel Soares
e5d83558d1 Add test env config to strapi-generate-new
This commit adds `test` environment configuration files to
`strapi-generate-new` package
2016-05-14 11:27:27 +01:00
Abel Soares
6798ff9115 Remove extra backticks from strapi-migrate-make
This commit updates the `strapi-cli` package by removing
extra backticks from `strapi-migrate-make.js`
2016-05-14 01:33:26 +01:00
Hedgehog
f239d73229 fixed required attributes & relationships in JSONAPI 2016-05-03 04:52:28 +02:00
Ali
fbfab9d0eb Added missing async dependency in migrations generator 2016-04-26 13:41:06 +02:00
Hedgehog
6a4a674c81 added logging documentation from Strapi v1 2016-04-26 09:45:45 +02:00
Loïc Saint-Roch
d17d48db0b Merge pull request #106 from wistityhq/feature/migrations
Migrations (alpha)
2016-04-22 11:14:32 +02:00
Aurélien Georget
9fd4071406 Update documentation on GraphQL 2016-04-21 17:10:05 +02:00
Aurélien Georget
dfa4af68f7 Expose GraphQL in global 2016-04-21 17:08:38 +02:00
loicsaintroch
54287792ed Add default model generator 2016-04-21 14:59:00 +02:00
loicsaintroch
588efe2901 Add default controller generator 2016-04-21 14:52:00 +02:00
loicsaintroch
95f5f55608 Fix WebSockets on master process 2016-04-21 11:39:18 +02:00
Aurélien Georget
4ec5342d2a Remove logs 2016-04-19 17:48:03 +02:00
Aurélien Georget
c358e72b3c Fix GraphQL and clean guidelines 2016-04-19 17:29:19 +02:00
Aurélien Georget
a8aa89b5e3 Migration automation alpha version 2016-04-19 17:07:21 +02:00
Aurélien Georget
6d33676b9f Fix behavior many-to-many relationships 2016-04-15 16:31:27 +02:00
Aurélien Georget
213475bdc3 Improve many-to-many migration by identifying duplicate 2016-04-14 14:52:41 +02:00
Aurélien Georget
50ff64f6e9 Handle migration on many-to-many remove 2016-04-14 13:18:17 +02:00
Aurélien Georget
3efce9592e Handle many-to-many basics updates 2016-04-14 12:00:39 +02:00
Aurélien Georget
5c85e46326 Handle many-to-many relationships update 2016-04-12 15:20:13 +02:00
loicsaintroch
892ef7b9e2 Remove duplicated info 2016-04-12 14:22:26 +02:00
loicsaintroch
00daf19b5f Remove install process for template engines 2016-04-12 14:07:37 +02:00