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

cmd/flux-kvs: Update dir and ls usage #1444

Merged
merged 4 commits into from
Apr 11, 2018
Merged

Commits on Apr 11, 2018

  1. Configuration menu
    Copy the full SHA
    6e428d1 View commit details
    Browse the repository at this point in the history
  2. cmd/flux-kvs: Update dir and ls usage

    With the dir and ls commands in flux-kvs, if a user specifies a
    namespace prefix without a key, assume the user desires the root
    (i.e. ".") directory within that namespace.
    
    Update/adjust unit tests appropriately.
    
    Fixes flux-framework#1434
    chu11 committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    2603717 View commit details
    Browse the repository at this point in the history
  3. common/libkvs: Fix period output corner cases

    Fix output corner cases where double periods or errant additional
    period could be output.
    
    Fixes flux-framework#1391
    chu11 committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    7682729 View commit details
    Browse the repository at this point in the history
  4. t/kvs: Add period output corner case tests

    Also adjust older tests to remove double periods.
    chu11 committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    15638eb View commit details
    Browse the repository at this point in the history