Commit Graph

12803 Commits

Author SHA1 Message Date
ieQu1 b962a71da2 refactor(shared_sub): Export transactions 2022-08-18 12:20:42 +02:00
ieQu1 cd3aa476c6 refactor(router_helper): Export transactions 2022-08-18 12:20:42 +02:00
ieQu1 8ef1c2db26 refactor(banned): Export transactions 2022-08-18 12:20:42 +02:00
ieQu1 5c260dfbd0 refactor(alarm): Export transaction functions 2022-08-18 12:20:42 +02:00
ieQu1 cdde392d6e refactor(emqx_trace): Extract transactions to DL module 2022-08-18 12:02:54 +02:00
zhongwencool 3906819dda
Merge pull request #8753 from zhongwencool/swagger-tag-titlecase
chore: swagger tag titlecase
2022-08-18 11:46:04 +08:00
lafirest bf452113a1
Merge pull request #8740 from lafirest/fix/bootstrap_user_file_5.0.5
fix(dashboard): change `bootstrap_user` to `bootstrap_user_file`
2022-08-18 09:48:32 +08:00
ieQu1 33aa48ae8d
Merge pull request #8749 from ieQu1/master
fix(connector_psql): Wrap password in a fun
2022-08-17 19:01:04 +02:00
Zhongwen Deng bfa6acd350 chore: bump emqx_modules to 5.0.3 2022-08-17 23:59:59 +08:00
Zhongwen Deng 49b95b0aa8 chore: improve swagger tags 2022-08-17 23:32:19 +08:00
Zhongwen Deng b08991cb44 chore: upgrade minirest to 1.3.7 2022-08-17 23:31:27 +08:00
ieQu1 b8a7ab9ad3 fix(connector_psql): Wrap password in a fun 2022-08-17 14:31:12 +02:00
Thales Macedo Garitezi b81f87837a
Merge pull request #8733 from thalesmg/bump-ekka-0-13-4
chore: bump ekka -> `0.13.4`
2022-08-17 08:59:13 -03:00
Zaiming (Stone) Shi 050f68cf5d test: allow missing schema for app in tests 2022-08-17 08:33:17 +02:00
Zaiming (Stone) Shi 256cdd50ff chore: delete unused schema module 2022-08-17 08:33:15 +02:00
Thales Macedo Garitezi f0436a2bd6 chore: bump ekka -> `0.13.4`
ZSTD fix for RocksDB.

https://github.com/emqx/mnesia_rocksdb/pull/6
2022-08-16 09:48:32 -03:00
Thales Macedo Garitezi 82377d4b33
Merge pull request #8732 from thalesmg/fix-missing-descs-license
docs: add missing descriptions for license schema fields
2022-08-16 09:42:33 -03:00
firest 66f06c3ab7 fix(dashboard): change `bootstrap_user` to `bootstrap_user_file` 2022-08-16 14:15:10 +08:00
lafirest 8be0050749
Merge pull request #8738 from lafirest/chore/changes-5.0
chore: update CHANGES-5.0.md
2022-08-16 12:26:40 +08:00
firest e0da3abc06 chore: update CHANGES-5.0.md 2022-08-16 11:30:33 +08:00
lafirest c1adf04c9a
Merge pull request #8728 from lafirest/fix/subs_api
fix(mgmt): fix `$queue` topic name error in this API return
2022-08-16 11:12:52 +08:00
Xinyu Liu 9050aa6468
Merge pull request #8731 from emqx/copy-of-master
merge master into ee5.0
2022-08-16 10:49:10 +08:00
Xinyu Liu 03d83ffda5
Merge pull request #8730 from terry-xiaoyu/resource_opts
Resource opts
2022-08-16 10:48:53 +08:00
Shawn 9e35032d78 fix: make resume_interval defaults to health_check_interval 2022-08-16 10:09:02 +08:00
Shawn de3a325953 fix: revert the changes in connector mysql 2022-08-16 09:06:13 +08:00
Thales Macedo Garitezi 7a31897f8e docs: add manual newlines 2022-08-15 16:55:53 -03:00
Thales Macedo Garitezi 34c1c61343
docs: apply suggestions from code review
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-08-15 16:37:50 -03:00
Thales Macedo Garitezi 900c6ec43e docs: add missing descriptions for license schema fields 2022-08-15 14:20:39 -03:00
Xinyu Liu 84a8f8b218
Merge branch 'dev/ee5.0' into copy-of-master 2022-08-15 21:46:42 +08:00
Xinyu Liu 2898966439
Merge branch 'dev/ee5.0' into resource_opts 2022-08-15 21:43:22 +08:00
Shawn 19d85d485b refactor(resource): add resource_opts level into config structure 2022-08-15 21:40:10 +08:00
firest 64b2cf25cc chore: update CHANGES-5.0.md 2022-08-15 17:30:05 +08:00
firest 48a761c406 fix(mgmt): fix `$queue` topic name error in this API return 2022-08-15 17:26:25 +08:00
Shawn d1de262f31 fix: inc 'actions.failed' if bridge query failed 2022-08-15 17:21:14 +08:00
Shawn 665ef4142d fix: unify the health check interval 2022-08-15 17:21:14 +08:00
Zaiming (Stone) Shi 4fa961caeb
Merge pull request #8723 from zmstone/0815-ci-fix-profile-check
0815 ci fix profile check
2022-08-15 09:23:55 +01:00
lafirest fba3ed6a12
Merge pull request #8721 from lafirest/fix/clients_api
fix(mgmt): remove the `will_msg` field from the client API
2022-08-15 15:31:56 +08:00
Zaiming (Stone) Shi 76437c056d
Merge pull request #8724 from zmstone/0815-refactor-schema-rename-var
refactor: rename Field to Struct for ref type create function
2022-08-15 08:20:13 +01:00
Zaiming (Stone) Shi ecbf867551 refactor: rename Field to Struct for ref type create function
Hocon type reference is actually a child-struct's struct name
not necessarily the same name as the parent-sutrct's field name

This commit changes the variable name for more clarity
2022-08-15 09:17:44 +02:00
JimMoen 350b39edca
Merge pull request #8722 from JimMoen/feat-influxdb-batch-async
feat: influxdb support `async`/`batch_async` query
2022-08-15 15:10:53 +08:00
Zaiming (Stone) Shi f7d3f13dab build: fix profile check in build script 2022-08-15 09:08:59 +02:00
JianBo He 367449ee6f
chore: update CHANGES-5.0.md 2022-08-15 14:47:52 +08:00
JimMoen d0e923590e fix: write influxdb line with undefined value 2022-08-15 14:02:17 +08:00
JimMoen 68946f1f6c feat: influxdb support `async`/`batch_async` query 2022-08-15 14:02:17 +08:00
JimMoen b01ae8ece6 chore: refine influxdb bridge/connector i18n 2022-08-15 14:00:14 +08:00
firest 403346ea7c chore: update CHANGES-5.0.md 2022-08-15 11:39:28 +08:00
firest dfa63ff3b1 fix(mgmt): remove the `will_msg` field from the client API 2022-08-15 10:22:18 +08:00
Xinyu Liu 5f7dc431b4
Merge pull request #8718 from emqx/master
merge master into dev/ee5.0
2022-08-15 08:58:20 +08:00
Xinyu Liu 166e10b3c0
Merge pull request #8716 from emqx/merge_master_into_ee5.0
Merge master into ee5.0
2022-08-15 08:55:31 +08:00
Xinyu Liu e8dc7bc1b0
Merge pull request #8717 from zmstone/0814-ci-fix-missing-coverage
0814 ci fix missing coverage
2022-08-15 08:43:33 +08:00