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

Trigger collection support on various tabs #916

Merged
merged 11 commits into from
Jun 22, 2024

Commits on Jun 20, 2024

  1. Files tab - Add Trigger Collection

    Trigger collection directly from the files tab
    DavidWiseman committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6a21037 View commit details
    Browse the repository at this point in the history
  2. Drives tab - Add Trigger collection

    Trigger collection directly from the drives tab
    DavidWiseman committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7e83a9f View commit details
    Browse the repository at this point in the history
  3. Availability Groups tab - Add Trigger Collection

    Trigger collection directly from the AG tab
    DavidWiseman committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0b557ff View commit details
    Browse the repository at this point in the history
  4. Log Shipping Tab - Add Trigger Collection

    Trigger collection directly from the log shipping tab
    DavidWiseman committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    72cd7af View commit details
    Browse the repository at this point in the history
  5. Backups Tab - Add Trigger Collection

    Trigger collection directly from the backups tab
    DavidWiseman committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6440a73 View commit details
    Browse the repository at this point in the history
  6. Refactor CollectionDates

    Simplify with InvokeSetStatus extension method
    DavidWiseman committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f30e7a3 View commit details
    Browse the repository at this point in the history
  7. Update types excluded from recently triggered

    We want to avoid triggering collections to run multiple times within a short period of time but certain collections we want to be able to trigger on a more frequent basis.
    DavidWiseman committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2fe3afc View commit details
    Browse the repository at this point in the history
  8. Add support to trigger schema snapshot for a single database

    We might want to refresh the snapshot for a specific database only.
    DavidWiseman committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f443c69 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Last Good CheckDB Tab - Add Trigger Collection

    Trigger collection directly from the Last Good CheckDB tab
    DavidWiseman committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    4cee6bf View commit details
    Browse the repository at this point in the history
  2. Custom Tab - Add Trigger Collection

    Trigger collection directly from the Custom tab
    DavidWiseman committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2479544 View commit details
    Browse the repository at this point in the history
  3. Add GUI support for triggering schema snapshots for database

    Trigger schema snapshot for a specific database
    DavidWiseman committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    5e95ebc View commit details
    Browse the repository at this point in the history