Commit Graph

410 Commits

Author SHA1 Message Date
Nora e9b108f9c6 chore: fix eslint violations 2019-11-17 14:19:25 -05:00
Miroslav Bajtoš 0bbe8335a4
Merge pull request #297 from strongloop/fix/ci
test: fix browserify-based tests
2019-10-07 10:38:13 +02:00
Miroslav Bajtoš c11ba18f73
test: fix browserify-based tests
Add `packageFilter` to handle buggy `async` browserify config.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-10-03 17:06:12 +02:00
Miroslav Bajtoš 1fec4ea375
Merge pull request #298 from strongloop/drop-node6
Drop support for Node.js 6.x
2019-10-03 17:03:36 +02:00
Miroslav Bajtoš 974c63ccd5
Drop support for Node.js 6.x
It has reached end-of-life long time.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-10-03 16:57:02 +02:00
Diana Lau f6b2f24b29
Merge pull request #296 from strongloop/stalebot
chore: add stalebot
2019-09-19 10:00:00 -04:00
Diana Lau b4d1f96494 chore: add stalebot 2019-09-19 09:36:49 -04:00
Diana Lau 6d8d9c92ce
Merge pull request #293 from strongloop/fix/publish-config
Tag 3.x versions as `latest` in npm registry
2019-06-25 09:54:04 -04:00
Miroslav Bajtoš 14050c199f
Tag 3.x versions as `latest` in npm registry
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-06-25 08:38:07 +02:00
Diana Lau 59e46b3d91 3.3.1
* chore: update LTS status (Diana Lau)
 * chore: update copyrights years (Agnes Lin)
2019-06-24 11:22:44 -04:00
Diana Lau 8bb4368ca8
Merge pull request #292 from strongloop/lts
chore: update LTS status
2019-06-18 15:33:11 -04:00
Diana Lau a1d2954626 chore: update LTS status 2019-06-12 21:54:11 -04:00
Agnes Lin 837b8185f2
Merge pull request #290 from strongloop/copyrights
chore: update copyrights years
2019-05-07 10:29:23 -04:00
Agnes Lin ef39abf6eb chore: update copyrights years 2019-05-07 10:16:03 -04:00
Raymond Feng 8587dd6a19 3.3.0
* chore: upgrade deps to avoid npm audit warnings (Raymond Feng)
2019-03-28 14:28:27 -07:00
Raymond Feng 561cbd5bca
Merge pull request #289 from strongloop/upgrade-deps
chore: upgrade deps to avoid npm audit warnings
2019-03-28 14:27:11 -07:00
Raymond Feng 02da15cd3e chore: upgrade deps to avoid npm audit warnings 2019-03-26 11:14:56 -07:00
Miroslav Bajtoš 17ba74ed1c
3.2.1
* fix: set `app.booting` flag immediately (Miroslav Bajtoš)
 * fix: update lodash (jannyHou)
2019-03-22 16:34:33 +01:00
Miroslav Bajtoš e73b90ed97
Merge pull request #286 from strongloop/fix/booting-flag
fix: set `app.booting` flag immediately
2019-03-22 16:34:04 +01:00
Miroslav Bajtoš c10e8225bb
fix: set `app.booting` flag immediately
Before this change, `app.booting` was set by Application plugin as part
of regular phase invocation, which executes individual plugins in
subsequent turns of the event loop. As a result, `app.booting` was
initially `undefined` despite the fact that the booting process was
already in progress.

This patch moves manipulation of `app.booting` flag directly to
`Bootstrapper#run` method, to ensure it's set early enough and always
properly cleared at the end.
2019-03-22 13:57:25 +01:00
Janny 825411e6b4
Merge pull request #285 from strongloop/update/dependency-lodash
update lodash
2019-03-01 14:08:27 -05:00
jannyHou 9b77d8159a fix: update lodash 2019-03-01 12:32:47 -05:00
Miroslav Bajtoš fd3a381289
3.2.0
* README: update LTS status (Miroslav Bajtoš)
 * Add support for es6 modules for boot scripts (Walker)
2018-10-18 09:01:15 +02:00
Miroslav Bajtoš 3e7031c82e
Merge pull request #284 from strongloop/update-lts
README: update LTS status
2018-10-18 09:00:25 +02:00
Miroslav Bajtoš c278fe6705
README: update LTS status 2018-10-16 13:15:49 +02:00
Miroslav Bajtoš 0ace54cd9e
Merge pull request #280 from klarkc/master
Add support for es6 modules in boot scripts
2018-10-11 16:23:54 +02:00
Walker bfa874de63
Add support for es6 modules for boot scripts 2018-10-11 16:17:29 +02:00
Diana Lau b7a14e30e1 3.1.1
* update: dependency (jannyHou)
 * chore: update dependencies (Diana Lau)
 * [WebFM] cs/pl/ru translation (candytangnb)
 * chore: update license (Diana Lau)
 * CODEOWNERS: move @lehni to Alumni section (Miroslav Bajtoš)
 * Add support for ES6 style async boot scripts (Jürg Lehni)
2018-07-26 17:33:46 -04:00
Janny 2675771ec1
Merge pull request #283 from strongloop/update-dev
Update dev
2018-07-26 14:54:35 -04:00
jannyHou 14eeb4487d update: dependency 2018-07-26 14:16:16 -04:00
Diana Lau e89e353ab0
Merge pull request #282 from strongloop/update-dep
chore: update dependencies
2018-07-26 11:09:04 -04:00
Diana Lau d598c3738a chore: update dependencies 2018-07-25 21:59:39 -04:00
Taranveer Virk c4ab39c4e0
Merge pull request #281 from candytangnb/webfm-0629-000536-cs,pl,ru-translation
[WebFM] cs/pl/ru translation Check-in by YI TANG (tangyinb@cn.ibm.com)
2018-07-06 14:51:07 -04:00
candytangnb ded5bccb60 [WebFM] cs/pl/ru translation
cs/pl/ru translation check-in by YI TANG (tangyinb@cn.ibm.com) using
WebFM tool.
2018-06-29 00:05:36 -04:00
Miroslav Bajtoš 473e685a69
Merge pull request #253 from lehni/feature/async-boot-scripts-master
Add support for ES6 style async boot scripts
2017-12-11 10:35:22 +01:00
Diana Lau cdba5f0748
Merge pull request #274 from strongloop/license
chore: update license
2017-11-13 14:52:16 -05:00
Diana Lau 47ba28898a chore: update license 2017-11-10 18:02:24 -05:00
Miroslav Bajtoš a035aaa3ae Merge pull request #271 from strongloop/good-bye-lehni
CODEOWNERS: move @lehni to Alumni section
2017-10-19 10:53:05 +02:00
Miroslav Bajtoš c1cda7aefc
CODEOWNERS: move @lehni to Alumni section 2017-10-19 10:52:32 +02:00
Diana Lau d7efabaebd 3.1.0
* update strong-globalize to 3.1.0 (shimks)
 * CODEOWNERS: add zbarbuto (Miroslav Bajtoš)
 * Ignore source maps in boot (Zak Barbuto)
 * CODEOWNERS: add lehni (Miroslav Bajtoš)
 * Create Issue and PR Templates (#261) (Sakib Hasan)
 * Add CODEOWNER file (Diana Lau)
2017-10-13 13:32:25 -04:00
Diana Lau a9ae78ea54 Merge pull request #268 from strongloop/update-strong-globalize
update strong-globalize to 3.1.0
2017-10-13 12:35:46 -04:00
shimks 3277738937 update strong-globalize to 3.1.0 2017-10-12 15:01:48 -04:00
Miroslav Bajtoš 123f3da523 Merge pull request #266 from strongloop/welcome-zbarbuto
CODEOWNERS: add zbarbuto
2017-09-27 11:12:14 +02:00
Miroslav Bajtoš e64adb92de CODEOWNERS: add zbarbuto 2017-09-25 09:56:08 +02:00
Miroslav Bajtoš 6e7809d3ef Merge pull request #264 from NextFaze/fix/ignore-maps-3
Ignore source maps in boot
2017-09-21 12:59:47 +02:00
Zak Barbuto a78a05f9b4 Ignore source maps in boot 2017-09-21 16:35:14 +09:30
Miroslav Bajtoš 42a7152474 Merge pull request #262 from strongloop/welcome-lehni
CODEOWNERS: add lehni
2017-08-31 17:02:24 +02:00
Miroslav Bajtoš 038bfeae43
CODEOWNERS: add lehni 2017-08-31 11:26:07 +02:00
Jürg Lehni 6e36f02005 Add support for ES6 style async boot scripts 2017-08-18 12:43:21 +02:00
Sakib Hasan a054fb0064 Create Issue and PR Templates (#261)
* create issue template

* create pr template
2017-08-16 15:02:49 -04:00