Skip to content

TRT-2833: Add integration test tier for PostgreSQL-backed API methods - #3829

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
mstaeble:worktree-polished-dreaming-lagoon
Jul 27, 2026
Merged

TRT-2833: Add integration test tier for PostgreSQL-backed API methods#3829
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
mstaeble:worktree-polished-dreaming-lagoon

Conversation

@mstaeble

@mstaeble mstaeble commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Introduces a new integration test tier between unit tests (no DB) and e2e tests (full server) that validates SQL query logic against a real PostgreSQL instance using testcontainers-go
  • Adds make integration target; 21 tests cover ProwJobSimilarName, VariantReports, and JobReports with edge cases (boundary timestamps, zero-denominator safety, multi-job aggregation, empty variants, cross-release isolation, filter/sort/limit, bug status filtering, PR retest calculations)
  • Fixes four latent SQL bugs discovered through these tests:
    • job_results function returned previous_failures but Go struct expects previous_fails (column always scanned as zero)
    • All period-boundary queries used BETWEEN for both periods, double-counting runs at the boundary timestamp; previous period changed to half-open interval [start, boundary)
    • job_results open_bugs counted COUNT(DISTINCT bug_jobs.bug_id) which includes all associated bugs regardless of status; changed to COUNT(DISTINCT bugs.id) so closed/verified/modified/on_qa bugs are excluded via the existing LEFT JOIN filter
    • job_results LEFT JOIN to bug_jobs/bugs inside the results CTE caused row multiplication, inflating all aggregate counts (current_runs, current_passes, etc.) by the number of associated bugs; extracted bug counting into a separate job_bugs CTE joined at the outer SELECT level

Test plan

  • make lint passes
  • make test passes
  • make e2e passes
  • make integration passes (21 tests)
  • CI green

🤖 Generated with Claude Code

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: automatic mode

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 25, 2026
@openshift-ci

openshift-ci Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 25, 2026
@mstaeble mstaeble changed the title [WIP] Add integration test tier for PostgreSQL-backed API methods [WIP] TRT-2833: Add integration test tier for PostgreSQL-backed API methods Jul 25, 2026
@openshift-ci-robot

openshift-ci-robot commented Jul 25, 2026

Copy link
Copy Markdown

@mstaeble: This pull request references TRT-2833 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Introduces a new integration test tier between unit tests (no DB) and e2e tests (full server) that validates SQL query logic against a real PostgreSQL instance using testcontainers-go
  • Adds make integration target; initial tests cover ProwJobSimilarName, VariantReports, and JobReports
  • Fixes two latent SQL bugs discovered through these tests:
  • job_results function returned previous_failures but Go struct expects previous_fails (column always scanned as zero)
  • All period-boundary queries used BETWEEN for both periods, double-counting runs at the boundary timestamp; previous period changed to half-open interval [start, boundary)

Test plan

  • make lint passes
  • make test passes
  • make e2e passes
  • make integration passes (6 tests)

🤖 Generated with Claude Code

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 25, 2026
@mstaeble

Copy link
Copy Markdown
Contributor Author

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Full review finished.


Your included review limit is currently reached under our Fair Usage Limits Policy. This review may still proceed through usage-based billing if eligible. Your next included review will be available in 5 minutes.

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@mstaeble, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 34 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: 47a18d24-d4d0-47cd-9ba0-a51f56f721d0

📥 Commits

Reviewing files that changed from the base of the PR and between 84f2bdf and 7b09025.

⛔ Files ignored due to path filters (1079)
  • .claude/rules/dev-commands.md is excluded by !.claude/**
  • .cursor/rules/dev-commands.mdc is excluded by !.cursor/**
  • AGENTS.md is excluded by !AGENTS.md
  • CLAUDE.md is excluded by !CLAUDE.md
  • go.sum is excluded by !**/*.sum, !go.sum
  • vendor/dario.cat/mergo/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/dario.cat/mergo/FUNDING.json is excluded by !vendor/**, !**/vendor/**
  • vendor/dario.cat/mergo/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/dario.cat/mergo/SECURITY.md is excluded by !vendor/**, !**/vendor/**
  • vendor/dario.cat/mergo/map.go is excluded by !vendor/**, !**/vendor/**
  • vendor/dario.cat/mergo/merge.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/SECURITY.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/constants.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/context.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/csi_entry_state.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/csi_param_state.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/escape_intermediate_state.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/escape_state.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/event_handler.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/ground_state.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/osc_string_state.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/parser.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/parser_action_helpers.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/parser_actions.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/states.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/utilities.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/winterm/ansi.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/winterm/api.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/winterm/attr_translation.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/winterm/cursor_helpers.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/winterm/erase_helpers.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/winterm/scroll_helper.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/winterm/utilities.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/Azure/go-ansiterm/winterm/win_event_handler.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cenkalti/backoff/v4/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cenkalti/backoff/v4/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cenkalti/backoff/v4/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cenkalti/backoff/v4/backoff.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cenkalti/backoff/v4/context.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cenkalti/backoff/v4/exponential.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cenkalti/backoff/v4/retry.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cenkalti/backoff/v4/ticker.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cenkalti/backoff/v4/timer.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cenkalti/backoff/v4/tries.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/errdefs/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/errdefs/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/errdefs/errors.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/errdefs/pkg/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/errdefs/pkg/errhttp/http.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/errdefs/pkg/internal/cause/cause.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/errdefs/resolve.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/log/.golangci.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/log/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/log/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/log/context.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/.gitattributes is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/.golangci.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/compare.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/cpuinfo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/cpuinfo_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/cpuinfo_other.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/database.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/defaults.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/defaults_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/defaults_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/defaults_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/defaults_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/errors.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/platform_compat_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/platforms.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/platforms_other.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/containerd/platforms/platforms_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cpuguy83/dockercfg/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cpuguy83/dockercfg/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cpuguy83/dockercfg/auth.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cpuguy83/dockercfg/config.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/cpuguy83/dockercfg/load.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/.gitattributes is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/.golangci.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/CODE-OF-CONDUCT.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/CONTRIBUTING.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/GOVERNANCE.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/MAINTAINERS is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/Makefile is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/SECURITY.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/distribution-logo.svg is excluded by !**/*.svg, !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/helpers.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/normalize.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/reference.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/regexp.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/distribution/reference/sort.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/sockets/inmem_socket.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/sockets/proxy.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/sockets/sockets.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/sockets/sockets_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/sockets/sockets_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/sockets/tcp_socket.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/sockets/unix_socket.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/sockets/unix_socket_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/sockets/unix_socket_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/tlsconfig/certpool.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-connections/tlsconfig/config.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-units/CONTRIBUTING.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-units/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-units/MAINTAINERS is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-units/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-units/circle.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-units/duration.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-units/size.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/docker/go-units/ulimit.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/abi_amd64.h is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/abi_arm64.h is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/abi_loong64.h is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/cgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlerror.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn_android.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn_nocgo_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn_nocgo_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn_nocgo_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn_playground.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/dlfcn_stubs.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/gen.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/go_runtime.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/cgo/dlfcn_cgo_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/cgo/empty.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/cgo/syscall_cgo_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/abi_amd64.h is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/abi_arm64.h is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/abi_loong64.h is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/abi_ppc64x.h is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/asm_386.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/asm_amd64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/asm_arm.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/asm_arm64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/asm_loong64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/asm_ppc64le.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/asm_riscv64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/asm_s390x.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/callbacks.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/doc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/fakecgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/go_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/go_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/go_libinit.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/go_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/go_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/go_setenv.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/go_util.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/iscgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/libcgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/libcgo_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/libcgo_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/libcgo_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/libcgo_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/setenv.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/trampolines_386.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/trampolines_amd64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/trampolines_arm.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/trampolines_arm64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/trampolines_loong64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/trampolines_ppc64le.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/trampolines_riscv64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/zsymbols.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/zsymbols_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/zsymbols_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/zsymbols_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/zsymbols_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/ztrampolines_darwin.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/ztrampolines_freebsd.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/ztrampolines_linux.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/ztrampolines_netbsd.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/fakecgo/ztrampolines_stubs.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/strings/strings.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/xreflect/reflect_go124.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/internal/xreflect/reflect_go125.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/is_ios.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/nocgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/struct_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/struct_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/struct_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/struct_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/struct_loong64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/struct_ppc64le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/struct_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/struct_s390x.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_386.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_amd64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_arm.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_arm64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_loong64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_ppc64le.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_riscv64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_s390x.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_unix_386.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_unix_arm.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_unix_arm64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_unix_loong64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_unix_ppc64le.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_unix_riscv64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/sys_unix_s390x.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/syscall.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/syscall_32bit.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/syscall_cgo_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/syscall_sysv.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/syscall_sysv_others.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/syscall_sysv_stackargs.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/syscall_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/zcallback_386.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/zcallback_amd64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/zcallback_arm.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/zcallback_arm64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/zcallback_loong64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/zcallback_ppc64le.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/zcallback_riscv64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/ebitengine/purego/zcallback_s390x.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/.travis.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/ChangeLog.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/appveyor.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/com.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/com_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/connect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/constants.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/error.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/error_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/error_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/guid.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iconnectionpoint.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iconnectionpoint_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iconnectionpoint_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iconnectionpointcontainer.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iconnectionpointcontainer_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iconnectionpointcontainer_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/idispatch.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/idispatch_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/idispatch_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/ienumvariant.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/ienumvariant_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/ienumvariant_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iinspectable.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iinspectable_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iinspectable_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iprovideclassinfo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iprovideclassinfo_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iprovideclassinfo_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/itypeinfo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/itypeinfo_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/itypeinfo_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iunknown.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iunknown_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/iunknown_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/ole.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/oleutil/connection.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/oleutil/connection_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/oleutil/connection_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/oleutil/go-get.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/oleutil/oleutil.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/safearray.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/safearray_func.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/safearray_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/safearrayconversion.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/safearrayslices.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/utility.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variables.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant_date_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant_date_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant_date_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant_date_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant_ppc64le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/variant_s390x.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/vt_string.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/winrt.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/go-ole/go-ole/winrt_doc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/.goreleaser.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/fse/bitwriter.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/fse/compress.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/fse/decompress.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/huff0/bitreader.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/huff0/bitwriter.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/huff0/compress.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/huff0/decompress.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/huff0/decompress_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/huff0/decompress_generic.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/huff0/huff0.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/internal/cpuinfo/cpuinfo_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/internal/le/le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/internal/le/unsafe_disabled.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/internal/le/unsafe_enabled.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/internal/snapref/decode.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/internal/snapref/encode.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/s2sx.mod is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/bitreader.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/bitwriter.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/blockdec.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/blockenc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/decoder.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/decoder_options.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/dict.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/enc_base.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/enc_best.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/enc_better.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/enc_dfast.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/enc_fast.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/encoder.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/encoder_options.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/framedec.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/fse_decoder_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/fse_decoder_generic.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/fse_encoder.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/internal/xxhash/xxhash_other.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/matchlen_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/matchlen_generic.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/seqdec.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/seqdec_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/seqdec_amd64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/seqdec_generic.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/seqenc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/simple_go124.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/snappy.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/zip.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/klauspost/compress/zstd/zstd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/lufia/plan9stats/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/lufia/plan9stats/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/lufia/plan9stats/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/lufia/plan9stats/cpu.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/lufia/plan9stats/doc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/lufia/plan9stats/host.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/lufia/plan9stats/int.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/lufia/plan9stats/opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/lufia/plan9stats/stats.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/LICENSE.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/decode.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/doc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/integrate.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/lex.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/load.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/parser.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/properties.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/magiconair/properties/rangecheck.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/docker-image-spec/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/docker-image-spec/specs-go/v1/image.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/.gitattributes is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/.golangci.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/archive.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/archive_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/archive_other.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/archive_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/archive_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/changes.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/changes_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/changes_other.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/changes_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/changes_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/compression/compression.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/compression/compression_detect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/copy.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/copy_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/copy_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/dev_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/dev_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/diff.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/diff_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/diff_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/path.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/path_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/path_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/tarheader/tarheader.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/tarheader/tarheader_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/tarheader/tarheader_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/time.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/time_nonwindows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/time_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/whiteouts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/wrap.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/xattr_supported.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/xattr_supported_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/xattr_supported_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/go-archive/xattr_unsupported.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/pkg/authconfig/authconfig.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/pkg/stdcopy/stdcopy.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/blkiodev/blkio.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/build/build.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/build/cache.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/build/disk_usage.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/checkpoint/create_request.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/checkpoint/list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/common/error_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/common/error_response_ext.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/common/id_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/change_type.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/change_types.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/commit.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/config.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/container.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/create_request.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/create_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/disk_usage.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/errors.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/exec.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/exec_create_request.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/exec_start_request.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/filesystem_change.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/health.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/hostconfig.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/hostconfig_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/hostconfig_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/network_settings.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/port_summary.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/state.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/stats.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/top_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/update_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/wait_exit_error.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/wait_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/container/waitcondition.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/events/events.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/build_identity.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/delete_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/disk_usage.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/history_response_item.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/identity.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/image.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/image_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/manifest.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/pull_identity.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/signature_identity.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/signature_timestamp.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/signer_identity.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/image/summary.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/jsonstream/json_error.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/jsonstream/message.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/jsonstream/progress.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/mount/mount.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/config_reference.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/connect_request.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/create_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/disconnect_request.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/endpoint.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/endpoint_resource.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/hwaddr.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/ipam.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/ipam_status.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/network.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/network_types.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/peer_info.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/port.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/service_info.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/status.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/subnet_status.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/summary.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/network/task.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/plugin/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/plugin/capability.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/plugin/device.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/plugin/env.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/plugin/mount.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/plugin/plugin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/plugin/plugin_responses.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/registry/auth_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/registry/authconfig.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/registry/registry.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/registry/search.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/storage/driver_data.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/storage/root_f_s_storage.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/storage/root_f_s_storage_snapshot.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/storage/storage.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/common.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/config.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/container.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/network.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/node.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/runtime.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/secret.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/service.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/service_create_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/service_update_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/swarm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/swarm/task.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/system/disk_usage.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/system/info.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/system/runtime.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/system/version_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/types.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/volume/cluster_volume.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/volume/create_request.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/volume/disk_usage.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/volume/list_response.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/volume/prune_report.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/api/types/volume/volume.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/auth.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/build_cancel.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/build_prune.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/checkpoint_create.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/checkpoint_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/checkpoint_remove.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/client.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/client_interfaces.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/client_options.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/client_responsehook.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/client_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/client_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/config_create.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/config_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/config_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/config_remove.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/config_update.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_attach.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_commit.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_copy.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_create.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_create_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_diff.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_diff_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_exec.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_export.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_kill.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_logs.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_pause.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_prune.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_remove.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_rename.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_resize.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_restart.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_start.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_stats.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_stop.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_top.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_unpause.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_update.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/container_wait.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/distribution_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/envvars.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/errors.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/filters.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/hijack.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_build.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_build_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_history.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_history_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_import.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_import_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_inspect_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_list_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_load.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_load_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_prune.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_pull.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_pull_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_push.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_push_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_remove.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_remove_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_save.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_save_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_search.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_search_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/image_tag.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/internal/json-stream.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/internal/jsonmessages.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/internal/mod/mod.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/internal/timestamp/timestamp.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/login.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/network_connect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/network_create.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/network_disconnect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/network_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/network_inspect_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/network_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/network_list_opts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/network_prune.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/network_remove.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/node_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/node_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/node_remove.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/node_update.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/ping.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/pkg/jsonmessage/jsonmessage.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/pkg/versions/compare.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/plugin_create.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/plugin_disable.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/plugin_enable.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/plugin_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/plugin_install.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/plugin_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/plugin_push.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/plugin_remove.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/plugin_set.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/plugin_upgrade.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/request.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/secret_create.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/secret_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/secret_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/secret_remove.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/secret_update.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/service_create.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/service_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/service_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/service_logs.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/service_remove.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/service_update.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/swarm_get_unlock_key.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/swarm_init.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/swarm_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/swarm_join.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/swarm_leave.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/swarm_unlock.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/swarm_update.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/system_disk_usage.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/system_events.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/system_info.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/task_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/task_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/task_logs.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/utils.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/version.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/volume_create.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/volume_inspect.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/volume_list.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/volume_prune.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/volume_remove.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/moby/client/volume_update.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/patternmatcher/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/patternmatcher/NOTICE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/patternmatcher/ignorefile/ignorefile.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/patternmatcher/patternmatcher.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/sequential/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/sequential/doc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/sequential/sequential_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/sequential/sequential_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/user/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/user/idtools.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/user/idtools_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/user/idtools_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/user/lookup_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/user/user.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/user/user_fuzzer.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/userns/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/userns/userns.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/userns/userns_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/userns/userns_linux_fuzzer.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/sys/userns/userns_unsupported.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/ascii.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/doc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/proxy.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/term.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/term_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/term_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/termios_bsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/termios_nonbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/termios_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/termios_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/windows/ansi_reader.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/windows/ansi_writer.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/windows/console.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/moby/term/windows/doc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/.mailmap is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/.pullapprove.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/.travis.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/CONTRIBUTING.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/LICENSE.docs is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/MAINTAINERS is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/algorithm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/digest.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/digester.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/doc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/go-digest/verifiers.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/image-spec/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/image-spec/specs-go/v1/annotations.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/image-spec/specs-go/v1/config.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/image-spec/specs-go/v1/descriptor.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/image-spec/specs-go/v1/index.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/image-spec/specs-go/v1/layout.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/image-spec/specs-go/v1/mediatype.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/image-spec/specs-go/version.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/opencontainers/image-spec/specs-go/versioned.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/c_helpers.c is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/c_helpers.h is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/config.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/cpustat.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/diskstat.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/doc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/fsstat.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/helpers.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/lparstat.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/lvmstat.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/memstat.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/netstat.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/procstat.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/sysconf.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/systemcfg.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/types_cpu.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/types_disk.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/types_fs.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/types_lpar.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/types_lvm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/types_memory.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/types_network.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/types_process.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/power-devops/perfstat/uptime.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/common/env.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_aix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_aix_cgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_aix_nocgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_darwin_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_darwin_fallback.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_dragonfly.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_dragonfly_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_fallback.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_freebsd_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_freebsd_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_freebsd_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_freebsd_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_netbsd_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_netbsd_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_netbsd_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_openbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_openbsd_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_openbsd_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_openbsd_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_openbsd_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_openbsd_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_plan9.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_solaris.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/cpu/cpu_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/common.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/common_aix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/common_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/common_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/common_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/common_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/common_openbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/common_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/common_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/endian.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/readlink_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/sleep.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/internal/common/warnings.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/ex_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/ex_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_aix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_aix_cgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_aix_nocgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_bsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_fallback.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_plan9.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_solaris.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/mem/mem_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_aix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_aix_cgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_aix_nocgo.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_fallback.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_openbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_solaris.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/net/net_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_bsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_darwin_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_darwin_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_fallback.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_freebsd_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_freebsd_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_freebsd_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_freebsd_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_openbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_openbsd_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_openbsd_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_openbsd_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_openbsd_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_openbsd_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_plan9.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_posix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_solaris.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_windows_32bit.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/shirou/gopsutil/v4/process/process_windows_64bit.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/.golangci.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/CHANGELOG.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/appveyor.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/entry.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/hooks.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/logger.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/logrus.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/terminal_check_bsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/terminal_check_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/terminal_check_wasi.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/terminal_check_wasip1.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/sirupsen/logrus/text_formatter.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/.golangci.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/.mockery.yaml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/AI.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/CONTRIBUTING.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/Makefile is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/Pipfile is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/Pipfile.lock is excluded by !**/*.lock, !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/RELEASING.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/cleanup.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/commons-test.mk is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/config.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/container.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/docker.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/docker_auth.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/docker_client.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/docker_mounts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/exec/processor.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/file.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/generate.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/generic.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/image.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/internal/config/config.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/internal/core/bootstrap.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/internal/core/client.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/internal/core/docker_host.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/internal/core/docker_rootless.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/internal/core/docker_socket.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/internal/core/images.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/internal/core/labels.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/internal/core/network/network.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/internal/version.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/lifecycle.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/log/logger.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/logconsumer.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/logger_option.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/mkdocs.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/modules/postgres/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/modules/postgres/Makefile is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/modules/postgres/options.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/modules/postgres/postgres.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/modules/postgres/resources/customEntrypoint.sh is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/modules/postgres/wait_strategies.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/mounts.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/network.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/options.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/parallel.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/port_forwarding.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/provider.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/reaper.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/requirements.txt is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/runtime.txt is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/testcontainers.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/testing.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/validator.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/all.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/any.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/errors.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/errors_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/exec.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/exit.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/file.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/health.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/host_port.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/http.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/log.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/nop.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/sql.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/tls.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/wait.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/testcontainers/testcontainers-go/wait/walk.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/.cirrus.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/.gitignore is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_bsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_dragonfly.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_generic.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_openbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_posix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_solaris.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/sysconf_unsupported.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_defs_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_defs_dragonfly.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_defs_freebsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_defs_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_defs_netbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_defs_openbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_defs_solaris.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_freebsd_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_freebsd_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_freebsd_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_freebsd_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_freebsd_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_loong64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_mips.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_mips64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_mips64le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_mipsle.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_ppc64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_ppc64le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_linux_s390x.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_netbsd_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_netbsd_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_netbsd_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/go-sysconf/zsysconf_values_netbsd_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/numcpus/.cirrus.yml is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/numcpus/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/numcpus/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/numcpus/numcpus.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/numcpus/numcpus_bsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/numcpus/numcpus_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/numcpus/numcpus_list_unsupported.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/numcpus/numcpus_solaris.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/numcpus/numcpus_unsupported.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/tklauser/numcpus/numcpus_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/yusufpapurcu/wmi/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/yusufpapurcu/wmi/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/yusufpapurcu/wmi/swbemservices.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/yusufpapurcu/wmi/wmi.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/crypto/hkdf/hkdf.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_linux_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_loong64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_other_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/cpu_windows_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/cpu/zcpu_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/affinity_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/mkall.sh is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/mkerrors.sh is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/readv_unix.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_darwin.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_linux_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_linux_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_linux_loong64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/syscall_openbsd.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_mips.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_386.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_arm.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_mips.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/windows/syscall_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/windows/types_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/golang.org/x/sys/windows/zsyscall_windows.go is excluded by !vendor/**, !**/vendor/**
  • vendor/modules.txt is excluded by !vendor/**, !**/vendor/**
📒 Files selected for processing (11)
  • .apm/instructions/dev-commands.instructions.md
  • .gitignore
  • Makefile
  • apm.lock.yaml
  • go.mod
  • pkg/db/functions.go
  • pkg/db/query/build_clusters.go
  • pkg/db/query/job_queries.go
  • test/integration/jobs_test.go
  • test/integration/util/schema.go
  • test/integration/util/testdb.go

Walkthrough

Adds containerized PostgreSQL integration tests, supporting database utilities, a Makefile command, and SQL query updates that use half-open reporting intervals.

Changes

Integration testing and reporting

Layer / File(s) Summary
PostgreSQL container and schema setup
test/integration/util/*, go.mod
Configures Docker or Podman, provisions PostgreSQL containers and template databases, clones per-test databases, migrates schemas, and installs SQL functions.
Half-open reporting intervals
pkg/db/functions.go, pkg/db/query/*
Changes previous-period predicates to inclusive-start, exclusive-boundary ranges and renames the previous failure field to previous_fails.
Job query integration coverage
test/integration/jobs_test.go
Tests job-name matching, variant reports, job reports, period aggregation, percentages, and infrastructure failures.
Integration test execution support
.apm/instructions/..., .gitignore, Makefile, apm.lock.yaml
Adds the make integration target, JUnit output handling, ignored test artifacts, dependency updates, and development instructions.

Estimated code review effort: 4 (Complex) | ~45 minutes

Sequence Diagram(s)

sequenceDiagram
  participant TestMain
  participant PostgreSQL
  participant IntegrationTests
  participant ReportingQueries
  TestMain->>PostgreSQL: start container and clone test database
  IntegrationTests->>PostgreSQL: seed jobs and job runs
  IntegrationTests->>ReportingQueries: execute reporting queries
  ReportingQueries-->>IntegrationTests: return current and previous aggregates
Loading
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

@mstaeble

Copy link
Copy Markdown
Contributor Author

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Full review finished.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (3)
Makefile (1)

98-104: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Declare integration as .PHONY.

Static analysis flags the new target as not .PHONY. Add it alongside other phony targets (e.g., test) to avoid accidental conflicts with a file/directory of the same name.

🔧 Proposed fix
+.PHONY: integration
 integration:
 ifeq ($(ARTIFACT_DIR),)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Makefile` around lines 98 - 104, Declare the Makefile integration target as
.PHONY, alongside the existing phony target declarations such as test, so it
always runs regardless of a matching file or directory.

Source: Linters/SAST tools

test/integration/util/testdb.go (2)

213-231: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Fragile manual DSN parsing in replaceDBName.

Byte-by-byte scanning for / and ? to swap the database name is brittle against DSN format variations (e.g., credentials/hosts containing /, multiple query params). Consider using net/url.Parse to set u.Path instead, which is more robust and readable.

♻️ Proposed refactor
-func replaceDBName(dsn, newDB string) string {
-	// testcontainers DSN format: postgres://user:pass@host:port/dbname?params
-	// We find the last / before ? and replace the db name.
-	for i := len(dsn) - 1; i >= 0; i-- {
-		if dsn[i] == '?' {
-			// find the / before the ?
-			for j := i - 1; j >= 0; j-- {
-				if dsn[j] == '/' {
-					return dsn[:j+1] + newDB + dsn[i:]
-				}
-			}
-		}
-		if dsn[i] == '/' && (i == len(dsn)-1 || dsn[i+1] != '/') {
-			return dsn[:i+1] + newDB
-		}
-	}
-	return dsn + "/" + newDB
-}
+func replaceDBName(dsn, newDB string) (string, error) {
+	u, err := url.Parse(dsn)
+	if err != nil {
+		return "", fmt.Errorf("parsing dsn: %w", err)
+	}
+	u.Path = "/" + newDB
+	return u.String(), nil
+}
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@test/integration/util/testdb.go` around lines 213 - 231, Replace the manual
byte-scanning logic in replaceDBName with net/url parsing: parse the DSN, update
the parsed URL’s Path to use newDB while preserving the existing path structure
and query parameters, then return the serialized URL. Keep the current fallback
behavior for parse failures if required by the surrounding tests.

142-145: 🔒 Security & Privacy | 🔵 Trivial | ⚡ Quick win

Consider quoting dynamic identifiers in DDL statements.

templateDB/dbName are interpolated via fmt.Sprintf into DROP/CREATE/ALTER DATABASE statements. Since Postgres doesn't support placeholders for identifiers, this pattern is unavoidable to some degree, but dbName is already constrained to [a-z0-9_] by sanitize(), which mitigates real injection risk here. For stricter guideline compliance and defense-in-depth against future changes to sanitize() or t.Name() sources, consider quoting the identifier explicitly (e.g., pgx.Identifier{name}.Sanitize()) rather than relying solely on charset filtering.

As per path instructions, "database/sql with placeholders; no fmt.Sprintf in queries" and "Do not build SQL queries by concatenating or formatting user input directly; use placeholders and prepared statements instead."

Also applies to: 165-165, 184-184, 192-192, 204-204

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@test/integration/util/testdb.go` around lines 142 - 145, Quote dynamic
database identifiers in the DDL statements within the test database setup flow,
including DROP, CREATE, and ALTER operations around templateDB and dbName.
Replace direct fmt.Sprintf interpolation with the project’s
identifier-sanitization mechanism, such as pgx.Identifier(name).Sanitize(),
while preserving the existing sanitized-name behavior and error handling.

Source: Path instructions

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@go.mod`:
- Line 176: Update the golang.org/x/crypto dependency from v0.51.0 to the
patched v0.54.0 or later release in go.mod, refresh the corresponding go.sum
entries, and run go mod tidy to reconcile dependency metadata. Prefer obtaining
the upgrade through the dependency that requires it if applicable.

---

Nitpick comments:
In `@Makefile`:
- Around line 98-104: Declare the Makefile integration target as .PHONY,
alongside the existing phony target declarations such as test, so it always runs
regardless of a matching file or directory.

In `@test/integration/util/testdb.go`:
- Around line 213-231: Replace the manual byte-scanning logic in replaceDBName
with net/url parsing: parse the DSN, update the parsed URL’s Path to use newDB
while preserving the existing path structure and query parameters, then return
the serialized URL. Keep the current fallback behavior for parse failures if
required by the surrounding tests.
- Around line 142-145: Quote dynamic database identifiers in the DDL statements
within the test database setup flow, including DROP, CREATE, and ALTER
operations around templateDB and dbName. Replace direct fmt.Sprintf
interpolation with the project’s identifier-sanitization mechanism, such as
pgx.Identifier(name).Sanitize(), while preserving the existing sanitized-name
behavior and error handling.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

Comment thread go.mod
@mstaeble
mstaeble force-pushed the worktree-polished-dreaming-lagoon branch from 73738ba to aa0567b Compare July 26, 2026 14:18
@mstaeble mstaeble changed the title [WIP] TRT-2833: Add integration test tier for PostgreSQL-backed API methods TRT-2833: Add integration test tier for PostgreSQL-backed API methods Jul 26, 2026
@mstaeble
mstaeble marked this pull request as ready for review July 26, 2026 14:59
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 26, 2026
@openshift-ci
openshift-ci Bot requested review from petr-muller and smg247 July 26, 2026 14:59

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
test/integration/util/testdb.go (1)

92-171: 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick win

Thread ctx into createTemplateDB for cancellation/timeouts.

StartPostgresContainer receives a ctx but drops it before calling createTemplateDB, so none of the DROP/CREATE/ALTER DATABASE calls (Lines 143, 146, 166) or db.New can be cancelled or bounded by a timeout — if the container becomes unresponsive, this setup can hang indefinitely with no way to interrupt it. The same gap exists in NewTestDB (Lines 175-212), which never receives or uses a context at all.

As per path instructions, Go code should use context.Context for cancellation and timeouts.

♻️ Sketch of context propagation
-func createTemplateDB(baseDSN string) error {
+func createTemplateDB(ctx context.Context, baseDSN string) error {
 	adminDB, err := sql.Open("pgx", baseDSN)
 	...
-	if _, err := adminDB.Exec(fmt.Sprintf("DROP DATABASE IF EXISTS %s", templateDB)); err != nil {
+	if _, err := adminDB.ExecContext(ctx, fmt.Sprintf("DROP DATABASE IF EXISTS %s", templateDB)); err != nil {

and call it as createTemplateDB(ctx, connStr).

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@test/integration/util/testdb.go` around lines 92 - 171, Thread
context.Context through the database setup flow: change createTemplateDB to
accept ctx and pass it from StartPostgresContainer, using context-aware SQL and
GORM connection operations for DROP, CREATE, ALTER, and db.New. Update NewTestDB
to accept and propagate its context into the same setup path, preserving
existing cleanup and error behavior.

Source: Path instructions

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@test/integration/util/testdb.go`:
- Around line 92-171: Thread context.Context through the database setup flow:
change createTemplateDB to accept ctx and pass it from StartPostgresContainer,
using context-aware SQL and GORM connection operations for DROP, CREATE, ALTER,
and db.New. Update NewTestDB to accept and propagate its context into the same
setup path, preserving existing cleanup and error behavior.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e

@mstaeble

Copy link
Copy Markdown
Contributor Author

@coderabbitai resolve

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Comments resolved and changes approved.

@openshift-ci openshift-ci Bot added the ready-for-human-review Indicates a PR has been reviewed by automated tools and is ready for human review label Jul 26, 2026
@mstaeble
mstaeble force-pushed the worktree-polished-dreaming-lagoon branch 2 times, most recently from a37f9ba to b6c468b Compare July 27, 2026 02:06
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e

Introduce a new test tier between unit tests (no DB) and e2e tests
(full server) that validates SQL query logic against a real PostgreSQL
instance using testcontainers-go.

Infrastructure:
- test/integration/util/testdb.go: container lifecycle with Podman
  auto-detection, per-test database cloning via template pattern
- test/integration/util/schema.go: schema setup (AutoMigrate all models
  as regular tables, install SQL functions)
- Makefile: new "make integration" target

Tests cover ProwJobSimilarName, VariantReports, and JobReports with
edge cases including boundary timestamps, zero-denominator safety,
multi-job aggregation, empty variants, cross-release isolation,
filter/sort/limit, bug status filtering, and PR retest calculations.

Three bugs found and fixed:
- job_results SQL function returned column "previous_failures" but the
  Go struct maps to "previous_fails"; renamed to match (also fixed in
  BuildClusterHealth query)
- All period-boundary queries used BETWEEN for both previous and current
  periods, causing runs at the boundary timestamp to be double-counted;
  changed previous period to half-open interval [start, boundary)
- job_results open_bugs counted COUNT(DISTINCT bug_jobs.bug_id) which
  includes all associated bugs regardless of status; changed to
  COUNT(DISTINCT bugs.id) so closed/verified/modified/on_qa bugs are
  excluded via the existing LEFT JOIN filter

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mstaeble
mstaeble force-pushed the worktree-polished-dreaming-lagoon branch from b6c468b to 7b09025 Compare July 27, 2026 02:27
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e

@mstaeble

Copy link
Copy Markdown
Contributor Author

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Full review finished.


Your included review limit is currently reached under our Fair Usage Limits Policy. This review may still proceed through usage-based billing if eligible. Your next included review will be available in 34 minutes.

@openshift-ci

openshift-ci Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

@mstaeble: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@neisw

neisw commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 27, 2026
@openshift-ci

openshift-ci Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mstaeble, neisw

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot
openshift-merge-bot Bot merged commit 35b3bc5 into openshift:main Jul 27, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. ready-for-human-review Indicates a PR has been reviewed by automated tools and is ready for human review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants