Skip to content
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 8 commits into from
Jul 30, 2015
Merged

Container services #49

merged 8 commits into from
Jul 30, 2015

Commits on Jul 6, 2015

  1. 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
    marcosnils committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    d545b19 View commit details
    Browse the repository at this point in the history
  2. Add cirleci script

    marcosnils committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    0db5500 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary circleci configuration as we're using default

    provided services
    
    Update test users to use circleci default services
    marcosnils committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    ae385b3 View commit details
    Browse the repository at this point in the history
  4. 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.
    marcosnils committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    6355228 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4471e2b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. Configuration menu
    Copy the full SHA
    aa86c16 View commit details
    Browse the repository at this point in the history
  2. 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
    marcosnils committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    d2810dd View commit details
    Browse the repository at this point in the history
  3. Add missing files

    marcosnils committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    ef335d9 View commit details
    Browse the repository at this point in the history