emqx/.ci/docker-compose-file
Zaiming (Stone) Shi 0b87ea4cdc
Merge pull request #10929 from zmstone/0602-ci-pin-otp-25.3.2-1-elixir-1.14.5
ci: upgrade to otp 25.3.2-1 and elixir 1.14.5
2023-06-02 21:46:08 +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
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 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(fvt): add `pytest-retry` plugin 2023-06-01 18:05:27 -03:00
redis fix(connector): fix redis cluster resource recovery 2023-01-31 16:55:05 +02: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 Merge branch 'master' into file-transfer 2023-05-05 16:50:18 +03: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 test: run tests against iotdb013 container 2023-05-31 11:30:13 +02:00
docker-compose-kafka.yaml ci: upgrade to otp 25.3.2-1 and elixir 1.14.5 2023-06-02 18:01:09 +02:00
docker-compose-ldap-tcp.yaml chore(CI): add ssl user for mysql 2021-03-31 19:44:38 +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: 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 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 test: run tests against iotdb013 container 2023-05-31 11:30:13 +02:00
docker-compose.yaml ci: upgrade to otp 25.3.2-1 and elixir 1.14.5 2023-06-02 18:01:09 +02:00
toxiproxy.json test: add iotdb-0.13.4 container 2023-05-30 16:32:38 +02:00