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

Generalize resource watchers #47561

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2024

  1. Generalize resource watchers

    Consolidate resource watchers into a single watcher that leverages
    generics. While most of the resource watchers were similar, some
    resources have some one off functionality. These watchers have not
    been touched, however, all that could be refactored to use the
    generic watcher easily were.
    rosstimothy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    be6940e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5449a3 View commit details
    Browse the repository at this point in the history
  3. add readonly types

    rosstimothy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2400618 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    ca78aa3 View commit details
    Browse the repository at this point in the history
  2. fix: TestSSHHeadless

    rosstimothy committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6f99b2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47236c1 View commit details
    Browse the repository at this point in the history