Shawn
71de9616d3
refactor(rule): rename outputs -> actions
2022-05-25 17:02:37 +08:00
Xinyu Liu
ea09ad6403
Merge pull request #8034 from emqx/update_relup_script
...
fix: porting the install_upgrade.escript from v4.4
2022-05-25 15:46:13 +08:00
Shawn
3d7cab4288
fix: porting emqx_relup.erl from 4.4
2022-05-25 12:37:03 +08:00
Shawn
40ad23ee74
fix(relup): create tmp dir to preserve current files
2022-05-25 11:12:13 +08:00
Shawn
b9a9da3208
fix(relup): improve the error code and log messages
2022-05-25 10:58:06 +08:00
Thales Macedo Garitezi
0333e6f860
Merge pull request #8027 from thalesmg/telemetry-uuid-file
...
feat(telemetry): save uuids to files
2022-05-24 16:55:09 -03:00
Shawn
eea9bd90b4
fix: remove the extra level of 'emqx' dir from .tar.gz
2022-05-25 02:00:01 +08:00
Shawn
f036a946a8
fix: only support .tar.gz files when hot upgrade
2022-05-25 01:59:52 +08:00
Zaiming (Stone) Shi
24529337d9
Merge pull request #8038 from zmstone/0524-fix-typo
...
chore(emqx_os_mon): fix a typo
2022-05-24 18:51:04 +01:00
Zaiming (Stone) Shi
8bd30aef78
Merge pull request #8037 from zhongwencool/trace-ct-failed
...
chore: fix emqx_trace_SUITE failed
2022-05-24 18:49:26 +01:00
Zaiming (Stone) Shi
ff9ba3e862
chore(emqx_os_mon): fix a typo
2022-05-24 18:08:34 +02:00
Zhongwen Deng
e40d3c6228
chore: fix emqx_trace_SUITE failed
2022-05-24 22:26:55 +08:00
ieQu1
1c147b9b2b
Merge pull request #8036 from ieQu1/fix-get-enabled-trace
...
fix(emqx_trace): Read the data locally
2022-05-24 15:42:54 +02:00
ieQu1
48c143b97a
fix(emqx_trace): Read the data locally
2022-05-24 14:39:55 +02:00
Thales Macedo Garitezi
4afb4d9dd8
feat(telemetry): save uuids to files
...
In order for the node and cluster UUIDs used by telemetry to survive
database purges, we'll save the generated UUIDs to files in EMQX's
data directory as well.
2022-05-24 09:32:04 -03:00
ieQu1
3623acb20f
Merge pull request #8035 from ieQu1/master
...
Improve EMQX startup sequence
2022-05-24 14:30:57 +02:00
Georgy Sychev
d911a5a9d4
fix(shared): fixed logging
2022-05-24 15:57:38 +04:00
ieQu1
e7d70c142c
fix(emqx_shared_sub): Don't crash on table schema change
2022-05-24 13:03:18 +02:00
ieQu1
9de609224e
fix(logging): Add compile-time overrides for gen_rpc application
2022-05-24 12:42:30 +02:00
ieQu1
27c922dbf2
fix(emqx_machine): Start essential applications as permanent
2022-05-24 12:42:30 +02:00
ieQu1
9474241ad9
fix(emqx_telemetry): Async start of telemetry module
2022-05-24 11:28:35 +02:00
Georgy Sychev
d0cf112e17
fix(shared): dialyzer
2022-05-24 11:17:34 +04:00
Shawn
b942fde836
fix: porting the install_upgrade.escript from v4.4
2022-05-24 15:05:08 +08:00
JianBo He
99fd8befeb
Merge pull request #7986 from kiragoo/add-operator-link
...
chore: add the content about emqx operator for installing
2022-05-24 14:50:05 +08:00
zhongwencool
875b40a4fc
Merge pull request #8016 from lafirest/fix/simplify_limiter_cfg
...
fix(limiter): Simplified limiter configuration
2022-05-24 14:01:08 +08:00
firest
89de8274a0
test(retainer): fix flow control test case error
2022-05-24 12:44:47 +08:00
Georgy Sychev
ea313df2cc
fix(shared): removed emqx_message:format
2022-05-24 00:06:29 +04:00
Georgy Sychev
671906dd59
fix: typo
2022-05-23 22:46:49 +04:00
Georgy Sychev
f964989d6b
feat(shared): redispatch QoS1 messages when sub dies
2022-05-23 17:52:39 +04:00
firest
74f715ca08
fix(limiter): Simplified limiter configuration
...
1. Simplified limiter configuration
2. add switch for limiter server
2022-05-23 17:45:42 +08:00
Xinyu Liu
866810cea6
Merge pull request #8006 from emqx/copy-of-kjell/jq/timeout
...
feat(rule_engine): default timeout for jq/2 and jq/3 with timeout
2022-05-23 11:58:40 +08:00
zhongwencool
1b38317a1c
Merge pull request #8004 from lafirest/fix/unused_limit_conf
...
fix(limiter): remove the unused limit conf
2022-05-23 11:05:19 +08:00
JianBo He
31d097253b
Merge pull request #7964 from HJianBo/fix-exhooks-status
...
chore: rename the exhook server status names
2022-05-23 09:29:29 +08:00
Shawn
8650842994
fix: pin jq v0.3.2
2022-05-22 14:14:02 +08:00
Shawn
7bc2d9edbb
fix: remove bison from the required tools when building emqx
2022-05-21 14:17:12 +08:00
Kjell Winblad
efd6461e15
docs: chinese documentation for jq timeout configuration
...
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-05-21 07:07:29 +02:00
firest
6a2a7b96ea
fix(limiter): remove the unused limit conf
2022-05-20 18:02:14 +08:00
Yang Miao
c91dff349a
Merge pull request #7993 from EMQ-YangM/add_func_float2str
...
feat: add rule engine function float2str/2
2022-05-19 17:07:35 +08:00
JianBo He
dd716e9a05
Merge pull request #7989 from HJianBo/fix-coverage
...
ci: upload all cover files
2022-05-19 16:31:36 +08:00
EMQ-YangM
005fce63d1
feat: add rule engine function float2str/2
2022-05-19 16:16:05 +08:00
DDDHuang
98c46cb305
Merge pull request #7985 from DDDHuang/bad_node_name_v5
...
fix: check node name, regular expression (V5.0.0)
2022-05-19 15:57:30 +08:00
JianBo He
0a6276f9fe
test: suppress ct:print/2 producing ton of useless logs
2022-05-19 14:16:21 +08:00
JianBo He
aae5e55e21
ci: upload all cover files
2022-05-19 14:13:53 +08:00
kiragoo
c1fd05c0eb
chore: add the content about emqx operator for installing
2022-05-19 11:38:03 +08:00
Swilder-M
e20c36f426
chore(readme): modify img and docs link
2022-05-19 11:30:48 +08:00
DDDHuang
809c0bede7
fix: check node name, regular expression
2022-05-19 09:52:00 +08:00
Xinyu Liu
54a6505984
Merge pull request #7982 from terry-xiaoyu/bridge_mode_in_mqtt_connector
...
fix: add bridge_mode field to the mqtt connector
2022-05-19 08:56:42 +08:00
Shawn
a9da88d73b
fix(spell): please the spell checker
2022-05-19 08:55:47 +08:00
Xinyu Liu
406bc3502e
Merge pull request #7981 from terry-xiaoyu/improve_bridge_apis
...
refactor: move some APIs to new module emqx_bridge_resource
2022-05-18 18:31:48 +08:00
Shawn
7e21ef6435
fix: add bridge_mode field to the mqtt connector
2022-05-18 18:28:43 +08:00