Commit Graph

12170 Commits

Author SHA1 Message Date
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
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