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

Custom COU Namespace #221

Merged
merged 4 commits into from
Jan 18, 2024

Commits on Jan 16, 2024

  1. Custom COU Namespace

    - create a new NamedTuple class to be the COU Namespace. With that,
      type is still checked and few arguments are necessary to pass to
      the functions that use the arguments passed by the user. Moreover,
      docstrings are shorter and easier to maintain
    
    - Global variables for "data-plane" and "control-plane".
    gabrielcocenza committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f66362a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    fdb598e View commit details
    Browse the repository at this point in the history
  2. - change from Namespace to CLIargs

    - fixed run_upgrade unit test
    gabrielcocenza committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5d04a32 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. small re-word

    gabrielcocenza committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1aa8df4 View commit details
    Browse the repository at this point in the history