JimMoen
|
287b48d49a
|
chore(app_vsn): revert management app.src repetitive increased
|
2022-01-24 11:38:25 +08:00 |
EMQ-YangM
|
03d240c59e
|
fix(emqx_rule_engine_metrics): fix code_change vsn value
|
2022-01-24 11:14:31 +08:00 |
JianBo He
|
e7b6ba509b
|
Merge remote-tracking branch 'ce/main-v4.3' into merge-main-v4.3-into-v4.4
|
2022-01-24 09:29:20 +08:00 |
Zaiming (Stone) Shi
|
fcb3ba6cc8
|
Merge pull request #6828 from JimMoen/fix-typo
ci: fix a typo in fvt_tests
|
2022-01-21 15:14:51 +01:00 |
JimMoen
|
cb6f7cb496
|
ci: fix a typo in fvt_tests
|
2022-01-21 19:53:49 +08:00 |
JianBo He
|
3cf1fb2519
|
Merge pull request #6827 from lafirest/fix/slow_subs
fix(emqx_slow_subs): add default for stats_type
|
2022-01-21 17:19:00 +08:00 |
JianBo He
|
b635d56aec
|
Merge branch 'main-v4.3' into merge-main-v4.3-into-v4.4
|
2022-01-21 16:27:56 +08:00 |
firest
|
5ec3b6aef7
|
fix(emqx_slow_subs): add default for stats_type
|
2022-01-21 16:25:06 +08:00 |
JianBo He
|
b19441df70
|
Merge pull request #6822 from HJianBo/more-fields-for-webhook
Ensure connected_at field for connect/connack/disconnected event
|
2022-01-21 16:09:04 +08:00 |
JianBo He
|
3b4ddd6f51
|
chore: bump emqx_modules vsn
|
2022-01-21 15:05:13 +08:00 |
JianBo He
|
8f517cebf7
|
Merge branch 'main-v4.3' into more-fields-for-webhook
|
2022-01-21 15:01:38 +08:00 |
JianBo He
|
c5f9bfc305
|
Merge pull request #6811 from HJianBo/acl-metrics-fixes
refactor(metrics): more clear for acl metrics
|
2022-01-21 15:00:56 +08:00 |
JianBo He
|
4af01bb601
|
Merge pull request #6814 from zhongwencool/subscribe-api-meta
fix(api): sub api return meta
|
2022-01-21 14:57:21 +08:00 |
JianBo He
|
09002c4cd2
|
revert: revert #6797 due to the acl metrics refactor
|
2022-01-21 14:24:03 +08:00 |
JianBo He
|
f86c1316e7
|
chore(auth): bump version & update appup.src
|
2022-01-21 14:24:03 +08:00 |
JianBo He
|
f0a3b7754e
|
refactor: remove the acl metrics for all auth plugins
|
2022-01-21 14:24:03 +08:00 |
JianBo He
|
14538e5f6d
|
chore(emqx): update appup.src
|
2022-01-21 14:24:01 +08:00 |
JianBo He
|
77609ebd96
|
chore: bump vsn and update appup.src
|
2022-01-21 13:52:07 +08:00 |
JianBo He
|
ad996afe47
|
chore: ensure connected_at field for connect/connack/disconnected event
|
2022-01-21 13:52:05 +08:00 |
JianBo He
|
d535d44845
|
revert: revert #6797 due to the acl metrics refactor
|
2022-01-21 11:32:10 +08:00 |
JianBo He
|
c56be7dcd7
|
refactor(metrics): more clear for acl metrics
For clarity in the meaning of metrics, we put `client.acl.allow`,
`client.acl.deny` into emqx_metrics and increased after a acl checking
returned.
|
2022-01-21 11:21:25 +08:00 |
zhongwencool
|
140a1c0276
|
chore(api): add api_sub http api test
|
2022-01-21 10:56:41 +08:00 |
JianBo He
|
508e50af63
|
Merge branch 'main-v4.3' into merge-main-v4.3-into-v4.4
|
2022-01-21 10:44:38 +08:00 |
zhongwencool
|
f36791bab9
|
fix(api): sub api return meta
|
2022-01-20 18:40:25 +08:00 |
JianBo He
|
64a1466af5
|
Merge pull request #6810 from HJianBo/fix-slow-subs-appvsn
fix(plugin-lib): bump vsn to 4.4.1
|
2022-01-20 17:33:10 +08:00 |
JianBo He
|
461f856239
|
fix(plugin-lib): bump vsn to 4.4.1
|
2022-01-20 14:10:33 +08:00 |
zhongwencool
|
964a77510d
|
Merge pull request #6797 from zhongwencool/internal-acl-metrics
feat(acl): internal acl should support metrics[client.acl.ignore/allow/deny]
|
2022-01-20 10:36:59 +08:00 |
Shawn
|
668aa0ac12
|
Merge pull request #6800 from terry-xiaoyu/rule_empty_ids
fix(rule): deny POST rules or resources with empty ids
|
2022-01-19 19:58:54 +08:00 |
Shawn
|
2d00373e49
|
fix(appup): update appup file for emqx_rule_engine_api
|
2022-01-19 19:51:25 +08:00 |
zhongwencool
|
4317845482
|
fix(test): test case failed by unload
|
2022-01-19 19:48:07 +08:00 |
Shawn
|
70c6ac4e0d
|
fix(rule): deny POST rules or resources with empty ids
|
2022-01-19 19:22:25 +08:00 |
zhongwencool
|
6378cd1f9a
|
chore(version): bump emqx_modules to 4.3.4
|
2022-01-19 18:05:51 +08:00 |
lafirest
|
48b7cc34b6
|
Merge pull request #6792 from lafirest/fix/slow_subs_api
fix(emqx_slow_subs_api): return error when the module is not enable
|
2022-01-19 18:01:05 +08:00 |
zhongwencool
|
e1274e1117
|
feat(acl): internal acl should support metrics(client.acl.ignore/allow/deny).
|
2022-01-19 18:00:54 +08:00 |
lafirest
|
d02529b1d5
|
fix(emqx_slow_subs_api): fix test case error
|
2022-01-19 16:56:31 +08:00 |
lafirest
|
14636a745e
|
fix(emqx_slow_subs_api): return error when the module is not enable
|
2022-01-19 16:11:11 +08:00 |
William Yang
|
ab7d6def9d
|
Merge pull request #6782 from qzhuyan/backport/william/ci-macbuild-reduce-build-cache-size-4.3
ci(mac): cache otp install only
|
2022-01-19 09:01:15 +01:00 |
lafirest
|
e82c73988b
|
Merge pull request #6790 from lafirest/fix/slow_subs
fix(emqx_slow_subs): add ClientInfo into the args of the delivery.com…
|
2022-01-19 15:54:44 +08:00 |
lafirest
|
46f86204c0
|
fix(emqx_slow_subs): add ClientInfo into the args of the delivery.completed hook
|
2022-01-19 14:02:30 +08:00 |
zhongwencool
|
3549d145a9
|
Merge pull request #6775 from zhongwencool/sync-from-4.3-to-4.4
Sync from 4.3 to 4.4
|
2022-01-19 12:48:32 +08:00 |
zhongwencool
|
50606a7eab
|
fix(data_import): support v4.4
|
2022-01-19 11:55:39 +08:00 |
zhongwencool
|
24f8c353dc
|
Merge branch 'main-v4.4' into sync-from-4.3-to-4.4
|
2022-01-19 11:24:57 +08:00 |
zhongwencool
|
30e07307e9
|
Merge pull request #6785 from zhongwencool/auth-acl-data-import
fix(auth_mnesia): import auth acls data according to different data format
|
2022-01-19 11:07:33 +08:00 |
lafirest
|
ac7b73466d
|
Merge pull request #6685 from lafirest/refactor/slow_subs
refactor(emqx_slow_subs): refactor slow subs
|
2022-01-19 10:45:21 +08:00 |
zhongwencool
|
506be21aa2
|
fix(auth_mnesia): bump up emqx_mgmt to 4.3.10
|
2022-01-19 10:36:12 +08:00 |
lafirest
|
6414f7e55a
|
fix(emqx_slow_subs): add compatibility for old code
|
2022-01-19 09:50:31 +08:00 |
lafirest
|
696acbfc5c
|
fix(emqx_slow_subs): change on_publish_completed to on_delivery_completed
|
2022-01-19 09:50:31 +08:00 |
lafirest
|
0a85e71e09
|
fix(appup): add slow subs into appup file
|
2022-01-19 09:50:31 +08:00 |
lafirest
|
44fe882f14
|
refactor(emqx_slow_subs): refactor slow subs
|
2022-01-19 09:50:31 +08:00 |
lafirest
|
0486fb96be
|
Merge pull request #6778 from lafirest/fix/limiter
feat(emqx_limiter): add support for update overall limiter
|
2022-01-19 09:45:48 +08:00 |