Commit Graph

76 Commits (93106ba2b65b68976c8fdbdea11bac04e55604b4)

Author SHA1 Message Date
George Jenkins 93106ba2b6
Merge pull request #30982 from gjenkins8/gjenkins/force_replace_flag
6 months ago
George Jenkins 8face0e596
Merge pull request #31060 from yumeiyin/main
6 months ago
Joe Julian 08909e030b
Merge pull request #31019 from zachburg/templates_lint
6 months ago
Joe Julian 1f3e4ad12a
Merge pull request #31011 from yalosev/feature/add-labels-to-metadata
6 months ago
George Jenkins 74f2805f01 Rename 'force' to 'force-replace'
6 months ago
yumeiyin 8c22fbfe4a refactor: replace Split in loops with more efficient SplitSeq
6 months ago
Yuriy Losev 46b1a41631 Add release labels to the release Metadata
7 months ago
Zach Burgess 35434947a3 Return a lint warning if `templates/` does not exist.
7 months ago
Zach Burgess 6e30619d8f
Merge branch 'helm:main' into templates_lint
7 months ago
George Jenkins bbea98ed6b
Merge pull request #30898 from fidelity-contributions/fix-issue-13198
7 months ago
George Jenkins edd0dabe02
Merge pull request #31021 from zachburg/test_temp_dir
7 months ago
George Jenkins 5283915c57 Remove deprecated '--create-pods' flag
7 months ago
Zach Burgess eaf40b4b4f Call `ensure.HelmHome()` in package_test.go
7 months ago
Zach Burgess c48a3435f5 Remove unnecessary calls for changing directory to `helmpath.CachePath`.
7 months ago
Zach Burgess 3b26ddc22b Update tests in create_test.go and package_test.go to work in a temp dir.
7 months ago
Zach Burgess b703d5b4bb Return early when linting if the `templates/` dir does not exist
7 months ago
Matt Farina f0cf9c28f0
Move logging setup to be configurable
7 months ago
George Jenkins a2a0935cba
Merge pull request #30900 from unguiculus/issue-12952
7 months ago
manslaughter03 bc44614a78 fix: wrap run release test error in case GetPodLogs failed.
8 months ago
Ashmit Bhardwaj e060fbe185 updated docs
8 months ago
Ashmit Bhardwaj 0389407cbc removed unnecessary binary file
8 months ago
Ashmit Bhardwaj b305a501e8 added documentation and test cases for api-versions flag
8 months ago
Terry Howe 93ec064640
fix: repo update cmd mutex
8 months ago
Matthieu MOREL 56a2bb4188 chore: enable usetesting linter
8 months ago
Reinhard Nägele d448cf1943 Add timeout flag to repo add and update flags
8 months ago
Robert Sirchia 83c26845ad
Merge pull request #30904 from benoittgt/document-ideal-registry-login-command
8 months ago
Benoit Tigeot cb730c94b5
Help users avoid specifying URL scheme an path
8 months ago
Matt Farina cf7613ba6b
Reverting fix "renders int as float"
8 months ago
Matt Farina ab56ac62ba
Merge pull request #30866 from mmorel-35/thelper
8 months ago
Matthieu MOREL 157f0ba10a chore: enable thelper
8 months ago
Matt Farina b5a4781099
Adding test for list command
8 months ago
Ayush Tiwari 56b688145f
added cmd in repo_list.go for pipeline
9 months ago
Ayush Tiwari e63cbae886
added cmd.ErrOrStderr()
9 months ago
Ayush Tiwari 95328ea0a6
removed error import
9 months ago
Ayush Tiwari 058bc083a8
changed Error to print
9 months ago
findnature ac8d2f9aed refactor: use slices.Contains to simplify code
9 months ago
Justen Stall 73545f9a3e
one more test output
9 months ago
Justen Stall 4a6092bd6c
update another test output
9 months ago
Justen Stall 3877ec9049
fix golangci-lint issues
9 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
9 months ago
Robert Sirchia da096e1b7a
Merge pull request #30752 from benoittgt/bump-golangci-lint-action
9 months ago
Matt Farina 0dffc580b0
Simpligy the JSON Schema checking
9 months ago
Benoit Tigeot eb65ce280b
could apply De Morgan's law
10 months ago
Benoit Tigeot 374805deb4
error strings should not be capitalized
10 months ago
Benoit Tigeot 1654664b78
could use strings.ReplaceAll instead
10 months ago
Benoit Tigeot a6d0335bbb
Use fmt.Fprintf(...) instead of ...
10 months ago
Benoit Tigeot a9b7732367
could remove embedded field X from selector
10 months ago
Matt Farina 91ecb56355
Removing the alpine test chart
10 months ago
Benoit Tigeot e7eedae97c
Use the logger with proper handling of dynamic debug on 2 locations
10 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
10 months ago