|
1 | 1 | "area/docker-compose": |
2 | | - - core/src/main/java/org/testcontainers/containers/ComposeContainer.java |
3 | | - - core/src/main/java/org/testcontainers/containers/ComposeDelegate.java |
4 | | - - core/src/main/java/org/testcontainers/containers/DockerComposeContainer.java |
5 | | - - core/src/main/java/org/testcontainers/containers/DockerComposeFiles.java |
| 2 | + - changed-files: |
| 3 | + - any-glob-to-any-file: |
| 4 | + - core/src/main/java/org/testcontainers/containers/ComposeContainer.java |
| 5 | + - core/src/main/java/org/testcontainers/containers/ComposeDelegate.java |
| 6 | + - core/src/main/java/org/testcontainers/containers/DockerComposeContainer.java |
| 7 | + - core/src/main/java/org/testcontainers/containers/DockerComposeFiles.java |
6 | 8 | "github_actions": |
7 | | - - .github/workflows/* |
| 9 | + - changed-files: |
| 10 | + - any-glob-to-any-file: |
| 11 | + - .github/workflows/* |
8 | 12 | "gradle-wrapper": |
9 | | - - gradle/wrapper/* |
10 | | - - gradlew |
11 | | - - gradlew.bat |
| 13 | + - changed-files: |
| 14 | + - any-glob-to-any-file: |
| 15 | + - gradle/wrapper/* |
| 16 | + - gradlew |
| 17 | + - gradlew.bat |
12 | 18 | "modules/azure": |
13 | | - - modules/azure/**/* |
| 19 | + - changed-files: |
| 20 | + - any-glob-to-any-file: |
| 21 | + - modules/azure/**/* |
14 | 22 | "modules/cassandra": |
15 | | - - modules/cassandra/**/* |
| 23 | + - changed-files: |
| 24 | + - any-glob-to-any-file: |
| 25 | + - modules/cassandra/**/* |
16 | 26 | "modules/clickhouse": |
17 | | - - modules/clickhouse/**/* |
| 27 | + - changed-files: |
| 28 | + - any-glob-to-any-file: |
| 29 | + - modules/clickhouse/**/* |
18 | 30 | "modules/cockroachdb": |
19 | | - - modules/cockroachdb/**/* |
| 31 | + - changed-files: |
| 32 | + - any-glob-to-any-file: |
| 33 | + - modules/cockroachdb/**/* |
20 | 34 | "modules/consul": |
21 | | - - modules/consul/**/* |
| 35 | + - changed-files: |
| 36 | + - any-glob-to-any-file: |
| 37 | + - modules/consul/**/* |
22 | 38 | "modules/couchbase": |
23 | | - - modules/couchbase/**/* |
| 39 | + - changed-files: |
| 40 | + - any-glob-to-any-file: |
| 41 | + - modules/couchbase/**/* |
24 | 42 | "modules/cratedb": |
25 | | - - modules/cratedb/**/* |
| 43 | + - changed-files: |
| 44 | + - any-glob-to-any-file: |
| 45 | + - modules/cratedb/**/* |
26 | 46 | "modules/db2": |
27 | | - - modules/db2/**/* |
| 47 | + - changed-files: |
| 48 | + - any-glob-to-any-file: |
| 49 | + - modules/db2/**/* |
28 | 50 | "modules/dynalite": |
29 | | - - modules/dynalite/**/* |
| 51 | + - changed-files: |
| 52 | + - any-glob-to-any-file: |
| 53 | + - modules/dynalite/**/* |
30 | 54 | "modules/elasticsearch": |
31 | | - - modules/elasticsearch/**/* |
| 55 | + - changed-files: |
| 56 | + - any-glob-to-any-file: |
| 57 | + - modules/elasticsearch/**/* |
32 | 58 | "modules/gcloud": |
33 | | - - modules/gcloud/**/* |
| 59 | + - changed-files: |
| 60 | + - any-glob-to-any-file: |
| 61 | + - modules/gcloud/**/* |
34 | 62 | "modules/hivemq": |
35 | | - - modules/hivemq/**/* |
| 63 | + - changed-files: |
| 64 | + - any-glob-to-any-file: |
| 65 | + - modules/hivemq/**/* |
36 | 66 | "modules/influx": |
37 | | - - modules/influxdb/**/* |
| 67 | + - changed-files: |
| 68 | + - any-glob-to-any-file: |
| 69 | + - modules/influxdb/**/* |
38 | 70 | "modules/jdbc": |
39 | | - - modules/jdbc/**/* |
| 71 | + - changed-files: |
| 72 | + - any-glob-to-any-file: |
| 73 | + - modules/jdbc/**/* |
40 | 74 | "modules/jupiter": |
41 | | - - modules/junit-jupiter/**/* |
| 75 | + - changed-files: |
| 76 | + - any-glob-to-any-file: |
| 77 | + - modules/junit-jupiter/**/* |
42 | 78 | "modules/k3s": |
43 | | - - modules/k3s/**/* |
| 79 | + - changed-files: |
| 80 | + - any-glob-to-any-file: |
| 81 | + - modules/k3s/**/* |
44 | 82 | "modules/kafka": |
45 | | - - modules/kafka/**/* |
| 83 | + - changed-files: |
| 84 | + - any-glob-to-any-file: |
| 85 | + - modules/kafka/**/* |
46 | 86 | "modules/localstack": |
47 | | - - modules/localstack/**/* |
| 87 | + - changed-files: |
| 88 | + - any-glob-to-any-file: |
| 89 | + - modules/localstack/**/* |
48 | 90 | "modules/mariadb": |
49 | | - - modules/mariadb/**/* |
| 91 | + - changed-files: |
| 92 | + - any-glob-to-any-file: |
| 93 | + - modules/mariadb/**/* |
50 | 94 | "modules/minio": |
51 | | - - modules/minio/**/* |
| 95 | + - changed-files: |
| 96 | + - any-glob-to-any-file: |
| 97 | + - modules/minio/**/* |
52 | 98 | "modules/mockserver": |
53 | | - - modules/mockserver/**/* |
| 99 | + - changed-files: |
| 100 | + - any-glob-to-any-file: |
| 101 | + - modules/mockserver/**/* |
54 | 102 | "modules/mongodb": |
55 | | - - modules/mongodb/**/* |
| 103 | + - changed-files: |
| 104 | + - any-glob-to-any-file: |
| 105 | + - modules/mongodb/**/* |
56 | 106 | "modules/sql-server": |
57 | | - - modules/mssqlserver/**/* |
| 107 | + - changed-files: |
| 108 | + - any-glob-to-any-file: |
| 109 | + - modules/mssqlserver/**/* |
58 | 110 | "modules/mysql": |
59 | | - - modules/mysql/**/* |
| 111 | + - changed-files: |
| 112 | + - any-glob-to-any-file: |
| 113 | + - modules/mysql/**/* |
60 | 114 | "modules/neo4j": |
61 | | - - modules/neo4j/**/* |
| 115 | + - changed-files: |
| 116 | + - any-glob-to-any-file: |
| 117 | + - modules/neo4j/**/* |
62 | 118 | "modules/nginx": |
63 | | - - modules/nginx/**/* |
| 119 | + - changed-files: |
| 120 | + - any-glob-to-any-file: |
| 121 | + - modules/nginx/**/* |
64 | 122 | "modules/oracle": |
65 | | - - modules/oracle-free/**/* |
66 | | - - modules/oracle-xe/**/* |
| 123 | + - changed-files: |
| 124 | + - any-glob-to-any-file: |
| 125 | + - modules/oracle-free/**/* |
| 126 | + - modules/oracle-xe/**/* |
67 | 127 | "modules/orientdb": |
68 | | - - modules/orientdb/**/* |
| 128 | + - changed-files: |
| 129 | + - any-glob-to-any-file: |
| 130 | + - modules/orientdb/**/* |
69 | 131 | "modules/postgres": |
70 | | - - modules/postgresql/**/* |
| 132 | + - changed-files: |
| 133 | + - any-glob-to-any-file: |
| 134 | + - modules/postgresql/**/* |
71 | 135 | "modules/presto": |
72 | | - - modules/presto/**/* |
| 136 | + - changed-files: |
| 137 | + - any-glob-to-any-file: |
| 138 | + - modules/presto/**/* |
73 | 139 | "modules/pulsar": |
74 | | - - modules/pulsar/**/* |
| 140 | + - changed-files: |
| 141 | + - any-glob-to-any-file: |
| 142 | + - modules/pulsar/**/* |
75 | 143 | "modules/questdb": |
76 | | - - modules/questdb/**/* |
| 144 | + - changed-files: |
| 145 | + - any-glob-to-any-file: |
| 146 | + - modules/questdb/**/* |
77 | 147 | "modules/r2dbc": |
78 | | - - modules/r2dbc/**/* |
| 148 | + - changed-files: |
| 149 | + - any-glob-to-any-file: |
| 150 | + - modules/r2dbc/**/* |
79 | 151 | "modules/rabbitmq": |
80 | | - - modules/rabbitmq/**/* |
| 152 | + - changed-files: |
| 153 | + - any-glob-to-any-file: |
| 154 | + - modules/rabbitmq/**/* |
81 | 155 | "modules/redpanda": |
82 | | - - modules/redpanda/**/* |
| 156 | + - changed-files: |
| 157 | + - any-glob-to-any-file: |
| 158 | + - modules/redpanda/**/* |
83 | 159 | "modules/selenium": |
84 | | - - modules/selenium/**/* |
| 160 | + - changed-files: |
| 161 | + - any-glob-to-any-file: |
| 162 | + - modules/selenium/**/* |
85 | 163 | "modules/solace": |
86 | | - - modules/solace/**/* |
| 164 | + - changed-files: |
| 165 | + - any-glob-to-any-file: |
| 166 | + - modules/solace/**/* |
87 | 167 | "modules/solr": |
88 | | - - modules/solr/**/* |
| 168 | + - changed-files: |
| 169 | + - any-glob-to-any-file: |
| 170 | + - modules/solr/**/* |
89 | 171 | "modules/spock": |
90 | | - - modules/spock/**/* |
| 172 | + - changed-files: |
| 173 | + - any-glob-to-any-file: |
| 174 | + - modules/spock/**/* |
91 | 175 | "modules/tidb": |
92 | | - - modules/tidb/**/* |
| 176 | + - changed-files: |
| 177 | + - any-glob-to-any-file: |
| 178 | + - modules/tidb/**/* |
93 | 179 | "modules/toxiproxy": |
94 | | - - modules/toxiproxy/**/* |
| 180 | + - changed-files: |
| 181 | + - any-glob-to-any-file: |
| 182 | + - modules/toxiproxy/**/* |
95 | 183 | "modules/trino": |
96 | | - - modules/trino/**/* |
| 184 | + - changed-files: |
| 185 | + - any-glob-to-any-file: |
| 186 | + - modules/trino/**/* |
97 | 187 | "modules/vault": |
98 | | - - modules/vault/**/* |
| 188 | + - changed-files: |
| 189 | + - any-glob-to-any-file: |
| 190 | + - modules/vault/**/* |
99 | 191 | "modules/yugabytedb": |
100 | | - - modules/yugabytedb/**/* |
| 192 | + - changed-files: |
| 193 | + - any-glob-to-any-file: |
| 194 | + - modules/yugabytedb/**/* |
101 | 195 | "type/docs": |
102 | | - - docs/**/*.md |
| 196 | + - changed-files: |
| 197 | + - any-glob-to-any-file: |
| 198 | + - docs/**/*.md |
0 commit comments