JimMoen
|
d533e35df0
|
chore: update app vsn
|
2022-09-02 22:26:21 +08:00 |
JimMoen
|
16618131ad
|
fix(bridge): mqtt source/sink bridge use empty payload template
|
2022-09-02 14:44:38 +08:00 |
JimMoen
|
2693fc263d
|
fix(bridge): show file paths for SSL certs in dashboard for bridge
|
2022-09-02 14:12:03 +08:00 |
JimMoen
|
74659bb864
|
fix(bridge): rm mqtt bridge default `username` and `password`
|
2022-09-02 10:43:32 +08:00 |
Zaiming (Stone) Shi
|
2eb078ff3b
|
chore: bump changed app versions
|
2022-08-26 14:32:28 +02:00 |
ieQu1
|
b8a7ab9ad3
|
fix(connector_psql): Wrap password in a fun
|
2022-08-17 14:31:12 +02:00 |
JimMoen
|
449239d0f4
|
fix: count all msg size of `event_message` for mqtt bridge
|
2022-08-12 01:29:56 +08:00 |
Zaiming (Stone) Shi
|
4994731d3e
|
chore: update emqx_connector app vsn
|
2022-08-10 09:50:12 +02:00 |
Zaiming (Stone) Shi
|
18614ad291
|
fix(connector): add back deleted fields as deprecated
max_retries and retry_interval were removed from 5.0.4 wihtout
backward compatibliity.
This commit adds the fields back as deprecated
|
2022-08-10 09:50:12 +02:00 |
Shawn
|
23eeb21b13
|
fix(webhook): the 'max_retries' opt means request retry times
|
2022-07-27 17:06:14 +08:00 |
JimMoen
|
59c301243c
|
fix(connector): redis sentinel field required
|
2022-07-13 10:37:16 +08:00 |
Shawn
|
b55048f705
|
chore: update app versions
|
2022-07-08 16:29:07 +08:00 |
Shawn
|
841f816e39
|
refactor: improve the health_check for webhook bridges
|
2022-07-08 09:17:23 +08:00 |
Shawn
|
6685a3c5a8
|
fix: remove the 'headers' field from the rule events
|
2022-06-17 15:57:10 +08:00 |
Xinyu Liu
|
c47d28cdc3
|
Merge pull request #8247 from terry-xiaoyu/mongo_auth_timeout
feat: add start_after_created option to resource:create/4
|
2022-06-17 07:51:52 +08:00 |
Shawn
|
cc25f92273
|
feat: add start_after_created option to resource:create/4
|
2022-06-16 23:34:52 +08:00 |
JianBo He
|
70c63779df
|
Merge pull request #8232 from HJianBo/mapping-ssl-true-to-required
chore(pgsql): mapping ssl option from 'true' to 'required'
|
2022-06-16 16:11:34 +08:00 |
JianBo He
|
8194427cb3
|
chore(pgsql): mapping ssl option from 'true' to 'required'
Once the pgsql client is configured with ssl, we should force ssl to be used to
avoid fallback to tcp connection.
|
2022-06-16 10:04:07 +08:00 |
zhongwencool
|
fbfed35371
|
Merge pull request #8214 from zmstone/0613-best-effort-json-for-hocon-type-check-errors
refactor: best-effort json for hocon type check errors
|
2022-06-15 22:45:05 +08:00 |
Zaiming (Stone) Shi
|
738a551550
|
refactor: best-effort json for hocon validation errors
|
2022-06-15 15:01:15 +02:00 |
JianBo He
|
57e57205a0
|
Merge pull request #8207 from HJianBo/gw-fixes
Gateway restart won't make built-in-database data lost
|
2022-06-15 17:41:13 +08:00 |
JianBo He
|
78dd9fe247
|
fix(gw): compatible with the max_connection is string type
|
2022-06-15 13:48:15 +08:00 |
JianBo He
|
14a26fc876
|
fix(redis): make sentinel required
|
2022-06-15 13:48:15 +08:00 |
Zaiming (Stone) Shi
|
aea4180aa0
|
chore(connector): schema validator throw error messages directly
|
2022-06-14 16:20:10 +02:00 |
Zhongwen Deng
|
c7cc2e85b2
|
fix: add default&example for schema
|
2022-06-06 09:52:10 +08:00 |
Shawn
|
88ca25c60c
|
fix(resource): fast return when starting a unavailable resource
|
2022-06-01 08:24:53 +08:00 |
JianBo He
|
efc0ca2b62
|
Merge branch 'master' into changes-enable_pipelining-type
|
2022-05-31 20:49:10 +08:00 |
Zhongwen Deng
|
9ec804ae03
|
feat: generate example.conf from schemas
|
2022-05-31 19:20:27 +08:00 |
JianBo He
|
ebf4ed0270
|
feat(connector-http): using pos_integer() instead of boolean() for enable_pipelining
|
2022-05-31 17:14:59 +08:00 |
Shawn
|
1054c364ad
|
refactor(resource): improve health check and alarm it if resource down
|
2022-05-31 01:40:40 +08:00 |
Shawn
|
a157539710
|
refactor(rule): rename http_bridge -> webhook
|
2022-05-25 18:56:12 +08:00 |
Shawn
|
71de9616d3
|
refactor(rule): rename outputs -> actions
|
2022-05-25 17:02:37 +08:00 |
Xinyu Liu
|
54a6505984
|
Merge pull request #7982 from terry-xiaoyu/bridge_mode_in_mqtt_connector
fix: add bridge_mode field to the mqtt connector
|
2022-05-19 08:56:42 +08:00 |
Shawn
|
7e21ef6435
|
fix: add bridge_mode field to the mqtt connector
|
2022-05-18 18:28:43 +08:00 |
Shawn
|
d89d692d3e
|
refactor: move some APIs to new module emqx_bridge_resource
|
2022-05-18 15:12:34 +08:00 |
Zaiming (Stone) Shi
|
4013dd2f14
|
refactor: refine pmap implementation
|
2022-05-13 15:22:42 +02:00 |
DDDHuang
|
448f9b5c9f
|
Merge pull request #7940 from DDDHuang/mqtt_bridge_cs
fix: clean session when destroy mqtt bridge
|
2022-05-13 16:04:09 +08:00 |
DDDHuang
|
9744040795
|
fix: clean session when destroy mqtt bridge
|
2022-05-13 14:02:40 +08:00 |
EMQ-YangM
|
798a6dcfb9
|
fix: update comment
|
2022-05-13 13:55:17 +08:00 |
EMQ-YangM
|
637b81ec18
|
fix: mqtt connector disable bridge_mode
|
2022-05-13 13:08:04 +08:00 |
DDDHuang
|
2de69c97ba
|
fix: ruleengine & connector & bridge api, better error message
|
2022-05-12 16:51:36 +08:00 |
Zhongwen Deng
|
703a8d3eff
|
fix: clear cert crash when config is undefined
|
2022-05-10 15:47:16 +08:00 |
Chris Hicks
|
841acb7828
|
Merge pull request #7783 from emqx/EMQX-4199-introduce-a-new-emqx-resource-manager-module
feat: isolate resource manager processes
|
2022-05-09 18:33:01 +02:00 |
Chris
|
0b3e30e813
|
feat: isolate resource manager processes
|
2022-05-09 13:24:34 +02:00 |
Ilya Averyanov
|
4cff19985e
|
Merge pull request #7872 from savonarola/fix-mongo-conn-healthcheck
fix(mongodb): fix mongodb connection healthcheck
|
2022-05-06 11:47:26 +03:00 |
Ilya Averyanov
|
0dae3f43a9
|
fix(mongodb): fix mongodb connection healthcheck
|
2022-05-05 15:36:38 +03:00 |
Chris
|
6971a3109f
|
fix: remove case clause where the error clause can never be reached
|
2022-05-05 14:26:04 +02:00 |
Shawn
|
5b5878f4a9
|
fix: don't drop input ssl options even if invalid
|
2022-05-05 14:53:42 +08:00 |
zhouzb
|
afe526ba67
|
Merge pull request #7789 from tigercl/chore/authn-fields
chore: rename certificate in jwt and selector in mongodb, remove pool_size in jwks
|
2022-04-29 10:14:06 +08:00 |
DDDHuang
|
778973b2de
|
Merge pull request #7791 from DDDHuang/auto_failed_connector
fix: disconnected status in auto_reconnect = false
|
2022-04-29 09:30:16 +08:00 |