Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Add 'iml debugapi' to iml cli #2132

Merged
merged 11 commits into from
Aug 7, 2020
Merged

Add 'iml debugapi' to iml cli #2132

merged 11 commits into from
Aug 7, 2020

Commits on Aug 5, 2020

  1. Add 'iml debugapi' to iml cli

    debugapi does not show up in help as it's for test/debug
    
    Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
    utopiabound committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    c386725 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
    utopiabound committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    bcb489d View commit details
    Browse the repository at this point in the history
  3. Address review comments

    Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
    utopiabound committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    84edc25 View commit details
    Browse the repository at this point in the history
  4. Send json not strings

    Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
    utopiabound committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    89da5f5 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
    utopiabound committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    da50f5d View commit details
    Browse the repository at this point in the history
  6. Fix method names

    Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
    utopiabound committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    98a79f7 View commit details
    Browse the repository at this point in the history
  7. Send data for DELETE also

    Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
    utopiabound committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    8874617 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Make delete body optional

    Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
    utopiabound committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    55737af View commit details
    Browse the repository at this point in the history
  2. Use map instead of if Some

    Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
    utopiabound committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    76d0afd View commit details
    Browse the repository at this point in the history
  3. Add HEAD and PATCH methods

    This rounds out the methods that reqwest supports normally.
    
    Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
    utopiabound committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    fc2c5a4 View commit details
    Browse the repository at this point in the history
  4. updates

    Signed-off-by: Joe Grund <jgrund@whamcloud.io>
    jgrund committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    62c9da0 View commit details
    Browse the repository at this point in the history