helm/internal/plugin
George Jenkins c4392033cc
Some checks are pending
build-test / build (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
golangci-lint / golangci-lint (push) Waiting to run
release / release (push) Waiting to run
release / canary-release (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Merge pull request #31853 from atombrella/feature/fmt_unneeded
Replace non-format use of t.Fatalf with t.Fatal
2026-03-01 21:24:21 -08:00
..
cache Move pkg/plugin -> internal/plugin 2025-08-16 22:58:54 -07:00
installer Merge pull request #31853 from atombrella/feature/fmt_unneeded 2026-03-01 21:24:21 -08:00
schema chore(internal): enable perfsprint linter 2026-02-26 18:55:55 +01:00
testdata Make test scripts run without /bin/bash 2025-09-12 15:24:29 +02:00
config.go fix: typo in the function names 2025-12-31 07:46:52 +01:00
config_test.go fix: typo in the function names 2025-12-31 07:46:52 +01:00
descriptor.go [HIP-0026] Plugin runtime interface (#31145) 2025-08-22 16:12:49 -04:00
doc.go Plugin types and plugin apiVersion v1 2025-08-22 17:17:36 -04:00
error.go Remove SetupPluginEnv 2025-09-01 10:49:01 -07:00
loader.go fix: improve plugin name validation err messages early via unmarshalling 2025-11-14 16:21:37 +01:00
loader_test.go chore(internal): enable perfsprint linter 2026-02-26 18:55:55 +01:00
metadata.go chore(internal): enable perfsprint linter (#31871) 2026-02-27 12:41:41 +00:00
metadata_legacy.go chore(internal): enable perfsprint linter (#31871) 2026-02-27 12:41:41 +00:00
metadata_legacy_test.go test: refactor TestMetadataLegacyValidate to be more generic 2025-11-16 11:37:18 +01:00
metadata_test.go fix: improve plugin name validation err messages early via unmarshalling 2025-11-14 16:21:37 +01:00
metadata_v1.go chore(internal): enable perfsprint linter (#31871) 2026-02-27 12:41:41 +00:00
plugin.go [HIP-0026] Plugin runtime interface (#31145) 2025-08-22 16:12:49 -04:00
plugin_test.go style: linting 2025-11-16 12:21:45 +01:00
plugin_type_registry.go refactor: use reflect.TypeFor 2025-10-08 10:23:30 +08:00
plugin_type_registry_test.go Cleanup plugin config 2025-09-02 09:53:22 -07:00
runtime.go fix(getter): pass settings environment variables 2025-12-07 17:08:29 +01:00
runtime_extismv1.go fix(getter): pass settings environment variables 2025-12-07 17:08:29 +01:00
runtime_extismv1_test.go Plugin extism/v1 runtime 2025-08-26 17:29:21 -07:00
runtime_subprocess.go chore(internal): enable perfsprint linter (#31871) 2026-02-27 12:41:41 +00:00
runtime_subprocess_getter.go chore(internal): enable perfsprint linter 2026-02-26 18:55:55 +01:00
runtime_subprocess_hooks.go [HIP-0026] Plugin runtime interface (#31145) 2025-08-22 16:12:49 -04:00
runtime_subprocess_test.go fix(internal): errorlint linter 2026-02-09 07:51:29 +01:00
runtime_test.go fix(getter): pass settings environment variables 2025-12-07 17:08:29 +01:00
sign.go Use errors.Is to check for io.EOF and gzip.ErrHeader 2025-12-14 08:54:11 +01:00
sign_test.go Remove unnecessary file i/o operations from signing and verifying 2025-08-30 17:28:16 -05:00
signing_info.go fix: enable nolinlint linter 2026-02-25 07:50:29 +01:00
subprocess_commands.go chore(internal): enable perfsprint linter (#31871) 2026-02-27 12:41:41 +00:00
subprocess_commands_test.go Replace unneeded use of t.Fatalf with t.Fatal 2026-02-26 18:18:57 +01:00
verify.go Remove unnecessary file i/o operations from signing and verifying 2025-08-30 17:28:16 -05:00
verify_test.go Remove unnecessary file i/o operations from signing and verifying 2025-08-30 17:28:16 -05:00