Commit Graph

8874 Commits (a7a6a5e3b09f1ceacfb582aaf1f94eddd22bea03)
 

Author SHA1 Message Date
George Jenkins 2c1257537c
Merge pull request #30829 from TerryHowe/increase-time-pkg-test-coverage
5 months ago
yetyear 03448d1d79 refactor: use maps.Copy for cleaner map handling
5 months ago
dependabot[bot] 7ab768abc0
build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
5 months ago
dependabot[bot] 9bfc58f225
build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0
5 months ago
Robert Sirchia 4d580c6b95
Merge pull request #30810 from mmorel-35/usestdlibvars
5 months ago
Matt Farina 12ae4a2759
Merge pull request #30844 from TerryHowe/rename-slave-replica
5 months ago
Terry Howe 71787cca60 fix: rename slave replica
5 months ago
George Jenkins a1f8802de9
Merge pull request #30553 from Zhanweelee/add_mustToYaml_support
5 months ago
Ayush Tiwari e63cbae886
added cmd.ErrOrStderr()
5 months ago
Ayush Tiwari 95328ea0a6
removed error import
5 months ago
Ayush Tiwari 058bc083a8
changed Error to print
5 months ago
Robert Sirchia ed475f286e
Merge pull request #30835 from helm/dependabot/go_modules/main/golang.org/x/crypto-0.38.0
5 months ago
dependabot[bot] 01c049c106
build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0
5 months ago
Robert Sirchia 76fbba2de8
Merge pull request #30836 from helm/dependabot/go_modules/main/golang.org/x/text-0.25.0
5 months ago
George Jenkins bff04b9606
Merge pull request #30827 from findnature/main
5 months ago
dependabot[bot] c3b83c3c40
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
5 months ago
dependabot[bot] 19997805a2
build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0
5 months ago
Matt Farina 6128122714
Merge pull request #30824 from adharsh277/fix-bug
5 months ago
Adharsh 7801588957 Fix bug in .golangci.yml configuration
5 months ago
Terry Howe da579a7aa6 chore: add test coverage for time package
5 months ago
findnature ac8d2f9aed refactor: use slices.Contains to simplify code
5 months ago
Terry Howe f754e6a23b chore: increase test coverage of time pkg
5 months ago
Matthieu MOREL 77a267dacf chore: enable usestdlibvars linter
5 months ago
George Jenkins 31e22b9866
Merge pull request #30800 from mmorel-35/fix-dep-fs
5 months ago
Matthieu MOREL 15b83a9959 fix: dep fs errors
5 months ago
Matt Farina ab15810701
Merge pull request #30786 from mmorel-35/clean-up
5 months ago
Robert Sirchia 4161d77aba
Merge pull request #30803 from mattfarina/fix-errors-windows
5 months ago
Matt Farina ed356cfca8
Fixing windows build
5 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
5 months ago
Jesse Simpson e0a67b1028
test: use more realistic unit-test scenario by not relying on Release.Name
6 months ago
Jesse Simpson d10c5f6429
style: trim space from formatted error messages
6 months ago
Jesse Simpson 0e0a8cc765
fix: address no-template-associated type of error
6 months ago
Jesse Simpson 013f27c294
fix: use errors.New instead of fmt.Errorf
6 months ago
Jesse Simpson 868cdc261f
refactor: reduce flow-control operations
6 months ago
Jesse Simpson 48922e21d1
refactor: use struct equality instead of comparing each composition
6 months ago
Jesse Simpson ac98e977c3
refactor: switch to while loop instead of for to reduce unnecessary variables
6 months ago
Jesse Simpson 65084371c9
refactor: replace if MatchString with FindStringSubMatch
6 months ago
Jesse Simpson 782f6c6409
refactor: shorten regex subexp syntax
6 months ago
Jesse Simpson 4b9a9ecaf6
refactor: rename function and add doc-string
6 months ago
Jesse Simpson 4f63c73353
refactor: remove impractical safety check
6 months ago
Jesse Simpson 5202820f2f
refactor: define regexs at package scope
6 months ago
Jesse Simpson cbdc22128e
refactor: use strings.Builder instead of string concatenation
6 months ago
Jesse Simpson cdcf1bc601
style: remove unnecessary break
6 months ago
Jesse Simpson 3cc4cb60ba
refactor: prevent duplicates being inserted rather than post-filtering
6 months ago
Jesse Simpson deea4a0d0e
refactor: remove more unnecessary format calls
6 months ago
Jesse Simpson 0a7dd4b269
test: adjust failing test on extra whitespace
6 months ago
Jesse Simpson 13b232e061
refactor: make use of regexs for err parsing
6 months ago
Jesse Simpson daf4c34879
fix: use originalErr instead of formatting original error
6 months ago
Jesse Simpson 98da3e28b6
fix: add some index checking and fixed a test that relied on type-checking
6 months ago
Jesse Simpson 80d7a1b33f
style: make format
6 months ago