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

view-user: add a new --list-banks optional argument #479

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

Commits on Oct 16, 2024

  1. --parsable: add newline for every row

    Problem: view-user --parsable does not add a newline character for
    every row when listing all of the banks that a user belongs to and
    instead puts them all on the same line.
    
    Add a newline character for every row that a user belongs to.
    cmoussa1 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5544ce5 View commit details
    Browse the repository at this point in the history
  2. view-user: add --list-banks option

    Problem: There is no concise way to view the banks that a user belongs
    to.
    
    Add a --list-banks optional argument to view-user, which will just print
    the banks that a user belongs to in the flux-accounting database.
    cmoussa1 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5ae34bc View commit details
    Browse the repository at this point in the history
  3. t: add tests for calling view-user --list-banks

    Problem: There exists no tests for calling view-user with the
    --list-banks option.
    
    Add some tests.
    cmoussa1 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0f8f2d2 View commit details
    Browse the repository at this point in the history