lafirest
|
d2dda2535b
|
Merge pull request #12602 from lafirest/fix/iotdb_ping
fix(iotdb): use the `ping` API to check the status of the IOTDB connections
|
2024-02-29 12:26:10 +08:00 |
firest
|
0bebd66f05
|
fix(iotdb): make dialyzer happy
|
2024-02-29 10:51:12 +08:00 |
zhongwencool
|
49b508544e
|
chore: port not released msg
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
|
2024-02-29 10:49:29 +08:00 |
Zaiming (Stone) Shi
|
10c1245125
|
refactor: change schema registry SERD_TAB to ets
Prior to this change, it's a mria/mnesia table
which may cause nodes to overwrite each other.
|
2024-02-28 23:13:07 +01:00 |
Ilya Averyanov
|
d5ae0e5c53
|
feat(ds): update delete/count interface
|
2024-02-28 22:51:24 +03:00 |
Zaiming (Stone) Shi
|
704eceb7c7
|
Merge pull request #12599 from zmstone/0227-refactor-log-config-template
docs: add log docs
|
2024-02-28 17:58:14 +01:00 |
Andrew Mayorov
|
ef4ae92da4
|
Merge pull request #12523 from keynslug/ft/bump-ekka-0.19.0
refactor: bump ekka to 0.19.0 w/o mnesia boot phase
|
2024-02-28 17:46:29 +01:00 |
Ilya Averyanov
|
dfdf7455d3
|
feat(retainer): make additional implementations pluggable
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
|
2024-02-28 18:43:17 +03:00 |
Ilya Averyanov
|
d94066a10a
|
chore(retainer): refactor types; remove hotwiring to builtin config
|
2024-02-28 18:43:16 +03:00 |
Ilya Averyanov
|
aa2ee9c409
|
chore(retainer): add backend creation to the behaviour
|
2024-02-28 18:43:16 +03:00 |
lafirest
|
d3fb72733e
|
Merge pull request #12610 from lafirest/fix/ldap_bind_health
fix(ldap): fixed that the connection to the LDAP connector could be disconnected after a period of time
|
2024-02-28 23:03:10 +08:00 |
lafirest
|
eaef753c36
|
Merge pull request #12608 from lafirest/fix/iotdb
fix(iotdb): fix function clause error when there is no `payload` field
|
2024-02-28 22:00:54 +08:00 |
firest
|
239fd81661
|
chore: update change
|
2024-02-28 21:58:03 +08:00 |
Andrew Mayorov
|
20c4029b33
|
test(cluster-rpc): unload any mocks in `end_per_suite/1`
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
|
2024-02-28 14:52:37 +01:00 |
firest
|
b9f644c355
|
fix(ldap): fixed that the connection to the LDAP connector could be disconnected after a period of time
|
2024-02-28 21:46:03 +08:00 |
Andrew Mayorov
|
bad79965c0
|
Merge pull request #12490 from keynslug/fix/mgmt-api-topics-fullscan
fix(api-topics): avoid doing full scans over router tables
|
2024-02-28 14:04:35 +01:00 |
firest
|
ce2552712f
|
chore: bump version && update change
|
2024-02-28 18:32:08 +08:00 |
Andrew Mayorov
|
c3b044a37b
|
fix(api-topics): respond with `count` when it's cheap to compute
|
2024-02-28 11:28:33 +01:00 |
Andrew Mayorov
|
bd578a799e
|
fix(api-topics): avoid doing full scans over router tables
|
2024-02-28 10:52:44 +01:00 |
Andrew Mayorov
|
9bb0868628
|
test(api-topics): add testcase verifying paged queries work
|
2024-02-28 10:52:41 +01:00 |
firest
|
01207ef97b
|
fix(iotdb): fix function clause error when there is no `payload` field
|
2024-02-28 16:54:01 +08:00 |
JimMoen
|
eaa0bfd120
|
Merge pull request #12606 from JimMoen/EMQX-11914/fix-prom-api-crash
fix(prom): api crash when tls cert file non existed
|
2024-02-28 16:47:16 +08:00 |
zhongwencool
|
660a1ce99d
|
chore: use gen_tcp:recv timeout to wait socket closed
|
2024-02-28 16:18:32 +08:00 |
JimMoen
|
6fd04e33f5
|
fix(prom): skip cert info for disabled ssl/wss/quic listeners
|
2024-02-28 15:39:33 +08:00 |
JimMoen
|
0e12503a8d
|
chore: add fix change log
|
2024-02-28 15:25:54 +08:00 |
JimMoen
|
5f125047f5
|
refactor: remove unnecessary lists fold for `cerfile`
|
2024-02-28 14:53:20 +08:00 |
JimMoen
|
812e8ef314
|
fix: try-catch for unknow reason to inhibit api crash
|
2024-02-28 14:53:19 +08:00 |
zhongwencool
|
4307aecefd
|
chore: wait_for cowboy listener release sock when stop_listener
|
2024-02-28 14:24:15 +08:00 |
firest
|
c3a2cf6220
|
chore: update change && bump version
|
2024-02-28 13:18:48 +08:00 |
JimMoen
|
042a84c30f
|
fix(prom): api crash when tls cert file non existed
|
2024-02-28 11:35:55 +08:00 |
zhongwencool
|
04af31df13
|
Merge pull request #12605 from zhongwencool/hstream-fix
fix: get grpc_timeout from hstreamdb connector config failed
|
2024-02-28 09:34:17 +08:00 |
zhongwencool
|
aa7def425d
|
fix: get grpc_timeout from hstreamdb connector config failed
|
2024-02-28 08:45:06 +08:00 |
Andrew Mayorov
|
28d664bae2
|
test(pulsar): simplify the test suite
|
2024-02-27 23:51:54 +01:00 |
Andrew Mayorov
|
367ffa8e80
|
feat(utils-fs): add function to compute relpaths naively
|
2024-02-27 23:41:50 +01:00 |
Thales Macedo Garitezi
|
6b9844ae82
|
feat: migrate kafka consumer bridge to source + connector
Fixes https://emqx.atlassian.net/browse/EMQX-11848
|
2024-02-27 17:52:33 -03:00 |
Thales Macedo Garitezi
|
787dcd0e86
|
Merge pull request #12577 from thalesmg/gcp-service-json-binary-m-20240223
feat(gcp_pubsub_bridges): make service account json a binary
|
2024-02-27 15:42:42 -03:00 |
Zaiming (Stone) Shi
|
ef99037335
|
docs: add log docs
|
2024-02-27 19:24:56 +01:00 |
Andrew Mayorov
|
6ea9d2a6d9
|
test(conf): simplify confsync test suite
|
2024-02-27 16:41:54 +01:00 |
Andrew Mayorov
|
ae79516fd2
|
test(cluster-rpc): ensure testsuite is side-effects-free
|
2024-02-27 16:41:54 +01:00 |
Andrew Mayorov
|
56eefe34d5
|
feat(cth-cluster): use workdir as cwd on each node
|
2024-02-27 16:41:53 +01:00 |
Andrew Mayorov
|
d60ff1e616
|
test(plugins): avoid using same workdir for different nodes
|
2024-02-27 16:41:53 +01:00 |
Andrew Mayorov
|
3a008c8b4c
|
refactor: bump ekka to 0.19.0 w/o mnesia boot phase
|
2024-02-27 16:41:50 +01:00 |
zhongwencool
|
d34a1e9293
|
Merge pull request #12600 from zhongwencool/fix-schema-check
Fix bridge v2 and connector schema check
|
2024-02-27 22:46:47 +08:00 |
Thales Macedo Garitezi
|
8a204f2ac1
|
Merge pull request #12596 from thalesmg/fix-header-logging-r55-20240226
fix: redact all headers from logs
|
2024-02-27 11:19:51 -03:00 |
firest
|
77239da7ed
|
fix(iotdb): use the `ping` API to check the status of the IOTDB connections
|
2024-02-27 22:07:41 +08:00 |
lafirest
|
02de92a53d
|
Merge pull request #12601 from lafirest/fix/eldap_log
fix(ldap): fix that logs of eldap will never be logged
|
2024-02-27 21:50:05 +08:00 |
firest
|
37026fa94f
|
chore: update change
|
2024-02-27 21:03:53 +08:00 |
JimMoen
|
81d3f5b2c6
|
Merge pull request #12598 from JimMoen/EMQX-11912-fix-clients-subscribe-api
fix(mgmt): sub/unsub a share subscription to the client via http api
|
2024-02-27 20:13:30 +08:00 |
JimMoen
|
2ded751237
|
test: `nl` not allowed for shared-sub
|
2024-02-27 18:24:30 +08:00 |
zhongwencool
|
54c542c795
|
chore: rename _probe_ to t_probe_
|
2024-02-27 17:57:15 +08:00 |