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

chore: use ephemeral workspaces in tests #219

Merged
merged 8 commits into from
Jul 18, 2024

Commits on Jun 18, 2024

  1. Remove unnamedResult linter

    Conflicts with 'nonamedreturns' linter, and named returns isn't always
    used or recommended.
    mitchnielsen committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    86a7fa0 View commit details
    Browse the repository at this point in the history
  2. Add helpers for creating ephemeral workspaces

    Adds two helpers to create random values and random workspaces to be
    used as ephemeral resources.
    mitchnielsen committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b6fc019 View commit details
    Browse the repository at this point in the history
  3. Use ephemeral workspace for Block test

    Uses the new ephemeral workspace helpers to create the new, random
    workspace.
    mitchnielsen committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1f795ff View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    98ae98d View commit details
    Browse the repository at this point in the history
  2. Use ephemeral workspace for Variable tests

    Needed to set '10' as a constant to work around the 'mnd' linter.
    mitchnielsen committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9b8545a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dc37d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge branch 'main' of github.com:PrefectHQ/terraform-provider-prefec…

    …t into ephemeral-workspaces-in-tests
    mitchnielsen committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    249d195 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge branch 'main' of github.com:PrefectHQ/terraform-provider-prefec…

    …t into ephemeral-workspaces-in-tests
    mitchnielsen committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    22fe4d4 View commit details
    Browse the repository at this point in the history