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

GDB-10366 change batch reset behavior for folders #1439

Merged

Commits on Jun 19, 2024

  1. When doing batch reset, don't filter the folders because we already a…

    …llow folders to be batch imported as well and they can have an import status as well.
    
    (cherry picked from commit cd9e7b2)
    svilenvelikov committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8f05a2b View commit details
    Browse the repository at this point in the history
  2. Updated GDB version for tests

    (cherry picked from commit 8a07dcc)
    svilenvelikov committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    335f34c View commit details
    Browse the repository at this point in the history
  3. The status of the import process is not displayed after the import.

    ## What
    The messages describing the added/removed statements are not displayed after the import finishes. They are only displayed after a page refresh.
    
    ## Why
    There are flags (hasReplacedGraphs, hasAddedStatements and hasRemovedStatements) that are calculated when directives are created. These flags remain unchanged even if the import resource is modified.
    
    ## How
    Remove the flags from the import-resource-message and import-resource-status-info directives. The flags in import-resource-status-info were unused after the decision that the message should always be displayed.
    
    (cherry picked from commit dcc4a12)
    boyan-tonchev authored and svilenvelikov committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3e41811 View commit details
    Browse the repository at this point in the history