summaryrefslogtreecommitdiff
path: root/internal/datafs
AgeCommit message (Collapse)Author
2025-04-14deps(actions): Bump golangci/golangci-lint-action from 6 to 7 (#2357)dependabot[bot]
* deps(actions): Bump golangci/golangci-lint-action from 6 to 7 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 7. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6...v7) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix(lint): Fixing new lint errors Signed-off-by: Dave Henderson <dhenderson@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Dave Henderson <dhenderson@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dave Henderson <dhenderson@gmail.com>
2025-03-10chore(refactoring): Refactor/modernizations (#2345)Dave Henderson
chore(refactoring): Refactor with modernization refactorings * range over int * replace interface{} with any * replace common map operations with maps.Copy/maps.Clone * simplifying loops with slices.Contains/ContainsFunc * modernize benchmarks with b.Loop * modernize tests with t.Context * use fmt.Appendf * range over strings.SplitSeq * use new stdlib crypto/pbkdf2 package --------- Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2025-02-23fix(lint): Address new lint warnings (#2329)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-12-17fix(datasources): Properly support aws+sm with args (#2291)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-12-16fix(fs): fix mergefs bug where files were opened too many times (#2287)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-12-16fix(fs): Cache data in stdinfs (#2288)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-12-16fix(datasources): Fix aws+sm bug when reading secrets not starting with ↵Dave Henderson
slash (#2284) Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-11-17feat(fs): Support Vault AWS IAM auth (#2264)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-11-10fix(datasources): Properly handle datasources and other URLs beginning with ↵Dave Henderson
'../' (#2255) Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-11-10fix(lint): Address new lint warnings from golangci-lint 1.62 (#2256)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-09-30feat(config): Allow avoiding reading default config file (#2227)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-09-30fix(lint): Fix or ignore lint errors (#2228)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-06-16feat: Add ability to override 'type' query parameter name (#2115)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-06-09chore(api)!: Overhauling config and rendering types (#2094)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-05-30fix: Simplify condition to just use filepath.IsAbs (#2088)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-05-29chore!: Replacing the data.Data type with a datasource registry (#2083)Dave Henderson
* chore!: Replacing the data.Data type with a datasource registry Signed-off-by: Dave Henderson <dhenderson@gmail.com> * chore(lint): fix lint warning Signed-off-by: Dave Henderson <dhenderson@gmail.com> --------- Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-04-21Enable testifylint linter (#2044)Dave Henderson
* chore: Enable testifylint linter Signed-off-by: Dave Henderson <dhenderson@gmail.com> * chore: fix flaky IP lookup test Signed-off-by: Dave Henderson <dhenderson@gmail.com> --------- Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-03-08fix lint errors (#2010)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-01-22Use go-fsimpl to read from datasources (#1336)Dave Henderson
* Use go-fsimpl to read from datasources Signed-off-by: Dave Henderson <dhenderson@gmail.com> * trying to fix windows bug Signed-off-by: Dave Henderson <dhenderson@gmail.com> * attempts to fix some of the path madness Signed-off-by: Dave Henderson <dhenderson@gmail.com> * remove 'HOME' from expected env vars Signed-off-by: Dave Henderson <dhenderson@gmail.com> * more tweaks Signed-off-by: Dave Henderson <dhenderson@gmail.com> * lint fix Signed-off-by: Dave Henderson <dhenderson@gmail.com> --------- Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2023-11-20Fix the wdFS behaviour due to Go 1.21.4's changes to IsAbs (#1915)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2023-04-29replace afero moduleDave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>