zhanghongtong
72148c9e20
test(CI): update matrix for build packages
2020-12-30 18:18:15 +08:00
zhanghongtong
75381bc945
test(CI): update matrix for build packages
2020-12-30 13:45:23 +08:00
zhanghongtong
d90bf9a1db
test(CI): update build packages
...
remove unnecessary steps from the workflow for building a package
2020-12-30 13:45:23 +08:00
zhanghongtong
fcf6743173
test(CI): delete matrix for test case
2020-12-29 00:03:12 +08:00
zhanghongtong
41afcde964
chore(ssl conf): update the ssl configuration format for mongo, pgsql, and redis plug-ins
2020-12-29 00:03:12 +08:00
zhanghongtong
6989c7a83d
test(CI): add cts
2020-12-29 00:03:12 +08:00
zhouzb
bcb63bcc18
fix(test case): fix test case
2020-12-28 17:45:19 +08:00
Shawn
505a6bef42
fix(coverall): temporarily delete the coverall
2020-12-28 16:02:04 +08:00
Shawn
1887dfa8a4
fix(test): set node name to 'test@127.0.0.1' when run ct
2020-12-28 16:02:04 +08:00
Jorge Luna
2e4ffa1f4c
feat(helm_chart): TLS support for dashboard ( #3935 )
...
* Add TLS support to dashboard
2020-12-28 15:10:42 +08:00
bignullnull
efb32e9903
test(rule_engine): add update resource unit test case ( #3964 )
...
* test(rule_engine): add update resource unit test case
* feat(rule_engine): add update resource support
Co-authored-by: wwhai <cnwwhai@gmail.com>
2020-12-28 14:59:28 +08:00
zhouzb
ac0f51fec3
fix(max topic len): use the maximum length limit by default
2020-12-28 14:48:32 +08:00
Yudai Kiyofuji
56920b6ca6
fix(bridge_mqtt): max_inflight_size -> max_inflight; this enables emqtt.erl to use the value ( #3938 )
...
* fix(bridge_mqtt): max_inflight_size -> max_inflight; this enables emqtt.erl to use the value
* chore(bridge_mqtt): fix elvis
* fix(worker): max_inflight_batches -> max_inflight
2020-12-28 13:43:13 +08:00
JianBo He
739e49218f
fix(cm): fix the problem of registering a channel twice ( #3831 )
2020-12-28 11:03:29 +08:00
JianBo He
9e22f492c7
refactor(rule-engine): add proc_sql_param_str/2 to handle sql params
2020-12-28 10:51:13 +08:00
JianBo He
d628c49f16
fix(management): make client format function durable
2020-12-28 10:51:13 +08:00
ayodele.akingbule
b68a0b3730
fix(emqx_lua_hook): fix dialyzer warnings.
2020-12-25 07:42:01 +08:00
ayodele.akingbule
2126129aee
fix(emqx_prometheus): fix Dialyzer warnings
2020-12-25 07:42:01 +08:00
ayodele.akingbule
80cca940c2
fix(emqx_http_client): fix Dialyzer warnings
2020-12-25 07:42:01 +08:00
ayodele.akingbule
50981a976d
chore(minirest): dependency update
2020-12-25 07:42:01 +08:00
Yudai Kiyofuji
6191796c1f
Merge pull request #3952 from z8674558/docs/jp-dialyzer
...
docs(dialyzer): use natural expression
2020-12-23 19:43:31 +09:00
z8674558
c4d16c40a9
docs(dialyzer): use natural expression
2020-12-23 19:42:15 +09:00
ayodele.akingbule
61d73ea530
chore(dialyzer): optimize dialyzer run
2020-12-23 11:33:02 +01:00
Shawn
02245aeb7a
chore(test): provisionally delete the testcase for SASL
...
The SASL feature in emqtt is not ready, delete the testcases for now.
2020-12-23 16:42:49 +08:00
Shawn
865c63d82e
fix(emqx_mgmt): data export failed on generating the exported filename
2020-12-23 16:41:18 +08:00
Shawn
6b5878cdd0
fix(test): solve verification issue when verify the resource numbers
2020-12-23 16:39:40 +08:00
zhouzb
305918ec9e
fix(hot upgrade): fix bad hot upgrade script
2020-12-23 14:08:25 +08:00
Shawn
a9629a931b
chore(test): add coverage generation for make ct
2020-12-23 13:48:49 +08:00
Shawn
ec8cfecdc0
fix(test): typos in emqx_mgmt_api_SUITE
2020-12-23 13:47:22 +08:00
Shawn
60f1b64ad9
fix(test): delete extra emqx_lua_hook:stop()
2020-12-22 22:05:24 +08:00
Shawn
9e3b6da9ca
fix(test): delete extra verfication for 'max_age'
2020-12-22 18:22:17 +08:00
Shawn
54ff20ec0e
fix(build): remove the extra cowlib deps from emqx_auth_http
2020-12-22 17:50:10 +08:00
Shawn
ea671af401
fix(build): add 'apps' to include dirs for profile test
2020-12-22 17:07:28 +08:00
Zaiming Shi
3934c96026
chore(ct): Upgrade rebar3 to avoid full copy of apps dir in ct
...
Rebar3 version 3.14.3-emqx-4 fixed an issue where apps dir
is full-copy to _buid/test/lib/emqx/apps when running
ct with --dir apps/xxx or --suite apps/xxx/test/yyy_SUITE
This behaviour is confusing because there could be multpile
beam files for the same module in the same profile.
e.g.
_build/test/lib/xxx/test/yyy_SUITE
_build/test/lib/emqx/apps/xxx/test/yyy_SUITE
2020-12-22 08:53:54 +01:00
zhanghongtong
a364758e2a
test(emqx_recon): stop emqx correctly in the test case
2020-12-22 13:39:49 +08:00
zhanghongtong
3ef08f9ce3
test(meck): add meck unload after meck load
2020-12-22 13:39:49 +08:00
zhanghongtong
26758d48d1
test(auth mnesia): the initial environment is restored at the end of the test case
2020-12-22 13:39:49 +08:00
zhanghongtong
ce6411532b
test(emqx): fix test case error for emqx
2020-12-22 13:39:49 +08:00
Shawn
443ff737ed
fix(rule_engine): use rpc in emqx_rule_engine_api
2020-12-22 11:18:16 +08:00
Shawn
e15c0c325e
fix(rule_engine): nested_get value from binary was supported in 4.1
2020-12-22 11:18:16 +08:00
Shawn
86d20b060c
fix(metrics): counters not created before incr 'rule.matched'
2020-12-22 11:18:16 +08:00
Shawn
c3159420bb
feat(funcs): add bitsize/1 and subbits/2,3,6 functions
2020-12-22 11:18:16 +08:00
Yudai Kiyofuji
8a50c70ca3
Merge pull request #3929 from z8674558/feat/coap-acl
...
feat(coap): use emqx_access_control:check_acl before pub/sub
2020-12-21 16:38:49 +09:00
zhanghongtong
99632d9f82
chore(CI): add ipv6 in docker-compose
2020-12-19 15:20:46 +08:00
zhanghongtong
0ef84d2722
fix(auth mnesia): remove the duplicate cli command
...
style(auth mnesia): fix elvis check failurex
style(auth mnesia): remove the extra symbol
2020-12-19 15:20:46 +08:00
Zaiming Shi
fe675905a6
chore(elvis): Skip deleted files and non .erl files
2020-12-19 08:01:40 +01:00
Zaiming Shi
824cf26185
chore(elvis): Move elvis-check.sh to scripts dir
2020-12-19 08:01:40 +01:00
Shawn
e72cbd22c4
fix(rule_validator): fill default values when validating the params
2020-12-18 11:08:17 +08:00
z8674558
a564670863
fix(coap): fix the issue the connection with same clientid is not discarded
2020-12-17 15:57:38 +09:00
zhanghongtong
fd6cc1a848
test(CI): update actions
...
add fvt tests
update test cases
2020-12-17 14:23:33 +08:00