Commit Graph

1638 Commits (main)

Author SHA1 Message Date
Wouter Born 0ea6ba6229 Fix empty reactor summary on newer Maven versions (#93)
On newer Maven versions the reactor summary also contains the project name and version so the regexp needs to be adjusted for this.

Signed-off-by: Wouter Born <github@maindrain.net>
2019-08-06 23:00:35 +03:00
Markus Rathgeb b351043063 use bnd annotations to not interfere with derived props (#90)
Fixes: https://github.com/openhab/openhab-webui/issues/89

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-08-01 09:08:00 +03:00
Markus Rathgeb aaab65d8bf HABot: fix nullness (#85)
After adding the nullness annotations to the automation the type
argument for the base module handler must be a non nullable one.
To apply the non-null annotation to the given type argument we mark the
whole class as non null by default.

Related to: https://github.com/openhab/openhab-core/pull/910

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-07-10 11:19:16 +02:00
Christoph Weitkamp 914f213520 [paper] Add kind to dynamically created channels (#84)
- Add kind to dynamically created channels

Fixes https://github.com/openhab/openhab2-addons/issues/5410

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-07-03 13:33:39 +02:00
Kai Kreuzer eadf6e6e4e added webaudio feature to HABPanel (#81)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2019-06-16 12:46:40 +02:00
Wouter Born 732eb92418 [paper] Sort serial port parameter options (#80)
When you have many serial ports its easier to find them in a sorted list.

Signed-off-by: Wouter Born <github@maindrain.net>
2019-06-14 09:44:53 +02:00
Wouter Born a179057e55 Upgrade Karaf to 4.2.6 (#79)
For Karaf 4.2.5 release notes, see:
  https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345153

For Karaf 4.2.6 release notes, see:
  https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345365

Signed-off-by: Wouter Born <github@maindrain.net>
2019-06-10 19:17:12 +02:00
Wouter Born f3ba1429a9 Adapt POMs to follow common layout (#72)
* Update features GAV
* Update project names

Signed-off-by: Wouter Born <github@maindrain.net>
2019-06-05 21:58:11 +02:00
Wouter Born 8112e09934 Use bnd for including resources to workaround infinite Eclipse builds (#75)
When "Build Automatically" is enabled in Eclipse, the build never ends.
It seems there is a bnd issue with the way resources are defined in the reactor POM.
The workaround seems to be to include all resources using bnd.

See also:

* https://github.com/bndtools/bnd/issues/3220
* https://github.com/openhab/openhab2-addons/issues/5554

Signed-off-by: Wouter Born <github@maindrain.net>
2019-06-01 19:20:06 +02:00
Yannick Schaus dcf9eb5c2b [habot] Suppress verbose messages during training (#74)
Signed-off-by: Yannick Schaus <github@schaus.net>
2019-05-29 14:00:13 +02:00
Patrick Fink ad14f0e582 Inherit from openHAB Super POM (#73)
Signed-off-by: Patrick Fink <mail@pfink.de>
2019-05-29 08:30:42 +02:00
Luciano bbf8724abb [habot] Italian Translation (#61)
Signed-off-by: Luciano Legovich <llegovich@yahoo.it>
2019-05-29 01:22:55 +02:00
Wouter Born 245087c78f Ignore Eclipse project specific settings (#50)
* Ignore Eclipse project specific settings

Signed-off-by: Wouter Born <github@maindrain.net>
2019-05-27 22:48:12 +02:00
Wouter Born a037f8f87e Remove p2 repo (#71)
Fixes #47

Signed-off-by: Wouter Born <github@maindrain.net>
2019-05-27 19:15:39 +02:00
Wouter Born 98d8b0a3bd [paper] Hide command options for read only items (#68)
Hides the command options (added in https://github.com/eclipse/smarthome/pull/5131) for controls of read only items.

Signed-off-by: Wouter Born <github@maindrain.net>
2019-05-27 16:03:19 +02:00
Wouter Born eab9efae16 Fix Travis build (#70)
Using the -a switch grep will treat binary data as text so the pipe no longer chokes on it.

Signed-off-by: Wouter Born <github@maindrain.net>
2019-05-27 16:01:22 +02:00
Markus Rathgeb 4ee9f0540a fix code for new storage service handling (#63)
Related to: https://github.com/openhab/openhab-core/pull/787

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-05-02 21:34:57 +02:00
Markus Rathgeb 28c86adeeb fix nullness constraint violations (#64)
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-05-02 21:34:03 +02:00
Markus Rathgeb 398859671b add BOM for the UI bundles (#59)
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-15 23:38:01 +02:00
Wouter Born 893780b8d8 Upgrade to Karaf 4.2.4 (#56)
For Karaf 4.2.3 release notes, see:
  https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12344587

For Karaf 4.2.4 release notes, see:
  https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344856&projectId=12311140

Signed-off-by: Wouter Born <github@maindrain.net>
2019-04-15 23:29:58 +02:00
Markus Rathgeb 1a36cd4915 add (wrongly) ignored directory to Basic UI resources (#58)
Fixes: https://github.com/openhab/openhab-webui/issues/57

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-15 23:26:33 +02:00
Markus Rathgeb 557e4fae4e Paper UI: restore customization support (#54)
Fixes: https://github.com/openhab/openhab-webui/issues/53

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-11 21:25:56 +02:00
Markus Rathgeb dc1480397b fix some group IDs (#52)
* fix iconset feature by using new groupId
* Fix SAT configuration
* fix further group IDs

Also-by: Wouter Born <github@maindrain.net>
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-11 10:27:35 +02:00
Wouter Born 2878a59cea Fix Java 11 build (#41)
* Add required JAXB dependencies for Java 11 in POMs and features
* Upgrade p2-maven-plugin
* Update .travis.yml to require succesful Java 11 builds

Signed-off-by: Wouter Born <github@maindrain.net>
2019-04-05 15:29:17 +02:00
Markus Rathgeb e4c696dea2 enable SAT
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-05 15:28:46 +02:00
Markus Rathgeb c404650cd7 fix groupId of inter reactor dependency
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-05 15:28:46 +02:00
Markus Rathgeb 9482339fb7 fix CODEOWNERS
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-05 15:28:46 +02:00
Markus Rathgeb 249e33b2f8 improve Maven + Bnd layout and settings (#44)
https://github.com/openhab/openhab-webui/issues/38

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-05 08:28:49 +02:00
Wouter Born 50e3796568 Enable SAT
Signed-off-by: Wouter Born <github@maindrain.net>
2019-03-17 09:04:16 +01:00
Wouter Born f41db57870 Remove unused ohdr.version, add missing pluginRepositories
Signed-off-by: Wouter Born <github@maindrain.net>
2019-03-17 09:04:16 +01:00
Wouter Born e5cd71810e Remove redundant habot and habpanel files
Signed-off-by: Wouter Born <github@maindrain.net>
2019-03-17 09:04:16 +01:00
Wouter Born 4c87422f63 Remove redundant gitignore files
Signed-off-by: Wouter Born <github@maindrain.net>
2019-03-17 09:04:16 +01:00
Wouter Born 042899c64e Update Travis configuration (#37)
Signed-off-by: Wouter Born <github@maindrain.net>
2019-03-14 20:25:00 +01:00
Wouter Born 671f926883 Resolve SAT errors (#36)
Signed-off-by: Wouter Born <github@maindrain.net>
2019-03-14 20:20:40 +01:00
Wouter Born 9173058ce9 Update all license headers to openHAB EPL-2.0 (#35)
Signed-off-by: Wouter Born <github@maindrain.net>
2019-03-07 22:50:51 +01:00
Wouter Born 438abd1c5f Add missing gitignore files (#31)
Signed-off-by: Wouter Born <github@maindrain.net>
2019-03-03 12:15:13 +01:00
Kai Kreuzer 829ef0768a
Initial commit with UI code base as of 2019-02-17
Also-by: Wouter Born <github@maindrain.net>
Also-by: Martin van Wingerden <martinvw@mtin.nl>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2019-03-02 19:43:23 +01:00
Kai Kreuzer 42cb2a4c80
Initial commit 2019-02-17 19:19:52 +01:00