Commit Graph

8532 Commits (edd0dabe024cb19786ace7bc1237a8a600981c73)
 

Author SHA1 Message Date
Matthieu MOREL 706392fabb fix: update json-patch import path and add gomodguard settings
10 months ago
Jesse Simpson 098486d221
fix: remove duplicate error message
10 months ago
Matt Farina b5a4781099
Adding test for list command
10 months ago
Omri Steiner c47c8fc868 fix: correctly concat absolute URIs in repo cache
10 months ago
Matt Farina dd40316660
Merge pull request #30842 from ayushontop/main
10 months ago
Matt Farina 9aefd2b328
Merge pull request #30849 from helm/dependabot/github_actions/main/actions/setup-go-5.5.0
10 months ago
MichaelMorris 1460ebd14a Added test case to resource_test.go
10 months ago
MichaelMorris 9a2ac85077 Consider GroupVersionKind when matching resources
10 months ago
Ayush Tiwari 56b688145f
added cmd in repo_list.go for pipeline
10 months ago
Robert Sirchia b2456202ae
Merge pull request #30850 from yetyear/main
10 months ago
Robert Sirchia b25a51b291
Merge pull request #30848 from helm/dependabot/go_modules/main/oras.land/oras-go/v2-2.6.0
10 months ago
George Jenkins 2c1257537c
Merge pull request #30829 from TerryHowe/increase-time-pkg-test-coverage
10 months ago
yetyear 03448d1d79 refactor: use maps.Copy for cleaner map handling
10 months ago
dependabot[bot] 7ab768abc0
build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
10 months ago
dependabot[bot] 9bfc58f225
build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0
10 months ago
Robert Sirchia 4d580c6b95
Merge pull request #30810 from mmorel-35/usestdlibvars
10 months ago
Matt Farina 12ae4a2759
Merge pull request #30844 from TerryHowe/rename-slave-replica
10 months ago
Terry Howe 71787cca60 fix: rename slave replica
10 months ago
George Jenkins a1f8802de9
Merge pull request #30553 from Zhanweelee/add_mustToYaml_support
10 months ago
Ayush Tiwari e63cbae886
added cmd.ErrOrStderr()
10 months ago
Ayush Tiwari 95328ea0a6
removed error import
10 months ago
Ayush Tiwari 058bc083a8
changed Error to print
10 months ago
Robert Sirchia ed475f286e
Merge pull request #30835 from helm/dependabot/go_modules/main/golang.org/x/crypto-0.38.0
10 months ago
dependabot[bot] 01c049c106
build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0
10 months ago
Robert Sirchia 76fbba2de8
Merge pull request #30836 from helm/dependabot/go_modules/main/golang.org/x/text-0.25.0
10 months ago
George Jenkins bff04b9606
Merge pull request #30827 from findnature/main
10 months ago
dependabot[bot] c3b83c3c40
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
10 months ago
dependabot[bot] 19997805a2
build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0
10 months ago
Matt Farina 6128122714
Merge pull request #30824 from adharsh277/fix-bug
10 months ago
Adharsh 7801588957 Fix bug in .golangci.yml configuration
10 months ago
Terry Howe da579a7aa6 chore: add test coverage for time package
10 months ago
findnature ac8d2f9aed refactor: use slices.Contains to simplify code
10 months ago
Terry Howe f754e6a23b chore: increase test coverage of time pkg
10 months ago
Matthieu MOREL 77a267dacf chore: enable usestdlibvars linter
10 months ago
George Jenkins 31e22b9866
Merge pull request #30800 from mmorel-35/fix-dep-fs
10 months ago
Matthieu MOREL 15b83a9959 fix: dep fs errors
10 months ago
Matt Farina ab15810701
Merge pull request #30786 from mmorel-35/clean-up
10 months ago
Robert Sirchia 4161d77aba
Merge pull request #30803 from mattfarina/fix-errors-windows
10 months ago
Matt Farina ed356cfca8
Fixing windows build
10 months ago
George Jenkins e865a0f540
Merge pull request #30801 from helm/dependabot/go_modules/main/github.com/fluxcd/cli-utils-0.36.0-flux.13
10 months ago
Jesse Simpson e0a67b1028
test: use more realistic unit-test scenario by not relying on Release.Name
10 months ago
Jesse Simpson d10c5f6429
style: trim space from formatted error messages
10 months ago
Jesse Simpson 0e0a8cc765
fix: address no-template-associated type of error
10 months ago
Jesse Simpson 013f27c294
fix: use errors.New instead of fmt.Errorf
10 months ago
Jesse Simpson 868cdc261f
refactor: reduce flow-control operations
10 months ago
Jesse Simpson 48922e21d1
refactor: use struct equality instead of comparing each composition
10 months ago
Jesse Simpson ac98e977c3
refactor: switch to while loop instead of for to reduce unnecessary variables
10 months ago
Jesse Simpson 65084371c9
refactor: replace if MatchString with FindStringSubMatch
10 months ago
Jesse Simpson 782f6c6409
refactor: shorten regex subexp syntax
10 months ago
Jesse Simpson 4b9a9ecaf6
refactor: rename function and add doc-string
10 months ago