Thales Macedo Garitezi
|
59ff43ec87
|
feat(message validation): implement metrics
Fixes https://emqx.atlassian.net/browse/EMQX-12071
|
2024-03-25 10:55:01 -03:00 |
Thales Macedo Garitezi
|
303d0ed81b
|
test: attempt to fix flaky test
|
2024-03-22 16:29:00 -03:00 |
Thales Macedo Garitezi
|
fa7ec231e3
|
test: fix flaky test
|
2024-03-21 14:07:09 -03:00 |
JimMoen
|
55a8488a4f
|
test: fields in `/monitor_current`
- `retained_msg_count`
- `shared_subscriptions`
|
2024-03-16 20:43:03 +08:00 |
Zaiming (Stone) Shi
|
46877e979b
|
chore: update copyright-year
|
2024-02-23 08:21:06 +01:00 |
Zaiming (Stone) Shi
|
9c1d5e49dd
|
chore: fix a typo
|
2024-02-21 10:53:22 +01:00 |
Zaiming (Stone) Shi
|
f57f617ba3
|
refactor(schema): ensure roots/0 and namespace/0 for all schema modules
|
2024-02-16 11:35:32 +01:00 |
Andrew Mayorov
|
2a4e37869e
|
fix(dashboard): provide full context in startup errors
|
2024-02-09 14:16:32 +01:00 |
firest
|
13df7fa46e
|
fix(dashboard): add test case & update change
|
2024-01-31 14:14:56 +08:00 |
JimMoen
|
7bc3a5090d
|
fix(dashboard): meck `emqx_retainer` in SUITE
|
2024-01-21 00:14:25 +08:00 |
firest
|
4e046eaa3d
|
chore: bump version && update changes
|
2024-01-10 06:58:01 +08:00 |
Thales Macedo Garitezi
|
18b69809da
|
Merge branch 'release-54' into sync-r54-m-20231221
|
2023-12-21 10:05:13 -03:00 |
zhongwencool
|
a46b415c77
|
fix: support bridge v1 conf hocon-format in the put configs API.
|
2023-12-19 16:40:45 +08:00 |
Zaiming (Stone) Shi
|
19051f639b
|
test: ensure verify_none to ssl client opts as default value
|
2023-12-14 22:21:31 +01:00 |
Zaiming (Stone) Shi
|
06bfd878a0
|
test: fix compile warnings in test suites
|
2023-12-14 22:20:01 +01:00 |
Zaiming (Stone) Shi
|
d560366c14
|
test: fix some compile warnings
|
2023-12-11 09:43:13 +01:00 |
Zaiming (Stone) Shi
|
4c5d64abc2
|
refactor(schema): keep type converters close
|
2023-11-13 15:26:30 +01:00 |
Zaiming (Stone) Shi
|
65efa2672e
|
test(schema): delete stale reference to emqx_schema:file() type
|
2023-11-13 09:28:26 +01:00 |
Zaiming (Stone) Shi
|
101990b8fc
|
test: fix schema tests after types change
|
2023-11-10 14:23:43 +01:00 |
Ilya Averyanov
|
5dff36474d
|
chore(auth): get rid of hardcoded schema modules in auth
|
2023-10-05 13:41:50 +03:00 |
firest
|
9e55ae240a
|
feat(sso): add `role` into the result of login endpoints
|
2023-09-22 13:48:07 +08:00 |
zhongwencool
|
21bb209fb1
|
feat: added support for auditing API and CLI activity in logs
|
2023-09-21 16:35:46 +08:00 |
firest
|
4b97d3f57d
|
test(rbac): add test cases for RBAC && update changes
|
2023-09-15 18:16:28 +08:00 |
firest
|
45ccc66474
|
fix(dashbaord): fix test cases to support RBAC
|
2023-09-15 15:49:37 +08: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 |
Kjell Winblad
|
f28510b3ad
|
refactor: HTTP connector into emqx_bridge_http app
|
2023-07-12 14:46:43 +02:00 |
Andrew Mayorov
|
a2b03716be
|
feat(ft-api): provide configuration API
To configure `emqx_ft` during the runtime.
|
2023-07-07 19:15:42 +03:00 |
Ilya Averyanov
|
a6019a2846
|
Merge pull request #11198 from savonarola/0705-fix-rebalance-swagger
fix(rebalance): fix rebalance swagger examples
|
2023-07-07 15:55:16 +03:00 |
Stefan Strigler
|
22b25fbbb3
|
feat(emqx_dashboard): include edition and version in swagger.json info
|
2023-07-06 14:14:21 +02:00 |
Ilya Averyanov
|
f174cb656c
|
fix(rebalance): fix swagger examples in api-doc
|
2023-07-05 15:38:41 +03:00 |
zhongwencool
|
e26c30ff0c
|
feat: refactor dashboard https ssl_options
|
2023-06-29 10:49:39 +08:00 |
zhongwencool
|
4b82d4d927
|
feat: deprecated dashboard.listeners.name.enable
|
2023-06-14 20:51:17 +08:00 |
zhongwencool
|
61bbe19eba
|
Merge pull request #10961 from HJianBo/support-infinity-max-conns-in-gateway
Adds support for unlimited max connections for gateway listeners
|
2023-06-11 09:09:34 +08:00 |
Stefan Strigler
|
8c1334c421
|
fix(emqx_dashboard): return 404 for everything we don't know
|
2023-06-09 17:13:18 +02:00 |
JianBo He
|
53eb8d7f1b
|
test: fix flaky tests introduced by https://github.com/emqx/emqx/pull/10948
|
2023-06-09 15:48:23 +08:00 |
JianBo He
|
d5ebf5650f
|
test: improve the test
|
2023-06-08 11:24:07 +08:00 |
JianBo He
|
fcef456174
|
feat: add `live_connections` field for some HTTP APIs
i.e:
- `/monitor_current`, `/monitor_current/nodes/{node}`
- `/monitor/nodes/{node}`, `/monitor`
- `/node/{node}`, `/nodes`
|
2023-06-08 11:24:06 +08:00 |
Thales Macedo Garitezi
|
46393343e2
|
chore: use `timeout_duration` types for timer fields
Fixes https://emqx.atlassian.net/browse/EMQX-10020
|
2023-06-05 11:46:38 -03:00 |
Thales Macedo Garitezi
|
7d3ce14835
|
test: rm unused var warning
|
2023-06-01 14:00:43 -03:00 |
Andrew Mayorov
|
f90ce9bbfe
|
test(dashboard): fix inter-suite test flakiness
|
2023-05-31 19:09:37 +03:00 |
Zhongwen Deng
|
5690469896
|
fix: flaky test when stopping dashboard listener
|
2023-05-31 07:53:10 +08:00 |
Zaiming (Stone) Shi
|
08c1d5e5ae
|
test: stop testing i18n.conf
|
2023-05-29 14:22:23 +02:00 |
Zaiming (Stone) Shi
|
732a7be187
|
Merge remote-tracking branch 'origin/release-50'
|
2023-05-22 17:46:54 +02:00 |
Zhongwen Deng
|
cb5a596c57
|
fix: make sure swagger.json is fully generated
|
2023-05-22 16:58:13 +08:00 |
某文
|
7c2aac64bc
|
fix: bad cert file path in dashboard https listener
|
2023-05-21 07:41:46 +08:00 |
Zaiming (Stone) Shi
|
9b9731b943
|
Merge pull request #10473 from zmstone/0421-refactor-delete-unused-schema-field
0421 refactor delete unused schema field
|
2023-05-16 22:22:03 +02:00 |
Zaiming (Stone) Shi
|
7566c25199
|
refactor: delete unused connector field 'base_url'
|
2023-05-11 09:04:55 +02:00 |
Ilya Averyanov
|
8d9b785bd7
|
Merge branch 'release-50' into file-transfer
* release-50:
chore(rebalance): fix app metadata
chore(rebalance): move apps from lib-ee, add READMEs
docs: refine zh tr
docs: delete APL header from ee file
docs: delete zh changelog
chore(rebalance): review fixes
chore(rebalance): rebase and review fixes
feat(rebalance): port apps from 4.x
|
2023-05-10 11:55:23 +05:00 |
Ilya Averyanov
|
7fa166f034
|
Merge branch 'release-50' into file-transfer
* release-50: (73 commits)
feat: add RabbitMQ bridge
docs: improve rule engine labels and descriptions
chore: bump version && update changes
refactor(rocketmq): move rocketmq bridge into its own app
test: dashboard_listener_test crash
chore: bump chart versions
chore: bump ee version to e5.0.4-alpha.1
test: fix inter-suite flakiness
build: compatibility to make 4.4+
feat: add IotDB bridge
ci: ensure git safe dir in build_packages
ci: ensure git safe dir
test: check_oom's max_mailbox_size
feat: rename max_message_queue_len to max_mailbox_size
fix(buffer_worker): fix inflight count when updating inflight item
chore: prepare for v5.0.25-rc.1 release
docs: add change log entry
fix: non_neg_integer() translated to minimum = 1 in bridge-api-en.json
chore: `MQTT X` -> `MQTTX`
chore: make sure brod_gssapi app is included in relese package
...
|
2023-05-09 23:30:22 +05:00 |
Ilya Averyanov
|
609f7bd8fd
|
feat(rebalance): port apps from 4.x
|
2023-05-09 20:51:22 +05:00 |