Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dbquery] Initial contribution #8780

Merged
merged 49 commits into from
Oct 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
32ce395
Initial commit
lujop Sep 26, 2020
93acd40
Implement reconnect attempts
lujop Sep 26, 2020
c60896e
Minor documentation changes and fix trigger channel name
lujop Oct 10, 2020
7974e3a
Fix NPE bug initializing ThingActions
lujop Oct 10, 2020
ac330ae
Implement query actions and another fixes
lujop Oct 12, 2020
a275713
Update parameters and correct channel
lujop Oct 16, 2020
98a55ad
Fix formatting and forgot part on previous commit
lujop Oct 17, 2020
5874268
Improve documentation
lujop Oct 17, 2020
4e75253
Add javadoc comment and license to all classes
lujop Oct 17, 2020
99f4dbf
Code cleanup
lujop Oct 17, 2020
e7ee6b2
Untrack unused i18n file
lujop Oct 17, 2020
f219a4a
Fix log level for query actions trace information
lujop Oct 17, 2020
41e7827
Add dbquery addon to bundles pom
lujop Oct 17, 2020
21c0995
Temporary remove mqtt bindings that make travis build to fail
lujop Oct 17, 2020
b4ac7b5
Fix formatting issue
lujop Oct 17, 2020
06802a8
Revert "Temporary remove mqtt bindings that make travis build to fail"
lujop Oct 18, 2020
2a6fec8
Code clean up from static analysis
lujop Oct 18, 2020
ba2ae9f
Merge branch 'main' into dbquery_initial_submission
Skinah Feb 25, 2021
c7efbcf
Update code to be compatible with 3.1.0
lujop Mar 5, 2021
6f0c114
Merge branch 'main' into dbquery_initial_submission
lujop May 23, 2021
4afe2af
Requested PR changes
lujop May 23, 2021
c5ec59e
Update bundles/org.openhab.binding.dbquery/src/main/java/org/openhab/…
lujop Aug 19, 2021
a05e81a
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
318e4e7
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
89a4ac0
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
dae8934
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
2fb00ab
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
143ac55
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
fdf75a0
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
8513271
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
c0abd28
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
729b1a2
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
ef8d6d0
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
701583f
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
24d9a18
Update bundles/org.openhab.binding.dbquery/README.md
lujop Aug 19, 2021
0ea5efe
Update bundles/org.openhab.binding.dbquery/src/main/java/org/openhab/…
lujop Aug 19, 2021
2a696b0
Apply suggestions from code review
lujop Aug 22, 2021
e900721
Suggestions from code review
lujop Aug 22, 2021
255e561
Merge remote-tracking branch 'openhab/main' into dbquery_initial_subm…
lujop Aug 22, 2021
7a9ec0b
Update parent version
lujop Aug 23, 2021
0abdf2f
Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/…
lujop Sep 8, 2021
dd2ec87
Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/…
lujop Sep 8, 2021
e5cc8c1
Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/…
lujop Sep 8, 2021
2f58d26
Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/…
lujop Sep 8, 2021
e1453e0
Update bundles/org.openhab.binding.dbquery/src/main/resources/OH-INF/…
lujop Sep 8, 2021
b175337
Changes asked in PR review
lujop Sep 22, 2021
0895e03
Update bundles/org.openhab.binding.dbquery/README.md
lujop Sep 30, 2021
cf1155a
README documentation imporovements
lujop Sep 30, 2021
fc2be94
Fix format issue
lujop Sep 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Temporary remove mqtt bindings that make travis build to fail
Signed-off-by: Joan Pujol <[email protected]>
  • Loading branch information
lujop committed Oct 17, 2020
commit 21c09957b5850230e1cf1bd2a83a42a088641a45
2 changes: 2 additions & 0 deletions bundles/pom.xml
Original file line number Diff line number Diff line change
@@ -181,10 +181,12 @@
<module>org.openhab.binding.modbus.helioseasycontrols</module>
<module>org.openhab.binding.monopriceaudio</module>
<module>org.openhab.binding.mpd</module>
<!--
<module>org.openhab.binding.mqtt</module>
<module>org.openhab.binding.mqtt.generic</module>
<module>org.openhab.binding.mqtt.homeassistant</module>
<module>org.openhab.binding.mqtt.homie</module>
-->
<module>org.openhab.binding.mystrom</module>
<module>org.openhab.binding.nanoleaf</module>
<module>org.openhab.binding.neato</module>