Commit Graph

11548 Commits

Author SHA1 Message Date
JianBo He 5103c542ff
Revert "fix(placeholder): allow placeholders in sql to be wrapped by quotes" 2022-09-13 19:04:51 +08:00
Zaiming (Stone) Shi 752eaeb899
Merge pull request #8944 from zmstone/0912-spellcheck-dict
0912 spellcheck dict
2022-09-13 12:15:09 +02:00
Zaiming (Stone) Shi d4e8a5377c ci: run spellcheck 0.4.0 2022-09-13 09:45:37 +02:00
JianBo He 0bac4e200e
Merge pull request #8926 from HJianBo/using-erlang-system-time-5
fix(time): replace os:system_time with erlang:system_time
2022-09-13 09:09:16 +08:00
JianBo He a715573c64
Merge branch 'master' into using-erlang-system-time-5 2022-09-13 09:09:06 +08:00
Zaiming (Stone) Shi d6bd1555ec refactor: move spellcheck dictionary to this repo
prior to this change, the EMQX spellcheck dictionary
is baked into the docker image, which makes adding
new words to the dict more complicated long process:
you'd have to send a separate PR to the docker image
repo and tag a new docker image and update the dokcer
iamge tag in emqx.git
2022-09-12 20:02:16 +02:00
Ivan Dyachkov 732a183576
Merge pull request #8919 from emqx/build-respect-PKG_VSN-variable-in-rebar.config.erl
build: take into account PKG_VSN env variable in rebar.config.erl
2022-09-09 14:28:09 +02:00
lafirest 13efe71b9f
Merge pull request #8934 from lafirest/fix/redis_authn
fix(authn_redis): fix that redis authn will deny the unknown users
2022-09-09 15:23:52 +08:00
firest a770447e75 fix(authn_redis): fix that redis authn will deny the unknown users 2022-09-09 14:53:31 +08:00
lafirest de06d1c539
Merge pull request #8876 from lafirest/fix/listeners_api
fix(api): add listener create API from `POST /listeners/{type:name…
2022-09-09 10:14:46 +08:00
lafirest 67945515c9
Merge pull request #8911 from lafirest/fix/retainer_start_error
fix(retainer): fix that EMQX can't start when the retainer is disabled
2022-09-09 10:14:34 +08:00
firest dd63e8d52b chore: update CHANGES-5.0.md 2022-09-08 20:30:43 +08:00
firest 47b35f0c6a fix(api): add listener create API from `POST /listeners/{type:name}` to `POST /listeners`
Old:
    API: POST /listeners/{type:demo}
    Body: {"type" : "tcp", "id" : "tcp:demo"}
New:
    API: POST /listeners
    Body: {"type" : "tcp", "name" : "demo"}
2022-09-08 20:28:40 +08:00
Zaiming (Stone) Shi 8062084e4b
Merge pull request #8909 from Rory-Z/ci/update-docker-build
ci(docker): add edition for docker image labels
2022-09-08 13:54:18 +02:00
firest 1a835e9bd4 test(retainer): add test case for start after retianer is disabled 2022-09-08 19:13:02 +08:00
JianBo He de8bf0909c chore: update changes 2022-09-08 16:16:49 +08:00
JianBo He 641763d4d7 chore: update app.src 2022-09-08 16:14:42 +08:00
JianBo He 8521d8dac5 fix(time): replace os:system_time with erlang:system_time
Avoid the problem of inaccurate timers caused by mixing erlang:system_time/0-1
and os:system_time/0-1
2022-09-08 16:13:05 +08:00
Ivan Dyachkov 659b65b328
Merge pull request #8920 from emqx/build-use-realpath-in-emqx
build: use realpath instead of readlink
2022-09-08 09:21:28 +02:00
JianBo He 0167baf24c
Merge pull request #8658 from HJianBo/fix-coap-topic
fix(coap): remove the leading `/` in assembling publish topic
2022-09-08 09:32:30 +08:00
Ivan Dyachkov 6c6e8f684a build: take into account PKG_VSN env variable in rebar.config.erl 2022-09-07 22:36:30 +02:00
Ivan Dyachkov bc850281f2 build: use realpath instead of readlink
realpath works the same way in GNU and BSD systems
2022-09-07 21:31:58 +02:00
JianBo He 9f6fb4f1ce
Merge branch 'master' into fix-coap-topic 2022-09-07 17:48:44 +08:00
Ivan Dyachkov b485644615
Merge pull request #8914 from emqx/docs-finish-sync-russian-readme
docs: finish sync of README-RU
2022-09-07 10:05:26 +02:00
Ivan Dyachkov 351046abf9 docs: finish sync of README-RU 2022-09-07 09:27:36 +02:00
firest a526c39ff5 chore: bump emqx_retainer version && update CHANGES-5.0.md 2022-09-07 14:49:33 +08:00
firest de36b77261 fix(retainer): fix that EMQX can't start when the retainer is disabled 2022-09-07 14:48:28 +08:00
zhongwencool 2943cbc261
Merge pull request #8857 from zhongwencool/cluster-rpc-when-node-down
feat: cluster-rpc failed fast when some nodes is down
2022-09-07 14:34:36 +08:00
Zaiming (Stone) Shi c9b6dfd7f9
Merge pull request #8905 from zmstone/0906-warn-default-erlang-cookie
refactor(cookie): Warning message when boot with default Erlang cookie
2022-09-07 08:06:55 +02:00
Rory Z c40b95de35 ci(docker): add edition for docker image labels 2022-09-07 10:42:54 +08:00
Zhongwen Deng fdbf8c1c27 chore: update changelog 2022-09-07 10:26:26 +08:00
Zhongwen Deng 33341011d8 chore: improve wait_for_nodes_commit/4 function 2022-09-07 10:19:46 +08:00
zhongwencool 758b1979ab chore: Apply suggestions from code review
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-09-07 10:19:46 +08:00
Zhongwen Deng 1175008a74 feat: cluster-rpc failed fast when some nodes is down 2022-09-07 10:19:46 +08:00
JianBo He 240e79a463 chore: update changes 2022-09-07 09:32:03 +08:00
Zaiming (Stone) Shi 0e5f7c896c
Merge pull request #8900 from zmstone/0904-minimise-ct-deps
only start required docker for integration tests
2022-09-06 19:31:23 +02:00
Zaiming (Stone) Shi f785da075b ci: only start required docker for integration tests 2022-09-06 19:25:53 +02:00
Zaiming (Stone) Shi 85cb552e53 chore: ensure no 'find' command error
the _upgrade_base dir must exist
2022-09-06 18:58:35 +02:00
Zaiming (Stone) Shi ac840e318e refactor(cookie): Warning message when boot with default Erlang cookie 2022-09-06 18:58:35 +02:00
lafirest fbea5dce58
Merge pull request #8903 from lafirest/fix/tls_lib_error
fix(tls): fix ciphers cache return `ok` at the first time call
2022-09-06 20:28:56 +08:00
firest 3f758ca36f fix(tls): fix ciphers cache return `ok` at the first time call 2022-09-06 16:42:02 +08:00
JianBo He 0caaccaa0f test: add tests for `/` leading topic 2022-09-06 15:38:32 +08:00
JianBo He da4efc11c2 chore: log authn-http parsing failed reason 2022-09-06 15:38:32 +08:00
JianBo He d6b222d1ff test: fix coap authz suite failures 2022-09-06 15:38:32 +08:00
JianBo He 55c1a1868a fix(coap): remove the leading `/` in assembling publish topic 2022-09-06 15:38:32 +08:00
Ivan Dyachkov f188808e67
Merge pull request #8891 from emqx/docs-sync-russian-readme
docs: sync russian version of readme up to 'Build from source'
2022-09-05 19:28:36 +02:00
ieQu1 038628826d
Merge pull request #8896 from ieQu1/master
doc(changes): Add missing change
2022-09-05 18:11:30 +02:00
ieQu1 47de105b6c docs(changes): Add missing change 2022-09-05 17:39:01 +02:00
zhongwencool 614be2768f
Merge pull request #8892 from zhongwencool/emqx_vars_override
feat: don't override RUNNER_LOG_DIR env in emqx_vars
2022-09-05 22:46:24 +08:00
Zaiming (Stone) Shi 9408aeb719
Merge pull request #8420 from zmstone/0705-refactor-delete-unused-module
chore: delete unused schema module
2022-09-05 16:33:07 +02:00