Commit Graph

46 Commits

Author SHA1 Message Date
Geoffroy ad3749b3d8 Removed unused file 2016-01-07 00:34:22 -06:00
Geoffroy e8b7762227 Removed unused dependencies 2016-01-07 00:33:38 -06:00
Richard Pringle 2b21045eeb Merge pull request #28 from strongloop/issue-16
Add test for custom http.path configuration.
2015-12-04 09:30:46 -05:00
Richard Pringle dbe06078fb Add test for custom http.path configuration. 2015-12-03 12:56:00 -05:00
Miroslav Bajtoš 7e2c4042ba Merge pull request #27 from strongloop/fix/broken-test-setup
test: load the correct Remote instance
2015-11-25 11:07:27 +01:00
Miroslav Bajtoš 9d862437da test: load the correct Remote instance
Fix unit-tests to always reference the remote connector via
require('..') instead of depending on the remote connector
bundled in loopback, which is quite often an older version.
2015-11-25 08:46:40 +01:00
Sam Roberts 9fce179932 Refer to licenses with a link 2015-11-03 12:27:49 -08:00
Sam Roberts ef67712cf1 Use strongloop conventions for licensing 2015-09-21 16:42:54 -07:00
Simon Ho f4e170a5aa Merge pull request #22 from strongloop/bug/license-warning
Fix NPM license warning
2015-09-15 09:29:04 -07:00
Simon Ho 79e5ed2a93 Fix NPM license warning 2015-09-14 18:38:31 -07:00
Ryan Graham 67cc771bb5 Merge pull request #21 from strongloop/fix-tests
Fix failing tests on CI
2015-07-20 19:03:25 -07:00
Ryan Graham 56e6236fa3 test: specify 127.0.0.1 for test server
Without this the client may attempt to connect to 'localhost' which may
resolve to the IPv6 equivalent of '0.0.0.0', which is '::', which is
only useful listening on and not so useful for connecting too.
2015-07-20 18:58:21 -07:00
Simon Ho 71521b12a3 Merge pull request #18 from strongloop/feature/create-proxy-methods-for-aliases
Create proxy methods for aliases
2015-03-28 14:18:30 -07:00
Simon Ho 2b3f5171fe Create proxy methods for aliases 2015-03-28 11:39:49 -07:00
Ritchie Martori e5e114622a Merge pull request #17 from strongloop/fix/readme-doc-link
Update README.md
2015-03-06 08:44:54 -08:00
Simon Ho f9da650474 Update README.md 2015-03-05 22:37:15 -08:00
Miroslav Bajtoš b5873e3532 Merge pull request #10 from strongloop/fix/missing-include-mixin
Add include mixin
2015-01-13 19:17:01 +01:00
Ryan Graham 15233edf9f Fix bad CLA URL in CONTRIBUTING.md 2014-12-29 08:27:46 -08:00
Ritchie Martori f02d71be1f Add include mixin 2014-12-19 14:30:56 -08:00
Ryan Graham aa979b6340 Merge tag 'v1.0.3'
1.0.3
2014-11-27 11:44:09 -08:00
Ryan Graham 2ab7a3cad4 Merge branch 'release/1.0.3' into production 2014-11-27 11:44:07 -08:00
Ryan Graham 34e799a1c4 v1.0.3 2014-11-27 11:44:06 -08:00
Miroslav Bajtoš 38dcc1985e Merge tag 'v1.0.2'
1.0.2
2014-10-10 19:58:09 +02:00
Miroslav Bajtoš 7f41ef9587 Merge branch 'release/1.0.2' into production 2014-10-10 19:58:00 +02:00
Miroslav Bajtoš e39772c5ad 1.0.2 2014-10-10 19:57:26 +02:00
Miroslav Bajtoš 2487cee5e0 Merge pull request #7 from strongloop/fix/browser
Fix support for browsers
2014-10-10 19:56:18 +02:00
Miroslav Bajtoš 61a4dd939f Fix support for browsers
Use `process.nextTick` instead of `setImmediate`, as the latter is
not a standard API.

https://developer.mozilla.org/en-US/docs/Web/API/Window.setImmediate
2014-10-10 10:29:23 +02:00
Ryan Graham caebbf47ff Update contribution guidelines
Replace commit signing process with https://cla.strongloop.com/
2014-10-01 18:07:22 -07:00
Krishna Raman 85fc1e4a55 Merge branch 'release/1.0.1' into production 2014-10-01 14:45:09 -07:00
Krishna Raman 15f71a3ba4 Merge tag 'v1.0.1'
v1.0.1
2014-10-01 14:45:09 -07:00
Krishna Raman d850eefdc0 v1.0.1 2014-10-01 14:44:41 -07:00
Ritchie Martori 3dfa44ca6c Merge pull request #4 from strongloop/fix/resolve
Call resolve when defining Models
2014-10-01 14:42:08 -07:00
Ritchie Martori bf94e0a53f Call resolve when defining Models 2014-10-01 14:36:34 -07:00
Krishna Raman 6770aab410 Merge branch 'release/1.0.0' into production 2014-09-26 15:09:58 -07:00
Krishna Raman 72a45e97ec Merge tag 'v1.0.0'
v1.0.0
2014-09-26 15:09:58 -07:00
Krishna Raman bb4eb26fb6 v1.0.0 2014-09-26 15:08:52 -07:00
Krishna Raman 1d2b738f99 Fix strong-remoting dependency version 2014-09-26 15:06:52 -07:00
Krishna Raman 3c4ab6fb87 1.0.0-beta2 2014-09-25 15:20:17 -07:00
Krishna Raman 87adc0abef Merge pull request #1 from strongloop/feature/fix_relations
Fix relation access via remote connector
2014-09-25 15:19:15 -07:00
Krishna Raman 3db9e34cc4 Fix relation access via remote connector 2014-09-25 15:17:55 -07:00
Krishna Raman bf82927186 Prepare beta1 release 2014-09-25 15:09:34 -07:00
Krishna Raman 2df5b726b1 Fix formatting 2014-09-25 14:20:26 -07:00
Krishna Raman 724fd7d99c Move remote connector from loopback 2014-09-25 14:20:22 -07:00
Krishna Raman 8e4bf0d8b8 Fix relation access via remote connector 2014-09-25 14:08:34 -07:00
Krishna Raman ef456502c2 Move remote connector from loopback 2014-09-25 14:07:40 -07:00
Krishna Raman 86e2acb874 init: Initial commit 2014-09-11 12:56:53 -07:00