Skip to content

Commit

Permalink
Merge branch 'main' into fix/mongodb-getconnectionstring-javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored Mar 15, 2024
2 parents 0178283 + 6e5fbe6 commit 54ff47d
Show file tree
Hide file tree
Showing 195 changed files with 2,721 additions and 449 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ body:
description: Which Testcontainers module are you using?
options:
- Core
- ActiveMQ
- Azure
- Cassandra
- ChromaDB
- Clickhouse
- CockroachDB
- Consul
Expand All @@ -28,22 +30,28 @@ body:
- HiveMQ
- InfluxDB
- K3S
- K6
- Kafka
- LocalStack
- MariaDB
- Milvus
- MinIO
- MockServer
- MongoDB
- MSSQLServer
- MySQL
- Neo4j
- NGINX
- OceanBase
- Ollama
- OpenFGA
- Oracle Free
- Oracle XE
- OrientDB
- PostgreSQL
- Presto
- Pulsar
- Qdrant
- QuestDB
- RabbitMQ
- Redpanda
Expand All @@ -54,6 +62,7 @@ body:
- ToxiProxy
- Trino
- Vault
- Weaviate
- YugabyteDB
validations:
required: true
Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ body:
description: For which Testcontainers module does the enhancement proposal apply?
options:
- Core
- ActiveMQ
- Azure
- Cassandra
- ChromaDB
- Clickhouse
- CockroachDB
- Consul
Expand All @@ -28,22 +30,28 @@ body:
- HiveMQ
- InfluxDB
- K3S
- K6
- Kafka
- LocalStack
- MariaDB
- Milvus
- MinIO
- MockServer
- MongoDB
- MSSQLServer
- MySQL
- Neo4j
- NGINX
- OceanBase
- Ollama
- OpenFGA
- Oracle Free
- Oracle XE
- OrientDB
- PostgreSQL
- Presto
- Pulsar
- Qdrant
- QuestDB
- RabbitMQ
- Redpanda
Expand All @@ -54,6 +62,7 @@ body:
- ToxiProxy
- Trino
- Vault
- Weaviate
- YugabyteDB
validations:
required: true
Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ body:
description: Is this feature related to any of the existing modules?
options:
- Core
- ActiveMQ
- Azure
- Cassandra
- ChromaDB
- Clickhouse
- CockroachDB
- CrateDB
Expand All @@ -28,20 +30,26 @@ body:
- HiveMQ
- InfluxDB
- K3S
- K6
- Kafka
- LocalStack
- MariaDB
- Milvus
- MinIO
- MockServer
- MongoDB
- MSSQLServer
- MySQL
- Neo4j
- NGINX
- OceanBase
- Ollama
- OpenFGA
- Oracle Free
- Oracle XE
- OrientDB
- PostgreSQL
- Qdrant
- QuestDB
- Presto
- Pulsar
Expand All @@ -54,6 +62,7 @@ body:
- ToxiProxy
- Trino
- Vault
- Weaviate
- YugabyteDB
- New Module
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: "composite"
steps:
- name: Setup Gradle Build Action
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-includes: |
caches
Expand Down
49 changes: 49 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ updates:
update-types: [ "version-update:semver-major" ]
- dependency-name: "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
- dependency-name: "org.apache.commons:commons-compress"
update-types: [ "version-update:semver-minor" ]
- package-ecosystem: "gradle"
directory: "/"
allow:
Expand All @@ -31,6 +33,11 @@ updates:
open-pull-requests-limit: 10

# Explicit entry for each module
- package-ecosystem: "gradle"
directory: "/modules/activemq"
schedule:
interval: "monthly"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/modules/azure"
schedule:
Expand All @@ -44,6 +51,11 @@ updates:
ignore:
- dependency-name: "io.dropwizard.metrics:metrics-core"
update-types: [ "version-update:semver-major" ]
- package-ecosystem: "gradle"
directory: "/modules/chromadb"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/modules/clickhouse"
schedule:
Expand Down Expand Up @@ -136,6 +148,14 @@ updates:
ignore:
- dependency-name: "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
- package-ecosystem: "gradle"
directory: "/modules/k6"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
ignore:
- dependency-name: "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
- package-ecosystem: "gradle"
directory: "/modules/kafka"
schedule:
Expand All @@ -154,6 +174,11 @@ updates:
ignore:
- dependency-name: "org.mariadb:r2dbc-mariadb"
update-types: [ "version-update:semver-minor" ]
- package-ecosystem: "gradle"
directory: "/modules/milvus"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/modules/minio"
schedule:
Expand Down Expand Up @@ -194,6 +219,20 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/modules/oceanbase"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/modules/ollama"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/modules/openfga"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/modules/oracle-free"
schedule:
Expand Down Expand Up @@ -223,6 +262,11 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/modules/qdrant"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/modules/questdb"
schedule:
Expand Down Expand Up @@ -295,6 +339,11 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/modules/weaviate"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/modules/yugabytedb"
schedule:
Expand Down
36 changes: 36 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
- gradle/wrapper/*
- gradlew
- gradlew.bat
"modules/activemq":
- changed-files:
- any-glob-to-any-file:
- modules/activemq/**/*
"modules/azure":
- changed-files:
- any-glob-to-any-file:
Expand All @@ -23,6 +27,10 @@
- changed-files:
- any-glob-to-any-file:
- modules/cassandra/**/*
"modules/chromadb":
- changed-files:
- any-glob-to-any-file:
- modules/chromadb/**/*
"modules/clickhouse":
- changed-files:
- any-glob-to-any-file:
Expand Down Expand Up @@ -79,6 +87,10 @@
- changed-files:
- any-glob-to-any-file:
- modules/k3s/**/*
"modules/k6":
- changed-files:
- any-glob-to-any-file:
- modules/k6/**/*
"modules/kafka":
- changed-files:
- any-glob-to-any-file:
Expand All @@ -91,6 +103,10 @@
- changed-files:
- any-glob-to-any-file:
- modules/mariadb/**/*
"modules/milvus":
- changed-files:
- any-glob-to-any-file:
- modules/milvus/**/*
"modules/minio":
- changed-files:
- any-glob-to-any-file:
Expand Down Expand Up @@ -119,6 +135,18 @@
- changed-files:
- any-glob-to-any-file:
- modules/nginx/**/*
"modules/oceanbase":
- changed-files:
- any-glob-to-any-file:
- modules/oceanbase/**/*
"modules/ollama":
- changed-files:
- any-glob-to-any-file:
- modules/ollama/**/*
"modules/openfga":
- changed-files:
- any-glob-to-any-file:
- modules/openfga/**/*
"modules/oracle":
- changed-files:
- any-glob-to-any-file:
Expand All @@ -140,6 +168,10 @@
- changed-files:
- any-glob-to-any-file:
- modules/pulsar/**/*
"modules/qdrant":
- changed-files:
- any-glob-to-any-file:
- modules/qdrant/**/*
"modules/questdb":
- changed-files:
- any-glob-to-any-file:
Expand Down Expand Up @@ -188,6 +220,10 @@
- changed-files:
- any-glob-to-any-file:
- modules/vault/**/*
"modules/weaviate":
- changed-files:
- any-glob-to-any-file:
- modules/weaviate/**/*
"modules/yugabytedb":
- changed-files:
- any-glob-to-any-file:
Expand Down
Loading

0 comments on commit 54ff47d

Please sign in to comment.