Commit Graph

121 Commits (e6edb15067f222a5c4e12c382e4ede3780e4bd83)

Author SHA1 Message Date
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 2 years 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 missing array length check on release 3 years ago
Dmitry Chepurovskiy 28ab648d3c
Fix flaky TestSQLCreate test by making sqlmock ignore order of sql requests 3 years ago
Dmitry Chepurovskiy 512970ab40
Fixing tests after adding labels to release fixture 3 years ago
Dmitry Chepurovskiy 2f29ccb9d0
Make default release fixture contain custom labels to make tests check that labels are not lost 3 years ago
Dmitry Chepurovskiy 68721de93d
Added support for storing custom labels in SQL storage driver 3 years ago
Dmitry Chepurovskiy 083e66fe2b
Remove redudant types from util_test.go 3 years ago
Dmitry Chepurovskiy 3a2ed70bd3
Added tests for newly introduced util.go functions 3 years ago
Dmitry Chepurovskiy c7eedbd9c5
Fix broken tests for SQL storage driver 3 years ago
Dmitry Chepurovskiy 95bb77c261
Fix broken tests for configmap and secret storage drivers 3 years ago
Dmitry Chepurovskiy 627ec6a0c6
Make superseded releases keep labels 3 years ago
Dmitry Chepurovskiy ff3e55f655
Support configmap storage driver for install/upgrade actions --labels argument 3 years ago
Dmitry Chepurovskiy 6ef79e432b
Add labels support for install action with secret storage backend 3 years ago
Martin Hickey ed7b6c4761
Merge pull request from mikeshng/sql-query-fix 4 years ago
Adam Reese db2aa1a8d6
fix(ci) update ci to use main branch 4 years ago
Josh Soref 2bf8fdf45d
chore: Spelling () 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 5 years ago
Dmitry Chepurovskiy 357a0785bc
Added selector filtering 5 years ago
Dmitry Chepurovskiy 99bd709530
Pass labels from secret/configmap to release object 5 years ago
Haoming Zhang b6bbf34097
Close gzip reader when done. 5 years ago
Mike Ng b86105aebc fix(sql storage): Query() should return ErrReleaseNotFound immediately when no records are found 5 years ago
Matthew Morrissette 1911870958
fix(helm): allow a previously failed release to be upgraded () 5 years ago
Elliot Maincourt 21d2aa7f2b
Migrate SQL storage driver to Helm 3 () 5 years ago
Matt Farina a3fa01ff8b
Merge pull request from yinzara/bugfix/issue-7002 5 years ago
Adam Reese e1d046bc43
fix(tests): fix broken unit tests in storage () 5 years ago
Lu Fengqi 9e1f381bf2
Add unit test for Secrets/ConfigMaps () 5 years ago
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 () 5 years ago
tiendc 26830942d2
Fix a bug in Delete() in storage/driver/cfgmaps.go () 5 years ago
tiendc 06bc18c624
Fix a bug in storage/driver/secrets.go Delete() () 5 years ago
Zhou Hao f5da6bd3d6 add unit test for RecordsReplace 5 years ago
Zhou Hao ae508ebd1c add unit test for ConfigMapDelete 5 years ago
Zhou Hao 95d7f36d41 add unit test for SecretDelete 5 years ago
Matt Morrissette 1ab52fa79c
fix(helm): stdin values for helm upgrade --install 5 years ago
Zhou Hao f1f661d4ca pkg/storage/records: add unit test for Exists 5 years ago
Zhou Hao c96aff6a43 pkg/storage/records: add unit test for Index 5 years ago