-
Notifications
You must be signed in to change notification settings - Fork 472
Comparing changes
Open a pull request
base repository: goss-org/goss
base: v0.4.4
head repository: goss-org/goss
compare: v0.4.6
- 15 commits
- 61 files changed
- 14 contributors
Commits on Nov 23, 2023
-
socket as one more valid filetype (#858)
Some files can be sockets. Goss detects socket files correctly with filetype `socket`.
Configuration menu - View commit details
-
Copy full SHA for 9fa5ffb - Browse repository at this point
Copy the full SHA 9fa5ffbView commit details
Commits on Dec 12, 2023
-
fix outcome label in goss_tests_run_outcomes_total (#860)
The prometheus metric goss_tests_run_outcomes_total has a label called 'outcome' which suffers from two problems: 1) It won't be set to 'pass' in case all tests succeed 2) The order of test results determines the final value of the label, e.g. if there is a failed & skipped test then the outcome will be skipped, but if order of results is reversed the outcome will become failed. This commit fixes both by introducing a helper function which determines whether the outcome can be changed and adds tests to verify that behavior. fixes #789 Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
Configuration menu - View commit details
-
Copy full SHA for 179143d - Browse repository at this point
Copy the full SHA 179143dView commit details
Commits on Jan 6, 2024
-
Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#861)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](golang/crypto@v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 16e454d - Browse repository at this point
Copy the full SHA 16e454dView commit details
Commits on Jan 17, 2024
-
add more labels to prometheus output (#864)
* add more labels to prometheus output This adds a 'resource_id' label to each test-specific metric if the 'verbose' format option was enabled. Since we only have access to format options in the 'Output' method, we are creating metrics during the first run of that method. Metrics can only be registered once for any given set of labels, so we create a custom registry and use the existence of that as a check whether we need to create/register metrics. This has the added benefit of simplifying the test a tiny bit, and it exposes even less metrics on the /health endpoint. fixes #862 Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de> * mention prometheus in docs for verbose flag Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de> --------- Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
Configuration menu - View commit details
-
Copy full SHA for 4e36e8f - Browse repository at this point
Copy the full SHA 4e36e8fView commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f166dca - Browse repository at this point
Copy the full SHA f166dcaView commit details
Commits on Jan 26, 2024
-
feat: s390x build option added to build package for IBM Z series (#863)
* feat: s390x build option added to build packages for IBM Z series machines * feat: s390x details added in travis pipeline --------- Co-authored-by: sidhanauk <sidhanauk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9ae6acf - Browse repository at this point
Copy the full SHA 9ae6acfView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e73553f - Browse repository at this point
Copy the full SHA e73553fView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2d4ee8 - Browse repository at this point
Copy the full SHA d2d4ee8View commit details
Commits on Mar 17, 2024
-
Update mount.go to support for checking mount point (#877)
Update mount check to support timeout.
Configuration menu - View commit details
-
Copy full SHA for 857aeb1 - Browse repository at this point
Copy the full SHA 857aeb1View commit details -
Attempt to update dependencies and move to go 1.21 (#879)
Signed-off-by: R.I.Pienaar <rip@devco.net>
Configuration menu - View commit details
-
Copy full SHA for 2c591a1 - Browse repository at this point
Copy the full SHA 2c591a1View commit details -
docs: remove Molecule from contributions section (#881)
Molecule has not supported Goss for some time. Fixes: #880
Configuration menu - View commit details
-
Copy full SHA for b3ef5ab - Browse repository at this point
Copy the full SHA b3ef5abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17058ef - Browse repository at this point
Copy the full SHA 17058efView commit details -
Configuration menu - View commit details
-
Copy full SHA for be023fa - Browse repository at this point
Copy the full SHA be023faView commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for caacfbe - Browse repository at this point
Copy the full SHA caacfbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7412f6e - Browse repository at this point
Copy the full SHA 7412f6eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.4...v0.4.6