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
ieQu1
fa12c66ad9
refactor(psk): Export transactions
2022-08-22 19:52:37 +02:00
ieQu1
d906715e0a
refactor(telemetry): Export transactions
2022-08-22 19:52:37 +02:00
ieQu1
9449e3cb32
refactor(auth_mnesia): Export transaction funs
2022-08-22 19:52:37 +02:00
Shawn
45352206a3
fix(auth): remove emqx_connector from testcases of authz/authn
2022-08-22 20:20:45 +08:00
Shawn
55c18c0b5f
fix(bridges): update the test cases for new config structure
2022-08-22 18:24:59 +08:00
Shawn
aea8c77b49
refactor: new config structure for mqtt bridge
2022-08-22 18:24:59 +08:00
JianBo He
42b9978401
Merge pull request #8771 from HJianBo/tag-506-fix-upgrade-dashboard-vsn
...
Release v5.0.6: fix node_status dispaly error in Dashboard
2022-08-22 18:08:21 +08:00
lafirest
4ad04b646f
Merge pull request #8759 from lafirest/feat/mysql_batch_query
...
feat(bridge): add `on_batch_query` on emqx_connector_mysql
2022-08-22 17:22:39 +08:00
firest
2471580c47
fix(bridge): make spellcheck happy
2022-08-22 15:58:11 +08:00
JianBo He
46f743d16b
chore: bump emqx vsn
2022-08-22 14:37:16 +08:00
JianBo He
ad96bb551e
chore: update changes and release vsn
2022-08-22 12:30:42 +08:00
JianBo He
951aa4076f
fix: upgrade dasbhaord vsn
...
Due to we changed the `node_status` of `/nodes` API in #8642 ,
however, we did not update the correct dashboard version in v5.0.5.
So, we release v5.0.6 to fix this issue
2022-08-22 12:20:04 +08:00
JimMoen
0102a35770
Merge pull request #8770 from JimMoen/fix-resource-opts
...
* `password` format.
* Hide `pool_size` opt for users, use `worker_pool_size` instead.
* Hide `start_after_created` and `start_timeout` opts. They are internal opts now.
* Fix resource `auto_retry` in `disconnected` state.
2022-08-22 11:28:54 +08:00
JimMoen
f0c2b53868
fix(bpapi): make bpapi static_checks happy
2022-08-22 10:51:44 +08:00
JimMoen
62ecf6f545
fix(resource): keep `auto_retry` in `disconnected` state
...
Automatic retries should be maintained even in `disconnected` state without any state transition.
2022-08-22 02:52:06 +08:00
JimMoen
7c4ea38c06
fix(resource): make some resource opts internal
...
Resource options `start_after_created` and `start_timeout` are internal opts.
Not provided to users anymore.
2022-08-22 02:22:57 +08:00
JimMoen
2648362c62
fix(bridge): password for bridge/db format as `password` for dashboard
2022-08-19 15:54:19 +08:00
JimMoen
06363e63d9
fix(influxdb): connector use a fallbacke `pool_size` for influxdb client
2022-08-19 15:54:19 +08:00
JianBo He
0252325386
Merge pull request #8760 from emqx/bump-vsn
...
Release 5.0.5: bump vsn
2022-08-19 15:51:44 +08:00
firest
dce47aac17
fix(bridge): don't export internal fields
2022-08-19 15:31:37 +08:00
JianBo He
3874f14f8c
chore: rename bootstrap_user to bootstrap_users
2022-08-19 14:51:41 +08:00
JianBo He
d1c676a1c5
chore: bump vsn
2022-08-19 14:08:09 +08:00
JianBo He
8b4d4f6a69
Merge pull request #8758 from emqx/fix-listener-bind-fmt
...
chore: bind option support `:1883` style config
2022-08-19 14:01:28 +08:00
firest
8d8afd1688
feat(bridge): add `on_batch_query` on emqx_connector_mysql
2022-08-19 13:16:22 +08:00
JianBo He
f612908b17
chore: update changes
2022-08-19 11:15:19 +08:00
JianBo He
7ffdd95aa3
chore: bind option support `:1883` style config
...
see: https://github.com/emqx/emqx/pull/8571
2022-08-19 11:12:17 +08:00
ieQu1
46a2324afb
Merge pull request #8755 from ieQu1/master
...
Export transaction functions
2022-08-18 13:20:29 +02:00