forked from testcontainers/testcontainers-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into session-ids
* main: (32 commits) fix: remove wrong example from workspace (testcontainers#1556) chore(deps): bump the all group in /modules/localstack with 1 update (testcontainers#1552) modulegen: generate code-workspace with json marshal (testcontainers#1551) chore(deps): bump the all group in /modules/compose with 2 updates (testcontainers#1553) feat: add mariadb module (testcontainers#1548) feat(modulegen): print out VSCode workspace file if needed (testcontainers#1549) modulegen: generate md file inside internal/mkdocs (testcontainers#1543) modulegen: create internal/module and internal/modfile (testcontainers#1539) [Enhancement]: add ability to set repo:tag for ContainerRequest FromDockerfile (testcontainers#1508) Fix module generator for examples (testcontainers#1545) Update pulsar.md (testcontainers#1542) modulegen: create internal/make (testcontainers#1537) chore: fix workflow (testcontainers#1538) chore(deps): bump the all group in /examples/cockroachdb with 1 update (testcontainers#1522) chore(deps): bump the all group in /examples/bigtable with 1 update (testcontainers#1534) chore(deps): bump the all group in /modules/localstack with 4 updates (testcontainers#1535) chore(deps): bump the all group in /modules/k3s with 2 updates (testcontainers#1526) chore(deps): bump the all group in /examples/spanner with 2 updates (testcontainers#1532) chore(deps): bump the all group in /examples/firestore with 1 update (testcontainers#1523) chore(deps): bump the all group in /modules/redis with 1 update (testcontainers#1524) ...
- Loading branch information
Showing
96 changed files
with
2,486 additions
and
936 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
// This file is autogenerated by the 'modulegen' tool. | ||
{ | ||
"folders": [ | ||
{ | ||
"name": "testcontainers-go", | ||
"path": "../" | ||
}, | ||
{ | ||
"name": "example / bigtable", | ||
"path": "../examples/bigtable" | ||
}, | ||
{ | ||
"name": "example / cockroachdb", | ||
"path": "../examples/cockroachdb" | ||
}, | ||
{ | ||
"name": "example / consul", | ||
"path": "../examples/consul" | ||
}, | ||
{ | ||
"name": "example / datastore", | ||
"path": "../examples/datastore" | ||
}, | ||
{ | ||
"name": "example / firestore", | ||
"path": "../examples/firestore" | ||
}, | ||
{ | ||
"name": "example / nats", | ||
"path": "../examples/nats" | ||
}, | ||
{ | ||
"name": "example / nginx", | ||
"path": "../examples/nginx" | ||
}, | ||
{ | ||
"name": "example / pubsub", | ||
"path": "../examples/pubsub" | ||
}, | ||
{ | ||
"name": "example / spanner", | ||
"path": "../examples/spanner" | ||
}, | ||
{ | ||
"name": "example / toxiproxy", | ||
"path": "../examples/toxiproxy" | ||
}, | ||
{ | ||
"name": "module / artemis", | ||
"path": "../modules/artemis" | ||
}, | ||
{ | ||
"name": "module / clickhouse", | ||
"path": "../modules/clickhouse" | ||
}, | ||
{ | ||
"name": "module / compose", | ||
"path": "../modules/compose" | ||
}, | ||
{ | ||
"name": "module / couchbase", | ||
"path": "../modules/couchbase" | ||
}, | ||
{ | ||
"name": "module / k3s", | ||
"path": "../modules/k3s" | ||
}, | ||
{ | ||
"name": "module / localstack", | ||
"path": "../modules/localstack" | ||
}, | ||
{ | ||
"name": "module / mariadb", | ||
"path": "../modules/mariadb" | ||
}, | ||
{ | ||
"name": "module / mongodb", | ||
"path": "../modules/mongodb" | ||
}, | ||
{ | ||
"name": "module / mysql", | ||
"path": "../modules/mysql" | ||
}, | ||
{ | ||
"name": "module / neo4j", | ||
"path": "../modules/neo4j" | ||
}, | ||
{ | ||
"name": "module / postgres", | ||
"path": "../modules/postgres" | ||
}, | ||
{ | ||
"name": "module / pulsar", | ||
"path": "../modules/pulsar" | ||
}, | ||
{ | ||
"name": "module / redis", | ||
"path": "../modules/redis" | ||
}, | ||
{ | ||
"name": "module / redpanda", | ||
"path": "../modules/redpanda" | ||
}, | ||
{ | ||
"name": "module / vault", | ||
"path": "../modules/vault" | ||
}, | ||
{ | ||
"name": "modulegen", | ||
"path": "../modulegen" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.