Commit Graph

520 Commits

Author SHA1 Message Date
openhab-bot
deb888476b New Crowdin translations (#349) 2018-07-23 14:10:52 +02:00
Hilbrand Bouwkamp
ad3f6df25a Changed constructors DecimalType to work the same as ESH DecimalType (#372)
The constructors of DecimalType in ESH use BigDecimal.valueOf instead of new BigDecimal. Using valueOf is better because the new constuctors causes undesired rounding. For example the value 0.32 becomes: 0.320000000000000006661338147750939242541790008544921875. With valueOf this doesn't happen.
This change will make it work the same as the ESH DecimalType
Closes #371

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2018-07-23 13:11:05 +02:00
Wouter Born
33c7f838fc Add Automatic-Module-Name entry to manifests (#369)
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-07-21 16:07:17 +02:00
Kai Kreuzer
750ee5201f upgraded to official nrjavaserial 3.14.0 release (#366)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-07-15 22:32:06 +02:00
Kai Kreuzer
659898736f updated to new dependencies with JUPnP 2.4 (#365)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-06-27 14:19:46 +02:00
Kai Kreuzer
70d727da4c include swagger feature directly in rest-docs (#362)
also move out the rule engine from openhab-core and put it in openhab-distro instead

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-06-15 16:10:55 +02:00
Chris Carman
f748afdd19 Don't lose stacktrace when rethrowing (#359)
* Don't lose stacktrace when rethrowing

Don't destroy the stacktrace information of a caught exception that's about to be rethrown.
2018-06-14 17:37:43 +02:00
Kai Kreuzer
0eec30045e removed ignored groovy test (#358)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-06-09 20:46:08 +02:00
Martin van Wingerden
3aa49789a4 Update version number regex (#355)
Fixes #354

Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
2018-06-02 14:40:39 +02:00
CloudBees DEV@Cloud
7c94229959 [unleash-maven-plugin] Preparation for next development cycle. 2018-05-28 01:54:21 +02:00
CloudBees DEV@Cloud
cabe7c4528 [unleash-maven-plugin] Preparation for next development cycle. 2018-05-28 01:54:21 +02:00
Patrick Fink
c4cf6eeb61 Add openHAB ESH repository (#352)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-05-28 00:24:07 +02:00
Patrick Fink
d59709fea2 Use newest version of maven-deploy-plugin (#351)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-05-27 22:54:07 +02:00
Wouter Born
aa6f0e0a1b Update Home Builder documentation links (#350)
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-05-26 13:17:02 +02:00
Kai Kreuzer
75c1796d92
adapted links to documentation to new website layout (#347)
* adapted links to documentation to new website layout

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-24 22:36:07 +02:00
openhab-bot
6a4f410fa1 New translations dashboard.properties (Hebrew) (#348) 2018-05-22 22:06:31 +02:00
openhab-bot
6c5050e8ac New Crowdin translations (#331)
* New translations dashboard.properties (Czech)

* New translations en-UK.json (Czech)

* New translations dashboard.properties (Hungarian)

* New translations en-UK.json (Hungarian)

* New translations dashboard.properties (Hebrew)

* New translations dashboard.properties (Hebrew)

* New translations en-UK.json (Hebrew)

* New translations en-UK.json (Hebrew)

* New translations dashboard.properties (Hebrew)

* New translations en-UK.json (Hebrew)

* New translations dashboard.properties (Hebrew)

* New translations dashboard.properties (Russian)

* New translations dashboard.properties (Polish)

* New translations dashboard.properties (Tagalog)

* New translations dashboard.properties (Turkish)

* New translations dashboard.properties (Czech)

* New translations dashboard.properties (Hungarian)

* New translations dashboard.properties (Hebrew)

* New translations dashboard.properties (Dutch)

* New translations dashboard.properties (French)

* New translations dashboard.properties (German)
2018-05-21 19:44:29 +02:00
Kai Kreuzer
c247f1683d updated links to documentation website (#346)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-21 14:08:56 +02:00
Kai Kreuzer
3658071d04 updated dependencies to 1.0.26 (#345)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-21 07:49:05 +02:00
Kai Kreuzer
fb11962fb8 made http transport part of core installation (#344)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-18 09:58:25 +02:00
Kai Kreuzer
2a97a2f8c6 directly added http client feature to http transport (#342)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-15 06:48:24 +02:00
Kai Kreuzer
9a4c8d74ae replace ESH p2 update site dependency by plain Maven dependencies (#341)
* replace ESH p2 update site dependency by plain Maven dependencies
* added special dependencies for core bundles
* added dependencies to feature projects as well

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-14 14:33:24 +02:00
Patrick Fink
c8a8f87a43 Remove obsolete esh.releaseVersion property (#340)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-05-13 19:15:56 +02:00
Kai Kreuzer
47bfddeecd
added new methods for breaking ESH change (#339)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-03 19:21:40 +02:00
Svilen
0d14e401df Update to latest SAT version (#338)
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
2018-04-27 14:24:13 +02:00
Kai Kreuzer
ee3ef06233 grouped features for serial support (#337)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-23 09:07:42 +02:00
Patrick Fink
9546e6c85f Update unleash-maven-plugin to version 2.8.0 (#334)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-04-14 18:42:51 +02:00
Kai Kreuzer
c02826f882 added proper logging in error case (#333)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-13 15:40:31 +02:00
Stefan Triller
95fa29ee8a Null annotations: Disable unchecked conversion warning (#330)
Sync maven settings with IDE settings again.

Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2018-04-10 14:02:16 +02:00
Kai Kreuzer
cfbdb1d026 updated to latest deps version (#329)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-10 12:41:32 +02:00
Kai Kreuzer
6258d3c981 updated to 1.0.24 dependencies with zigbee libs (#327)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-03 21:48:09 +02:00
Kai Kreuzer
55afd3e74e only regard ESH main type when mapping to OH types (#326)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-01 21:50:44 +02:00
Kai Kreuzer
80c3597970 moved release repo in profile (#321)
* moved release repo in profile

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-28 21:18:16 +02:00
Kai Kreuzer
9b0bf26c09
added support for QuantityType in the compatibility layer (#319)
This specifically makes the QuantityType backward compatible and makes it treated as a simple DecimalType in any 1.x add-ons, such as specifically the persistence services.

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-26 14:29:19 +02:00
Kai Kreuzer
bd654a60e6
removed reference to release repo (#317)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-16 12:17:08 +01:00
Kai Kreuzer
dee3ceea14
upgrade to Karaf 4.1.5 (#316)
* upgrade to Karaf 4.1.5

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-15 21:02:34 +01:00
openhab-bot
aa899d7f4d New Crowdin translations (#280)
* New translations
2018-03-13 06:59:30 +01:00
Kai Kreuzer
74621dbcc8 updated to latest version of 3rd party dependencies (#313)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-13 06:51:00 +01:00
Tanya Georgieva
8a3b3d1074 Changed the indentation for some XML files from spaces to tabs (#310)
Signed-off-by: Tanya D. Georgieva <tanya.dancheva.georgieva@gmail.com>
2018-03-12 18:17:58 +01:00
Tanya Georgieva
c85bf20486 Add new license header style for the XML files (#309)
Signed-off-by: Tanya D. Georgieva <tanya.dancheva.georgieva@gmail.com>
2018-03-12 15:46:19 +01:00
Wouter Born
0734e74fb7 Fix duplicate directory-maven-plugin declaration (#308)
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-03-12 11:47:32 +01:00
Kai Kreuzer
711e19509c
fixed indentation (#296)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-02-14 17:32:25 +01:00
Kai Kreuzer
4aeae6b0a2
fixed warnings in build and added equinox.jetty dependency for feed tests (#294)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-02-14 17:04:18 +01:00
Kai Kreuzer
5f4e037cd4
updated to latest dependencies that are compatible with the latest smarthome.test bundle which required Mockito 2.0 (#293)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-02-13 22:00:25 +01:00
Henning Treu
8988baba82 Add OSM source service (#224)
Also: update logo pointer to new openHAB logo

Signed-off-by: Henning Treu <henning.treu@telekom.de>
2018-02-13 15:25:44 +01:00
Svilen
156b8021d3 Changed SAT artifact ID to correct one. (#284)
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
2018-01-26 16:00:49 +01:00
Svilen
16ac7f16ca Update sat configuration and version (#262)
* Add config file to the build
* Change to new artifact ID and version of SAT
* Bump to new version

Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
2018-01-26 09:47:44 +01:00
Kai Kreuzer
660fa9fbd6
reduce the esh release version to 0.9.0 to make sure that snapshots are taken (#283)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-01-23 16:17:59 +01:00
pali
c330398320 [Dashboard] Fix illegal tile caused NPE (#282)
* [Dashboard] Fix illegal tile caused NPE
* [Dashboard] Improve error handling in DashboardServlet

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
2018-01-23 14:11:13 +01:00
Martin van Wingerden
c43d970f09 Fixed missing spacing and removed unused duplicate CSS (#279)
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
2018-01-16 11:16:35 +01:00