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

fix(utils): add ClearUnmatchingDeprecations function to align configs #473

Merged
merged 5 commits into from
Nov 18, 2024

Commits on Nov 8, 2024

  1. fix(utils): add ClearUnmatchingDeprecations function to align configs

    When a new plugin configuration is sent that contains information
    about some deprecated fields in order to produce correct diff
    we need to align the API response with given config.
    
    KAG-5577
    nowNick committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    dd9d7fa View commit details
    Browse the repository at this point in the history
  2. fixup! fix(utils): add ClearUnmatchingDeprecations function to align …

    …configs
    
    PR Review - styling fixes
    nowNick committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c010578 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fixup! fixup! fix(utils): add ClearUnmatchingDeprecations function to…

    … align configs
    
    Fix for when nil config values are passed
    nowNick committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    20c546e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. fixup! fix(utils): add ClearUnmatchingDeprecations function to align …

    …configs
    
    PR Review - styling fixes, switch to integration tests
    nowNick committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9b9ee38 View commit details
    Browse the repository at this point in the history
  2. fixup! fix(utils): add ClearUnmatchingDeprecations function to align …

    …configs
    
    PR Review - test styling fixes
    nowNick committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8b77ac2 View commit details
    Browse the repository at this point in the history