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

FilterUtility::GetFilterTargets(): don't run filter for specific object(s) for all objects #9895

Merged
merged 6 commits into from
Dec 19, 2023

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    8bcae97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a04cef1 View commit details
    Browse the repository at this point in the history
  3. ApplyRule::GetTarget*s(): support constant strings from variables

    in addition to literal strings. This is for sandboxed filters with some
    variables pre-set by the caller. They're "constant" in that scope, too.
    Al2Klimov committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    15191bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecfc903 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    191bf93 View commit details
    Browse the repository at this point in the history
  2. Tests: config_apply/gettargetservices_*: use BOOST_CHECK_EQUAL_COLLEC…

    …TIONS()
    
    to show the value diff in case of mismatch.
    
    Co-authored-by: Yonas Habteab <[email protected]>
    Al2Klimov and yhabteab committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4424d57 View commit details
    Browse the repository at this point in the history