Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: onsi/ginkgo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.28.1
Choose a base ref
...
head repository: onsi/ginkgo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.29.0
Choose a head ref
  • 16 commits
  • 43 files changed
  • 7 contributors

Commits on Feb 24, 2026

  1. update logos

    onsi committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    5779304 View commit details
    Browse the repository at this point in the history
  2. fix aspect ratio

    onsi committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    9619647 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Bump uri from 1.0.3 to 1.0.4 in /docs (#1630)

    Bumps [uri](https://github.com/ruby/uri) from 1.0.3 to 1.0.4.
    - [Release notes](https://github.com/ruby/uri/releases)
    - [Commits](ruby/uri@v1.0.3...v1.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: uri
      dependency-version: 1.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    c102161 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. Add asan CLI option mirroring msan implementation

    Address sanitizer was introduced in Go 1.18
    
    Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
    koct9i authored and onsi committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    4d21dbb View commit details
    Browse the repository at this point in the history
  2. Implement shell completion

    This adds subcommand "completion" to the CLI which:
    - generates completion script: ginkgo completion bash
    - installs completion script: ginkgo completion --install bash
    - generates commands completion: ginkgo completion --complete bash --
    - generates flags completion: ginkgo completion --complete bash -- run --
    - without suggests script fails back to default and completes file paths
    
    For "bash" use hack similar to used in cobra, but implement it in go:
    - single suggests are issued as is without description
    - multiple suggests are issued in form "{suggest}{align}({description})"
    I.e. description is a part of suggest but shell will use only common prefix.
    
    For "zsh" issue completion response in form "{suggest}:{description}".
    
    For "fish" issue completion response in form "{suggest}\t{description}".
    
    Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
    koct9i authored and onsi committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    94151c8 View commit details
    Browse the repository at this point in the history
  3. Add ArtifactDir() to support Go 1.26 testing.TB interface

    Go 1.26 added ArtifactDir() string to the testing.TB interface.
    This adds the method to GinkgoTInterface, GinkgoTBWrapper, and
    ginkgoTestingTProxy to maintain compatibility.
    
    Fixes #1640
    Mic92 authored and onsi committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    f3a36b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. v2.28.2

    onsi committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    1a81912 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. bump dependencies

    onsi committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    7e2fa19 View commit details
    Browse the repository at this point in the history
  2. v2.28.3

    onsi committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    5de9c15 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

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

Commits on May 12, 2026

  1. feat: devcontainer configuration with local pkgsite and GH pages

    Signed-off-by: thediveo <thediveo@gmx.eu>
    thediveo authored and onsi committed May 12, 2026
    Configuration menu
    Copy the full SHA
    782666a View commit details
    Browse the repository at this point in the history
  2. chore: ignore internal/tmp_*/ integration suite temporary dirs

    Signed-off-by: thediveo <thediveo@gmx.eu>
    thediveo authored and onsi committed May 12, 2026
    Configuration menu
    Copy the full SHA
    3d235a9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. chore: refactor devcontainer for better maintenance

    Signed-off-by: thediveo <thediveo@gmx.eu>
    thediveo authored and onsi committed May 15, 2026
    Configuration menu
    Copy the full SHA
    9e56a0a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2026

  1. feat: GinkgoHelperGo, with integration tests

    Signed-off-by: thediveo <thediveo@gmx.eu>
    thediveo authored and onsi committed May 17, 2026
    Configuration menu
    Copy the full SHA
    ad9cee8 View commit details
    Browse the repository at this point in the history
  2. docs: GinkgoHelperGo

    Signed-off-by: thediveo <thediveo@gmx.eu>
    thediveo authored and onsi committed May 17, 2026
    Configuration menu
    Copy the full SHA
    124232a View commit details
    Browse the repository at this point in the history
  3. v2.29.0

    onsi committed May 17, 2026
    Configuration menu
    Copy the full SHA
    04b5bcb View commit details
    Browse the repository at this point in the history
Loading