98 Commits

Author SHA1 Message Date
(◕ᴥ◕)
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
Zalmoxisus
2523b3e491 Send updates of reports via sockets 2016-09-11 17:08:05 +03:00
Zalmoxisus
9040cae21b Data selector by base fields 2016-09-11 17:07:02 +03:00
Mihail Diordiev
dc4ba29392 Merge pull request #22 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
2016-09-07 13:05:43 +03:00
npmcdn-to-unpkg-bot
3acd1ee545 Replace npmcdn.com with unpkg.com 2016-09-07 10:24:35 +01:00
Mihail Diordiev
384e4b8024 Merge pull request #21 from brentvatne/patch-1
Fix link to remotedev.io in README
2016-09-04 21:17:25 +03:00
Brent Vatne
871ff7ff27 Fix link to remotedev.io in README
Without https the link becomes https://github.com/zalmoxisus/remotedev-server/blob/master/remotedev.io
2016-09-04 10:37:23 -07:00
Zalmoxisus
7986004ea2 More data! 2016-09-03 18:09:56 +03:00
Zalmoxisus
b9de52d23f List reports 2016-08-19 19:43:36 +03:00
Zalmoxisus
426fc75610 Add more data to the report 2016-08-19 19:42:38 +03:00
Zalmoxisus
03ed564bce Parse x-www-form-urlencoded data 2016-08-17 18:37:52 +03:00
Zalmoxisus
0a8576ab86 Get a report 2016-08-17 18:33:07 +03:00
Zalmoxisus
ff4245d965 Return error in request 2016-08-17 18:31:12 +03:00
Zalmoxisus
e53679087b Persist reports in memory 2016-08-17 17:56:42 +03:00
Zalmoxisus
0fb42d9f75 Refactor directories 2016-08-17 12:35:42 +03:00
Zalmoxisus
105e1a5612 v0.1.7 2016-08-10 12:07:59 +03:00
Mihail Diordiev
e6dc434e76 Merge pull request #19 from jhen0409/patch-6
Support new `react-native-macos` package name
2016-08-10 12:06:42 +03:00
Jhen
0264ba6031 Support new react-native-macos package name 2016-08-10 16:53:56 +08:00
Zalmoxisus
c7ecba9a81 v0.1.6 2016-08-09 11:50:22 +03:00
Zalmoxisus
2ac39e6f87 Show all logs when no logLevel arg specified 2016-08-09 11:50:03 +03:00
Zalmoxisus
e3f1491c49 Update socketcluster 2016-08-09 11:49:53 +03:00
Rômulo Fernandes
749dd15253 Allow suppressing console messages. (#18)
* Forward logLevel option to SocketCluster

* Use logLevel config to suppress own console msgs.

* Fix typo.
2016-08-09 11:37:02 +03:00
Zalmoxisus
cc896b5e7e v0.1.5 2016-08-05 17:24:38 +03:00
Mihail Diordiev
9eeb06ccca Merge pull request #17 from jhen0409/patch-5
Fix getServerFlag, use semver.gte instead of gt
2016-08-05 17:01:25 +03:00
Jhen
10cee3f106 Fix getServerFlag, use semver.gte instead of gt 2016-08-05 01:14:24 +08:00
Zalmoxisus
86b6a32d30 v0.1.4 2016-08-04 17:30:28 +03:00
Mihail Diordiev
23629b332e Merge pull request #16 from jhen0409/patch-4
Support RN ^0.31 inject server
2016-08-04 17:27:47 +03:00
Jhen
fd114599e9 Support RN ^0.31 inject server 2016-08-04 20:01:45 +08:00
Mihail Diordiev
4c5fb9b73c Merge pull request #15 from jhen0409/patch-3
Fix typo for server log
2016-07-21 11:48:25 +03:00