This repository was archived by the owner on Apr 7, 2026. It is now read-only.
dbdeployer 1.8.3
Added ./vendor directory
- Better fixes Issue#6 and Issue#27
- Now dependencies are handled directly from the vendor folder.
Fixes Issue#26 "Port management glitch"
- Changed algorithm that finds free ports;
- Uses two separate functions to find single ports and ranges;
- Makes sure that group sandbox creators call the function with the right values (for a "base-port" we check "base-port + 1")
- Added test to check whether sandboxes of adjoining versions deployed in reverse order will end up with the expected port number.