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

Copy metadata associated with a node in the optimized result #6593

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Mar 7, 2024

  1. WIP: Copy metadata associated with a node in the optimized result

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0c32d66 View commit details
    Browse the repository at this point in the history
  2. Attach rule annotations w/o building annotation set

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    deadc77 View commit details
    Browse the repository at this point in the history
  3. deep copy annotations

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3dd08a8 View commit details
    Browse the repository at this point in the history
  4. attach rule annos while parsing metadata

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0b197b0 View commit details
    Browse the repository at this point in the history
  5. Add and update tests

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6107e09 View commit details
    Browse the repository at this point in the history
  6. fix lint checks

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8594f86 View commit details
    Browse the repository at this point in the history
  7. update code flow for pruning annotations

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5cae5d0 View commit details
    Browse the repository at this point in the history
  8. add blank line after writing annotations

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    525f449 View commit details
    Browse the repository at this point in the history
  9. Add a conditional for blank line insertion

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    64ef639 View commit details
    Browse the repository at this point in the history
  10. Add a conditional for blank line insertion-2

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cbeea74 View commit details
    Browse the repository at this point in the history
  11. More testing for ast, json

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4ccd384 View commit details
    Browse the repository at this point in the history
  12. add test case for format package

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bd10ba5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. address pr comments-1

    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    31fe465 View commit details
    Browse the repository at this point in the history