-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container services #49
Merged
Merged
Commits on Jul 6, 2015
-
Add docker containers to test services.
This commit initializes the needed services which are not mocked so tests can be executed in any environment with docker. Some default modifications (i.e: connection strings) were also made to current tests to accomodate them for this setup. A docker-compose.yml file is provided with all the necessary parameters for this services to be initialized. Future services can be added easily by extending this configuration file In addition a makefile has been introduced to simplify command execution
Configuration menu - View commit details
-
Copy full SHA for d545b19 - Browse repository at this point
Copy the full SHA d545b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db5500 - Browse repository at this point
Copy the full SHA 0db5500View commit details -
Remove unnecessary circleci configuration as we're using default
provided services Update test users to use circleci default services
Configuration menu - View commit details
-
Copy full SHA for ae385b3 - Browse repository at this point
Copy the full SHA ae385b3View commit details -
Remove circle ci implementation due to Golang bug.
I've tried to set-up circleci but I came across a Golang issue that was preventing CPU tests to PASS. Instead of ignoring those tests I've submitted an issue to Go (golang/go#11609) hoping that this gets fixed soon.
Configuration menu - View commit details
-
Copy full SHA for 6355228 - Browse repository at this point
Copy the full SHA 6355228View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4471e2b - Browse repository at this point
Copy the full SHA 4471e2bView commit details
Commits on Jul 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for aa86c16 - Browse repository at this point
Copy the full SHA aa86c16View commit details -
Add DOCKER_HOST support for tests
This allows to run tests in environments where DOCKER_HOST is used. This is extremely helpful when using boot2docker to run docker
Configuration menu - View commit details
-
Copy full SHA for d2810dd - Browse repository at this point
Copy the full SHA d2810ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef335d9 - Browse repository at this point
Copy the full SHA ef335d9View commit details
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.