summaryrefslogtreecommitdiff
path: root/internal/tests
AgeCommit message (Expand)Author
2025-04-14deps(actions): Bump golangci/golangci-lint-action from 6 to 7 (#2357)dependabot[bot]
2025-04-12fix(test): Use a bucket that exists for the S3 bucket test (#2364)Dave Henderson
2025-03-11deps(go): Bump github.com/hairyhenderson/go-fsimpl from 0.2.1 to 0.2.4 (#2347)Dave Henderson
2025-03-10chore(refactoring): Refactor/modernizations (#2345)Dave Henderson
2024-12-16fix(fs): fix mergefs bug where files were opened too many times (#2287)Dave Henderson
2024-11-17feat(fs): Support Vault AWS IAM auth (#2264)Dave Henderson
2024-11-10fix(datasources): Properly handle datasources and other URLs beginning with '...Dave Henderson
2024-09-30feat(config): Allow avoiding reading default config file (#2227)Dave Henderson
2024-09-30fix(lint): Fix or ignore lint errors (#2228)Dave Henderson
2024-06-30fix(vault): Upgrade go-fsimpl for KVv2 vault bug, and add test coverage (#2157)Dave Henderson
2024-06-23fix(test): Fix strings.Repeat test that failed in the wrong way on 32bit (#2129)Dave Henderson
2024-06-17feat(coll): New coll.Set and coll.Unset functions (#2118)Dave Henderson
2024-06-16feat: Add ability to override 'type' query parameter name (#2115)Dave Henderson
2024-06-16chore(api)!: Error instead of returning 0 on invalid inputs to conv.* functio...Dave Henderson
2024-05-29chore!: Replacing the data.Data type with a datasource registry (#2083)Dave Henderson
2024-05-12feat: coll.Pick now supports slice of strings as input (#2069)Dave Henderson
2024-05-11feat!: Always suppress empty output (#1981)Dave Henderson
2024-04-21Enable testifylint linter (#2044)Dave Henderson
2024-03-20Fixing broken integration test (#2026)Dave Henderson
2024-03-08fix lint errors (#2010)Dave Henderson
2024-02-06Add --exclude-processing option (#1963)Song Li
2024-01-26Warn when deprecated k=v array form is used for templates (#1980)Dave Henderson
2024-01-25Revert "Remove support for deprecated key/value array form of template config...Dave Henderson
2024-01-25Remove support for deprecated key/value array form of template config (#1976)Dave Henderson
2024-01-22Use go-fsimpl to read from datasources (#1336)Dave Henderson
2024-01-17Add missing-key flag to manage behavior in case of non-existing key (#1949)Aleksandr Paramonov
2023-11-22Clarify config parsing errors (#1918)Dave Henderson
2023-11-20Fix the wdFS behaviour due to Go 1.21.4's changes to IsAbs (#1915)Dave Henderson
2023-11-20Fix git+file bug with non-current windows drives (#1916)Dave Henderson
2023-11-18Build(deps): Bump github.com/aws/aws-sdk-go from 1.44.220 to 1.48.0 (#1913)dependabot[bot]
2023-10-28A bunch of linting and refactorings (#1893)Dave Henderson
2023-10-24Support for CUE (#1781)Dave Henderson
2023-04-30Add test with merge datasource defined dynamicallyDave Henderson
2023-04-29replace afero moduleDave Henderson
2023-04-29Use required.NoError for faster failure in testsDave Henderson
2023-04-04New plugin args optionDave Henderson
2023-03-19fix new lint errorsDave Henderson
2023-03-12Bump to v4 moduleDave Henderson
2023-03-11Remove support for obsolete Vault app-id authDave Henderson
2023-02-25CI updatesDave Henderson
2023-02-25Fix file descriptor leakDave Henderson
2023-02-04Remove uses of pkg/errorsDave Henderson
2023-02-04Deprecate netaddr-based funcsDave Henderson
2022-12-29Add coll.JQ using gojq library (#1585)Andreas Hochsteger
2022-09-25Clarify git URL docs - stop implying subpaths starting with '//' are a good ideaDave Henderson
2022-09-25Add coll.GoSlice and deprecate slice aliasDave Henderson
2022-08-18Fix nested template panic (#1480)Mihai Todor
2022-08-04Fix lint errorsDave Henderson
2022-06-18Remove BoltDB supportDave Henderson
2022-06-12Parallelizing more testsDave Henderson