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: 3.29.3
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: 3.30.0
Choose a head ref
  • 19 commits
  • 69 files changed
  • 4 contributors

Commits on Oct 10, 2025

  1. Custom report refactor - adding description support

    Refactor custom reports with a single dictionary mapping metadata to each column.  Add description. #1582
    DavidWiseman committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    2cd0c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    720d0ec View commit details
    Browse the repository at this point in the history
  3. Move each system report into it's own file

    Easier to read & maintain.
    DavidWiseman committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    e66736b View commit details
    Browse the repository at this point in the history
  4. Update report definitions to use ColumnMetadata

    Use new format instead of backward compatibility layer, simplifying report definitions.
    DavidWiseman committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    ffa23a7 View commit details
    Browse the repository at this point in the history
  5. Update Column Tooltips

    Update column ToolTips for QS, Summary & Database Finder. #1582
    DavidWiseman committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    0f26ccb View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Copilot <[email protected]>
    DavidWiseman and Copilot committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    537896e View commit details
    Browse the repository at this point in the history
  7. Add Copy As Markdown option

    Add copy as markdown option to the grid as a context menu option.
    DavidWiseman committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    cc61473 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-Authored-By: Copilot <[email protected]>
    DavidWiseman and Copilot committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    f1da5bc View commit details
    Browse the repository at this point in the history
  9. Alerts placeholder updates

    {instance} placeholder now uses the display name/alias for the instance if specified.
    {connectionid} placeholder can be used to display the connection id instead which was previously {instance}
    {{InstanceAndConnectionID} includes both instance display name and connection id if they are different.
    DavidWiseman committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    ef94434 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Issue-1583

    - DBCollector: added 'engineEdition == DatabaseEngineEdition.SqlManagedInstance' to the IsQueryStoreSupported property to ensure Azure SQL Managed Instances are recognised as supporting Query Store.
    - DBCollector.CollectionTypeIsApplicable: added '&& engineEdition != DatabaseEngineEdition.SqlManagedInstance' to the CollectionType.TableSize check so that the TableSize collection runs for Azure SQL Managed Instances.
    - DBADashContext: added EngineEdition property so that the Main.GetAllowedTabs method does not remove the Top Queries and Query Store Forced Plans tabs from the allowed tabs list.
    - DBADashContext.GetAdditionalInfo: added steps to retrieve the EngineEdition value and cast it to DatabaseEngineEdition. The value is assigned to the _engineEdition member variable.
    robert-jc0 authored and DavidWiseman committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    507fcb3 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Copilot <[email protected]>
    DavidWiseman and Copilot committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    4b51d9e View commit details
    Browse the repository at this point in the history
  3. TableSize collection fix

    Fix truncation of TableSizeDatabases parameter that can occur due to LIKE encoding causing the text length to be increased from its calculated size.
    DavidWiseman committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    2a6c072 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Object Execution Tab - Add Query Store link

    Add query store link to object execution tab, allowing you to quickly access query store data associated with a stored procedure.
    DavidWiseman committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    fc3c698 View commit details
    Browse the repository at this point in the history
  2. Add Copy as JSON option

    Add copy as JSON option to the grid as a context menu option.
    Update Resources.resx to use ResXFileCodeGenerator ensuring Resources.Designer.cs is updated automatically.
    DavidWiseman committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    1e97a49 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. Running Queries - Reset on context change

    Snapshot date should not be preserved when changing context.
    DavidWiseman committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    3a4fa52 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2025

  1. Report designer fixes

    Designer needs to be updated for ColumnMetadata.  The backward compatibility layer works for deserialization, but does not support adding items to dictionaries.
    DavidWiseman committed Oct 19, 2025
    Configuration menu
    Copy the full SHA
    b5390bf View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    fe42d3b View commit details
    Browse the repository at this point in the history
  2. Improve column auto resize

    Allow columns to use more space if available.
    DavidWiseman committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    0a4231c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Bump version

    DavidWiseman committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    277ee27 View commit details
    Browse the repository at this point in the history
Loading