emqx/.ci/docker-compose-file
Kjell Winblad 70cf1533db feat: add RabbitMQ bridge 2023-05-09 14:32:26 +02:00
..
cassandra test(cassandra): cap test container memory usage 2023-04-03 10:20:19 -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 chore: remove duplicated haproxy config section 2022-07-04 17:57:13 +02:00
influxdb test(influxdb): increase influxdb bridge/connector coverage (ee5.0) 2022-11-07 15:15:49 -03: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 refactor(authn resources): add `emqx_resource` and `emqx_authn` tests 2021-11-22 21:08:04 +03: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 ci(pytest): pin pytest version at 6.2.5 2022-02-04 10:19:29 -03:00
redis fix(connector): fix redis cluster resource recovery 2023-01-31 16:55:05 +02:00
rocketmq test(bridges): add test suite for RocketMQ 2023-03-22 10:36:58 +08:00
scripts test(docker): set global mqtt config 2023-05-02 21:50:36 +02:00
.env test(opents): add test cases for OpenTSDB 2023-04-23 11:03:20 +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(cassandra): cap test container memory usage 2023-04-03 10:20:19 -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 build: change package name scheme 2021-11-20 20:44:48 +01: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 feat: add IotDB bridge 2023-05-08 16:19:01 +02:00
docker-compose-kafka.yaml ci: update emqx-builders with OTP 24.3.4.2-3 and 25.1.2-3 2023-03-23 11:59:43 +02:00
docker-compose-ldap-tcp.yaml chore(CI): add ssl user for mysql 2021-03-31 19:44:38 +08: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 feat: Add Kafka connector 2022-09-13 19:46:56 +02:00
docker-compose-rabbitmq.yaml feat: add RabbitMQ bridge 2023-05-09 14:32:26 +02: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 ci: common test add redis-sentinel 2022-07-13 10:37:16 +08:00
docker-compose-redis-single-tls.yaml chore(authn): reduce number of pre-generated certificates, refactor 2021-12-30 13:49:14 +03:00
docker-compose-rocketmq.yaml refactor(rocketmq): move rocketmq bridge into its own app 2023-05-09 15:57:56 +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 IotDB bridge 2023-05-08 16:19:01 +02:00
docker-compose.yaml ci: unmount odbcinst.ini file 2023-04-14 10:02:47 +08:00
toxiproxy.json feat: add IotDB bridge 2023-05-08 16:19:01 +02:00