Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dbquery] Initial contribution (openhab#8780)
* Initial commit Intial work history lost due to the repository shrunk done at c53e4ae (intially started from old unshrunked repo) Signed-off-by: Joan Pujol <[email protected]> * Implement reconnect attempts If database can be connected at bridge initialization schedule retry attempts. Prevent query execution scheduling if bridge isn't online Signed-off-by: Joan Pujol <[email protected]> * Minor documentation changes and fix trigger channel name Signed-off-by: Joan Pujol <[email protected]> * Fix NPE bug initializing ThingActions Signed-off-by: Joan Pujol <[email protected]> * Implement query actions and another fixes Implement actions to execute query and get last query result Correctly serialize as JSON non scalar results to result channels Signed-off-by: Joan Pujol <[email protected]> * Update parameters and correct channel Signed-off-by: Joan Pujol <[email protected]> * Fix formatting and forgot part on previous commit Signed-off-by: Joan Pujol <[email protected]> * Improve documentation Signed-off-by: Joan Pujol <[email protected]> * Add javadoc comment and license to all classes Signed-off-by: Joan Pujol <[email protected]> * Code cleanup Signed-off-by: Joan Pujol <[email protected]> * Untrack unused i18n file Signed-off-by: Joan Pujol <[email protected]> * Fix log level for query actions trace information Signed-off-by: Joan Pujol <[email protected]> * Add dbquery addon to bundles pom Signed-off-by: Joan Pujol <[email protected]> * Temporary remove mqtt bindings that make travis build to fail Signed-off-by: Joan Pujol <[email protected]> * Fix formatting issue Signed-off-by: Joan Pujol <[email protected]> * Revert "Temporary remove mqtt bindings that make travis build to fail" This reverts commit 21c0995. Signed-off-by: Joan Pujol <[email protected]> * Code clean up from static analysis Signed-off-by: Joan Pujol <[email protected]> * Update code to be compatible with 3.1.0 Update dependencies version Update Copyright Other minor changes for new static analysis validations. Signed-off-by: Joan Pujol <[email protected]> * Requested PR changes Signed-off-by: Joan Pujol <[email protected]> * Update bundles/org.openhab.binding.dbquery/src/main/java/org/openhab/binding/dbquery/internal/JDBCBridgeHandler.java Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/src/main/java/org/openhab/binding/dbquery/internal/DatabaseBridgeHandler.java Co-authored-by: Matthew Skinner <[email protected]> * Apply suggestions from code review Co-authored-by: Matthew Skinner <[email protected]> * Suggestions from code review Signed-off-by: Joan Pujol <[email protected]> * Update parent version Signed-off-by: Joan Pujol <[email protected]> * Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/thing/thing-types.xml Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/thing/thing-types.xml Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/thing/thing-types.xml Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/thing/jdbc-bridge.xml Co-authored-by: Matthew Skinner <[email protected]> * Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/thing/thing-types.xml Co-authored-by: Matthew Skinner <[email protected]> * Changes asked in PR review Signed-off-by: Joan Pujol <[email protected]> * Update bundles/org.openhab.binding.dbquery/README.md Co-authored-by: Matthew Skinner <[email protected]> * README documentation imporovements Signed-off-by: Joan Pujol <[email protected]> * Fix format issue Signed-off-by: Joan Pujol <[email protected]> Co-authored-by: Matthew Skinner <[email protected]>
- Loading branch information