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

Add tab completion script for zsh and fix bash completion for ABS services #90

Merged
merged 8 commits into from
Sep 22, 2020

Commits on Sep 21, 2020

  1. Fix print_to_stderr option for Utils.pretty_print_hosts

    Previously this option had no effect on the output. This commit makes
    the option effective and also refactors the tests for this method to
    cover this case.
    scotje committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    40072e9 View commit details
    Browse the repository at this point in the history
  2. Add --hostnameonly option to floaty list --active

    Adds an option to the `floaty list` subcommand so that, when listing
    active hosts, floaty will output just the hostnames, without any
    additional information or formatting. Hostnames will be separated by a
    newline.
    
    This functionality is primarily intended for consuming by tooling (such
    as the tab completion scripts).
    scotje committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    b31f44f View commit details
    Browse the repository at this point in the history
  3. Add tab completion script for zsh

    This commit adds a new tab completion script for zsh. It also
    fixes the completion script for bash to work with ABS backends.
    scotje committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    57e7542 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dee735e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e269d71 View commit details
    Browse the repository at this point in the history
  6. WIP: fixup specs after rebase

    scotje committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    8546c1c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Fix spec tests for ABS pretty print

    ABS now returns the ABS job_id on the first line, then every
    vmpooler hostname indented. It queries them from vmpooler to
    get the metadata like lifetime etc
    Samuel Beaulieu committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    45f0ef0 View commit details
    Browse the repository at this point in the history
  2. Fix pretty print when multiple backend services

    are returned by ABS. Added test with vmpooler and nspooler result
    Samuel Beaulieu committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    2b56448 View commit details
    Browse the repository at this point in the history