Skip to content

Commit a818570

Browse files
authored
Merge branch 'main' into reusable_exposehostports
2 parents 6c181f9 + 13c2641 commit a818570

File tree

96 files changed

+2029
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2029
-194
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ body:
1717
- ActiveMQ
1818
- Azure
1919
- Cassandra
20+
- ChromaDB
2021
- Clickhouse
2122
- CockroachDB
2223
- Consul
@@ -29,22 +30,28 @@ body:
2930
- HiveMQ
3031
- InfluxDB
3132
- K3S
33+
- K6
3234
- Kafka
3335
- LocalStack
3436
- MariaDB
37+
- Milvus
3538
- MinIO
3639
- MockServer
3740
- MongoDB
3841
- MSSQLServer
3942
- MySQL
4043
- Neo4j
4144
- NGINX
45+
- OceanBase
46+
- Ollama
47+
- OpenFGA
4248
- Oracle Free
4349
- Oracle XE
4450
- OrientDB
4551
- PostgreSQL
4652
- Presto
4753
- Pulsar
54+
- Qdrant
4855
- QuestDB
4956
- RabbitMQ
5057
- Redpanda
@@ -55,6 +62,7 @@ body:
5562
- ToxiProxy
5663
- Trino
5764
- Vault
65+
- Weaviate
5866
- YugabyteDB
5967
validations:
6068
required: true

.github/ISSUE_TEMPLATE/enhancement.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ body:
1717
- ActiveMQ
1818
- Azure
1919
- Cassandra
20+
- ChromaDB
2021
- Clickhouse
2122
- CockroachDB
2223
- Consul
@@ -29,22 +30,28 @@ body:
2930
- HiveMQ
3031
- InfluxDB
3132
- K3S
33+
- K6
3234
- Kafka
3335
- LocalStack
3436
- MariaDB
37+
- Milvus
3538
- MinIO
3639
- MockServer
3740
- MongoDB
3841
- MSSQLServer
3942
- MySQL
4043
- Neo4j
4144
- NGINX
45+
- OceanBase
46+
- Ollama
47+
- OpenFGA
4248
- Oracle Free
4349
- Oracle XE
4450
- OrientDB
4551
- PostgreSQL
4652
- Presto
4753
- Pulsar
54+
- Qdrant
4855
- QuestDB
4956
- RabbitMQ
5057
- Redpanda
@@ -55,6 +62,7 @@ body:
5562
- ToxiProxy
5663
- Trino
5764
- Vault
65+
- Weaviate
5866
- YugabyteDB
5967
validations:
6068
required: true

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ body:
1717
- ActiveMQ
1818
- Azure
1919
- Cassandra
20+
- ChromaDB
2021
- Clickhouse
2122
- CockroachDB
2223
- CrateDB
@@ -29,20 +30,26 @@ body:
2930
- HiveMQ
3031
- InfluxDB
3132
- K3S
33+
- K6
3234
- Kafka
3335
- LocalStack
3436
- MariaDB
37+
- Milvus
3538
- MinIO
3639
- MockServer
3740
- MongoDB
3841
- MSSQLServer
3942
- MySQL
4043
- Neo4j
4144
- NGINX
45+
- OceanBase
46+
- Ollama
47+
- OpenFGA
4248
- Oracle Free
4349
- Oracle XE
4450
- OrientDB
4551
- PostgreSQL
52+
- Qdrant
4653
- QuestDB
4754
- Presto
4855
- Pulsar
@@ -55,6 +62,7 @@ body:
5562
- ToxiProxy
5663
- Trino
5764
- Vault
65+
- Weaviate
5866
- YugabyteDB
5967
- New Module
6068
- type: textarea

.github/actions/setup-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: Setup Gradle Build Action
7-
uses: gradle/gradle-build-action@v2
7+
uses: gradle/actions/setup-gradle@v3
88
with:
99
gradle-home-cache-includes: |
1010
caches

.github/dependabot.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ updates:
5151
ignore:
5252
- dependency-name: "io.dropwizard.metrics:metrics-core"
5353
update-types: [ "version-update:semver-major" ]
54+
- package-ecosystem: "gradle"
55+
directory: "/modules/chromadb"
56+
schedule:
57+
interval: "weekly"
58+
open-pull-requests-limit: 10
5459
- package-ecosystem: "gradle"
5560
directory: "/modules/clickhouse"
5661
schedule:
@@ -143,6 +148,14 @@ updates:
143148
ignore:
144149
- dependency-name: "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"
145150
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
151+
- package-ecosystem: "gradle"
152+
directory: "/modules/k6"
153+
schedule:
154+
interval: "weekly"
155+
open-pull-requests-limit: 10
156+
ignore:
157+
- dependency-name: "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"
158+
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
146159
- package-ecosystem: "gradle"
147160
directory: "/modules/kafka"
148161
schedule:
@@ -161,6 +174,11 @@ updates:
161174
ignore:
162175
- dependency-name: "org.mariadb:r2dbc-mariadb"
163176
update-types: [ "version-update:semver-minor" ]
177+
- package-ecosystem: "gradle"
178+
directory: "/modules/milvus"
179+
schedule:
180+
interval: "weekly"
181+
open-pull-requests-limit: 10
164182
- package-ecosystem: "gradle"
165183
directory: "/modules/minio"
166184
schedule:
@@ -201,6 +219,20 @@ updates:
201219
schedule:
202220
interval: "weekly"
203221
open-pull-requests-limit: 10
222+
- package-ecosystem: "gradle"
223+
directory: "/modules/oceanbase"
224+
schedule:
225+
interval: "weekly"
226+
open-pull-requests-limit: 10
227+
- package-ecosystem: "gradle"
228+
directory: "/modules/ollama"
229+
schedule:
230+
interval: "weekly"
231+
open-pull-requests-limit: 10
232+
- package-ecosystem: "gradle"
233+
directory: "/modules/openfga"
234+
schedule:
235+
interval: "weekly"
204236
- package-ecosystem: "gradle"
205237
directory: "/modules/oracle-free"
206238
schedule:
@@ -230,6 +262,11 @@ updates:
230262
schedule:
231263
interval: "weekly"
232264
open-pull-requests-limit: 10
265+
- package-ecosystem: "gradle"
266+
directory: "/modules/qdrant"
267+
schedule:
268+
interval: "weekly"
269+
open-pull-requests-limit: 10
233270
- package-ecosystem: "gradle"
234271
directory: "/modules/questdb"
235272
schedule:
@@ -302,6 +339,11 @@ updates:
302339
schedule:
303340
interval: "weekly"
304341
open-pull-requests-limit: 10
342+
- package-ecosystem: "gradle"
343+
directory: "/modules/weaviate"
344+
schedule:
345+
interval: "weekly"
346+
open-pull-requests-limit: 10
305347
- package-ecosystem: "gradle"
306348
directory: "/modules/yugabytedb"
307349
schedule:

.github/labeler.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
- changed-files:
2828
- any-glob-to-any-file:
2929
- modules/cassandra/**/*
30+
"modules/chromadb":
31+
- changed-files:
32+
- any-glob-to-any-file:
33+
- modules/chromadb/**/*
3034
"modules/clickhouse":
3135
- changed-files:
3236
- any-glob-to-any-file:
@@ -83,6 +87,10 @@
8387
- changed-files:
8488
- any-glob-to-any-file:
8589
- modules/k3s/**/*
90+
"modules/k6":
91+
- changed-files:
92+
- any-glob-to-any-file:
93+
- modules/k6/**/*
8694
"modules/kafka":
8795
- changed-files:
8896
- any-glob-to-any-file:
@@ -95,6 +103,10 @@
95103
- changed-files:
96104
- any-glob-to-any-file:
97105
- modules/mariadb/**/*
106+
"modules/milvus":
107+
- changed-files:
108+
- any-glob-to-any-file:
109+
- modules/milvus/**/*
98110
"modules/minio":
99111
- changed-files:
100112
- any-glob-to-any-file:
@@ -123,6 +135,18 @@
123135
- changed-files:
124136
- any-glob-to-any-file:
125137
- modules/nginx/**/*
138+
"modules/oceanbase":
139+
- changed-files:
140+
- any-glob-to-any-file:
141+
- modules/oceanbase/**/*
142+
"modules/ollama":
143+
- changed-files:
144+
- any-glob-to-any-file:
145+
- modules/ollama/**/*
146+
"modules/openfga":
147+
- changed-files:
148+
- any-glob-to-any-file:
149+
- modules/openfga/**/*
126150
"modules/oracle":
127151
- changed-files:
128152
- any-glob-to-any-file:
@@ -144,6 +168,10 @@
144168
- changed-files:
145169
- any-glob-to-any-file:
146170
- modules/pulsar/**/*
171+
"modules/qdrant":
172+
- changed-files:
173+
- any-glob-to-any-file:
174+
- modules/qdrant/**/*
147175
"modules/questdb":
148176
- changed-files:
149177
- any-glob-to-any-file:
@@ -192,6 +220,10 @@
192220
- changed-files:
193221
- any-glob-to-any-file:
194222
- modules/vault/**/*
223+
"modules/weaviate":
224+
- changed-files:
225+
- any-glob-to-any-file:
226+
- modules/weaviate/**/*
195227
"modules/yugabytedb":
196228
- changed-files:
197229
- any-glob-to-any-file:

.github/settings.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ labels:
115115
- name: modules/cassandra
116116
color: '#006b75'
117117

118+
- name: modules/chromadb
119+
color: '#006b75'
120+
118121
- name: modules/clickhouse
119122
color: '#006b75'
120123

@@ -157,6 +160,9 @@ labels:
157160
- name: modules/k3s
158161
color: '#006b75'
159162

163+
- name: modules/k6
164+
color: '#006b75'
165+
160166
- name: modules/kafka
161167
color: '#006b75'
162168

@@ -166,6 +172,9 @@ labels:
166172
- name: modules/mariadb
167173
color: '#006b75'
168174

175+
- name: modules/milvus
176+
color: '#006b75'
177+
169178
- name: modules/minio
170179
color: '#006b75'
171180

@@ -184,6 +193,15 @@ labels:
184193
- name: modules/nginx
185194
color: '#006b75'
186195

196+
- name: modules/oceanbase
197+
color: '#006b75'
198+
199+
- name: modules/ollama
200+
color: '#006b75'
201+
202+
- name: modules/openfga
203+
color: '#006b75'
204+
187205
- name: modules/oracle
188206
color: '#006b75'
189207

@@ -199,6 +217,9 @@ labels:
199217
- name: modules/pulsar
200218
color: '#006b75'
201219

220+
- name: modules/qdrant
221+
color: '#006b75'
222+
202223
- name: modules/questdb
203224
color: '#006b75'
204225

@@ -238,6 +259,9 @@ labels:
238259
- name: modules/vault
239260
color: '#006b75'
240261

262+
- name: modules/weaviate
263+
color: '#006b75'
264+
241265
- name: modules/yugabytedb
242266
color: '#006b75'
243267

@@ -364,7 +388,7 @@ branches:
364388
# Required. Require branches to be up to date before merging.
365389
strict: true
366390
# Required. The list of status checks to require in order to merge into this branch
367-
contexts: ["check (:testcontainers:check)", "check (:docs:examples:check)", "in-docker_test", "ci/circleci: minimal_core", "test"]
391+
contexts: ["core", "check_docs_examples", "in-docker_test", "ci/circleci: minimal_core", "test"]
368392
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
369393
enforce_admins: false
370394
# Prevent merge commits from being pushed to matching branches

.github/workflows/ci-rootless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Remove Docket root socket
5353
run: sudo rm -rf /var/run/docker.sock
5454
- name: Setup Gradle Build Action
55-
uses: gradle/gradle-build-action@v2
55+
uses: gradle/actions/setup-gradle@v3
5656
- name: Build with Gradle
5757
run: ./gradlew --no-daemon --scan testcontainers:test --tests '*GenericContainerRuleTest'
5858
- uses: ./.github/actions/setup-junit-report

0 commit comments

Comments
 (0)