Ghost/core/test/unit
kirrg001 3155ea2aa7 🐛 Fixed urls being /404/ after starting the Ghost server
no issue

- there was a timing bug in Ghost
- we do operations in parallel on bootstrap
  - 1) we fetch the resources as early as possible
  - 2) we do all the rest (express bootstrapping, theme loading, router registration) etc.
- it can happen that (2) happens too slow and ends in the situation that the queue, which is responsible
  to handle both parallel actions, does not wait for the routers and closes the event
- this is a short term fix
- i need to reconsider if there is a better long term fix
2018-06-07 09:27:24 +02:00
..
adapters Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
api Extended the API object validation 2018-04-05 18:51:58 +02:00
apps Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
config Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
data Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
helpers Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
lib Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
models Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
public Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
services 🐛 Fixed urls being /404/ after starting the Ghost server 2018-06-07 09:27:24 +02:00
web Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
filters_spec.js Tidy up unit test files (#9340) 2017-12-14 03:36:50 +01:00