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

divest /api from rest of nomad internal packages #5622

Merged
merged 2 commits into from
Apr 28, 2019
Merged

Commits on Apr 28, 2019

  1. check that /api doesn't import internal nomad pkgs

    Mahmood Ali committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    5aaae70 View commit details
    Browse the repository at this point in the history
  2. divest /api from nomad/structs

    The API package needs to be independent from rest of nomad packages, to
    avoid leaking internal packages and dependencies (e.g. raft, ugorji,
    etc)
    Mahmood Ali committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    1a54a0b View commit details
    Browse the repository at this point in the history