-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --no-port-detection flag to compose command (#19)
* Add --no-port-detection arg Signed-off-by: thepetk <thepetk@gmail.com> * Add test cases for no-port-detection arg Signed-off-by: thepetk <thepetk@gmail.com> * Update documentation Signed-off-by: thepetk <thepetk@gmail.com> * Add func in library for skiping port detection Signed-off-by: thepetk <thepetk@gmail.com> * Mock detectComponentsWithPathAndPortStartegy Signed-off-by: thepetk <thepetk@gmail.com> * Add simple test case for DetectComponentsWithoutPortDetection Signed-off-by: thepetk <thepetk@gmail.com> * Add tests for detectComponentsWithSettings Signed-off-by: thepetk <thepetk@gmail.com> * Add more test cases for component detection Signed-off-by: thepetk <thepetk@gmail.com> * Revert global var detectComponentsWithPathAndPortStartegy Signed-off-by: thepetk <thepetk@gmail.com> * Update tests Signed-off-by: thepetk <thepetk@gmail.com> * Add extra test cases Signed-off-by: thepetk <thepetk@gmail.com> * Add extra test cases Signed-off-by: thepetk <thepetk@gmail.com> --------- Signed-off-by: thepetk <thepetk@gmail.com>
- Loading branch information
Showing
6 changed files
with
543 additions
and
2 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
Oops, something went wrong.