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

Gitpod fixes #148

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Gitpod fixes #148

wants to merge 4 commits into from

Commits on Mar 10, 2019

  1. Add a .gitpod.yml file

    This allows us to pin the base docker image so we aren't effected by
    changes that gitpod make.
    stackerdude committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    15299b5 View commit details
    Browse the repository at this point in the history
  2. Add Test runner to launch config

    This allows for breakpoint to be set within the test (spec) files.
    Should make debugging easier
    stackerdude committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    6d5b02e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    d67c61c View commit details
    Browse the repository at this point in the history
  2. Add Extra Launch Config

    stackerdude committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    f96d10c View commit details
    Browse the repository at this point in the history