JimMoen
f5caf66253
refactor(api): unified api name style
2022-03-11 11:07:55 +08:00
JimMoen
bde7e51d8e
test(authz): add `DELETE` method test, change request method for all
2022-03-11 11:07:55 +08:00
JimMoen
5e81a1ae95
fix(authz): `POST` method for creating or updating rules for all
2022-03-11 11:07:55 +08:00
JimMoen
ba05cdc412
fix(authz): `DELETE` method return codes
2022-03-11 11:07:55 +08:00
xiangfangyang-tech
5a456fda98
chore(autotest): add some authn authz test steps in git action
2022-03-11 10:55:16 +08:00
lafirest
eeb92dae23
fix(delayed): fix that the query is not a cluster query
2022-03-11 10:54:11 +08:00
lafirest
d909ae9f32
test(mgmt): improve test coverage of emqx_mgmt_api_subscription to 96%
2022-03-11 10:46:21 +08:00
Xinyu Liu
09404c555f
Merge pull request #7273 from terry-xiaoyu/rule_test_columns
...
Add more test columns for events received from MQTT bridge
2022-03-11 09:24:27 +08:00
JianBo He
333f170a30
fix(authn-jwt): accept the pem conntet to create jwk authenticator
2022-03-11 09:19:24 +08:00
Shawn
5ca0d4f856
fix(rule): rename the eventname of bridge sources to $bridges/mqtt:*
2022-03-10 23:03:35 +08:00
Shawn
3ca3470844
fix(rule_events): add descs for test columns
2022-03-10 22:49:29 +08:00
zhongwencool
34764a5c8e
Merge pull request #7270 from emqx/kjellwinblad-patch-1
...
Add info about default dashboard user name and password to README.md file
2022-03-10 22:03:52 +08:00
Kjell Winblad
c8bcfb201b
docs: add info about default dashboard user name and password to README.md file
...
It makes sense to provide information about the default username and
password in the README file together with the information about how
to reach the web dashboard. New users reading the "Quick Start"
section would otherwise get struck wondering how to log in.
2022-03-10 13:36:47 +01:00
lafirest
40f0f61744
Merge pull request #7266 from lafirest/fix/topic_rewrite
...
fix(rewrite): fix config update maybe not work
2022-03-10 18:41:54 +08:00
zhongwencool
6d272970f4
Merge pull request #7088 from ieQu1/fix-spellcheck-workflow
...
ci(spellcheck): Use a different action
2022-03-10 18:18:17 +08:00
zhongwencool
63b2501a1c
Merge pull request #7265 from DDDHuang/monitor_api_fix
...
fix: monitor api query string param latest: legal & default value inf…
2022-03-10 18:14:00 +08:00
lafirest
c8411e780f
Merge pull request #7267 from lafirest/fix/slow_subs_api
...
fix(slow_subs): fix test case assert error
2022-03-10 17:31:40 +08:00
Chris
f21fb241d6
feat: add file to assist in formatting application
2022-03-10 10:27:57 +01:00
JimMoen
93c74bd645
Merge pull request #7225 from JimMoen/authn-authz-mnesia-fuzzy-searching
...
authn and authz mnesia searching by `clientid` or `username`
2022-03-10 17:00:36 +08:00
lafirest
d66098470f
fix(slow_subs): fix test case assert error
2022-03-10 16:45:43 +08:00
Zaiming (Stone) Shi
9106b230a9
Merge pull request #7254 from zmstone/merge-proper-coverdata
...
Merge proper coverdata
2022-03-10 09:43:18 +01:00
DDDHuang
03ca53d9b3
fix: monitor api query string param latest: legal & default value infinity
2022-03-10 16:40:40 +08:00
lafirest
2b2104851a
fix(rewrite): fix config update maybe not work
2022-03-10 16:31:44 +08:00
Shawn
c673e55a47
fix(rule): add SQL test examples for user properties
...
Porting from v4.4
2022-03-10 16:01:30 +08:00
xiangfangyang-tech
a1c76f474b
chore(autotest): add gitactions for new autotest scripts
2022-03-10 15:59:09 +08:00
Shawn
247b14c95f
fix(mqtt_bridge): refine the message format from a mqtt bridge source
2022-03-10 15:57:33 +08:00
DDDHuang
9fca6c18f6
Merge pull request #7257 from DDDHuang/re_username
...
fix: users api, create illegal char username
2022-03-10 14:46:51 +08:00
JimMoen
7274d775cb
test(authz): api username fuzzy searching
2022-03-10 13:38:45 +08:00
Xinyu Liu
67e39150d0
Merge pull request #7251 from terry-xiaoyu/add_restart_bridge_api
...
feat(bridge): add APIs for restart/stop bridges on one node
2022-03-10 13:34:44 +08:00
lafirest
3f8d8be8ee
Merge pull request #7258 from lafirest/fix/slow_subs_api
...
fix(slow_subs): fix response data type error
2022-03-10 11:15:03 +08:00
Shawn
1d023b541f
refactor(connnector): rename waiting_connect_complete -> wait_for_resource_ready
...
Rename the option to wait_for_resource_ready and defaults to 5s.
2022-03-10 10:46:57 +08:00
lafirest
8e2ff381a4
fix(slow_subs): fix response data type error
2022-03-10 10:26:16 +08:00
Shawn
a38cac0233
refactor(connector): rename list/0 -> list_raw/0
2022-03-10 10:02:06 +08:00
JimMoen
42df68ab51
test(authn): fix return type match, api fuzzy searching
2022-03-10 10:01:40 +08:00
JimMoen
990a66e1ad
feat(gateway): gateway authn mnesia rows fuzzy searching by `clientid` or `username`
2022-03-10 10:01:40 +08:00
JimMoen
593e1a3efb
feat(authn): authn mnesia rows fuzzy searching by `clientid` or `username`
2022-03-10 10:01:40 +08:00
JimMoen
16ec8fe289
feat(authz): authz mnesia rules searching by `clientid` or `username`
2022-03-10 10:01:40 +08:00
JimMoen
c01aa3c580
style(authz_mnesia): api spec style, rm duplicated module name
2022-03-10 10:01:40 +08:00
DDDHuang
f22f61ac66
fix: users api, create illegal char username
2022-03-10 09:58:42 +08:00
zhongwencool
f7ec74d367
Merge pull request #7248 from zhongwencool/improve-ct-coverage
...
test: Improve test coverage
2022-03-10 09:47:10 +08:00
JianBo He
0b6b2295a6
Merge pull request #7239 from HJianBo/mqttsn-alseep
...
Support the client asleep mechanism for MQTT-SN gateway
2022-03-10 09:35:45 +08:00
Zaiming (Stone) Shi
4d59cbdbdc
ci: ensure github token env variable for coveralls
2022-03-09 15:58:28 +01:00
Zhongwen Deng
3aa7c3a8dd
fix: elvis warning
2022-03-09 22:29:21 +08:00
JianBo He
98d2f80506
Merge pull request #7205 from HJianBo/redesign-event-msg
...
Refactor `event_messages` with `sys_topics`
2022-03-09 21:58:27 +08:00
Chris Hicks
7f31cd08a7
Merge pull request #7252 from mononym/mongodb-deadloop-fix
...
fix: update mongodb client to latest version with deadloop fix
2022-03-09 14:08:24 +01:00
Zaiming (Stone) Shi
b78c70a378
ci: merge proper coverdata
2022-03-09 13:32:29 +01:00
Zaiming (Stone) Shi
632d5bf646
ci: explain why we need to run emqx app tests standalone
2022-03-09 13:06:18 +01:00
Zaiming (Stone) Shi
bed3c8bc51
build(Makefile): app ct should produce coverdata
2022-03-09 13:05:51 +01:00
Thales Macedo Garitezi
b231a13794
Merge pull request #7232 from thalesmg/rlog-default-db-backend2
...
feat: use rlog db backend by default
2022-03-09 08:56:04 -03:00
Zhongwen Deng
7beaa91814
fix: schema mod error
2022-03-09 19:24:33 +08:00