JianBo He
ca7ad9cc15
chore: refactor mqtt connector
2022-08-30 09:34:56 +08:00
zhouzb
dceb93dc2a
chore: bump helm chart version to 5.0.7
2022-08-30 09:33:52 +08:00
Zaiming (Stone) Shi
d74564a7f0
Merge pull request #8817 from zmstone/0822-fix-changelog
...
0822 fix changelog
2022-08-29 15:59:00 +01:00
William Yang
7451351c42
fix: quic listener idle_timeout type err
2022-08-29 16:19:19 +02:00
JimMoen
10f16b0adc
Merge pull request #8816 from JimMoen/update-dashboard-e5.0
...
chore: update dashboard for e5.0
2022-08-29 09:47:21 +08:00
JianBo He
b8003765f8
Merge pull request #8790 from lafirest/fix/exhook_log
...
fix(exhook): fix the error message of unknown hookpoint
2022-08-27 13:33:51 +08:00
Zaiming (Stone) Shi
2eb078ff3b
chore: bump changed app versions
2022-08-26 14:32:28 +02:00
Zaiming (Stone) Shi
b0b8495551
docs: fix change log for v5.0.7
2022-08-26 14:32:28 +02:00
Zaiming (Stone) Shi
13b08e08b4
Merge pull request #8778 from emqx/merge-506-to-master
...
Merge v5.0.6 and v5.0.5 to master
2022-08-26 13:18:16 +01:00
JimMoen
d436d8d015
chore: update dashboard for e5.0
2022-08-26 18:13:14 +08:00
zhouzb
ecb79716ad
Merge branch 'master' into merge-506-to-master
2022-08-26 17:40:26 +08:00
Shawn
1625b8eaeb
fix(mysql_bridge): export the query_mode option to the APIs
2022-08-26 17:11:24 +08:00
Shawn
6b0ccfbc43
refactor: rename the error return resource_down -> recoverable_error
2022-08-26 17:11:12 +08:00
Zaiming (Stone) Shi
2b29b1b2cd
Merge pull request #8769 from zmstone/0820-refactor-simplify-ssl-opts-handling
...
0820 refactor simplify ssl opts handling
2022-08-25 12:11:49 +01:00
Xinyu Liu
0c9d12fd07
Merge pull request #8804 from terry-xiaoyu/fix_rule_send_to_disconnected_resources
...
fix: incorrect replayq dir for the emqx_resource
2022-08-25 18:06:02 +08:00
firest
611053b6ca
chore: bump exhook app version
2022-08-25 16:53:58 +08:00
Shawn
a896aa8b27
fix: incorrect replayq dir for the emqx_resource
2022-08-25 16:06:18 +08:00
Xinyu Liu
ff60019ffe
Merge pull request #8802 from terry-xiaoyu/mysql_aysnc
...
fix(mysql_bridge): export the query_mode option to the APIs
2022-08-25 11:51:40 +08:00
Xinyu Liu
02c40d61b6
Merge branch 'dev/ee5.0' into mysql_aysnc
2022-08-25 11:50:51 +08:00
Shawn
edb2e7574f
fix: don't update manifest if not an exact tag
2022-08-25 11:46:27 +08:00
Shawn
9327c0f51b
fix(mysql_bridge): export the query_mode option to the APIs
2022-08-25 11:38:50 +08:00
Shawn
ddb5bd23d6
fix: don't update manifest if not an exact tag
2022-08-25 10:57:26 +08:00
Shawn
d854ceb91a
fix: exclude 'emqx-enterprise' when publish docker images
2022-08-25 09:11:22 +08:00
Zaiming (Stone) Shi
97856f2e42
fix: allow empty string as ciphers
2022-08-24 21:02:21 +02:00
Zaiming (Stone) Shi
9a5dda010e
docs: update CHNAGES-5.0.md
2022-08-24 21:02:21 +02:00
Zaiming (Stone) Shi
7851a3aefd
refactor(ssl): use 'available' for defaults
...
prior to this change, for TLS versions, 'default's are 'available's
there is no need for such an alias.
now we call available_versions with a specific tag:
tls, dtls, or all
2022-08-24 21:02:21 +02:00
Zaiming (Stone) Shi
8717535d32
refactor: populate ciphers list at runtime
...
Populating ciphers list when checking schema makes the
config file example and the schmea documents quite bloated
2022-08-24 21:02:21 +02:00
Zaiming (Stone) Shi
22f5b62531
docs: add default ciphers to document config
2022-08-24 21:02:21 +02:00
Shawn
f75932e49f
chore: release e5.0.0-beta.2
2022-08-24 22:28:29 +08:00
firest
9555401ce1
fix(exhook): fix the error message of unknown hookpoint
...
Now if there is an unknown hookpoint, the error message is actually `{unknown_hookpoint,{error,badarg}}`,
the hookpoint name information is lost
2022-08-24 17:13:17 +08:00
JimMoen
89c7caba37
Merge pull request #8788 from JimMoen/refine-influxdb-bridge-example
...
fix(influxdb): refine influxdb bridge example
2022-08-24 15:18:39 +08:00
JimMoen
a481e8e2ee
fix(influxdb): refine influxdb bridge example
2022-08-24 14:44:53 +08:00
JimMoen
eb21a37145
Merge pull request #8785 from JimMoen/feat-influxdb-config
...
Remove influxdb connector config layer. See #8773
2022-08-24 10:56:26 +08:00
Xinyu Liu
019ab4501d
Merge pull request #8786 from terry-xiaoyu/refactor_configs_apis_mysql_bridge
...
refactor: configs and APIs for mysql bridge
2022-08-24 10:55:09 +08:00
Shawn
4ac6f12252
refactor: configs and APIs for mysql bridge
2022-08-24 10:08:03 +08:00
JimMoen
ca6533395c
feat: influxdb bridge structure fits new style
2022-08-24 09:59:22 +08:00
JimMoen
43c964c87e
fix(docs): ee bridge api docs generation
...
Use try catch. Because function was unexported before called.
2022-08-24 09:52:38 +08:00
Xinyu Liu
8db9b6690c
Merge pull request #8783 from terry-xiaoyu/refactor_resource_query_mode
...
fix: use gen_statem:cast/3 for async query
2022-08-24 08:43:00 +08:00
Shawn
86577365e4
fix: use gen_statem:cast/3 for async query
2022-08-23 22:41:45 +08:00
ieQu1
7fca34c11a
Merge pull request #8777 from ieQu1/master
...
refactor(emqx_management): Export transactions
2022-08-23 10:57:11 +02:00
Xinyu Liu
91a9e5535c
Merge pull request #8773 from terry-xiaoyu/remove_connector_config
...
Remove connector config
2022-08-23 09:26:10 +08:00
JianBo He
97b9d378a5
Merge tag 'v5.0.6' into merge-506-to-master
2022-08-23 09:08:55 +08:00
JianBo He
995115d56f
Merge pull request #8601 from Rory-Z/master
...
ci: use action to update helm repo
2022-08-23 09:05:19 +08:00
Shawn
1ff53ee8a9
fix(authz): don't stop emqx_resource app in test cases
2022-08-23 08:57:12 +08:00
ieQu1
ff0c44b67d
refactor(emqx_management): Export transactions
2022-08-22 21:29:13 +02:00
ieQu1
97d574f62c
Merge pull request #8774 from ieQu1/master
...
Refactor transactions
2022-08-22 21:04:24 +02:00
ieQu1
5978e4c8be
refactor(sn_registry): Export transactions
2022-08-22 19:52:37 +02:00
ieQu1
5aceeff7b4
refactor(cm_registry): Export transactions
2022-08-22 19:52:37 +02:00
ieQu1
f323e3cb79
refactor(emqx_conf): Extract transactions
2022-08-22 19:52:37 +02:00
ieQu1
6f4d0e2ed5
refactor(retainer_mnesia): Export transactions
2022-08-22 19:52:37 +02:00