You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add build of scorecard-test image, wire it into the scorecard-test image, update scorecard-test to unzip a bundle from the expected mount point
* add a sample config file and pod spec, plus remove a log message from the test image
* add start of pod definition
* split out kubeclient and testpod
* add random string to test pod names
* add interim pod log capture
* add output formatting
* split out CR helper
* add suggestion for test names if user enters invalid test name in their configuration
* convert all output to ScorecardOutput
* add initial delete pod defer
* make the bundle singular, refactor the CRs into a helper
* add tar and untar of configmap
* add cleanup flag
* update kube client logic to look in various places for the config
* add waittime command flag, add pod wait logic
* change waittime to wait-time for the flag name
* refactor some code, create a relation between the test and the test pod
* fix get bundle to check for valid paths to avoid errors in the api call
* refactor for linter and general cleanup
* refactor the TestBundle into just a registry.Bundle
* remove basic check status test as its not useful
* remove reference to basic check status test which was removed
* fix tests
* remove basic status test from config
* updates based on pr review comments
* add build of scorecard-test image, wire it into the scorecard-test image, update scorecard-test to unzip a bundle from the expected mount point
* add a sample config file and pod spec, plus remove a log message from the test image
* add start of pod definition
* split out kubeclient and testpod
* add random string to test pod names
* add interim pod log capture
* add output formatting
* split out CR helper
* add suggestion for test names if user enters invalid test name in their configuration
* convert all output to ScorecardOutput
* add initial delete pod defer
* make the bundle singular, refactor the CRs into a helper
* add tar and untar of configmap
* add cleanup flag
* update kube client logic to look in various places for the config
* add waittime command flag, add pod wait logic
* change waittime to wait-time for the flag name
* refactor some code, create a relation between the test and the test pod
* fix get bundle to check for valid paths to avoid errors in the api call
* refactor for linter and general cleanup
* refactor the TestBundle into just a registry.Bundle
* remove basic check status test as its not useful
* remove reference to basic check status test which was removed
* fix tests
* remove basic status test from config
* updates based on pr review comments
* Update cmd/operator-sdk/alpha/scorecard/cmd.go
Co-Authored-By: Joe Lanford <[email protected]>
* Update cmd/operator-sdk/alpha/scorecard/cmd.go
Co-Authored-By: Joe Lanford <[email protected]>
* Update internal/scorecard/alpha/tests/test_bundle.go
Co-Authored-By: Joe Lanford <[email protected]>
* Update internal/scorecard/alpha/tests/test_bundle.go
Co-Authored-By: Joe Lanford <[email protected]>
* make updates based on PR reviews
* refactor output formatting into the cmd
* fix linter issue
* rename tar function name
* Update cmd/operator-sdk/alpha/scorecard/cmd.go
doh!
Co-Authored-By: Joe Lanford <[email protected]>
* fix skipcleanup
* refactor crhelper to avoid extraneous unmarshalling
* replace fmt.Print with log.Error in a few cases
* updates from PR review
* Update internal/scorecard/alpha/tests/crhelper.go
Co-Authored-By: Joe Lanford <[email protected]>
* Update internal/scorecard/alpha/tests/crhelper.go
Co-Authored-By: Joe Lanford <[email protected]>
* Update cmd/operator-sdk/alpha/scorecard/cmd.go
Co-Authored-By: Joe Lanford <[email protected]>
* Update internal/scorecard/alpha/config.go
Co-Authored-By: Joe Lanford <[email protected]>
* rename ScorecardTest to Test and other PR review comments
* various updates from PR comments
* cleanup fmt.Error calls
* refactor Options struct into Scorecard struct and add struct methods for it
* make entrypoints a collection in the config file format
* fix GetBundle return values
* fix unit tests
* fix image
Co-authored-by: Joe Lanford <[email protected]>
0 commit comments