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

Watcher: Remove extraneous auth classes #32300

Merged
merged 6 commits into from
Aug 14, 2018
Merged

Commits on Jul 23, 2018

  1. Watcher: Remove extraneous auth classes

    The auth.basic package was an example of a single implementation
    interface that leaked into many different classes. In order to clean
    this up, the HttpAuth interface, factories, and Registries all were
    removed and the single implementation, BasicAuth, was substituted in all
    cases. This removes some dependenies between Auth and the Templates,
    which can now use static methods on BasicAuth. BasicAuth was also moved
    into the http package and all of the other classes were removed.
    hub-cap committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    5a1023c View commit details
    Browse the repository at this point in the history
  2. Cleanup a short line

    hub-cap committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    93b7248 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Configuration menu
    Copy the full SHA
    6e2a024 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    612a394 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    dd97372 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Configuration menu
    Copy the full SHA
    8142993 View commit details
    Browse the repository at this point in the history