126 Commits

Author SHA1 Message Date
Zalmoxisus
6b7f0dfd23 0.3.0-beta-9 2017-09-06 21:52:07 +03:00
Zalmoxisus
7bde44b110 v0.2.3 2017-09-06 21:49:37 +03:00
Mihail Diordiev
574fe1f02a Merge pull request #45 from skovhus/upgrade-socketcluster
Fix installation error caused by uws
2017-09-06 21:48:51 +03:00
skovhus
8063a88990 Upgrade socketcluster dependency (uws@0.13.0 has been removed from npm) 2017-08-07 11:41:13 +02:00
Zalmoxisus
e9e2d5b1b0 v0.3.0-beta-8 2017-07-25 22:10:28 +03:00
Mihail Diordiev
d3d98daf7d Merge pull request #44 from akaztp/fix-db-cascade
fix database seeding second run.
2017-07-25 22:06:51 +03:00
José Proença
9c39052ef0 fix database seeding second run.
missing onDelete('cascade')
2017-07-24 09:41:26 +01:00
José Proença
bda845add5 Avoid error with MariaDB 10.0.30 (#43)
Primary keys cannot be set after creating foreign keys.
2017-07-18 23:35:40 +03:00
Zalmoxisus
87b9a1c5c7 v0.3.0-beta-6 2017-07-11 21:53:42 +03:00
Mihail Diordiev
36876104b6 Merge pull request #41 from modosc/v0.3
update graphql/graphql-server-express/graphql-tools
2017-07-11 21:51:38 +03:00
Zalmoxisus
e8b21bd556 Merge branch 'master' into v0.3 2017-07-11 21:50:43 +03:00
Zalmoxisus
c1d84f5ef9 v0.2.3 2017-07-11 21:47:22 +03:00
jonathan schatz
8cfa2205b3 update graphql/graphql-server-express/graphql-tools 2017-07-10 14:41:12 -07:00
Patrick Wang
58023a8d67 Support RN > 0.46.0-rc.0 for injectServer (#40) 2017-07-11 03:00:32 +08:00
jonathan schatz
073f27f720 apollo-server -> graphql-server upgrade, node-uuid -> uuid, supertest=2 -> supertest-3 (#39) 2017-04-17 12:00:43 +03:00
Zalmoxisus
a0bbc23ef1 Merge branch 'master' into v0.3 2017-04-14 17:16:29 +03:00
Jhen-Jie Hong
38e81e3aad Support RN >= 0.44.0-rc.0 for injectserver (#38) 2017-04-14 17:10:53 +03:00
Zalmoxisus
0c007bc1cb Add details about connection path
Related to
https://github.com/zalmoxisus/redux-devtools-extension/issues/288
2017-01-21 16:54:56 +02:00
Zalmoxisus
bc8113c7cf Add info about C and C# client integrations 2017-01-19 22:53:48 +02:00
Zalmoxisus
63901033d3 [Test] GraphQL backend 2017-01-02 18:49:28 +02:00
Zalmoxisus
12b0ac9c74 [Test] REST backend 2017-01-02 18:45:10 +02:00
Zalmoxisus
95e79594e1 Downgrade knex
Fix https://github.com/tgriesser/knex/issues/1701
2017-01-02 18:27:48 +02:00
Zalmoxisus
5732c3713b Use in memory database by default 2017-01-02 18:01:09 +02:00
Zalmoxisus
b27fa504ed [Test] Integration 2017-01-02 16:14:28 +02:00
Zalmoxisus
61a10f2885 [Docs] Fix json loads 2017-01-02 16:13:19 +02:00
Zalmoxisus
aba4fcf0fa [Test] Realtime monitoring 2017-01-02 16:12:39 +02:00
Zalmoxisus
46a61dc45e [Test] Express backend 2017-01-02 14:42:44 +02:00
Zalmoxisus
bcc1d15b84 [Docs] Realtime monitoring 2016-12-28 19:08:53 +02:00
(◕ᴥ◕)
84b962de19 Fix typo (#33) 2016-12-20 13:56:24 +02:00
Jimmy Karl Roland Wärting
8dbcb836ce Dropping support for Node < 4 (#32)
* Removed object-assign polypill
* According to http://node.green string#repeat is fine in v4
* removed repeat
2016-11-14 11:58:22 +02:00
Zalmoxisus
386d9abfaf Hello GraphQL! 2016-11-12 16:21:41 +02:00
Zalmoxisus
1ba4d1e40b Extend store API 2016-11-12 16:16:43 +02:00
Zalmoxisus
6794f63629 Rename schema files 2016-11-09 20:13:19 +02:00
Zalmoxisus
8419e7e090 Use the current timestamps 2016-11-09 20:12:28 +02:00
Zalmoxisus
45482098d7 Add remotedev_users schema and relations 2016-11-09 19:59:02 +02:00
Zalmoxisus
6f202e7715 Add payloads schema 2016-11-09 18:45:41 +02:00
Zalmoxisus
9c048e66ef Add HTTP request logging
Related to #27.
2016-11-09 13:49:24 +02:00
Zalmoxisus
ee32bd52a6 Configure the maximum request body size
Related to #28.
2016-11-09 12:54:42 +02:00
Mihail Diordiev
8b3a251e20 Merge pull request #29 from zalmoxisus/knex
Use knex instead of js-data
2016-11-09 12:28:47 +02:00
Zalmoxisus
fd9f7f2c0d Use knex instead of js-data 2016-11-08 22:48:32 +02:00
Zalmoxisus
7c106cd843 v0.2.1 2016-11-06 19:44:57 +02:00
Mihail Diordiev
3163b037fc Merge pull request #24 from zalmoxisus/pass-express-app
Refactor the module
2016-11-06 19:41:52 +02:00
Zalmoxisus
60d81ae52b Use the same route for any url 2016-11-06 19:40:23 +02:00
Zalmoxisus
d354edac1a Refactor the module 2016-11-06 12:20:41 +02:00
Zalmoxisus
25419b6bf5 Add info about the docker image and making a custom adapter 2016-11-01 20:21:43 +02:00
Zalmoxisus
5e281d1b94 v0.2.0 2016-09-11 18:56:53 +03:00
Mihail Diordiev
f3c050ac8e Merge pull request #20 from zalmoxisus/reports
Receive reports from users and get them replicated right in the extension
2016-09-11 18:55:39 +03:00
Zalmoxisus
9b1c292b1c Update the README 2016-09-11 18:53:37 +03:00
Zalmoxisus
65d8f1acb0 Merge branch 'master' into reports 2016-09-11 17:48:05 +03:00
Zalmoxisus
da18bb47d6 Support adapters 2016-09-11 17:43:36 +03:00