Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trimble-oss/dba-dash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0
Choose a base ref
...
head repository: trimble-oss/dba-dash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 26, 2025

  1. Grant logon as a service rights when installing service

    The service will fail to start if the user doesn't have logon as a service rights.  Grant this automatically as part of the install to ensure a smoother installation experience.
    DavidWiseman committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    709eefc View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Query Store context bug fix

    When setting context, the object name is assigned to the object name textbox when the tree type is instance or database.  This expects to filter on the name of a stored procedure - not the database or instance name.  Bug introduced in #1598.
    Added a check on the tree type.  Updated object execution tab to pass the correct tree type.
    Allow Query store tab to be visible at SP level.
    DavidWiseman committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    7bdc5d8 View commit details
    Browse the repository at this point in the history
  2. Query Store context bug fix refactor

    Apply suggestion from code review.
    DavidWiseman committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    0c19505 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Bump version

    DavidWiseman committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    6ad446f View commit details
    Browse the repository at this point in the history
Loading