Skip to content

Update changelog with changes from v2.5.8 #105

Update changelog with changes from v2.5.8

Update changelog with changes from v2.5.8 #105

Triggered via push May 13, 2024 11:31
Status Success
Total duration 1m 12s
Artifacts

on_push_pr.yaml

on: push
push-pr  /  ...  /  Test binary compilation for all platforms:arch
push-pr / test-build-fake-prerelease / Test binary compilation for all platforms:arch
push-pr  /  ...  /  Run all static analysis checks
41s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
39s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run unit tests on Windows
29s
push-pr / test-windows / Run unit tests on Windows
push-pr  /  ...  /  Run integration tests on *Nix
1m 1s
push-pr / test-integration-nix / Run integration tests on *Nix
push-pr  /  ...  /  Test binary compilation for all platforms:arch
58s
push-pr / test-build-nix / Test binary compilation for all platforms:arch
Matrix: push-pr / test-build-fake-prerelease / Create MSI
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
push-pr / static-analysis / Run all static analysis checks: src/metrics/metric_test.go#L13
Function 'TestCollectMetrics' is too long (147 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/metrics/metrics.go#L67
cyclomatic complexity 14 of func `processVarnishSystem` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/inventory_test.go#L4
File is not `goimports`-ed (goimports)
push-pr / static-analysis / Run all static analysis checks: src/main.go#L148
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"varnish.params file could not be found\")" (err113)
push-pr / static-analysis / Run all static analysis checks: src/args/argument_list.go#L22
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"instance_name must not be blank\")" (err113)
push-pr / static-analysis / Run all static analysis checks: src/metrics/stat_parse.go#L42
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"no 'counters' key found\")" (err113)
push-pr / static-analysis / Run all static analysis checks: src/metrics/stat_parse.go#L48
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unsupported varnishstat results version: %v\", version)" (err113)
push-pr / static-analysis / Run all static analysis checks: src/metrics/stat_parse.go#L60
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"fail to cast 'version' from: %t\", ver)" (err113)
push-pr / static-analysis / Run all static analysis checks: src/metrics/stat_parse.go#L93
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"non object map type %T\", stat)" (err113)
push-pr / static-analysis / Run all static analysis checks: src/metrics/stat_parse.go#L98
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"no value found\")" (err113)
push-pr / static-analysis / Run all static analysis checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/