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

[1/2] Implement the --local-execution mode for k6 cloud run #3904

Merged
merged 11 commits into from
Sep 10, 2024

Commits on Aug 21, 2024

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

Commits on Aug 29, 2024

  1. Explicit the handling of the --no-usage-report option

    This commits aligns the handling of the --no-usage-report option in the
    context of the k6 cloud run command with the following agreed upon
    behavior:
    * k6 cloud run --no-usage-report should ignore the flag, and make
    sure we don't send the report.
    * k6 cloud run --local-execution --no-usage-report  should take the
    flag in consideration, and act accordingly.
    oleiade committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0390e65 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    oleiade committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    61d6406 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update cmd/cloud_run.go

    Co-authored-by: Ivan <[email protected]>
    oleiade and codebien authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e806632 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    5d841b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    428e77d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b72b3a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update cmd/cloud_run.go

    Co-authored-by: Oleg Bespalov <[email protected]>
    oleiade and olegbespalov authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e4dec3f View commit details
    Browse the repository at this point in the history
  2. Fix linting errors

    oleiade committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e47a2b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5348501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0cf8aa View commit details
    Browse the repository at this point in the history