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.6.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.7.0
Choose a head ref
  • 8 commits
  • 55 files changed
  • 6 contributors

Commits on Dec 16, 2022

  1. Color aliases for custom color support (#1101)

    This moves the custom color support away from the raw ASCI escapes and
    instead uses words for the standard 16 terminal colors or optionally
    0-255 for the extended 256 color palette.
    
    Also add missing envvar unset in the test
    
    Co-authored-by: Benjamin Nørgaard <[email protected]>
    blacksails and blacksails authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    49fab7a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

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

Commits on Jan 5, 2023

  1. Support for labels and pending decorator in ginkgo outline output (#1113

    )
    
    * ginkgo outline will now display a Labels column/field with
       labels assigned to nodes
    
     * proper support for the pending decorator assigned to nodes
    
     * documentation update
    
     * update to outline tests
    Dannyb48 authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e6e3b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62fff95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a2b242 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. correctly ensure deterministic spec order, even if specs are generate…

    …d by iterating over a map
    onsi committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    89dda20 View commit details
    Browse the repository at this point in the history
  2. Introduce ContinueOnFailure for Ordered containers

    Ordered containers that are also decorated with ContinueOnFailure will not stop running specs after the first spec fails.
    
    Also - this commit fixes a separate bug where timedout specs were not correctly treated as failures when determining whether or not to run AfterAlls in an Ordered container.
    onsi committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e0123ca View commit details
    Browse the repository at this point in the history
  3. v2.7.0

    onsi committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    310a73f View commit details
    Browse the repository at this point in the history
Loading