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: freckle/hspec-junit-formatter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1.0
Choose a base ref
...
head repository: freckle/hspec-junit-formatter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2.0
Choose a head ref
  • 11 commits
  • 18 files changed
  • 2 contributors

Commits on May 18, 2021

  1. Update README to use format directly

    The README should no longer encode the legacy path to utilizing this
    package. The format function can now be used directly without wrapper
    function indirection.
    eborden committed May 18, 2021
    Configuration menu
    Copy the full SHA
    e742526 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Get test suite working

    - Remove volatile attributes, so we can compare against golden XML
    - Simplify runner, don't re-implement `hspec`
    - Separate ExampleSpec module, so line numbers remain stable
    pbrisbin committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    faf81fc View commit details
    Browse the repository at this point in the history
  2. Compile README

    And fix it.
    pbrisbin committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    41a7077 View commit details
    Browse the repository at this point in the history
  3. Use major version branches in stack actions

    Needed to update anyway, so weeder:false didn't attempt to install
    weeder unnecessarily.
    pbrisbin committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    9ff0c05 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Introduce JUnitConfig

    Our modules were mis-named ("HSpec" instead of "Hspec"). This presents
    an opportunity to change our interface in a minor version bump by doing
    so in a (new) correctly-named module space.
    
    This patch does that, and moves from positional arguments to a
    JUnitConfig record. The record supports the same behavior but is more
    flexible and has been written in an encapsulated style to start. Names
    were chosen semi-arbitrary to match jest-junit. Documentation will
    follow soon.
    
    This configuration object will be useful as we evolve the reporter's
    features; for example we will be adding the ability to specify prefixes
    for reported paths (e.g. to support monorepositories). Having this
    record will make that a backwards-compatible extension.
    
    The HSpec-named modules have remained as pass-through to the new
    name-space, and will be deprecated in the next commit.
    pbrisbin committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    08b9523 View commit details
    Browse the repository at this point in the history
  2. Update README for new usage

    pbrisbin committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0185dd1 View commit details
    Browse the repository at this point in the history
  3. Deprecate old HSpec name-space

    And migrate test suite.
    pbrisbin committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    23a4249 View commit details
    Browse the repository at this point in the history
  4. Re-export Config module

    This is always needed, might as well.
    pbrisbin committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0b2254e View commit details
    Browse the repository at this point in the history
  5. Document Config module

    pbrisbin committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    bfe4e89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    916ff53 View commit details
    Browse the repository at this point in the history
  7. Version bump

    pbrisbin committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    19127e1 View commit details
    Browse the repository at this point in the history
Loading