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 server and scheduler start code. #71

Merged
merged 10 commits into from
Apr 14, 2017

Commits on Apr 13, 2017

  1. Move server and scheduler start code.

    Alex Buchanan committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    f6e1785 View commit details
    Browse the repository at this point in the history
  2. Prune gorilla dep

    Alex Buchanan committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    3029d55 View commit details
    Browse the repository at this point in the history
  3. Use util.EnsurePath/Dir

    Alex Buchanan committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    a3e8e19 View commit details
    Browse the repository at this point in the history
  4. Go 1.8 in travis

    Alex Buchanan committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    cb7231f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Scheduler.AddBackend instead of global registry.

    * Drop global registry in favor of much simpler Scheduler.AddBackend
    * Clean up duplicate mock server code
    * Simplify Scheduler.Start
    Alex Buchanan committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    6aa0cdd View commit details
    Browse the repository at this point in the history
  2. Try language: go

    Alex Buchanan committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    5cfd3e2 View commit details
    Browse the repository at this point in the history
  3. Fix compile errors

    Alex Buchanan committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    daa353d View commit details
    Browse the repository at this point in the history
  4. Fix plugin caching

    Alex Buchanan committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    49a3b56 View commit details
    Browse the repository at this point in the history
  5. Cleanup tests

    Alex Buchanan committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    0f4ab60 View commit details
    Browse the repository at this point in the history
  6. Logging server errors

    Alex Buchanan committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    0466800 View commit details
    Browse the repository at this point in the history