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 commands to work with api testing project vaults #776

Merged
merged 36 commits into from
May 24, 2023
Merged

Add commands to work with api testing project vaults #776

merged 36 commits into from
May 24, 2023

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    93923fb View commit details
    Browse the repository at this point in the history
  2. Add a apit get-vault command

    Give it the project name and it will return the vault
    mhan83 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ae31a82 View commit details
    Browse the repository at this point in the history
  3. print vault as json

    mhan83 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    67b6d11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f070a15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8653d8f View commit details
    Browse the repository at this point in the history
  6. Add get-snippet command

    mhan83 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b594bba View commit details
    Browse the repository at this point in the history
  7. Add set-snippet command

    mhan83 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c2b893d View commit details
    Browse the repository at this point in the history
  8. Update set-snippet

    Read from stdin if '-' given
    mhan83 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b192bc1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21db182 View commit details
    Browse the repository at this point in the history
  10. Better get-variable experience

    mhan83 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1e655ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5ea5f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8ccf84 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f70cb1a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    02b5122 View commit details
    Browse the repository at this point in the history
  15. update set-snippet

    mhan83 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3420b4f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ff93574 View commit details
    Browse the repository at this point in the history
  17. Add a vault get command

    mhan83 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    2d42346 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    209a777 View commit details
    Browse the repository at this point in the history
  19. cleanup

    mhan83 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c7ab3c6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3fa3f30 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Apply suggestions from code review

    Co-authored-by: Alex Plischke <alex.plischke@saucelabs.com>
    mhan83 and alexplischke authored May 18, 2023
    Configuration menu
    Copy the full SHA
    f9b0000 View commit details
    Browse the repository at this point in the history
  2. Cleanup help messages

    mhan83 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    56f1c4e View commit details
    Browse the repository at this point in the history
  3. better arg verification

    mhan83 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c74638b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dff273f View commit details
    Browse the repository at this point in the history
  5. handle json encode error

    mhan83 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    aca4d65 View commit details
    Browse the repository at this point in the history
  6. fixing lint issues

    mhan83 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ce1c0f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49a2d72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52f3c45 View commit details
    Browse the repository at this point in the history
  9. remove last unnecessary todo

    mhan83 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    03526ad View commit details
    Browse the repository at this point in the history
  10. Track run usage for apit tests

    mhan83 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    fbd8dd1 View commit details
    Browse the repository at this point in the history
  11. doc for VaultErrResponse

    mhan83 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    44db6da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e979ab View commit details
    Browse the repository at this point in the history
  13. Update internal/cmd/run/apitest.go

    Co-authored-by: Alex Plischke <alex.plischke@saucelabs.com>
    mhan83 and alexplischke authored May 18, 2023
    Configuration menu
    Copy the full SHA
    6674116 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    8822821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd4c294 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    620f1c3 View commit details
    Browse the repository at this point in the history