Zaiming (Stone) Shi
|
29a898cc2e
|
feat: parameterise schema module for schema dump
|
2022-02-28 09:59:56 +01:00 |
Zaiming (Stone) Shi
|
e22104476a
|
fix(data_dir): get data_dir config in the right way
now data_dir config is respected by boot script as well as
EMQX application after booted
|
2022-02-28 09:59:56 +01:00 |
Zaiming (Stone) Shi
|
3bdcf18590
|
Merge pull request #7133 from zmstone/chore-build-with-rockylinux
build: rockylinux for 5.0
|
2022-02-28 09:14:48 +01:00 |
xujun540
|
058bafd3b9
|
chore(autotest): Remove all API test scripts
|
2022-02-28 15:13:51 +08:00 |
DDDHuang
|
d8cf4421aa
|
Merge pull request #7153 from DDDHuang/etm_urlencode
fix: remove bindings params url decode (url decode by minirest)
|
2022-02-28 13:38:09 +08:00 |
JimMoen
|
d82a5544da
|
fix: topic_metrics example
|
2022-02-28 11:38:18 +08:00 |
Xinyu Liu
|
47a4fa5732
|
Merge pull request #7140 from EMQ-YangM/tmp_change_status
refactor(emqx_resource): change the status of emqx_resource to 'conne…
|
2022-02-28 11:13:47 +08:00 |
DDDHuang
|
0e3310f1cf
|
fix: remove bindings params url decode (url decode by minirest)
|
2022-02-28 11:13:23 +08:00 |
JianBo He
|
48cc641ec0
|
Merge pull request #7114 from lafirest/refactor/coap_api
refactor(emqx_coap): refactor CoAP API
|
2022-02-28 10:14:26 +08:00 |
JianBo He
|
df984f96fe
|
Merge pull request #7151 from zmstone/refactor-gateway-schema-use-remote-ref
refactor: gateway schema use remote ref
|
2022-02-28 10:12:50 +08:00 |
firest
|
ec17c4d63c
|
fix(emqx_limiter): fix schema error
|
2022-02-27 23:37:20 +08:00 |
Zaiming (Stone) Shi
|
edb16f902e
|
chore: pin hocon 0.16.0 for 'mappings' in generated config doc
|
2022-02-27 14:44:28 +01:00 |
Zaiming (Stone) Shi
|
b603d544b2
|
refactor(emqx_gateway_schema): use remote ref instead of redefine
the ssl_client_opts struct
|
2022-02-27 14:44:28 +01:00 |
firest
|
6b6acaec43
|
refactor(emqx_coap): refactor CoAP API
|
2022-02-26 17:30:34 +08:00 |
Zaiming (Stone) Shi
|
b68cb96bd2
|
refactor: make pkg-vsn.sh able to report both short and long version
|
2022-02-26 01:38:10 +01:00 |
Zaiming (Stone) Shi
|
20323a8f11
|
Merge pull request #7144 from zmstone/allow-user-override-data-dir
fix(boot): allow user defined data_dir
|
2022-02-26 00:16:32 +01:00 |
Thales Macedo Garitezi
|
69e0f9c6cf
|
Merge pull request #7109 from thalesmg/elixir-plugin-test
Add Elixir Plugin Template Test
|
2022-02-25 11:31:41 -03:00 |
DDDHuang
|
e8f92b422c
|
Merge pull request #7061 from DDDHuang/new_monitor
New monitor
|
2022-02-25 20:57:34 +08:00 |
Zaiming (Stone) Shi
|
ea39a9944c
|
ci: fix package name format for slim build
|
2022-02-25 12:19:43 +01:00 |
Zaiming (Stone) Shi
|
a8aa312825
|
fix(boot): allow user defined data_dir
|
2022-02-25 12:08:05 +01:00 |
DDDHuang
|
103df6f06b
|
fix: dashboard monitor bpapi
|
2022-02-25 18:38:10 +08:00 |
Zaiming (Stone) Shi
|
7e575f54c3
|
build: down prioritise docker buildx
|
2022-02-25 11:33:01 +01:00 |
Zaiming (Stone) Shi
|
2d3859a79a
|
build: get full version from pkg-full-vsn.sh
this is due to the mapping of :
centos7 -> el7
and rockylinux8 -> el8
with this fix, there is no need to repeat such mapping
in many differennt places
|
2022-02-25 11:33:01 +01:00 |
zhongwencool
|
8d26ba6e9f
|
Merge pull request #7108 from thalesmg/fix-sys-mon-portinfo
fix(sys_mon): guard before calling `erlang:port_info`
|
2022-02-25 17:38:24 +08:00 |
DDDHuang
|
00b83121a4
|
fix(test): add api test SUITE & bug fix
|
2022-02-25 17:36:07 +08:00 |
DDDHuang
|
c21bc9d329
|
feat: dashboard monitor granularity adapter
|
2022-02-25 17:36:07 +08:00 |
DDDHuang
|
a88e8b0c9e
|
fix(doc): remove annotation
|
2022-02-25 17:36:07 +08:00 |
DDDHuang
|
8c1c87a8d6
|
fix(test): add monitor SUITE, TODO: API Test SUITE
|
2022-02-25 17:36:07 +08:00 |
DDDHuang
|
fedfa6c653
|
feat: monitor api, TODO: test suite
|
2022-02-25 17:36:07 +08:00 |
DDDHuang
|
21b9943df9
|
feat: new monitor TODO: API
|
2022-02-25 17:36:07 +08:00 |
DDDHuang
|
f4a669b3bc
|
fix(doc): reflactor monitor
|
2022-02-25 17:36:07 +08:00 |
zhongwencool
|
13a0eff678
|
Merge pull request #7125 from zhongwencool/schema-json
feat: generate hot config's schema.json and remove nullable option.
|
2022-02-25 17:18:20 +08:00 |
JianBo He
|
f45a00f3c1
|
Merge pull request #7126 from HJianBo/force-kill-takeover-failure-proc-5.0
refactor(cm): force kill the proc that failed to response takeover call
|
2022-02-25 17:11:37 +08:00 |
EMQ-YangM
|
e54f4b75da
|
fix(emqx_connector): fix resource status
|
2022-02-25 16:47:32 +08:00 |
JianBo He
|
829fa2004a
|
Merge pull request #7136 from lafirest/fix/delayed_publish
fix(emqx_delayed): fix config update not working
|
2022-02-25 16:10:32 +08:00 |
Zaiming (Stone) Shi
|
64fd321ad1
|
ci(spelling): check enterprise schema
|
2022-02-25 09:09:30 +01:00 |
Zaiming (Stone) Shi
|
b2cb7f1bd5
|
build: update to latest builder image
|
2022-02-25 09:09:30 +01:00 |
Zaiming (Stone) Shi
|
fa91c7491f
|
build: rockylinux
|
2022-02-25 09:09:30 +01:00 |
zhongwencool
|
829bd8258a
|
Merge pull request #7139 from zhongwencool/improve-uptime-func
Improve uptime/0
|
2022-02-25 16:05:27 +08:00 |
Zhongwen Deng
|
1667a03c18
|
chore: rename hot-config-schema.json; keep schema.json for spellcheck.
|
2022-02-25 16:04:30 +08:00 |
EMQ-YangM
|
fa21fa2432
|
fix(emqx_bridge): fix bridge status
|
2022-02-25 15:26:40 +08:00 |
EMQ-YangM
|
376c9ee261
|
refactor(emqx_resource): change the status of emqx_resource to 'connected/connecting/disconnecting'
|
2022-02-25 15:02:41 +08:00 |
DDDHuang
|
521efac8ea
|
Merge pull request #7138 from emqx/api_retainer
chore(autotest): Discard the container API test script
|
2022-02-25 14:39:54 +08:00 |
Zhongwen Deng
|
3aa9afc5bf
|
fix: rpc get node info maybe crash when emqx_sys process is not start yet.
|
2022-02-25 14:20:19 +08:00 |
Zhongwen Deng
|
4eec83b0e5
|
fix: memsup's memory alway false.
|
2022-02-25 14:19:57 +08:00 |
xujun540
|
04279da8dd
|
chore(autotest): Discard the container API test script
|
2022-02-25 14:11:57 +08:00 |
firest
|
2053d21bd5
|
fix(emqx_delayed): fix config update not working
|
2022-02-25 11:24:30 +08:00 |
firest
|
19d4dabd04
|
fix(emqx_retainer): fix test case error
|
2022-02-25 10:08:44 +08:00 |
Thales Macedo Garitezi
|
0e319d5e4e
|
fix: rm useless `catch`
|
2022-02-24 16:28:00 -03:00 |
Thales Macedo Garitezi
|
427866f8ad
|
test(sys_mon): add test for closed port
|
2022-02-24 15:13:18 -03:00 |