Commit Graph

12 Commits (final-2.5.x)

Author SHA1 Message Date
Fabian Wolter 73ed3ba43d
Remove Apache Commons from Default Libraries (#1229)
See openhab/openhab-addons#7722
Signed-off-by: Fabian Wolter <git@fabian-wolter.de>
2020-06-16 22:23:38 +02:00
Fabian Wolter 8a3477c3aa
Add doc folder to the binding directory structure (#1230)
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-06-16 21:59:28 +02:00
Hilbrand Bouwkamp 6ac9f36044 Changed related to rename of openHAB2-addons (#1114)
* Renamed references of openhab2-addons to openhab-addons

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>

* Removed legacy ide description

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>

* Fixed links to installing ide

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2020-01-07 23:38:13 +01:00
Jerome Luckenbach d4cc7be27e
Introduced many custom containers. (#1117)
* Refactored multiple 'Note:' occurances.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Small fixes

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-27 16:18:48 +01:00
Christoph Weitkamp 8145798969 Applied code formatter in guideline examples (#1073)
* Applied code formatter in guideline examples

- Applied code formatter in guideline examples
- Updated links (http, Java 8 and OSGi)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Update guidelines.md

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-11-12 20:35:14 +01:00
Arne Seime 559b54d65e Updated develop docs according to spotless maven code formatting plugin (#1058)
* Updated develop docs according to spotless maven code formatting plugin

Signed-off-by: Arne Seime <arne.seime@gmail.com>

* Updated link to code formatter definitions

Signed-off-by: Arne Seime <arne.seime@gmail.com>

* Updated links to code formatting rules. Reverted header numbering change

Signed-off-by: Arne Seime <arne.seime@gmail.com>
2019-11-11 20:03:05 +01:00
Hilbrand Bouwkamp be0577cd03 [developers] Neutralize gender (#1068)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-10-29 00:12:16 +01:00
Hilbrand Bouwkamp 89503ba0de Updated descriptions of directory structure (#1052)
Removed structure from binding page as it's duplicated on the guidelines page.
Updated and improved the description on the guidelines page with the information that was on the bindings page (that information was improved recently).

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-10-08 20:26:04 +02:00
Hilbrand Bouwkamp c4ceb76b9e Updated developer guidelines on logging (#1051)
Updated to better reflect usage. Copied some documentation back from orginial ESH description.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-10-01 14:27:05 +02:00
Georgios Moutsos beef4e9e21 Update guidelines.md (#972)
* Update guidelines.md
Corrected link to ESH.xml

Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>

* Temporary github url, until clarified

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-05-18 20:53:15 +02:00
David Gräff 02218b437f Add "Other code attributions" to the guidelines (#977)
Signed-off-by: David Gräff <david.graeff@web.de>
2019-05-18 11:52:48 +02:00
David Gräff 64e3d99edd Rewrite developer section (#942)
* Rewrite developer section
* More work on module types
* More module-type stuff
* Adapt vuepress files
* Write binding doc
* Add TODOs for missing topics
* Add all missing topics from ESH.
* Tests
* Audio extensions
* Utilities
* i18n
* Event-bus
* Small fixes
* Command Description
* Add some tocs
* Add concept drawing to binding dev.
* Update developers/osgi/configadmin.md
Co-Authored-By: davidgraeff <david.graeff@web.de>
* Update administration/logging.md
Co-Authored-By: davidgraeff <david.graeff@web.de>
* Update developers/bindings/thing-xml.md
Co-Authored-By: davidgraeff <david.graeff@web.de>
* Convert HTML tables to Markdown
Signed-off-by: Hakan Tandogan <hakan@tandogan.com>
* Resolved one line per sentence review parts.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update developers/index.md
* Update developers/buildsystem.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Add persistence placeholder. Address review comments
* fix persistence subdirectory
Signed-off-by: David Graeff <david.graeff@web.de>
* Update developers/audio/index.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/guidelines.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/contributing.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/buildsystem.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/guidelines.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/index.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/index.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/osgi/osgids.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/transformations/index.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Update developers/ioservices/index.md
Co-Authored-By: davidgraeff <davgraeff@gmail.com>
* Remove extensionservices (for now ;)
Signed-off-by: David Graeff <david.graeff@web.de>
* Fix typos
Signed-off-by: David Graeff <david.graeff@web.de>
* Added example code for 'DynamicCommandDescriptionProvider' and 'DynamicCommandDescriptionProvider'
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Added example code for 'ThingHandlerFactory'
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Applied review comments
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-05-02 20:52:37 +02:00