Commit Graph

421 Commits

Author SHA1 Message Date
Diana Lau c8241b2b35
Merge pull request #308 from achrinzafork/chore/update-lts
chore: update LTS status to End-of-Life
2021-02-09 10:48:13 -05:00
Rifa Achrinza afe57b5b04 chore: update LTS status to End-of-Life
see https://github.com/strongloop/loopback-next/issues/6957
2021-01-22 11:13:00 +08:00
Miroslav Bajtoš 56dcfaab6c
Merge pull request #305 from strongloop/feat/maintenance-lts
Update LTS status in README
2020-03-05 17:28:05 +01:00
Miroslav Bajtoš 51ec554632
Update LTS status in README 2020-03-05 13:41:27 +01:00
Agnes Lin f4313949c3
Merge pull request #302 from strongloop/copyright
chore: update copyrights year
2020-02-10 08:32:31 -05:00
Diana Lau 98883a877f chore: update copyrights year 2020-02-08 17:01:01 -05:00
Diana Lau 7a6021dc77
Merge pull request #301 from strongloop/fixbot
fix stale bot
2020-02-06 08:58:27 -05:00
Diana Lau f9d6d147bc fix stale bot 2020-02-03 14:18:55 -05:00
Nora 298aec304a
Merge pull request #300 from strongloop/chore/improve-issue-templates
chore: improve issue and PR templates
2019-11-21 10:31:47 -05:00
Nora 0043b9e27d
Merge pull request #299 from strongloop/fix-eslint
chore: fix eslint violations
2019-11-21 10:31:38 -05:00
Nora 3cbe0028a4 chore: improve issue and PR templates 2019-11-17 14:22:06 -05:00
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