Commit Graph

158 Commits (5e3100406813dbaccbc789e8a76528f88bc55802)

Author SHA1 Message Date
Robert Sirchia d58d7b3762 Fixing all the linting errors
4 months ago
Matt Farina 847369c184
Update to Go 1.21 for builds
6 months ago
Dmitry Chepurovskiy 250f0bd46e
Drop filterSystemLabels usage from Query method
9 months ago
Dmitry Chepurovskiy 0ec47f8ec9
Apply review suggestions
9 months ago
Dmitry Chepurovskiy e6d9b99255
Allow using label selectors for system labels for sql backend.
10 months ago
Dmitry Chepurovskiy e219c756e0
Allow using label selectors for system labels for secrets and configmap
10 months ago
abrarcv170 4199be82b5
Increased release information key name max length.
10 months ago
Maxim Trofimov 4944acb341 fix conflict
11 months ago
Maxim Trofimov 6138e101aa add big tests
11 months ago
Maxim Trofimov 199784f711 fix conflict
11 months ago
Maxim Trofimov b786cb40f0 fix
11 months ago
Maxim Trofimov df5904d88a add check if all migrations already applied
11 months ago
Joe Julian 4ff7d90872
Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade
11 months ago
Dmitry Chepurovskiy 7b13ac9914
Added error in case try to supply custom label with name of system label during install/upgrade
12 months ago
Matt Farina 4e7e939f19
Updating the Go version in go.mod
1 year ago
Matt Farina 50c22ed7f9
Bump the Go version
1 year ago
Dmitry Chepurovskiy 6853c3eab5
Merge remote-tracking branch 'origin/main' into add-labels-to-install-upgrade
1 year 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
2 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
3 years ago
Josh Soref 2bf8fdf45d
chore: Spelling (#9410)
3 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)
4 years ago
Elliot Maincourt 21d2aa7f2b
Migrate SQL storage driver to Helm 3 (#7635)
4 years ago
Matt Farina a3fa01ff8b
Merge pull request #7640 from yinzara/bugfix/issue-7002
4 years ago
Adam Reese e1d046bc43
fix(tests): fix broken unit tests in storage (#7928)
4 years ago
Lu Fengqi 9e1f381bf2
Add unit test for Secrets/ConfigMaps (#7765)
4 years ago
Eric Bailey b9445616b5
fix(storage): preserve last deployed revision (#7806)
4 years ago
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
4 years ago