Commit Graph

164 Commits (2848e3db51b19a171c2459ea6253d2be92f090e2)

Author SHA1 Message Date
Trent V. f9183a522a
Merge branch 'helm:main' into main
4 weeks ago
Nathan Baulch ef85fa7f2d
Grammar fixes
2 months ago
Nathan Baulch ff9dd262e3
Fix typos
2 months ago
Daniel Strobusch 90df4fa4d1
fix docs of DeployedAll
6 months ago
Robert Sirchia d58d7b3762 Fixing all the linting errors
8 months ago
Trenton VanderWert ab640a7177
added sprintf solution and found other possible overflow occurences
9 months ago
Trenton VanderWert 4a45342887
changed Iota to FormatInt to allow int64 value preventing 2038 overflow
9 months ago
Matt Farina 847369c184
Update to Go 1.21 for builds
10 months ago
Dmitry Chepurovskiy 250f0bd46e
Drop filterSystemLabels usage from Query method
1 year ago
Dmitry Chepurovskiy 0ec47f8ec9
Apply review suggestions
1 year ago
Dmitry Chepurovskiy e6d9b99255
Allow using label selectors for system labels for sql backend.
1 year ago
Dmitry Chepurovskiy e219c756e0
Allow using label selectors for system labels for secrets and configmap
1 year ago
abrarcv170 4199be82b5
Increased release information key name max length.
1 year ago
Maxim Trofimov 4944acb341 fix conflict
1 year ago
Maxim Trofimov 6138e101aa add big tests
1 year ago
Maxim Trofimov 199784f711 fix conflict
1 year ago
Maxim Trofimov b786cb40f0 fix
1 year ago
Maxim Trofimov df5904d88a add check if all migrations already applied
1 year ago
Joe Julian 4ff7d90872
Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade
1 year ago
Dmitry Chepurovskiy 7b13ac9914
Added error in case try to supply custom label with name of system label during install/upgrade
1 year ago
Matt Farina 4e7e939f19
Updating the Go version in go.mod
2 years ago
Matt Farina 50c22ed7f9
Bump the Go version
2 years ago
Dmitry Chepurovskiy 6853c3eab5
Merge remote-tracking branch 'origin/main' into add-labels-to-install-upgrade
2 years ago
Arvid E. Picciani b9f347a574 fixes #11142 missing array length check on release
2 years ago
Dmitry Chepurovskiy 28ab648d3c
Fix flaky TestSQLCreate test by making sqlmock ignore order of sql requests
2 years ago
Dmitry Chepurovskiy 512970ab40
Fixing tests after adding labels to release fixture
2 years ago
Dmitry Chepurovskiy 2f29ccb9d0
Make default release fixture contain custom labels to make tests check that labels are not lost
2 years ago
Dmitry Chepurovskiy 68721de93d
Added support for storing custom labels in SQL storage driver
2 years ago
Dmitry Chepurovskiy 083e66fe2b
Remove redudant types from util_test.go
2 years ago
Dmitry Chepurovskiy 3a2ed70bd3
Added tests for newly introduced util.go functions
2 years ago
Dmitry Chepurovskiy c7eedbd9c5
Fix broken tests for SQL storage driver
2 years ago
Dmitry Chepurovskiy 95bb77c261
Fix broken tests for configmap and secret storage drivers
2 years ago
Dmitry Chepurovskiy 627ec6a0c6
Make superseded releases keep labels
2 years ago
Dmitry Chepurovskiy ff3e55f655
Support configmap storage driver for install/upgrade actions --labels argument
2 years ago
Dmitry Chepurovskiy 6ef79e432b
Add labels support for install action with secret storage backend
2 years ago
Timofey Kirillov da8e7d2532
fix: "... has no deployed releases" error when release history contains only failed releases and history limit reached
3 years ago
longkai 2deb641efd fix(typo): fix typo of storage doc
3 years ago
Martin Hickey ed7b6c4761
Merge pull request #8470 from mikeshng/sql-query-fix
3 years ago
Adam Reese db2aa1a8d6
fix(ci) update ci to use main branch
4 years ago
Josh Soref 2bf8fdf45d
chore: Spelling (#9410)
4 years ago
Daniel Lipovetsky 00cf10d360
fix(pkg/storage): If storage.Create fails to clean up recent release versions, return an error
4 years ago
Daniel Lipovetsky 8c28da6567
test(pkg/storage): Verify that storage.Create returns an error if it fails to clean up least-recent release versions
4 years ago
Mike Ng 3be333b73b keep existing behavior of returning ErrReleaseNotFound when release(s) failed to decode
4 years ago
Dmitry Chepurovskiy 09172b468a
Fix linting issues
4 years ago
Dmitry Chepurovskiy 357a0785bc
Added selector filtering
4 years ago
Dmitry Chepurovskiy 99bd709530
Pass labels from secret/configmap to release object
4 years ago
Haoming Zhang b6bbf34097
Close gzip reader when done.
4 years ago
Mike Ng b86105aebc fix(sql storage): Query() should return ErrReleaseNotFound immediately when no records are found
4 years ago
zouyu c6a00e63ef Fix some go-lint warnings
4 years ago
Matthew Morrissette 1911870958
fix(helm): allow a previously failed release to be upgraded (#7653)
5 years ago