emqx/.ci/docker-compose-file
Zaiming (Stone) Shi e794143ae1 Merge remote-tracking branch 'origin/release-52' into 0906-sync-release-52-to-master 2023-09-06 09:08:22 +02:00
..
cassandra test(emqx_bridge_cassandra): add connector test case for Cassandra configured without authentication 2023-09-01 19:56:07 +03:00
certs test(bridge): cover ssl testing for cassandra bridge 2023-03-17 18:25:05 +08:00
clickhouse feat: add clickhouse database bridge 2023-03-02 12:22:11 +01:00
haproxy ci: refactor workflows to use single entry point on pull request trigger 2023-08-06 14:16:56 +02:00
influxdb test(influxdb): increase influxdb bridge/connector coverage (ee5.0) 2022-11-07 15:15:49 -03:00
iotdb013 test: run tests against iotdb013 container 2023-05-31 11:30:13 +02:00
kafka chore: simplify run.sh 2023-03-16 13:43:01 -03:00
kerberos test: fix error in script detected by spellcheck script 2022-09-23 10:37:30 +02:00
odbc ci: unmount odbcinst.ini file 2023-04-14 10:02:47 +08:00
openldap feat(ldap): set test env and add test suites 2023-08-01 18:49:54 +08:00
pgsql fix(pgsql): fix ssl option for pgsql connector to match previous behavior (5.0) 2023-02-15 14:06:33 -03:00
python chore(ci): pin pytest-retry version 2023-08-23 17:34:15 +03:00
rabbitmq feat(rabbitmq_bridge): add TLS support 2023-07-27 15:52:46 -03:00
redis feat(redis): add support for `username` on AUTH command 2023-08-18 14:50:06 -03:00
rocketmq test(rocketmq): add an ACL test case 2023-06-02 11:19:06 +08:00
scripts test(docker): set global mqtt config 2023-05-02 21:50:36 +02:00
.env ci: bump hstreamdb & zookeeper image vsn 2023-08-21 17:57:21 +08:00
conf.cluster.env refactor(CI): update the ENVs for new listener,zone configs 2021-08-26 09:11:30 +08:00
conf.env fix(test): set RETRY_INTERVAL and MAX_TOPIC_ALIAS for paho test 2021-07-17 17:36:01 +08:00
docker-compose-cassandra.yaml test(emqx_bridge_cassandra): add connector test case for Cassandra configured without authentication 2023-09-01 19:56:07 +03:00
docker-compose-clickhouse.yaml feat: add clickhouse database bridge 2023-03-02 12:22:11 +01:00
docker-compose-dynamo.yaml test(bridges): add test suite for DynamoDB 2023-03-08 11:13:51 +08:00
docker-compose-emqx-cluster-mnesia.override.yaml chore(config): move db configs under cluster/node keys 2022-05-26 14:02:22 -03:00
docker-compose-emqx-cluster-rlog.override.yaml chore(config): move db configs under cluster/node keys 2022-05-26 14:02:22 -03:00
docker-compose-emqx-cluster.yaml ci: refactor workflows to use single entry point on pull request trigger 2023-08-06 14:16:56 +02:00
docker-compose-gcp-emulator.yaml feat(gcp_pubsub_consumer): implement GCP PubSub Consumer bridge 2023-06-19 16:04:12 -03:00
docker-compose-greptimedb.yaml test: make test passed 21/29 2023-07-24 17:58:48 +08:00
docker-compose-hstreamdb.yaml chore(ci): fix zookeeper version for hstreamdb 2023-08-18 14:49:21 -03:00
docker-compose-influxdb-tcp.yaml test(influxdb): increase influxdb bridge/connector coverage (ee5.0) 2022-11-07 15:15:49 -03:00
docker-compose-influxdb-tls.yaml test(influxdb): increase influxdb bridge/connector coverage (ee5.0) 2022-11-07 15:15:49 -03:00
docker-compose-iotdb.yaml test: run tests against iotdb013 container 2023-05-31 11:30:13 +02:00
docker-compose-kafka.yaml chore: bump OTP to 25.3.2-2 and EMQX builder to 5.1-4 2023-08-23 19:35:36 +03:00
docker-compose-kinesis.yaml feat(kinesis): implement Amazon Kinesis Producer bridge 2023-07-17 11:51:42 -03:00
docker-compose-ldap.yaml fix(ldap): fix status detection and auto reconnecting errors 2023-08-22 17:06:00 +08:00
docker-compose-minio-tcp.yaml fix(ft-s3): fix review comments 2023-04-07 17:36:47 +03:00
docker-compose-minio-tls.yaml fix(ft-s3): fix review comments 2023-04-07 17:36:47 +03:00
docker-compose-mongo-replicaset-tcp.yaml feat: add mongodb bridge (e5.0) 2022-09-01 14:47:14 -03:00
docker-compose-mongo-replicaset-tls.yaml feat(connector): mongo support replica set 2021-07-06 18:07:06 +08:00
docker-compose-mongo-sharded-tcp.yaml feat: add mongodb bridge (e5.0) 2022-09-01 14:47:14 -03:00
docker-compose-mongo-single-tcp.yaml chore(authn): add MongoDB backend tests 2021-11-29 21:17:56 +03:00
docker-compose-mongo-single-tls.yaml chore(authn): reduce number of pre-generated certificates, refactor 2021-12-30 13:49:14 +03:00
docker-compose-mysql-tcp.yaml fix(mysql): be explicit that batch queries are parameterless 2023-03-10 18:42:04 +03:00
docker-compose-mysql-tls.yaml fix(mysql): be explicit that batch queries are parameterless 2023-03-10 18:42:04 +03:00
docker-compose-opents.yaml test(opents): add test cases for OpenTSDB 2023-04-23 11:03:20 +08:00
docker-compose-oracle.yaml feat(oracle): Oracle Database integration 2023-04-27 13:07:20 -03:00
docker-compose-pgsql-tcp.yaml chore(CI): add ssl user for mysql 2021-03-31 19:44:38 +08:00
docker-compose-pgsql-tls.yaml chore(autotest): add gitactions for new autotest scripts 2022-03-10 15:59:09 +08:00
docker-compose-pulsar.yaml style: change docker compose file name 2023-04-25 14:28:00 -03:00
docker-compose-python.yaml ci(fvt): add `pytest-retry` plugin 2023-06-01 18:05:27 -03:00
docker-compose-rabbitmq.yaml feat(rabbitmq_bridge): add TLS support 2023-07-27 15:52:46 -03:00
docker-compose-redis-cluster-tcp.yaml fix(connector): fix redis cluster resource recovery 2023-01-31 16:55:05 +02:00
docker-compose-redis-cluster-tls.yaml fix(connector): fix redis cluster resource recovery 2023-01-31 16:55:05 +02:00
docker-compose-redis-sentinel-tcp.yaml fix(connector): fix redis cluster resource recovery 2023-01-31 16:55:05 +02:00
docker-compose-redis-sentinel-tls.yaml fix(connector): fix redis cluster resource recovery 2023-01-31 16:55:05 +02:00
docker-compose-redis-single-tcp.yaml feat(redis): add support for `username` on AUTH command 2023-08-18 14:50:06 -03:00
docker-compose-redis-single-tls.yaml feat(redis): add support for `username` on AUTH command 2023-08-18 14:50:06 -03:00
docker-compose-rocketmq.yaml test(rocketmq): add an ACL test case 2023-06-02 11:19:06 +08:00
docker-compose-sqlserver.yaml test: create bridge with invalid password 2023-04-14 12:52:08 +08:00
docker-compose-tdengine-restful.yaml test(bridges): add test cases for TDEngine 2023-02-14 22:04:29 +08:00
docker-compose-toxiproxy.yaml feat: add ci test 2023-07-24 17:58:48 +08:00
docker-compose.yaml chore: bump OTP to 25.3.2-2 and EMQX builder to 5.1-4 2023-08-23 19:35:36 +03:00
toxiproxy.json fix(ldap): fix status detection and auto reconnecting errors 2023-08-22 17:06:00 +08:00