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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple REST Framework #252

Merged
merged 6 commits into from Jan 12, 2022

Commits on Jan 5, 2022

  1. Decouple REST Framework

    Takes ownership of the route interfaces
    and removes exposing the `go-restful`
    dependency.
    
    Adds an adapter for the currently used
    version of `go-restful`.
    austince committed Jan 5, 2022
    Copy the full SHA
    c4d1aeb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Copy the full SHA
    eef04e7 View commit details
    Browse the repository at this point in the history
  2. Decouple integretion tests from GOPATH

    The header file is loaded from the GOPATH
    k8s dir by default, which makes it impossible
    to develop if you do not have the local
    dependencies in your GOPATH.
    
    This commit ensures the header file is
    loaded from the project's directory.
    
    It also includes a cleanup of the README
    and bumps the timeout to 10s.
    
    Signed-off-by: austin ce <austin.cawley@gmail.com>
    austince committed Jan 10, 2022
    Copy the full SHA
    e9ebba8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Copy the full SHA
    41ddd1e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    35b5ddc View commit details
    Browse the repository at this point in the history
  3. Testutil cleanup

    austince committed Jan 11, 2022
    Copy the full SHA
    0c8fa98 View commit details
    Browse the repository at this point in the history