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

Feat cml tmux #143

Merged
merged 5 commits into from
Nov 1, 2023
Merged

Feat cml tmux #143

merged 5 commits into from
Nov 1, 2023

Commits on Oct 11, 2023

  1. Bump version to 1.4.3.

    jclarke-csco committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    24369a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. feat: Add 'cml tmux' console to nodes using tmux

    This commit introduce a new command 'cml tmux'
    It allows users to connect to multiple node consoles using 'tmux'.
    It creates a new 'tmux' session with the lab title and the first
    4 characters of the lab ID.
    
    The `--group` option offers two grouping choices:
    - 'panes': Group all connections within a single 'tmux' window. (default)
    - 'windows': Represent each connection as an individual 'tmux' window.
    
    Version 2 only.
    sgherdao committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0473ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8653b3e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. add: cml tmux unittests

    sgherdao committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    12529d7 View commit details
    Browse the repository at this point in the history
  2. libtmux for testing

    sgherdao committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2b93385 View commit details
    Browse the repository at this point in the history