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.24.0
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.25.2
Choose a head ref
  • 11 commits
  • 25 files changed
  • 4 contributors

Commits on Aug 20, 2025

  1. AroundNode - preview

    onsi committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    d41f01e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    665e7ba View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Document AroundNode

    onsi committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    6fef07c View commit details
    Browse the repository at this point in the history
  2. tidy up docs

    onsi committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    79e35c9 View commit details
    Browse the repository at this point in the history
  3. v2.25.0

    onsi committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    fcc0e74 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. fix(types): ignore nameless nodes on FullText()

    Signed-off-by: maxcleme <maximeclement93+github@gmail.com>
    maxcleme authored and onsi committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    10866d3 View commit details
    Browse the repository at this point in the history
  2. chore: fix some CodeQL warnings

    CodeQL has flagged some warnings:
    1) an interger conversion issue in progress_report.go
    2) regexp without anchor in dependencies.go
    
    (1) should be fixed by changing the call to ParseInt(), and (2) can be implemented
    more simply by using substring matching, which will likely make the warning
    go away.
    blgm authored and onsi committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    2e42cff View commit details
    Browse the repository at this point in the history
  3. v2.25.1

    onsi committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    1ec9114 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. add --github-output group for progress report content

    Keep massage and spec nodes visible, fold everything else.
    koct9i authored and onsi committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    83e2d4a View commit details
    Browse the repository at this point in the history
  2. bump gomega

    onsi committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    0ad3c4f View commit details
    Browse the repository at this point in the history
  3. v2.25.2

    onsi committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    df6d755 View commit details
    Browse the repository at this point in the history
Loading