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

detect cycle in cli custom commands #765

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

detect cycle in cli custom commands #765

wants to merge 12 commits into from

Commits on Nov 5, 2024

  1. detect cycle in cli custom commands

    Signed-off-by: Pulak Kanti Bhowmick <[email protected]>
    pkbhowmick committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cb85d03 View commit details
    Browse the repository at this point in the history
  2. update command parsing

    Signed-off-by: Pulak Kanti Bhowmick <[email protected]>
    pkbhowmick committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    91ad5e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    9022b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a9574b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    213b553 View commit details
    Browse the repository at this point in the history
  2. various update

    Signed-off-by: Pulak Kanti Bhowmick <[email protected]>
    pkbhowmick committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    7517136 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. allow command executation for some levels

    Signed-off-by: Pulak Kanti Bhowmick <[email protected]>
    pkbhowmick committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    41dd885 View commit details
    Browse the repository at this point in the history
  2. Revert "allow command executation for some levels"

    This reverts commit 41dd885.
    pkbhowmick committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    1420979 View commit details
    Browse the repository at this point in the history
  3. take input from user while cycle detected

    Signed-off-by: Pulak Kanti Bhowmick <[email protected]>
    pkbhowmick committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    3214acc View commit details
    Browse the repository at this point in the history
  4. add timeout for user input

    Signed-off-by: Pulak Kanti Bhowmick <[email protected]>
    pkbhowmick committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    3498b40 View commit details
    Browse the repository at this point in the history
  5. Revert "add timeout for user input"

    This reverts commit 3498b40.
    pkbhowmick committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    8e79041 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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