1.1.0 release#5
Merged
farthinder merged 19 commits intomasterfrom Sep 22, 2022
Merged
Conversation
# Conflicts: # .idea/jarRepositories.xml # src/main/groovy/com/eficode/devstack/container/impl/JsmContainer.groovy
Started added network related methods to Container.groovy, testing in progress
Added Deployment for Bitbucket H2
Now deploys JSM and Bitbucket in parallel Perhaps create a new interface superDeployment
* Most of the static methods and fields have been removed in interface and sub-classes * Added createContainer() with cmd and run parameters * Renamed inspect() method to inspectContainer() to not interfere with native groovy method * stopAndRemoveContainer() now kills container after timeout * A lot of work on networking for containers AlpineContainer.groovy * Now has createSleepyContainer()
* getIP is now getIPs to support multiple IPs and to resolve the IP in a more dependable fashion * Networking is now done is so is testing of it
Working on a standard class for spock testing Implemented changes due to updates to underlying docker client library
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added BitbucketContainer, AlpineContainer
Added basic container networking
Added BitbucketH2Deployment, JsmAndBitbucketH2Deployment
JsmContainer.createJsmContainer() now has a parameter for env vars
Added DevStackSpec to be the main source class for testing
Container hostnames are now set to the same as container name
Now compiles jars for Groovy 2 and 3.