Shawn
|
cb8dabe579
|
feat(bridges): add CRUD HTTP APIs for bridges
|
2021-09-15 17:46:42 +08:00 |
Shawn
|
304c5613ac
|
refactor(resource): rename the emqx_resource:update/4 to recreate/4
|
2021-09-15 17:46:42 +08:00 |
lafirest
|
75f528e08d
|
Merge pull request #5743 from lafirest/fix/connector
fix(emqx_schema): support get ip address by host name
|
2021-09-15 15:21:54 +08:00 |
lafirest
|
6c27c83dc3
|
fix(emqx_schema): support get ip address by host name
|
2021-09-15 14:59:19 +08:00 |
DDDHuang
|
237d3c0543
|
Auto subscribe format (#5740)
* fix: auto sub list format with default
|
2021-09-15 11:40:05 +08:00 |
tigercl
|
c4403e886d
|
Merge pull request #5732 from tigercl/feat/upload-certs
feat(upload certs): save certs to file
|
2021-09-15 10:58:31 +08:00 |
zhouzb
|
0fe300575e
|
chore(authn): better function name
|
2021-09-15 09:59:35 +08:00 |
tigercl
|
27b11ea6e2
|
Merge pull request #5736 from tigercl/fix/authn
fix(authn): fix spelling error
|
2021-09-14 18:14:42 +08:00 |
zhouzb
|
ce6c24a866
|
fix(authn): fix spelling error
|
2021-09-14 17:42:07 +08:00 |
zhouzb
|
f6d7739f01
|
fix(upload certs): fix external dependency
|
2021-09-14 16:09:36 +08:00 |
zhouzb
|
1a61640b15
|
feat(upload certs): serialize errors about saving cert
|
2021-09-14 15:07:57 +08:00 |
zhouzb
|
ee178ccea9
|
feat(upload certs): support return cert content by http api
|
2021-09-14 14:59:13 +08:00 |
zhouzb
|
63d3a7b525
|
feat(upload certs): save certs to file
|
2021-09-14 13:38:09 +08:00 |
lafirest
|
acbbbbcd24
|
test(emqx_lwm2m): remove the lwm2m_coap dependency
|
2021-09-14 11:20:53 +08:00 |
zhanghongtong
|
c322957257
|
chore(authz): fix spelling errors
|
2021-09-14 11:16:47 +08:00 |
lafirest
|
99566f12bb
|
test(emqx_coap): add some test case
|
2021-09-14 11:11:30 +08:00 |
zhanghongtong
|
4fa816fa97
|
fix(auth mnesia api): fix api error when delete sources
|
2021-09-13 19:55:39 +08:00 |
zhanghongtong
|
d443d26fce
|
fix(auth mnesia api): fix api error for file type
|
2021-09-13 17:13:30 +08:00 |
William Yang
|
e97b69b047
|
Merge branch 'master' into doc/william/github-issue-flow
|
2021-09-13 11:10:49 +02:00 |
zhongwencool
|
86eb6605f1
|
Merge pull request #5623 from zhongwencool/cluster-call-api
feat(cluster-call): support confirm success after all mfa apply ok
|
2021-09-13 16:03:47 +08:00 |
Alexander Babel
|
ef0bdf641a
|
feat(helm): add support for networking.k8s.io/v1
|
2021-09-13 09:35:23 +08:00 |
xujun540
|
a6e335e715
|
chore(autotest): add api test script configuration
|
2021-09-11 10:38:18 +08:00 |
Zaiming (Stone) Shi
|
c1ae044179
|
Merge pull request #5704 from Spycsh/etcDirNew
chore: convert to absolute path for etc dir
|
2021-09-10 16:32:54 +02:00 |
Spycsh
|
f971dfd149
|
chore(config): add etc dir config
|
2021-09-10 20:31:32 +08:00 |
zhanghongtong
|
07a2ef4700
|
chore(release): update emqx release version
|
2021-09-10 19:34:45 +08:00 |
tigercl
|
09c376c1e5
|
Merge pull request #5707 from terry-xiaoyu/bridge_apis
feat(bridges): avoid clientid competition between bridges on differen…
|
2021-09-10 19:32:20 +08:00 |
zhanghongtong
|
6095253126
|
chore(emqx_authz): delete put for http type
|
2021-09-10 19:27:10 +08:00 |
zhanghongtong
|
ef0f94025a
|
chore(emqx_authz): rename config item
rename sql to query for mysql and pgsql
rename find to selector for mongo
Signed-off-by: zhanghongtong <rory-z@outlook.com>
|
2021-09-10 19:27:10 +08:00 |
tigercl
|
c8a6098f9c
|
Merge pull request #5712 from tigercl/chore/dashboard
chore(dashboard): update version for dashboard
|
2021-09-10 19:05:50 +08:00 |
tigercl
|
78397329e8
|
Merge pull request #5684 from tigercl/chore/authn
chore(authn): provide easy-to-read hints for more errors
|
2021-09-10 19:04:11 +08:00 |
zhanghongtong
|
75b77b77b6
|
chore(emqx_authz api): change rules type from list to string in http api
|
2021-09-10 19:03:33 +08:00 |
JianBo He
|
94c51f9253
|
chore(gw): fix dialyzer warnings
|
2021-09-10 18:41:23 +08:00 |
JianBo He
|
18ed1c9794
|
chore(gw): add listeners apis
|
2021-09-10 18:41:23 +08:00 |
zhouzb
|
1881c7a162
|
chore(dashboard): update version for dashboard
|
2021-09-10 18:30:25 +08:00 |
zhouzb
|
a3b587c9f9
|
fix(authn): fix test case for authn
|
2021-09-10 18:13:11 +08:00 |
lafirest
|
9fd9e09721
|
Merge pull request #5708 from lafirest/test/emqx_lwm2m
test(emqx_lwm2m): add some time intervals between test operations
|
2021-09-10 18:02:42 +08:00 |
zhouzb
|
6b521acd6f
|
fix(authn): fix type error for http headers
|
2021-09-10 17:31:16 +08:00 |
zhouzb
|
b07e686350
|
fix(authn): fix bad type
|
2021-09-10 16:58:10 +08:00 |
William Yang
|
311be88969
|
chore(github-issue_flow): address some remarks
|
2021-09-10 10:08:30 +02:00 |
zhouzb
|
5cea9a4edc
|
chore(authn): add api spec
|
2021-09-10 15:55:37 +08:00 |
Zaiming (Stone) Shi
|
a525e8fb9f
|
Merge pull request #5685 from zmstone/refactor-hocon-map-type-replace-wildcard
refactor: hocon map type replace wildcard
|
2021-09-10 09:25:13 +02:00 |
lafirest
|
b8d4c12008
|
test(emqx_lwm2m): add some time intervals between test operations
|
2021-09-10 14:42:29 +08:00 |
Shawn
|
d46241fe2f
|
feat(bridges): avoid clientid competition between bridges on different nodes
|
2021-09-10 14:21:17 +08:00 |
Zaiming Shi
|
9430f70dd8
|
chore(build): directly generate doc from build script
|
2021-09-10 07:28:12 +02:00 |
Zaiming Shi
|
01ce32094c
|
refactor(bin/emax): delete cold_eval
|
2021-09-10 07:28:12 +02:00 |
Zaiming Shi
|
cca3a4414f
|
fix(bin/emqx): do not try to find vm.args file for cold_eval
|
2021-09-10 07:28:12 +02:00 |
Zaiming Shi
|
0b11ab2d59
|
refactor(schema): reorder config root fields
so more important configs are ordered before less important
|
2021-09-10 07:28:09 +02:00 |
zhongwencool
|
0303e593c5
|
fix: undef function
|
2021-09-10 13:28:08 +08:00 |
Zaiming Shi
|
01166a8bfb
|
feat(schema): generate document when building the release
|
2021-09-10 07:27:02 +02:00 |
Zaiming Shi
|
687114eeb1
|
fix(bridge_schema): ensure atom exists
|
2021-09-10 07:27:01 +02:00 |