This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
forked from helm-unittest/helm-unittest
-
Notifications
You must be signed in to change notification settings - Fork 19
Updated upstream repo to https://github.com/quintush/helm-unittest #15
Open
rawmind0
wants to merge
238
commits into
rancher:master
Choose a base branch
from
rawmind0:helmv3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…vers. For simplicity started with JUnit, but created a factory pattern to easy expand to other formats. Also updated the test to ensure to original version is still working.
…to cleanup all code.
Feature/test output formats
Update ci to use golang 1.13 for distribution, this version supports …
Add NUnitTest format, including some verification.
Fix setting right variable for flag output-type.
Feature/test output formats
…m charts as helm3 charts (helm-unittest#87, helm-unittest#98). Also updated helm2 libraries to support last rendering (helm-unittest#96).
…succeed regardless environment.
…o be compatible with other packages.
Helmv3 compatibility
…tation Add initial FAQ and update related documentation to point to the FAQ.
Trying to install the plugin from more than one user on the same machine fails when it is unpacking the tar. The error looks like this: [ktest@k8s-rhel7-01 ~]$ helm plugin install https://github.com/quintush/helm-unittest Support linux-amd64 Retrieving https://api.github.com/repos/quintush/helm-unittest/releases/tags/v0.2.6 Downloading https://github.com/quintush/helm-unittest/releases/download/v0.2.6/helm-unittest-linux-amd64-0.2.6.tgz to location /tmp/_dist/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 643 100 643 0 0 2485 0 --:--:-- --:--:-- --:--:-- 2492 100 17.8M 100 17.8M 0 0 23.2M 0 --:--:-- --:--:-- --:--:-- 23.2M Validating Checksum. tar: untt: Cannot open: File exists tar: README.md: Cannot open: File exists tar: LICENSE: Cannot open: File exists tar: plugin.yaml: Cannot open: File exists tar: Exiting with failure status due to previous errors Failed to install helm-unittest For support, go to https://github.com/kubernetes/helm Error: plugin install hook for "unittest" exited with error The root of the problem is that a temporary dir is not cleand up. The fix I applied was to remove this temp dir.
Allow plugin install on shared machine
Add test examples with mappings.
After a test job executes, chart.Metadata.Dependencies.ImportValues type is changed from <map[string]interface {}> to <map[string]string>, which breaks the next job execution, as helm simply ignores ImportValues when type is <map[string]string>.
…rdetails, fixed and updated import-values including subsubcharts tests.
Clone chart.Metadata.Dependencies between test job executions
dependend -> dependent
Documenting `jq`-like path selection syntax
Spelling error in README.md
…-type Update readme to add missing -t flag and fix description of -o flag
rawmind0
force-pushed
the
helmv3
branch
2 times, most recently
from
August 22, 2021 18:47
65a87c5
to
d916134
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original upstream repo https://github.com/helm-unittest/helm-unittest is not maintained anymore. Updating upstream repo to https://github.com/quintush/helm-unittest. The new upstream repo is maintained and provides new features as supporting helm v3 testing.