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

Move docker image management and test entrypoint to Maven #31

Merged
merged 23 commits into from Jan 16, 2018

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    1d7f36c View commit details
    Browse the repository at this point in the history
  2. Moves all integration test setup logic to Maven and scripts.

    The Kubernetes integration tests now always expect an image to be
    pre-built, so we no longer build images with Scala code. Maven's
    pre-integration-test invokes a single script to bootstrap the
    environment with the built images, etc. In the transition we try to keep
    as much of the same semantics as possible.
    mccheah committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    8c067af View commit details
    Browse the repository at this point in the history
  3. Update documentation

    mccheah committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    71ac3e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df00060 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcd44f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03c5977 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    016505d View commit details
    Browse the repository at this point in the history
  8. Remove some lines

    mccheah committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    f2aa748 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Configuration menu
    Copy the full SHA
    b4f2004 View commit details
    Browse the repository at this point in the history
  2. Small docs fix

    mccheah committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    dc97080 View commit details
    Browse the repository at this point in the history
  3. Docs formatting fix

    mccheah committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    f689415 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81285c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7b44d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0882db7 View commit details
    Browse the repository at this point in the history
  7. Remove extraneous code

    mccheah committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    d69787b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a4a5d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Fix scripts

    mccheah committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    b33e962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    555a898 View commit details
    Browse the repository at this point in the history
  3. Put quotes everywhere

    mccheah committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    0105297 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    f67af08 View commit details
    Browse the repository at this point in the history
  2. Minor formatting

    mccheah committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    f10c3b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87f7fb6 View commit details
    Browse the repository at this point in the history
  4. Run Minikube from bash -c

    mccheah committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    e9035aa View commit details
    Browse the repository at this point in the history