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

Issue #29 - Remove frontend and switch to Neutrino #1

Merged
merged 15 commits into from Feb 12, 2018

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    c122874 View commit details
    Browse the repository at this point in the history
  2. Renaming files

    armenzg committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    de822ca View commit details
    Browse the repository at this point in the history
  3. Adjust dependencies

    armenzg committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    4bae9dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f8333e View commit details
    Browse the repository at this point in the history
  5. Remove Babel files

    armenzg committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    49c491d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    212e45b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0346faa View commit details
    Browse the repository at this point in the history
  8. Fix tests

    armenzg committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    fbfa658 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47e1527 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    332ef63 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    871d2b5 View commit details
    Browse the repository at this point in the history
  12. Travis configuration changes

    armenzg committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    98f9c77 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f20787 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Tell Mocha to exit after all tests pass

    By default, Mocha will no longer force the process to exit once all tests complete.
    This means any test code (or code under test) which would normally prevent node
    from exiting will do so when run in Mocha. Supply the --exit flag to revert
    to pre-v4.0.0 behavior
    
    In the future stop the server in the testing process rather than leaving it on.
    
    Other changes:
    * Remove mocha dependency as neutrino has its own
    armenzg committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    818ceb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9790b2e View commit details
    Browse the repository at this point in the history