Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

2.3.0.201804120154: Gzip resources; optional rule engine dependency

Compare
Choose a tag to compare
@ghys ghys released this 12 Apr 01:59
· 35 commits to master since this release
- Add an option to serve prebuilt gzipped web app
  resources and add a Content-encoding: gzip header
  to the response.  This reduces significantly the
  initial download size of the web app. Enable in
  Paper UI (Configuration > Services > UI > HABot).

  NOTE: myopenhab.org/openHAB Cloud does NOT support
  reverse proxifying with Content-encoding: gzip, so
  enabling option will NOT work with this service.
  Use your own reverse proxy (ie. nginx) or another
  method.

- Make the dependency to the rule engine optional
  (org.eclipse.smarthome.automation). The action
  type module will be enabled only if the automation
  engine bundles are already installed.

- HbBtn: fix command expression parsing

- Small cleanups in Javadoc & quasar.conf.js.

Signed-off-by: Yannick Schaus <habpanel@schaus.net>