forked from testcontainers/testcontainers-java
-
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.
Relocate modules (testcontainers#607)
## General * Docs update referring to new location of modules * Update copyright and thanks * Add tests for pulling various permutations of image registry/name/tag * Include pointers to latest versions available through Maven Central ## MariaDB * Relocate MariaDB module into main testcontainers-java repository Also enable parallel running of Jdbc Driver tests for speed reasons ## Oracle XE * Relocate Oracle XE module into main testcontainers-java repository Also enable use of sha256 hashes instead of image tags, for situations where image tags are not easily pinnable * Extend pull/startup timeout for Oracle container * Change rate limiter usage to prevent excessive connection creation Intended to eliminate `ORA-12516, TNS:listener could not find available handler` error * Add getConnectTimeoutSeconds as a separate timeout for JDBC containers to establish a JDBC connection ## Localstack * Relocate Localstack module into main testcontainers-java repository * Use latest localstack image ## Dynalite * Relocate Dynalite module into main testcontainers-java repository * Migrate dynalite image to quay.io ## MS SQL Server * Relocate MS SQL Server module into main testcontainers-java repository * Introduce assertion for license acceptance, e.g. for the SQL Server EULA ## Vault * Relocate Vault module into main testcontainers-java repository
- Loading branch information
Showing
60 changed files
with
2,098 additions
and
90 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default reviewers for everything in | ||
# the repo. | ||
|
||
* @rnorth @bsideup @kiview | ||
|
||
# The last matching pattern takes the most | ||
# precedence. | ||
|
||
# Contributed modules can have different reviewers | ||
|
||
modules/mssqlserver/ @StefanHufschmidt @rnorth @bsideup @kiview | ||
modules/vault/ @mikeoswald @rnorth @bsideup @kiview |
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.