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

Restructure venus temp #350

Closed

Commits on Mar 4, 2015

  1. Configuration menu
    Copy the full SHA
    17cd27d View commit details
    Browse the repository at this point in the history
  2. removed console.logs from executor

    Geoff Berger committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    b8b2bd2 View commit details
    Browse the repository at this point in the history
  3. allows for both executor and testcase to read from a temp directory o…

    …f .venus_temp-#PORTNUMBER# verses straight .venus_temp
    Geoff Berger committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    ec625ad View commit details
    Browse the repository at this point in the history
  4. removed unused startingPort variable

    Geoff Berger committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    715629d View commit details
    Browse the repository at this point in the history
  5. removed commented out code from getHttpRoot

    Geoff Berger committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    163b2d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. Configuration menu
    Copy the full SHA
    887a176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b045fc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. created port and tempDir constants

    Geoff Berger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    3d90883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5de33ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa63e45 View commit details
    Browse the repository at this point in the history
  4. added new error string to locale file

    Geoff Berger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    a1994c8 View commit details
    Browse the repository at this point in the history
  5. added tests to support changes to executor namely: sendGenericError, …

    …setPort, and some other one I forgot about, iono look at the code
    Geoff Berger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    5346249 View commit details
    Browse the repository at this point in the history
  6. created fsHelper for newly created fsHelper utilities

    Geoff Berger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    53efbe7 View commit details
    Browse the repository at this point in the history
  7. added fsHelper spec to test_suite

    Geoff Berger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    6f646ff View commit details
    Browse the repository at this point in the history
  8. swiched up getHttpRoot to use resolveTempDir and wrote unit test to s…

    …upport this change
    Geoff Berger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    fba961a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e3a038 View commit details
    Browse the repository at this point in the history
  10. removed console.log from test helper

    Geoff Berger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    3aea16e View commit details
    Browse the repository at this point in the history
  11. adding debug statements and translations

    Geoff Berger committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    1691a81 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. fixed merge conflicts and made sure tests will pass

    Geoff Berger committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    2045eed View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. updated temp dir

    Geoff Berger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    2a75328 View commit details
    Browse the repository at this point in the history
  2. allowed for test directory to be deleted right before the test shuts …

    …down and strengthened some things
    Geoff Berger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    81638da View commit details
    Browse the repository at this point in the history
  3. Fixing testcase tests

    Geoff Berger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    ac9305f View commit details
    Browse the repository at this point in the history
  4. updated tests based off of recent code changes

    Geoff Berger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    a8f5660 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e617655 View commit details
    Browse the repository at this point in the history
  6. yes, I am THAT guy who broke the build

    Geoff Berger committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    7f040f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2015

  1. added node-uuid to package.json

    Geoff Berger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    ba2f597 View commit details
    Browse the repository at this point in the history
  2. because I dont know how to program, lets actually pass _.isNull some …

    …input
    Geoff Berger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    b6de195 View commit details
    Browse the repository at this point in the history
  3. updated tempDir to point to proper tempDir based off of our discussio…

    …ns in PR 350
    Geoff Berger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    fa58d88 View commit details
    Browse the repository at this point in the history
  4. updated executor to use a guid instead of the port so we can guarante…

    …e the temp directory on the file path will be unique - the same thing is also achieved with the venus server
    Geoff Berger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    6583619 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60940b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fea2563 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    771552a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c239a26 View commit details
    Browse the repository at this point in the history
  9. added test for using guid within executor

    Geoff Berger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    072fa0e View commit details
    Browse the repository at this point in the history
  10. make clean a promise and added tests to support the clean command and…

    … its functionality
    Geoff Berger committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    ea7b25e View commit details
    Browse the repository at this point in the history