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

Update ginkgo v2 #69

Merged
merged 5 commits into from
Feb 2, 2023
Merged

Commits on Feb 1, 2023

  1. Update Ginkgo from v1.16.5 to v2.8.0

    Ginkgo v1.16.5 is the last Ginkgo v1 release, Oct 2021, before bumping to a new major release which has been introduced on 2022. Ginkgo v2.8.0 is the latest version and it has been releasd on Jan 2023.
    razo7 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3e93291 View commit details
    Browse the repository at this point in the history
  2. Run make go-verify

    Add missing and remove unused modules, make vendored copy of dependencies, and verify dependencies have expected content.
    razo7 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b0081a5 View commit details
    Browse the repository at this point in the history
  3. Add RunSpecs

    Use name for suites
    razo7 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    aed663c View commit details
    Browse the repository at this point in the history
  4. Remove timeout BeforeSuite

    Not supported in Ginkgo v2
    razo7 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d5c7eed View commit details
    Browse the repository at this point in the history
  5. Update Ginkgo V2 flag names

    Ginkgo v2 supports different naming for flags
    razo7 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    8d8bd9a View commit details
    Browse the repository at this point in the history