David Cheung
bebf7671e2
update to eslint-config-loopback@5.0.0
2017-01-24 11:10:17 -05:00
Simon Ho
79d9ddb835
Merge pull request #234 from strongloop/update-support-URL
...
Replicate .github from loopback repo
2016-12-07 00:30:46 -08:00
Siddhi Pai
ba688e0026
Update paid support URL
2016-12-06 03:06:40 -08:00
David Cheung
f7c9cbc2c6
Merge pull request #181 from strongloop/feature/extensibility
...
[SEMVER-MAJOR] Refactor for modular and pluggable design
2016-11-22 14:19:29 -05:00
Raymond Feng
ac1571ccf1
Refactor for modular and pluggable design
...
- refactor logic of processing artifacts into their own classes
- introduce Container as the main class for bootstrapping and build a
registry of handlers during boot to organize them by a hierarchy
denoted by path
- adopt middleware like registration and invocation
- container.use(path, handler)
- container.run(context, done)
- allow more phases during boot
- boot is now asynchronous
2016-11-22 13:38:28 -05:00
Miroslav Bajtoš
314dff9f5f
Merge pull request #231 from strongloop/drop-support-node-0x
...
Drop support for Node v0.10 and v0.12
2016-11-15 15:42:39 +01:00
Miroslav Bajtoš
ecc2d43957
Add Node v7 to Travis CI platforms
2016-11-15 15:07:33 +01:00
Miroslav Bajtoš
fbea19a002
Drop support for Node v0.10 and v0.12
2016-11-15 15:07:22 +01:00
David Cheung
e96b08087d
Merge pull request #227 from strongloop/update-new-docs-url
...
readme: update URL to new doc site
2016-11-08 13:58:01 -05:00
David Cheung
a17c6c50e3
readme: update URL to new doc site
2016-10-28 16:28:11 -04:00
Miroslav Bajtoš
6491cc8e71
Merge pull request #220 from Sequoia/patch-1
...
Update header-browser.md
2016-10-11 14:25:15 +02:00
David Cheung
94aef17122
Merge pull request #221 from strongloop/add_translation3
...
Update ja translation file
2016-10-06 15:27:34 -04:00
Candy
295db6d873
Update ja translation file
2016-10-06 11:25:39 -04:00
Sequoia McDowell
63cc0ecf7b
Update header-browser.md
...
closes #53
2016-10-05 17:25:52 -04:00
Amirali Jafarian
0d985bae0b
Merge pull request #219 from strongloop/add_translation2
...
Update translation files - round#2
2016-09-28 17:13:36 -04:00
Candy
5da1420027
Update translation files - round#2
2016-09-28 13:56:16 -04:00
Miroslav Bajtoš
57e5e64b4d
Merge pull request #214 from strongloop/update-lb-3-rc-1
...
Update deps to loopback 3.0.0 RC
2016-09-23 12:41:58 +02:00
Miroslav Bajtoš
49ed10caaf
Normalize line endings to support both LF and CRLF
...
This should fix build failures on Windows caused by line-ending
mismatch.
2016-09-23 11:16:26 +02:00
Miroslav Bajtoš
748a728a4f
Remove "defaultForType" from datasource config
...
The option "defaultForType" is no longer supported by LoopBack
and causes an unhandled error.
2016-09-23 10:57:53 +02:00
Miroslav Bajtoš
58ef16993b
Update deps to loopback 3.0.0 RC
2016-09-22 13:11:01 +02:00
David Cheung
a6076ae8be
Merge pull request #213 from strongloop/add-translatedFiles
...
Add translated files.
2016-09-21 15:19:30 -04:00
gunjpan
422fa6c11d
globalization: add translated strings
2016-09-21 11:38:52 -04:00
David Cheung
28d58ede8e
Merge pull request #211 from strongloop/start/3.0
...
Start development of 3.0
2016-09-16 12:02:59 -04:00
Miroslav Bajtoš
889a9fe275
Start development of 3.0
2016-09-16 10:17:29 +02:00
Miroslav Bajtoš
d2c55e79c5
2.22.0
...
* Replace fs.existsSync calls with fs.statSync (Joshua Estrin Skrzypek)
* Change test cases port to be dynamic (David Cheung)
* Globalization for Loopback-boot (David Cheung)
2016-09-05 14:55:34 +02:00
Miroslav Bajtoš
53112957d9
Merge pull request #204 from jskrzypek/replace-exists-sync
...
Replace fs.existsSync calls with wrapped fs.statSync
Close #204
2016-09-05 14:45:20 +02:00
Joshua Estrin Skrzypek
09c3f8365b
Replace fs.existsSync calls with fs.statSync
2016-09-05 14:29:51 +02:00
David Cheung
e68502a4f5
Merge pull request #205 from strongloop/indepdent-port
...
Change test cases port to be dynamic
2016-08-16 16:41:52 -04:00
David Cheung
dcc575f90b
Change test cases port to be dynamic
...
To avoid port collision when running in Jenkins
2016-08-16 14:37:28 -04:00
David Cheung
13a049412a
Merge pull request #200 from strongloop/globalize-2.x
...
Globalize Loopback-boot
2016-08-05 16:24:57 -04:00
David Cheung
1121721afe
Globalization for Loopback-boot
2016-08-05 14:31:48 -04:00
Miroslav Bajtoš
8fb9f751cd
2.21.0
...
* Configurable dir for components and middleware (Doped Dude)
* test: fix security warning (Miroslav Bajtoš)
2016-07-27 16:14:22 +02:00
Miroslav Bajtoš
1382e8af2f
Merge pull request #171 from dopeddude/component-and-middleware-rootpath-configuration
...
Configurable directory for components and middleware
Close #171
2016-07-27 16:12:41 +02:00
Doped Dude
129938bacd
Configurable dir for components and middleware
...
Add two new options `middlewareRootDir` and `componentRootDir`
allowing users to load middleware and/or components from a custom
place
2016-07-27 16:09:46 +02:00
Miroslav Bajtoš
eb49c7a386
Merge pull request #195 from strongloop/fix/crypto-warning-in-tests
...
test: fix security warning
2016-07-19 15:40:06 +02:00
Miroslav Bajtoš
9b23e71501
2.20.0
...
* Update URLs in CONTRIBUTING.md (#198 ) (Ryan Graham)
* travis: drop io.js, add Node v4 and v6 (Miroslav Bajtoš)
* Stop caching config files (Miroslav Bajtoš)
2016-07-14 13:54:35 +02:00
Ryan Graham
ce7fe3fb07
Update URLs in CONTRIBUTING.md ( #198 )
2016-07-13 17:42:46 -07:00
Miroslav Bajtoš
c2484a6265
Merge pull request #194 from strongloop/fix/require-cache
...
Stop caching config files
2016-07-13 16:37:49 +02:00
Miroslav Bajtoš
296c38568c
Merge pull request #196 from strongloop/fix/travis
...
travis: drop io.js, add Node v4 and v6
2016-07-01 16:22:10 +02:00
Miroslav Bajtoš
24571328a8
travis: drop io.js, add Node v4 and v6
2016-07-01 16:03:42 +02:00
Miroslav Bajtoš
5f5e86e47f
test: fix security warning
...
Add a simple implementation of getRandomValues to the browser context
to get rid of the following warning:
[SECURITY] node-uuid: crypto not usable, falling back to insecure
Math.random()
2016-07-01 16:01:58 +02:00
Miroslav Bajtoš
7b226b212e
Stop caching config files
2016-07-01 15:38:25 +02:00
Miroslav Bajtoš
58d9322190
2.19.0
...
* update copyright notices and license (Ryan Graham)
* Add flag var lazyConnect to ds config (juehou)
2016-06-20 17:11:43 +02:00
Ryan Graham
5eaa909006
update copyright notices and license
2016-05-05 21:52:36 -07:00
Janny
defe5f4bb8
Merge pull request #185 from strongloop/feature/lazy-connect
...
Add flag var lazyConnect to ds config
2016-05-05 18:18:22 -04:00
juehou
d334425ada
Add flag var lazyConnect to ds config
2016-05-05 17:33:16 -04:00
Miroslav Bajtoš
51a699af01
2.18.1
...
* parse config: should ignore null values (Loïc Mahieu)
2016-04-13 16:16:14 +02:00
Miroslav Bajtoš
47974fd1d2
Merge pull request #183 from LoicMahieu/fix/182
...
parse config: should ignore null values
2016-04-13 16:15:52 +02:00
Loïc Mahieu
1d2649eee7
parse config: should ignore null values
...
Fix #182
2016-04-13 11:26:24 +02:00
Miroslav Bajtoš
cc551b0c0f
2.18.0
...
* Dynamic datasources.json from ENV and config.json (David Cheung)
* Use eslint with loopback config (Miroslav Bajtoš)
2016-04-07 10:28:22 +02:00