* Don't use global static variables as collection caches - this may cause troubles.
* cleanup: remove old cluster kickstarter UI remaints.
* cleanup - remove references to long gone tests
* ui - added bind parameters to slow query history view
* also added bind params to running query view
* ui: fixed a bug when moving multiple documents was not possible
* general graph module and UI now supporting sharded and replicated graph
* fixed a bug when the _from and _to refs in the document view ui were not working for special characters
* CHANGELOG
* Pass config/deps on _install so setup can see them
* Only register service when install succeeded
* Don't throw after point of no return: breaky install is breaky
* Delete service files during install if service validation fail
* Delete service files during install if service execution fails
* Fix commitLocalState with invalide services
* Remove deprecated test
* fix query execution times that may have different between batches
* applied query statistic change to ui
* do not expose state "finished", as it is useless
* add warmup documentation - #188
* warn when relinking build directory
* add warmup documentation - #188
* warn when relinking build directory
* Renamed warmup to loadIndexesInMemory which is a better name for the current implementation of this feature.
* Adapted WebUI to state 'load indexes in memory' instead of 'warmup'
* Added loadIndexesInMemory documentation.
* Renamed loadIndexesInMemory => loadIndexesIntoMemory
* Fix Foxx API error
* Manager should distinguish between errors and services
* Foxx API should not require service to exist for uninstall
if force option is used
* Respect options.force in FM _install
* Implement new self-heal
* Add error codes for 503, service missing/outdated
* Detect changes to service via rev
* Pretty print incoming response object in log