Georgy Sychev
0522361604
feat(shared_sub): Per-group shared subscription and local strategy
2022-05-13 14:23:06 +02:00
Thales Macedo Garitezi
e0a6ebbd56
fix(telemetry): use the live connection count instead of max conns
2022-05-13 09:02:15 -03:00
Kjell Winblad
ba5d0f5e03
Merge pull request #7911 from kjellwinblad/kjell/upgrade_jq_v0.2.1
...
fix: update jq to v0.2.1
2022-05-13 13:49:05 +02:00
Zaiming (Stone) Shi
1ea0639321
fix(os_mon): do mem check and alarm triggers in emqx_os_mon
2022-05-13 13:06:27 +02:00
Zaiming (Stone) Shi
95f81126ca
fix(emqx_os_mon): call load_ctl (lc) to get accurate memory stats
...
Prior to this commit, the RAM usage ratio reported by memsup is
used to trigger EMQX alarm.
This ratio counted system cache as 'used', so quite often
a false alarm is triggered.
With lc 0.3.0, the usage is caculated without cached RAM
2022-05-13 13:06:27 +02:00
Zaiming (Stone) Shi
eb592df275
chore: pin lc version 0.3.0
...
lc 0.3.0 has new APIs added to get total RAM and usage ratio
2022-05-13 13:06:27 +02:00
Zaiming (Stone) Shi
44b14fc019
Merge pull request #7948 from zmstone/0513-fix-flaky-test
...
0513 fix flaky test
2022-05-13 12:06:03 +01:00
ieQu1
d277e2b644
Merge pull request #7897 from ieQu1/persist-sess-schema
...
feat(persistent_session): Make schema more flexible
2022-05-13 11:53:30 +02:00
Zaiming (Stone) Shi
7207b2fa70
test: ensure emqx app stoped for emqx_ctl_SUITE run
2022-05-13 11:52:41 +02:00
Zaiming (Stone) Shi
b17a32661e
test: fix flaky test, wait for new sample data
2022-05-13 11:52:41 +02:00
Ilya Averyanov
91da451803
feat(authz): add default authn-based authz source
2022-05-13 12:51:10 +03:00
JimMoen
a6ff552547
Merge pull request #7946 from JimMoen/fix-exhook-api
...
fix exhook api
2022-05-13 17:40:36 +08:00
Chris
6574c33797
feat: add auto_retry for disconnected state in resource manager
2022-05-13 11:19:39 +02:00
Zaiming (Stone) Shi
b6c2f7ed95
Merge pull request #7938 from zmstone/build-fix-port-compiler-1.14.0
...
build: fix port-compiler version tag to 1.14.0
2022-05-13 10:09:52 +01:00
Chris
dbc361959c
fix: fix tests for connector so they do not fail
2022-05-13 11:08:11 +02:00
Kjell Winblad
e107f84d7e
fix: update jq to v0.2.2
...
This commit makes jq compile error reporting better and avoids a crash
when the program contains an include expression.
2022-05-13 10:59:57 +02:00
JimMoen
ce2638d9c3
test(exhook): test create ExHook server with bad name
2022-05-13 16:56:29 +08:00
JimMoen
4d73fe83be
fix(exhook): ExHook name limit with regular expression
2022-05-13 16:56:29 +08:00
DDDHuang
a8ef4698e6
feat: dashboard monitor missed topics field
2022-05-13 16:15:33 +08:00
EMQ-YangM
d5c416736b
fix: restart resource should not clear metrics
2022-05-13 16:05:41 +08:00
JianBo He
93a65da6bc
Merge pull request #7937 from JimMoen/fix-exhook-ssl-key-path
2022-05-13 16:05:16 +08:00
DDDHuang
448f9b5c9f
Merge pull request #7940 from DDDHuang/mqtt_bridge_cs
...
fix: clean session when destroy mqtt bridge
2022-05-13 16:04:09 +08:00
Zaiming (Stone) Shi
2c9478eeb4
Merge pull request #7943 from zmstone/docs-fix-typo-water-mark-watermark
...
docs: water mark -> watermark
2022-05-13 08:59:44 +01:00
Yang Miao
ff91759e6b
Merge pull request #7941 from EMQ-YangM/disable_bridge_mode
...
fix: mqtt connector disable bridge_mode
2022-05-13 15:01:14 +08:00
Zaiming (Stone) Shi
002249a89a
docs: water mark -> watermark
2022-05-13 08:35:33 +02:00
Xinyu Liu
dadfd787a3
Merge pull request #7942 from DDDHuang/dash_ver
...
feat: dashboard new version
2022-05-13 14:26:59 +08:00
DDDHuang
5ebc034bcf
feat: dashboard new version
2022-05-13 14:14:02 +08:00
DDDHuang
9744040795
fix: clean session when destroy mqtt bridge
2022-05-13 14:02:40 +08:00
EMQ-YangM
798a6dcfb9
fix: update comment
2022-05-13 13:55:17 +08:00
EMQ-YangM
637b81ec18
fix: mqtt connector disable bridge_mode
2022-05-13 13:08:04 +08:00
JimMoen
f25dd4b571
fix(exhook): use `lists:filter/2` to delete exhook server conf
2022-05-13 10:15:00 +08:00
JimMoen
40188c140b
fix(exhook): show file paths for SSL certs in dashboard
2022-05-13 10:15:00 +08:00
JianBo He
bcac65310b
Merge pull request #7931 from HJianBo/gw-fixes
...
Increase the wait time to get the error of creating authn
2022-05-13 10:10:34 +08:00
Zaiming (Stone) Shi
bcd3bbcc61
build: fix port-compiler version tag to 1.14.0
...
1.14.1 was a typo, (not released yet)
2022-05-12 23:22:08 +02:00
Ilya Averyanov
ca0c80965a
Merge pull request #7890 from savonarola/fix-jwt-acl-v5
...
fix(jwt auth): improve JWT handling
2022-05-12 19:48:37 +03:00
Zaiming (Stone) Shi
d4f4d508d7
Merge pull request #7935 from zmstone/0512-chore-er-coap-cliet-as-test-dependency
...
chore: er_coap_client is a test dependency but not rebar plugin
2022-05-12 14:31:05 +01:00
ieQu1
8dbd080e45
docs(persistent_session): Apply suggestions from William
2022-05-12 14:29:25 +02:00
ieQu1
b06c4cb6cc
docs(persistent_session): Apply suggestions from code review
...
Co-authored-by: JianBo He <heeejianbo@163.com>
2022-05-12 14:29:25 +02:00
ieQu1
03cfb67a45
docs(persistent_session): Fix Chinese translation
2022-05-12 14:29:25 +02:00
ieQu1
a1285cd308
fix(persistent_sessions): Enhance documentation
2022-05-12 14:29:25 +02:00
ieQu1
39aa7de88f
fix(grammar): Fix Chinese translations
...
Co-authored-by: JianBo He <heeejianbo@163.com>
2022-05-12 14:29:25 +02:00
ieQu1
5221c6b2f9
feat(persistent_session): Make schema more flexible
2022-05-12 14:29:25 +02:00
JianBo He
3f84600401
test(gw): remove enable option from server ssl conf
2022-05-12 20:27:25 +08:00
ieQu1
4c844eba95
Merge pull request #7932 from ieQu1/bpapi-sort-versions
...
fix(bpapi): Sort versions
2022-05-12 13:41:33 +02:00
JianBo He
1867b86bad
fix(mgmt): return null instead of "undefined" string
2022-05-12 19:26:14 +08:00
JianBo He
ebe8b3fd20
chore(gw): pretty print exproto logs
2022-05-12 19:26:14 +08:00
JianBo He
18d265cecd
chore(gw): increase timeout to update gateway instance
2022-05-12 19:26:14 +08:00
Zaiming (Stone) Shi
eb2d73eed3
chore: er_coap_client is a test dependency but not rebar plugin
2022-05-12 13:08:27 +02:00
DDDHuang
8b0adf69d2
Merge pull request #7926 from DDDHuang/rule_api_errormsg
...
fix: better error message for rule engine
2022-05-12 19:07:47 +08:00
zhongwencool
d2d3efcf4d
Merge pull request #7929 from zhongwencool/dashboard
...
fix: show ref's desc in hot-config-schema.json
2022-05-12 18:51:04 +08:00