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 cleaning the wrong top node #896

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jun 17, 2021

  1. fix cleaning the wrong top node

    Before this change, `top_node` was cleaned and then copied to the `clean_top_node`.
    I believe this is not the original intent and should be fixed because it creates confusion and there's no way to get the raw `top_node`
    idoshamun committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7bb0c76 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    e4beb8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a626a41 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    a5b15ff View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    a737681 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    a169a56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c01bdec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4dcbe4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    7b95eb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    0655176 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. feat: allow to ignore certain basename regex (#3)

    Signed-off-by: Viktor Poluksht <vpoluksht@gmail.com>
    vpol committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e149436 View commit details
    Browse the repository at this point in the history
  2. fix: more places where we have to check images

    Signed-off-by: Viktor Poluksht <vpoluksht@gmail.com>
    vpol committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7d34fc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. fix: type conversion list -> set

    Signed-off-by: Viktor Poluksht <vpoluksht@gmail.com>
    vpol committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    b75385a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    d25229e View commit details
    Browse the repository at this point in the history