Ghost/test
Hannah Wolfe 176433e307 Refactored notify to send started + ready
- In the old boot the server wasn't started til we were ready
- In new boot, we start the server immediately and send the old started event
- Then, when we are ready to accept some traffic, we send a ready event
- At the moment, ready isn't quite sent at the right time:
   - It _should_ be when we're ready to serve real traffic, not just send 503s
   - This is after the URL generation has finished
   - But this requires more refactoring work :(
   - So for now we send when everything else is ready
- This really needs some tests
2021-02-19 20:42:10 +00:00
..
api-acceptance Refactored usage of pre v4 "unsplash" setting format 2021-02-18 10:55:59 +13:00
frontend-acceptance Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
regression Switched tests to use new boot method 2021-02-18 20:24:49 +00:00
unit Moved notify out of GhostServer 2021-02-19 20:22:56 +00:00
utils Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00
.eslintignore
.eslintrc.json Enabled error for "no-shadow" eslint rule 2020-10-27 11:27:37 +13:00
.jshintrc