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: goss-org/goss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2
Choose a base ref
...
head repository: goss-org/goss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.3
Choose a head ref
  • 7 commits
  • 25 files changed
  • 3 contributors

Commits on Sep 16, 2023

  1. Fix: panic in http test when url is invalid (#842)

    * Fixed: http panic when url is invalid
    aelsabbahy authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    046ff34 View commit details
    Browse the repository at this point in the history
  2. added DGOSS_TEMP_DIR environment variable. (#684)

    Co-authored-by: Ahmed Elsabbahy <aelsabbahy@users.noreply.github.com>
    ksaito1125 and aelsabbahy authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    deeda38 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Added: warning when duplicate keys cause tests to be overwritten (#843)

    * Added: warning when duplicate keys cause tests to be overwritten
    
    * Remove unused log levels, update doc, set default level to info
    
    Kept ERROR as it can be useful for silencing warnings
    aelsabbahy authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ed3be13 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Implement log feedback and fix broken CI (#844)

    * Implement log feedback and fix broken CI
    
    * Default programatic log level to ERROR (FATAL no longer exists)
    aelsabbahy authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3a16622 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Fixed: junit and json output bug causing panic (#849)

    Took this as an opportunity to migrate yaml.v2 -> yaml.v3 which allowed
    removing the conversion code that existed in goss.
    
    The need to convert back and forth between map[interface{}]interface{} and
    map[string]inteface{} is no longer present with the new version of the
    yaml library.
    
    fixes #846 #848
    aelsabbahy authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9283456 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Bump golang.org/x/net from 0.14.0 to 0.17.0 (#851)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
    - [Commits](golang/net@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      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 Oct 12, 2023
    Configuration menu
    Copy the full SHA
    75133e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

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