{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":260029112,"defaultBranch":"master","name":"goss","ownerLogin":"totr","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-04-29T19:57:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/535711?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1672656855.853696","currentOid":""},"activityList":{"items":[{"before":"9ae6acfa7a895b5b89ef8088afe55accbf08fc12","after":"e73553f9c3065ac297499dafb4f8abef6acb24ad","ref":"refs/heads/master","pushedAt":"2024-02-08T15:16:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"skip is not mandatory for process tests in IDE json schema (#874)","shortMessageHtmlLink":"skip is not mandatory for process tests in IDE json schema (goss-org#874"}},{"before":"f166dca1c53b97836d59752bc47db086f48bccf4","after":"9ae6acfa7a895b5b89ef8088afe55accbf08fc12","ref":"refs/heads/master","pushedAt":"2024-01-27T11:01:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"feat: s390x build option added to build package for IBM Z series (#863)\n\n* feat: s390x build option added to build packages for IBM Z series machines\r\n\r\n* feat: s390x details added in travis pipeline\r\n\r\n---------\r\n\r\nCo-authored-by: sidhanauk ","shortMessageHtmlLink":"feat: s390x build option added to build package for IBM Z series (gos…"}},{"before":"4e36e8fb52d999e418be7d72f14bad1bfbd65737","after":"f166dca1c53b97836d59752bc47db086f48bccf4","ref":"refs/heads/master","pushedAt":"2024-01-26T08:04:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"fixes issue 868 bei using a simpler chmod command (#869)","shortMessageHtmlLink":"fixes issue 868 bei using a simpler chmod command (goss-org#869)"}},{"before":"16e454d6efbfed6936fa4c0700098ba814976b1a","after":"4e36e8fb52d999e418be7d72f14bad1bfbd65737","ref":"refs/heads/master","pushedAt":"2024-01-18T12:46:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"add more labels to prometheus output (#864)\n\n* add more labels to prometheus output\r\n\r\nThis adds a 'resource_id' label to each test-specific metric if the 'verbose' format option was enabled.\r\n\r\nSince we only have access to format options in the 'Output' method, we are creating metrics during the first run of that method.\r\n\r\nMetrics 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.\r\n\r\nfixes #862\r\n\r\nSigned-off-by: Sebastian Hoß \r\n\r\n* mention prometheus in docs for verbose flag\r\n\r\nSigned-off-by: Sebastian Hoß \r\n\r\n---------\r\n\r\nSigned-off-by: Sebastian Hoß ","shortMessageHtmlLink":"add more labels to prometheus output (goss-org#864)"}},{"before":"179143df71be10b782552419aa65681766d174be","after":"16e454d6efbfed6936fa4c0700098ba814976b1a","ref":"refs/heads/master","pushedAt":"2024-01-09T11:24:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#861)\n\nBumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.\r\n- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/crypto\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (goss-org#861)"}},{"before":"9fa5ffb8d210e36ff1a18bbefd6f8918a3db1581","after":"179143df71be10b782552419aa65681766d174be","ref":"refs/heads/master","pushedAt":"2023-12-12T15:34:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"fix outcome label in goss_tests_run_outcomes_total (#860)\n\nThe prometheus metric goss_tests_run_outcomes_total has a label called 'outcome' which suffers from two problems:\r\n\r\n1) It won't be set to 'pass' in case all tests succeed\r\n2) 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.\r\n\r\nThis commit fixes both by introducing a helper function which determines whether the outcome can be changed and adds tests to verify that behavior.\r\n\r\nfixes #789\r\n\r\nSigned-off-by: Sebastian Hoß ","shortMessageHtmlLink":"fix outcome label in goss_tests_run_outcomes_total (goss-org#860)"}},{"before":"a807f94b8e07500ceed8e3a965805abbf7031109","after":"9fa5ffb8d210e36ff1a18bbefd6f8918a3db1581","ref":"refs/heads/master","pushedAt":"2023-11-24T12:33:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"socket as one more valid filetype (#858)\n\nSome files can be sockets. Goss detects socket files correctly with filetype `socket`.","shortMessageHtmlLink":"socket as one more valid filetype (goss-org#858)"}},{"before":"10b895ddd55e27498b399ee7c0d2dd16e5d2d5af","after":"a807f94b8e07500ceed8e3a965805abbf7031109","ref":"refs/heads/master","pushedAt":"2023-11-10T06:06:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Fixed: Return the error when a command fails to start (#855)","shortMessageHtmlLink":"Fixed: Return the error when a command fails to start (goss-org#855)"}},{"before":"75133e60a713ad6074ce6768ad95fac1808c6cee","after":"10b895ddd55e27498b399ee7c0d2dd16e5d2d5af","ref":"refs/heads/master","pushedAt":"2023-11-04T15:23:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Added: found-elements to json output (#852)\n\ncloses #845","shortMessageHtmlLink":"Added: found-elements to json output (goss-org#852)"}},{"before":"9283456d14d170ff7b4783cbe5dadcdf08856930","after":"75133e60a713ad6074ce6768ad95fac1808c6cee","ref":"refs/heads/master","pushedAt":"2023-10-12T13:44:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.14.0 to 0.17.0 (#851)\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.\r\n- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/net\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump golang.org/x/net from 0.14.0 to 0.17.0 (goss-org#851)"}},{"before":"3a1662262f13b11eeee1ed2dadd5002ea5f239d7","after":"9283456d14d170ff7b4783cbe5dadcdf08856930","ref":"refs/heads/master","pushedAt":"2023-10-12T00:32:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Fixed: junit and json output bug causing panic (#849)\n\nTook this as an opportunity to migrate yaml.v2 -> yaml.v3 which allowed\r\nremoving the conversion code that existed in goss.\r\n\r\nThe need to convert back and forth between map[interface{}]interface{} and\r\nmap[string]inteface{} is no longer present with the new version of the\r\nyaml library.\r\n\r\nfixes #846 #848","shortMessageHtmlLink":"Fixed: junit and json output bug causing panic (goss-org#849)"}},{"before":"ed3be13b357ff7c5a09e618f285b2df2990f6af8","after":"3a1662262f13b11eeee1ed2dadd5002ea5f239d7","ref":"refs/heads/master","pushedAt":"2023-10-07T03:00:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Implement log feedback and fix broken CI (#844)\n\n* Implement log feedback and fix broken CI\r\n\r\n* Default programatic log level to ERROR (FATAL no longer exists)","shortMessageHtmlLink":"Implement log feedback and fix broken CI (goss-org#844)"}},{"before":"deeda383f0a4d2aa82d16336bfcd1ae70cbdf1ed","after":"ed3be13b357ff7c5a09e618f285b2df2990f6af8","ref":"refs/heads/master","pushedAt":"2023-09-21T15:12:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Added: warning when duplicate keys cause tests to be overwritten (#843)\n\n* Added: warning when duplicate keys cause tests to be overwritten\r\n\r\n* Remove unused log levels, update doc, set default level to info\r\n\r\nKept ERROR as it can be useful for silencing warnings","shortMessageHtmlLink":"Added: warning when duplicate keys cause tests to be overwritten (gos…"}},{"before":"b30f3fa72ba510e01f9a757bba355b0c2f81fa24","after":"deeda383f0a4d2aa82d16336bfcd1ae70cbdf1ed","ref":"refs/heads/master","pushedAt":"2023-09-17T20:52:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"added DGOSS_TEMP_DIR environment variable. (#684)\n\nCo-authored-by: Ahmed Elsabbahy ","shortMessageHtmlLink":"added DGOSS_TEMP_DIR environment variable. (goss-org#684)"}},{"before":"c6738538e5d6f5111adf40c3f6b48dfe5f4e6bfb","after":"b30f3fa72ba510e01f9a757bba355b0c2f81fa24","ref":"refs/heads/master","pushedAt":"2023-09-16T17:53:29.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Command empty strings (#839)\n\n* Added ctx object to all system struct's constructors\r\n\r\nThe idea behind this commit is to set the stage for adding aditional\r\nlogging metadata.\r\n\r\n* Changed: Improved logging\r\n\r\n* Added new flags `--log-level` and `-l` to be consistent with other goss\r\nflags.\r\n * `--loglevel` and `-L` will be deprecated in a future release\r\n* Log level accepts any casing, so DEBUG and debug are both valid cli opts\r\n* Add log level support for `add` and `autoadd` commands\r\n\r\n* Changed: Goss add command default to empty string\r\n\r\nChanged the behavior of `goss add` on a command, if the value of stdout or stderr is\r\nempty, it will be defaulted to an empty string instead of an empty\r\narray. The behavior remains unchanged when there is output; the value\r\nwill be an array.\r\n\r\nThis approach provides the following benefits:\r\n* Tests will fail if an empty string receives a value.\r\n* Arrays allows for simpler deletion of lines that are not relevant\r\nto the test assertion.\r\n\r\ncloses #820\r\n\r\n* fix build error","shortMessageHtmlLink":"Command empty strings (goss-org#839)"}},{"before":"7e70e27fd419534b2a208af8eea1747af5658e01","after":"c6738538e5d6f5111adf40c3f6b48dfe5f4e6bfb","ref":"refs/heads/master","pushedAt":"2023-09-02T23:38:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Added: goss-darwin-arm64 binary to release (#835)\n\nFixes #834","shortMessageHtmlLink":"Added: goss-darwin-arm64 binary to release (goss-org#835)"}},{"before":"2e27ed32826c32c2736440802e605a07d576b055","after":"7e70e27fd419534b2a208af8eea1747af5658e01","ref":"refs/heads/master","pushedAt":"2023-08-23T23:44:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Update docs and output (#833)\n\n* Update docs and output of matcher\r\n\r\n* Update docs and output of matcher","shortMessageHtmlLink":"Update docs and output (goss-org#833)"}},{"before":"a435dbf92f3e6e53ba896fe8cb07b4b1a9892252","after":"2e27ed32826c32c2736440802e605a07d576b055","ref":"refs/heads/master","pushedAt":"2023-08-13T03:01:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Update run-serve-tests.sh to run \"make test-int-serve-darwin-amd64\" on macOS (#831)","shortMessageHtmlLink":"Update run-serve-tests.sh to run \"make test-int-serve-darwin-amd64\" o…"}},{"before":"32aae7649678efb2270b0644350ab007abe96c40","after":"a435dbf92f3e6e53ba896fe8cb07b4b1a9892252","ref":"refs/heads/master","pushedAt":"2023-08-10T10:12:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Fix run-validate-tests.sh to run \"make test-int-validate-darwin-amd64\" on local Mac (#830)","shortMessageHtmlLink":"Fix run-validate-tests.sh to run \"make test-int-validate-darwin-amd64…"}},{"before":"592be239279ccb18e71a0f7b90abdf4a9091294b","after":"32aae7649678efb2270b0644350ab007abe96c40","ref":"refs/heads/master","pushedAt":"2023-08-08T06:51:33.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Rename binaries to strip '-alpha' in .travis.yml and Makefile (Related: #671) (#829)","shortMessageHtmlLink":"Rename binaries to strip '-alpha' in .travis.yml and Makefile (Related: "}},{"before":"b1fc252b0468212e9971eb3aafb90ad92740158e","after":"592be239279ccb18e71a0f7b90abdf4a9091294b","ref":"refs/heads/master","pushedAt":"2023-08-05T21:14:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Fix release-build.sh for macOS (#828)","shortMessageHtmlLink":"Fix release-build.sh for macOS (goss-org#828)"}},{"before":"2c989dd5e508af098388d06a1f457e0163c051c9","after":"b1fc252b0468212e9971eb3aafb90ad92740158e","ref":"refs/heads/master","pushedAt":"2023-08-03T15:25:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"chore: slice replace loop (#817)\n\nSigned-off-by: guoguangwu \r\nCo-authored-by: Ahmed Elsabbahy ","shortMessageHtmlLink":"chore: slice replace loop (goss-org#817)"}},{"before":"d546c20539d7c4c0cc8d92ac8baf49b52f09145c","after":"2c989dd5e508af098388d06a1f457e0163c051c9","ref":"refs/heads/master","pushedAt":"2023-08-02T21:22:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Address a few shellcheck complaints about dgoss (#825)\n\n* double quote bash variables\r\n\r\nThis seeks to prevent globbing and wordsplitting, as recommended by\r\n`shellcheck`: https://www.shellcheck.net/wiki/SC2086\r\n\r\nThis also standardizes the bash syntax used throughout `dgoss`.\r\n\r\n* use `-n` instead of `! -z`\r\n\r\nThis uses `-n` rather than `! -z`, as is recommended by `shellcheck`:\r\nhttps://www.shellcheck.net/wiki/SC2236","shortMessageHtmlLink":"Address a few shellcheck complaints about dgoss (goss-org#825)"}},{"before":"54a77a9eb9452d1547234f3097f4e4103eb3385d","after":"d546c20539d7c4c0cc8d92ac8baf49b52f09145c","ref":"refs/heads/master","pushedAt":"2023-08-01T00:19:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"FIXED: split opts and vfs-opts to address complex mount tests (closes #443) (#826)","shortMessageHtmlLink":"FIXED: split opts and vfs-opts to address complex mount tests (closes g…"}},{"before":"d94d717bc3e55295ef0717a1b096d36bb48838fd","after":"54a77a9eb9452d1547234f3097f4e4103eb3385d","ref":"refs/heads/master","pushedAt":"2023-07-21T21:00:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Update dependencies (#822)\n\n* Update dependencies\r\n\r\n* FIX: quick fix to remove CI dependency on httpbin.org","shortMessageHtmlLink":"Update dependencies (goss-org#822)"}},{"before":"bbb8ecbeb9b89b850a4e2b36f560e5cf94bff5d9","after":"d94d717bc3e55295ef0717a1b096d36bb48838fd","ref":"refs/heads/master","pushedAt":"2023-07-19T05:55:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 (#821)\n\nBumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 to 1.11.1.\r\n- [Release notes](https://github.com/prometheus/client_golang/releases)\r\n- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/prometheus/client_golang/compare/v1.7.1...v1.11.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/prometheus/client_golang\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 (goss-o…"}},{"before":"20c006bc068c117c9d48d856f2632e28a60b9f1e","after":"bbb8ecbeb9b89b850a4e2b36f560e5cf94bff5d9","ref":"refs/heads/master","pushedAt":"2023-06-03T06:08:19.591Z","pushType":"push","commitsCount":2,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"fix dgoss edit return code (#805)\n\nBefore dgoss edit returned a 1 return code if GOSS_VARS was unset\r\nbut the command was valid.\r\nBy refactoring the test of GOSS_VARS with the if clause, dgoss edit\r\ncommand returns the return code of get_docker_file function.\r\n\r\nSigned-off-by: Andrea Grillo \r\nCo-authored-by: Ahmed Elsabbahy ","shortMessageHtmlLink":"fix dgoss edit return code (goss-org#805)"}},{"before":"bf971d46e50fcdf829b7bd551de4c522e227496a","after":"20c006bc068c117c9d48d856f2632e28a60b9f1e","ref":"refs/heads/master","pushedAt":"2023-03-21T23:16:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pull[bot]","name":null,"path":"/apps/pull","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/12910?s=80&v=4"},"commit":{"message":"Updated go version in deps and CI. (#809)","shortMessageHtmlLink":"Updated go version in deps and CI. (goss-org#809)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD9aWFyAA","startCursor":null,"endCursor":null}},"title":"Activity · totr/goss"}