loopback-boot/test/fixtures
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
..
browser-app Upgrade deps and fix style issues 2017-05-08 14:48:48 -07:00
browser-app-2 Upgrade deps and fix style issues 2017-05-08 14:48:48 -07:00
coffee-app Refactor for modular and pluggable design 2016-11-22 13:38:28 -05:00
empty-app fix: set `app.booting` flag immediately 2019-03-22 13:57:25 +01:00
env-app Upgrade deps and fix style issues 2017-05-08 14:48:48 -07:00
simple-app Add support for es6 modules for boot scripts 2018-10-11 16:17:29 +02:00
passport.js Upgrade deps and fix style issues 2017-05-08 14:48:48 -07:00
simple-component.js Upgrade deps and fix style issues 2017-05-08 14:48:48 -07:00
simple-middleware.js Upgrade deps and fix style issues 2017-05-08 14:48:48 -07:00