zhongwencool
|
48fd620521
|
Merge pull request #10480 from CrazyWisdom/master
docs(README): add mqtt broker link
|
2023-07-10 14:44:04 +08:00 |
Ivan Dyachkov
|
2570bc3090
|
fix(scripts): make shellcheck happy
also use EMQX_NODE__ROLE instead of EMQX_NODE__DB_ROLE
|
2023-07-10 08:41:11 +02:00 |
JimMoen
|
e9f1d7f2bf
|
fix: influxdb float serialization error
|
2023-07-10 13:53:11 +08:00 |
JianBo He
|
4d2e8c7cbf
|
Merge pull request #11109 from HJianBo/update-license-hint
chore: update license expiry log
|
2023-07-10 13:38:01 +08:00 |
zhongwencool
|
c79a3c9603
|
Merge pull request #11235 from zhongwencool/clean-config-loaded-when-stop
fix: unset config_loader in emqx's env when stop emqx app
|
2023-07-10 13:17:32 +08:00 |
zhongwencool
|
802a50601a
|
chore: add comment for init_loader_done
|
2023-07-10 12:03:36 +08:00 |
zhongwencool
|
c4ba558ee3
|
fix: unset config_loader in emqx's env when stop emqx app
|
2023-07-10 11:06:08 +08:00 |
zhongwencool
|
d661b10355
|
fix: emqx CI failed
|
2023-07-10 10:34:36 +08:00 |
zhongwencool
|
86d3984025
|
fix: mgmt api SUITE failed
|
2023-07-10 10:34:36 +08:00 |
zhongwencool
|
c0ee47dc08
|
chore: add changelog for 11226 pr
|
2023-07-10 10:34:36 +08:00 |
zhongwencool
|
d781346efc
|
fix: alias listeners.Type.Name.enabled as listeners.Type.Name.enable
|
2023-07-10 10:34:36 +08:00 |
zhongwencool
|
82672ff095
|
Merge pull request #11221 from lafirest/chore/dynamo_example
chore: add example for DynamoDB template
|
2023-07-10 09:38:47 +08:00 |
Ivan Dyachkov
|
a31b5f1ac1
|
chore: add scripts/dev-cluster-host.sh
|
2023-07-09 19:35:12 +02:00 |
firest
|
a3de04ebd2
|
chore: add example for DynamoDB template
|
2023-07-09 16:23:27 +08:00 |
Stefan Strigler
|
da052e0a5e
|
chore: add changelog
|
2023-07-08 14:43:43 +02:00 |
Stefan Strigler
|
1110b5d8f5
|
fix(emqx_retainer): return 404 in delete if topic not found
|
2023-07-08 14:43:43 +02:00 |
Stefan Strigler
|
80e4ffff75
|
fix(emqx_management): return 404 if plugin does not exist
|
2023-07-08 14:43:43 +02:00 |
Stefan Strigler
|
3fd28f9e18
|
fix(emqx_management): return 404 for unknown listener id
|
2023-07-08 14:43:43 +02:00 |
Stefan Strigler
|
d65d690c17
|
fix(emqx_gateway): return 404 for unknown client id
|
2023-07-08 14:43:43 +02:00 |
Stefan Strigler
|
3bc419ee64
|
fix(emqx_gateway): return 404 for unknown listener id
|
2023-07-08 14:10:23 +02:00 |
Andrew Mayorov
|
8c883feb54
|
chore: bump `emqx_durable_storage` to 0.1.1
|
2023-07-07 21:56:21 +02:00 |
Andrew Mayorov
|
030beb3e6a
|
fix(ds): drop debug printouts in test suite
|
2023-07-07 21:56:20 +02:00 |
Andrew Mayorov
|
daf4e86da1
|
feat(ds): add `ensure_shard/2` shortcut
And use it in `emqx_persistent_session_ds:init()` backend initialization
function.
|
2023-07-07 21:56:20 +02:00 |
Andrew Mayorov
|
ac56de9fc5
|
feat(ds): allow to redefine directory for shard's rocksdb
|
2023-07-07 21:56:20 +02:00 |
Thales Macedo Garitezi
|
0d1abf7d8a
|
Merge pull request #11229 from thalesmg/fix-plugin-load-conf-master
fix(plugins): start/stop plugins when loading config from CLI
|
2023-07-07 16:36:48 -03:00 |
Ilya Averyanov
|
19f9fc5089
|
feat(authz): bump app versions
|
2023-07-07 19:41:34 +03:00 |
Ilya Averyanov
|
77895f2555
|
feat(authz): fix typos and style for Retain & QoS authz feature
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
|
2023-07-07 19:40:34 +03:00 |
Ilya Averyanov
|
6db02d6b49
|
feat(authz): enable feature for both CE and EE
|
2023-07-07 19:40:34 +03:00 |
Ilya Averyanov
|
1ce6a225ae
|
feat(authz): add tests for authz extended actions
|
2023-07-07 19:40:34 +03:00 |
Ilya Averyanov
|
7de26a1776
|
feat(authz): use extensible map format for actions in authz rules
* support authorization on retain, qos fields
* refactored authz tests heavily
|
2023-07-07 19:40:34 +03:00 |
Ilya Averyanov
|
b568bda098
|
feat(ft-api): simplify config import test
|
2023-07-07 19:39:05 +03:00 |
Thales Macedo Garitezi
|
6337f52cf9
|
fix(plugins): start/stop plugins when loading config from CLI
Fixes https://emqx.atlassian.net/browse/EMQX-10288
|
2023-07-07 13:37:51 -03:00 |
Ilya Averyanov
|
56c81c2c25
|
feat(ft-api): bump app versions
|
2023-07-07 19:17:22 +03:00 |
Ilya Averyanov
|
e0353ab750
|
fix(ft-api): update FT API tests to use emqx_cth_suite
|
2023-07-07 19:15:42 +03:00 |
Ilya Averyanov
|
fde506838a
|
fix(ft-api): implement import config behaviour
|
2023-07-07 19:15:42 +03:00 |
Ilya Averyanov
|
fe691e8330
|
fix(ft-api): fix swagger schema dump for ft schema
|
2023-07-07 19:15:42 +03:00 |
Ilya Averyanov
|
a2eb658cd9
|
feat(ft-api): do cleanup certs explicitly
|
2023-07-07 19:15:42 +03: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 |
Andrew Mayorov
|
34793c5ed0
|
feat(ft-conf): preprocess TLS configuration on updates
Specifically, reify keys and certificates into files in the file system
and update the configuration to point to those files.
|
2023-07-07 19:15:42 +03:00 |
Andrew Mayorov
|
27ab9c62d8
|
fix(ft): unload conf hooks in `prep_stop`
In order to avoid situations when the root supervisor is stopped
already.
|
2023-07-07 19:15:42 +03:00 |
Ilya Averyanov
|
d2bea433f5
|
Merge pull request #11228 from savonarola/0705-rebalance-fixes
Fix rebalance tests & version
|
2023-07-07 19:14:12 +03:00 |
Ilya Averyanov
|
aba52c6a25
|
chore(rebalance test): fix API tests
|
2023-07-07 18:04:32 +03:00 |
Ilya Averyanov
|
9bb159cf1e
|
fix(rebalance): fix changelog and version
|
2023-07-07 18:04:11 +03:00 |
Ivan Dyachkov
|
f3d6d5c1cc
|
Merge pull request #11209 from id/0706-update-contributing-guide
docs: update CONTRIBUTING.md to include information about change log
|
2023-07-07 16:05:34 +02:00 |
zhongwencool
|
5b1c265485
|
Merge pull request #11224 from zhongwencool/fix-psk-conf-load
fix: psk_authentication is updated failed
|
2023-07-07 21:27:49 +08:00 |
Ivan Dyachkov
|
cbc47b7acd
|
Merge pull request #11213 from dounix/feat/ssl-common-name-ci-fix
feat: enable setting ssl common name
|
2023-07-07 15:11:26 +02: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 |
lafirest
|
70bd7a59e4
|
Merge pull request #11225 from lafirest/fix/pgsql_function_clause
fix(bridge): ensure the username of pgsql must exists
|
2023-07-07 20:39:07 +08:00 |
zhongwencool
|
8b80a2f754
|
Merge pull request #11192 from zhongwencool/bump-hocon-to-0.39.13
chore: update hocon to 0.39.13
|
2023-07-07 20:02:46 +08:00 |
zhongwencool
|
0ef00d5919
|
fix: psk_authentication is updated failed
|
2023-07-07 20:02:06 +08:00 |