Skip to content

Commit f10e620

Browse files
committed
Merge remote-tracking branch 'origin/main' into add-scylladb
2 parents 8590397 + f7973aa commit f10e620

File tree

488 files changed

+10588
-1810
lines changed

Some content is hidden

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

488 files changed

+10588
-1810
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
22
// https://github.com/microsoft/vscode-dev-containers/tree/v0.241.1/containers/java-8
33
{
4-
"name": "Java 8",
5-
"image": "mcr.microsoft.com/devcontainers/java:1-8-bullseye",
4+
"name": "Java 17",
5+
"image": "mcr.microsoft.com/devcontainers/java:0-17",
66

77
// Configure tool-specific properties.
88
"customizations": {
99
// Configure properties specific to VS Code.
1010
"vscode": {
11-
// Set *default* container specific settings.json values on container create.
12-
"settings": {
13-
"java.import.gradle.java.home": "/usr/local/sdkman/candidates/java/current",
14-
"java.configuration.runtimes": [{
15-
"default": true,
16-
"name": "JavaSE-1.8",
17-
"path": "/usr/local/sdkman/candidates/java/current"
18-
}]
19-
},
20-
2111
// Add the IDs of extensions you want installed when the container is created.
2212
"extensions": [
2313
"vscjava.vscode-java-pack"

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,46 @@ body:
1414
description: Which Testcontainers module are you using?
1515
options:
1616
- Core
17+
- ActiveMQ
1718
- Azure
1819
- Cassandra
20+
- ChromaDB
1921
- Clickhouse
2022
- CockroachDB
2123
- Consul
2224
- Couchbase
2325
- CrateDB
26+
- Databend
2427
- DB2
2528
- Dynalite
2629
- Elasticsearch
2730
- GCloud
31+
- Grafana
2832
- HiveMQ
2933
- InfluxDB
3034
- K3S
35+
- K6
3136
- Kafka
3237
- LocalStack
3338
- MariaDB
39+
- Milvus
3440
- MinIO
3541
- MockServer
3642
- MongoDB
3743
- MSSQLServer
3844
- MySQL
3945
- Neo4j
4046
- NGINX
47+
- OceanBase
48+
- Ollama
49+
- OpenFGA
4150
- Oracle Free
4251
- Oracle XE
4352
- OrientDB
4453
- PostgreSQL
4554
- Presto
4655
- Pulsar
56+
- Qdrant
4757
- QuestDB
4858
- RabbitMQ
4959
- Redpanda
@@ -52,9 +62,12 @@ body:
5262
- Solace
5363
- Solr
5464
- TiDB
65+
- Timeplus
5566
- ToxiProxy
5667
- Trino
68+
- Typesense
5769
- Vault
70+
- Weaviate
5871
- YugabyteDB
5972
validations:
6073
required: true

.github/ISSUE_TEMPLATE/enhancement.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,46 @@ body:
1414
description: For which Testcontainers module does the enhancement proposal apply?
1515
options:
1616
- Core
17+
- ActiveMQ
1718
- Azure
1819
- Cassandra
20+
- ChromaDB
1921
- Clickhouse
2022
- CockroachDB
2123
- Consul
2224
- Couchbase
2325
- CrateDB
26+
- Databend
2427
- DB2
2528
- Dynalite
2629
- Elasticsearch
2730
- GCloud
31+
- Grafana
2832
- HiveMQ
2933
- InfluxDB
3034
- K3S
35+
- K6
3136
- Kafka
3237
- LocalStack
3338
- MariaDB
39+
- Milvus
3440
- MinIO
3541
- MockServer
3642
- MongoDB
3743
- MSSQLServer
3844
- MySQL
3945
- Neo4j
4046
- NGINX
47+
- OceanBase
48+
- Ollama
49+
- OpenFGA
4150
- Oracle Free
4251
- Oracle XE
4352
- OrientDB
4453
- PostgreSQL
4554
- Presto
4655
- Pulsar
56+
- Qdrant
4757
- QuestDB
4858
- RabbitMQ
4959
- Redpanda
@@ -52,9 +62,12 @@ body:
5262
- Solace
5363
- Solr
5464
- TiDB
65+
- Timeplus
5566
- ToxiProxy
5667
- Trino
68+
- Typesense
5769
- Vault
70+
- Weaviate
5871
- YugabyteDB
5972
validations:
6073
required: true

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,44 @@ body:
1414
description: Is this feature related to any of the existing modules?
1515
options:
1616
- Core
17+
- ActiveMQ
1718
- Azure
1819
- Cassandra
20+
- ChromaDB
1921
- Clickhouse
2022
- CockroachDB
2123
- CrateDB
2224
- Consul
2325
- Couchbase
26+
- Databend
2427
- DB2
2528
- Dynalite
2629
- Elasticsearch
2730
- GCloud
31+
- Grafana
2832
- HiveMQ
2933
- InfluxDB
3034
- K3S
35+
- K6
3136
- Kafka
3237
- LocalStack
3338
- MariaDB
39+
- Milvus
3440
- MinIO
3541
- MockServer
3642
- MongoDB
3743
- MSSQLServer
3844
- MySQL
3945
- Neo4j
4046
- NGINX
47+
- OceanBase
48+
- Ollama
49+
- OpenFGA
4150
- Oracle Free
4251
- Oracle XE
4352
- OrientDB
4453
- PostgreSQL
54+
- Qdrant
4555
- QuestDB
4656
- Presto
4757
- Pulsar
@@ -52,9 +62,12 @@ body:
5262
- Solace
5363
- Solr
5464
- TiDB
65+
- Timeplus
5566
- ToxiProxy
5667
- Trino
68+
- Typesense
5769
- Vault
70+
- Weaviate
5871
- YugabyteDB
5972
- New Module
6073
- type: textarea
@@ -75,7 +88,7 @@ body:
7588
id: benefit
7689
attributes:
7790
label: Benefit
78-
description: What's the benefit of addng this feature to the project?
91+
description: What's the benefit of adding this feature to the project?
7992
validations:
8093
required: true
8194
- type: textarea

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
name: Set up Build
22
description: Sets up Build
3+
inputs:
4+
java-version:
5+
description: 'The Java version to set up'
6+
required: true
7+
default: '17'
38
runs:
49
using: "composite"
510
steps:
611
- uses: ./.github/actions/setup-java
12+
with:
13+
java-version: ${{ inputs.java-version }}
714
- name: Clear existing docker image cache
815
shell: bash
916
run: docker image prune -af

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ 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@v4
88
with:
99
gradle-home-cache-includes: |
1010
caches
1111
notifications
1212
jdks
13-
gradle-home-cache-cleanup: true
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: Set up Java
22
description: Sets up Java version
3+
inputs:
4+
java-version:
5+
description: 'The Java version to set up'
6+
required: true
7+
default: '17'
38
runs:
49
using: "composite"
510
steps:
6-
- uses: actions/setup-java@v3
11+
- uses: actions/setup-java@v4
712
with:
8-
java-version: '8'
13+
java-version: ${{ inputs.java-version }}
914
distribution: temurin

.github/actions/setup-junit-report/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: Publish Test Report
7-
uses: mikepenz/action-junit-report@v3
7+
uses: mikepenz/action-junit-report@v4
88
if: always() # always run even if the previous step fails
99
with:
1010
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)