Commit Graph
34 Commits
Author SHA1 Message Date
Sergei Shitikov 5f31bc7535 Merge branch '0.2' into fix-linux-builds 2025-02-16 13:33:38 +01:00
Sergei Shitikov cc99febf71 try to solve testShouldReturnFirstMappedPort 2025-02-16 13:15:50 +01:00
Sergei Shitikov b36b08d916 remove legacy 2025-02-16 13:02:01 +01:00
Soner Sayakci b25371687d fix: update port configuration in GenericContainerTest for non standard port 2025-02-14 15:31:41 +01:00
Soner Sayakci 6e0952f8e3 fix: code style errors 2025-02-14 15:20:34 +01:00
Sergei Shitikov f899c41311 adjust phpstan memory, small phpstan fixes added HostResolverTest 2025-02-04 00:25:24 +01:00
Sergei Shitikov 1c928cc767 Adjust StartedGenericContainer 2025-02-03 20:47:02 +01:00
Sergei Shitikov 53c67a15ed added withCopy* functionality to copy data into containers. Additional tests and improvements 2025-01-19 23:12:19 +01:00
Sergei Shitikov dfff7ef282 test improvements 2025-01-01 23:29:57 +01:00
Sergei Shitikov 1cbfe638b9 implement WaitForHttp and WaitForHostPort strategies 2024-10-24 19:36:48 +02:00
Sergei Shitikov 49031990a2 Fixes in WaitForHealthCheck params and legacy tests 2024-09-29 18:48:46 +02:00
Sergei Shitikov 90edcd48f4 add forgotten stop() container for opensearch test 2024-09-29 18:14:00 +02:00
Sergei Shitikov 353977c7bb use FixedPortGenerator for legacy implementations 2024-09-29 18:10:01 +02:00
Sergei Shitikov 357887542f fixes and improvements 2024-09-08 19:04:15 +02:00
Sergei Shitikov a10484e7f5 Update deps and README + some cleanup 2024-09-06 20:02:48 +02:00
Sergei Shitikov f05ea0020d - Move most of the stuff for backwards compatibility support into one class
- Added random port logic
- Updated wait wtrategies
- API alignments to make it similar to other official implementations
- ...
2024-09-06 19:08:37 +02:00
Sergei Shitikov a956794279 Added test for GenericContainer implementation + implemented exec related stuff 2024-09-01 19:40:55 +02:00
Sergei Shitikov 93c9895027 Adjust tests for OpenSearch 2024-09-01 19:12:46 +02:00
Sergei Shitikov ea07a96091 Implement WaitForExec using new Client library. Add BaseWait to avoid some code duplication. Adjust Postgres test 2024-09-01 18:23:21 +02:00
Sergei Shitikov 3dd4d2525a Remove WaitForNothing. WaitForContainerRunning can be used as a basic implementation instead. 2024-09-01 17:05:31 +02:00
Sergei Shitikov 5ee4fdc804 some reordering and test optimizations to align new API. 2024-09-01 14:45:04 +02:00
Sergei Shitikov b0e4f60592 fix issue with passing envs into the container. Remove container registry usage. 2024-09-01 14:43:34 +02:00
Sergei Shitikov 58f811ec8a Adjust the requirements for dev section. 2024-09-01 14:41:46 +02:00
Sergei Shitikov b7a274b1d9 first working version with simple WaitForContainerRunning implementation 2024-08-29 18:01:04 +02:00
Sergei Shitikov 27caae56c0 refactor Container to GenericContainer for better align to other Testcontainers language packages 2024-08-22 16:45:47 +02:00
Sergei Shitikov c82e974ab9 added beluga-php/docker-php client and some basic updates to the base Container class 2024-08-22 16:41:51 +02:00
Soner Sayakci bf762350e9 feat: rename package name 2024-07-30 21:22:22 +02:00
Nikola Petkanski 11c3e21e92 Code reuse on working with docker networks 2024-07-16 05:07:39 +03:00
Nikola Petkanski 6c3c74c817 Support for waiting on tcp port to open 2024-07-16 02:34:24 +03:00
Soner Sayakci 3ddc75e717 fix: phpunit tests 2024-07-13 11:21:19 +09:00
Steffen Beisenherz a6c3c4daca fix: pdo_pgsql usage 2022-10-23 15:50:37 +00:00
Steffen Beisenherz 54c5d34886 fix: Tests and postgres image 2022-10-23 15:17:18 +02:00
Steffen Beisenherz 45f0e11f69 feat: Add postgres container 2022-10-23 14:56:44 +02:00
Soner Sayakci be3be06681 initial commit 2022-10-22 23:59:29 +00:00