zhongwencool
|
8e7ba16c3a
|
fix: nothing show when run clients list command
|
2023-10-11 11:47:15 +08:00 |
Ilya Averyanov
|
398a62031e
|
chore: update app versions
|
2023-10-05 13:41:50 +03:00 |
Ilya Averyanov
|
c2c56ba481
|
chore(auth): update tests
|
2023-10-05 13:41:50 +03:00 |
Ilya Averyanov
|
1eb75b43c4
|
chore(auth): split emqx_authn and emqx_authz apps
|
2023-10-05 13:41:50 +03:00 |
Zaiming (Stone) Shi
|
ce5bd0a3ce
|
Merge remote-tracking branch 'origin/release-53' into 0928-sync-release-53
|
2023-09-29 11:36:32 +02:00 |
Zaiming (Stone) Shi
|
922d5a9a83
|
fix(ldap): do not allow multi-matches to proceed
if ldap query returns more than on match
we should reject the auth request instead of picking
the first one
|
2023-09-28 21:20:50 +02:00 |
Zaiming (Stone) Shi
|
1a13b2ac56
|
Merge remote-tracking branch 'origin/release-53' into 0928-sync-release-53
|
2023-09-28 13:53:03 +02:00 |
Ilya Averyanov
|
14983ec14a
|
chore(hooks): validate hookpoints and document hook callbacks
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
|
2023-09-26 14:27:42 +03:00 |
Zaiming (Stone) Shi
|
d31bfc70fb
|
Merge pull request #11659 from zhongwencool/fix-listener-ssl-create-500
fix: create ssl listener return 500 crash
|
2023-09-26 11:38:07 +02:00 |
JianBo He
|
89e15e9134
|
Merge pull request #11665 from HJianBo/typo-fixes
Typo fixes
|
2023-09-25 17:23:40 +08:00 |
firest
|
4f4868a46c
|
fix(sso): Disable access to `logout` endpoint by the `API key`
|
2023-09-25 10:31:38 +08:00 |
JianBo He
|
30862a94c6
|
chore: typo fixes
|
2023-09-24 20:19:05 +08:00 |
zhongwencool
|
0eed01abee
|
fix: create ssl listener return 500 crash
|
2023-09-22 17:34:19 +08:00 |
firest
|
9e55ae240a
|
feat(sso): add `role` into the result of login endpoints
|
2023-09-22 13:48:07 +08:00 |
Ivan Dyachkov
|
dafd7c6085
|
chore: bump apps versions
|
2023-09-21 10:58:42 +02:00 |
Ivan Dyachkov
|
105bebc250
|
chore: merge release-52 into master
|
2023-09-21 10:22:47 +02:00 |
zhongwencool
|
2f1fa2e961
|
chore: unified slog message formatting to improve logging consistency
|
2023-09-20 18:13:00 +08:00 |
zhongwencool
|
640dd130fa
|
fix: don't urldecode twice clientid
|
2023-09-15 17:36:48 +08:00 |
firest
|
45ccc66474
|
fix(dashbaord): fix test cases to support RBAC
|
2023-09-15 15:49:37 +08:00 |
Zaiming (Stone) Shi
|
7c2f87fabe
|
test: merge broker and router boot modules
|
2023-09-06 21:36:16 +02:00 |
Zaiming (Stone) Shi
|
e794143ae1
|
Merge remote-tracking branch 'origin/release-52' into 0906-sync-release-52-to-master
|
2023-09-06 09:08:22 +02:00 |
Andrew Mayorov
|
d26995a2aa
|
Merge pull request #11524 from keynslug/ft/EMQX-10713/unified-route-tab
feat(router): add routing storage schema with 2 tables
|
2023-09-05 12:38:00 +04:00 |
Thales Macedo Garitezi
|
2cfe5ba057
|
fix(plugins_api): fix response types and test
|
2023-09-04 14:37:25 -03:00 |
Thales Macedo Garitezi
|
02c3d6a0a7
|
fix(data_import): rm duplicate import call and fix test
|
2023-09-04 14:19:59 -03:00 |
Ivan Dyachkov
|
24230a64df
|
chore: bump app versions
|
2023-09-04 11:39:21 +02:00 |
Thales Macedo Garitezi
|
4dfbc859f9
|
fix(plugins): update plugin order on whole cluster
Fixes https://emqx.atlassian.net/browse/EMQX-10879
|
2023-08-30 16:39:52 -03:00 |
Andrew Mayorov
|
2da604dfa4
|
test(mgmt): simplify flaky `t_verify_imported_mnesia_tab_on_cluster`
And also rest of the test setup in the suite.
|
2023-08-30 20:24:18 +04:00 |
zhongwencool
|
501456efec
|
chore: more safe with iolist_to_binary
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
|
2023-08-29 17:10:43 +08:00 |
zhongwencool
|
4245a4d8c6
|
fix: authz clean-cache clientid always return not_found
|
2023-08-29 08:17:47 +08:00 |
SergeTupchiy
|
c04f770118
|
Merge pull request #11506 from SergeTupchiy/EMQX-10274-do-not-download-empty-trace-log
fix(emqx_trace): don't download empty trace log file
|
2023-08-28 22:17:00 +03:00 |
Serge Tupchii
|
0072749143
|
fix(emqx_trace): don't download empty trace log file
Closes: EMQX-10274
|
2023-08-28 19:25:55 +03:00 |
Thales Macedo Garitezi
|
dec21ffc95
|
Merge pull request #11362 from thalesmg/ds-handle-sub-20230725
feat(ds): open iterators when handling `SUBSCRIBE` packets
|
2023-08-28 10:21:28 -03:00 |
Andrew Mayorov
|
dcb63440bc
|
refactor(mgmt): avoid dealing with router tab directly
Instead, contain all this behind `emqx_router` module interface.
|
2023-08-28 13:52:59 +04:00 |
zhongwencool
|
d8be248a3d
|
fix: improve the suggest msg for update conf failed
|
2023-08-28 08:53:23 +08:00 |
Thales Macedo Garitezi
|
f007b44426
|
fix(data_import): rm duplicate import call and fix test
|
2023-08-22 13:29:15 -03:00 |
Thales Macedo Garitezi
|
9463e271c0
|
feat(ds): open iterators when handling `SUBSCRIBE` packets
Fixes https://emqx.atlassian.net/browse/EMQX-9741
|
2023-08-22 13:29:15 -03:00 |
Kjell Winblad
|
3ffbb7decf
|
fix: HTTP API /api/v5/publish schema
The schema for the /api/v5/publish HTTP API endpoint was incorrect.
For 400 (Bad Request) error it cannot return a list but the incorrect
schema declared that the response could include a list.
Fixes:
https://emqx.atlassian.net/browse/EMQX-10837
https://github.com/emqx/emqx/issues/11488
|
2023-08-22 15:21:20 +02:00 |
lafirest
|
5e448f5a02
|
Merge pull request #11446 from lafirest/refactor/calendar
refactor(calendar): refactor datetime-related code and remove redundant
|
2023-08-17 07:40:44 +08:00 |
zhongwencool
|
8b23ee86b3
|
fix: hide cpu_status if os_check is not supported
|
2023-08-16 20:49:28 +08:00 |
zhongwencool
|
b817e03c08
|
fix: start os_mon application temporary
|
2023-08-16 20:49:27 +08:00 |
firest
|
b08102269a
|
refactor(calendar): refactor datetime-related code and remove redundant
|
2023-08-16 10:55:46 +08:00 |
firest
|
2fc0468e0c
|
feat(banned): add a new API used to clear all banned data
|
2023-08-11 17:25:49 +08:00 |
JimMoen
|
060074e04a
|
fix: api total accumulate ignore `undefined` by down nodes result
|
2023-08-11 11:27:55 +08:00 |
zhongwencool
|
aa798e531e
|
Merge pull request #11409 from zhongwencool/opentelemetry-metrics
feat: support opentelemetry metrics
|
2023-08-10 14:35:25 +08:00 |
zhongwencool
|
d5fe891961
|
fix: don't be kill when send large payload when log is debug
|
2023-08-10 09:22:30 +08:00 |
zhongwencool
|
3933227636
|
feat: support opentelemetry metrics
|
2023-08-09 20:23:40 +08:00 |
Ilya Averyanov
|
deaac9bd73
|
fix(authz): correctly identify qos of subscribe actions
|
2023-07-25 15:20:52 +03:00 |
Serge Tupchii
|
b37920d2e5
|
feat: add `topic_metrics` and `slow_subs` configuration to data import/export
Fixes: EMQX-10590
|
2023-07-21 10:41:22 +03:00 |
zhongwencool
|
3cd223ff5b
|
chore: add more detail msg for merging failed
|
2023-07-20 17:48:26 +08:00 |
ieQu1
|
57e39f42c5
|
Merge pull request #11294 from ieQu1/mria-fixes
Mria fixes
|
2023-07-19 15:10:42 +02:00 |