1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/cmd
Christopher Fenner cb3fa7c293
feat(sonar): add output of measurements (#2218)
* add sonarqube measurements

* fetch measurements from API

* add api for fetching issue counts

* add debug outputs

* add further severities

* log number of issues

* report failure

* expose method to send request

* Fixed what was broken.

* add debug output

* wip

* correct opaque property

* push client handling to apiClient.go

* use correct API URL

* correct log outputs

* remove logging

* remove option validation

* extend search options

* restructure

* rename api client file

* simplify client usage

* simplify issue client

* write sonar values to influx

* extract issue service

* reorder imports

* add sonar integration test

* allow unknown fields

* add test case

* add test case

* remove

* fix

* Update http.go

* Apply suggestions from code review

* Update cmd/sonarExecuteScan.go

* rework test cases

* use explicit returns

* add task service

* add waitfortask

* fix typo

* remove fixme

* expose poll interval

* rename test cases

* add test cases

* use newAPIClient method

* use waitForTask

* rename services

* finalize code

* handle error

* move defer

* move types

* add test case

* use http.status...

* add test case

* expose api endpoint names

* extract api client

* adjust test cases

* Update integration-tests-pr.yaml

* Update integration-tests.yaml

* improve require message

* Update integration-tests-pr.yaml

* Update integration-tests-pr.yaml
2021-02-24 15:44:23 +01:00
..
testdata
abapAddonAssemblyKitCheckCVs_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapAddonAssemblyKitCheckCVs_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
abapAddonAssemblyKitCheckCVs_test.go AAKaaS: 2 Check Product Version (#2037) 2020-09-17 15:56:14 +02:00
abapAddonAssemblyKitCheckCVs.go AAKaaS check steps to run without prior PV input (#2091) 2020-09-30 10:30:53 +02:00
abapAddonAssemblyKitCheckPV_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapAddonAssemblyKitCheckPV_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
abapAddonAssemblyKitCheckPV_test.go AAKaaS check steps to run without prior PV input (#2091) 2020-09-30 10:30:53 +02:00
abapAddonAssemblyKitCheckPV.go Update abapAddonAssemblyKitCheckPV.go (#2468) 2020-12-16 11:19:48 +01:00
abapAddonAssemblyKitCreateTargetVector_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapAddonAssemblyKitCreateTargetVector_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
abapAddonAssemblyKitCreateTargetVector_test.go AAKaaS: 4 create Target Vector (#2041) 2020-09-18 11:18:51 +02:00
abapAddonAssemblyKitCreateTargetVector.go AAKaaS: 4 create Target Vector (#2041) 2020-09-18 11:18:51 +02:00
abapAddonAssemblyKitPublishTargetVector_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapAddonAssemblyKitPublishTargetVector_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
abapAddonAssemblyKitPublishTargetVector_test.go AAKaaS: 3 publish target Vector (#2040) 2020-09-18 10:24:46 +02:00
abapAddonAssemblyKitPublishTargetVector.go AAKaaS: 3 publish target Vector (#2040) 2020-09-18 10:24:46 +02:00
abapAddonAssemblyKitRegisterPackages_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapAddonAssemblyKitRegisterPackages_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
abapAddonAssemblyKitRegisterPackages_test.go AAKaaS upload in chunks (#2422) 2020-11-26 13:45:51 +01:00
abapAddonAssemblyKitRegisterPackages.go AAKaaS upload in chunks (#2422) 2020-11-26 13:45:51 +01:00
abapAddonAssemblyKitReleasePackages_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapAddonAssemblyKitReleasePackages_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
abapAddonAssemblyKitReleasePackages_test.go AAKaaS: 6 release package (#2043) 2020-09-18 16:40:49 +02:00
abapAddonAssemblyKitReleasePackages.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
abapAddonAssemblyKitReserveNextPackages_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapAddonAssemblyKitReserveNextPackages_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
abapAddonAssemblyKitReserveNextPackages_test.go AAKaaS: 7 reserve next package (#2046) 2020-09-18 17:27:04 +02:00
abapAddonAssemblyKitReserveNextPackages.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
abapEnvironmentAssembleConfirm_generated_test.go Adding new step for abap Enviroment Assembly Confirm (#2586) 2021-02-10 11:33:10 +01:00
abapEnvironmentAssembleConfirm_generated.go Increase cf-cli version for abap steps (#2613) 2021-02-16 18:03:29 +01:00
abapEnvironmentAssembleConfirm_test.go New pipeline step assembly confirm (#2631) 2021-02-23 11:11:52 +01:00
abapEnvironmentAssembleConfirm.go Adjustment assemblyConfirm Step - Check for package status (#2644) 2021-02-24 12:45:10 +01:00
abapEnvironmentAssemblePackages_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapEnvironmentAssemblePackages_generated.go Increase cf-cli version for abap steps (#2613) 2021-02-16 18:03:29 +01:00
abapEnvironmentAssemblePackages_test.go Wait between posts (#2355) 2020-11-17 10:26:15 +01:00
abapEnvironmentAssemblePackages.go Wait between posts (#2355) 2020-11-17 10:26:15 +01:00
abapEnvironmentCheckoutBranch_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapEnvironmentCheckoutBranch_generated.go Increase cf-cli version for abap steps (#2613) 2021-02-16 18:03:29 +01:00
abapEnvironmentCheckoutBranch_test.go Revert "Parallel test processing for abaputils (#2570)" (#2578) 2021-02-04 15:19:42 +01:00
abapEnvironmentCheckoutBranch.go Add commit to clone and pull (#2258) 2020-11-02 14:17:13 +01:00
abapEnvironmentCloneGitRepo_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapEnvironmentCloneGitRepo_generated.go Increase cf-cli version for abap steps (#2613) 2021-02-16 18:03:29 +01:00
abapEnvironmentCloneGitRepo_test.go Revert "Parallel test processing for abaputils (#2570)" (#2578) 2021-02-04 15:19:42 +01:00
abapEnvironmentCloneGitRepo.go Fix: Change URL creation for abapEnvironmentCloneGitRepo (#2452) 2020-12-08 09:31:08 +01:00
abapEnvironmentCreateSystem_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapEnvironmentCreateSystem_generated.go Increase ppiper cf-cli version to v7 (#2590) 2021-02-11 12:54:11 +01:00
abapEnvironmentCreateSystem_test.go Fix marshalling a boolean (#2521) 2021-01-18 11:14:55 +01:00
abapEnvironmentCreateSystem.go Fix marshalling a boolean (#2521) 2021-01-18 11:14:55 +01:00
abapEnvironmentPullGitRepo_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapEnvironmentPullGitRepo_generated.go Increase cf-cli version for abap steps (#2613) 2021-02-16 18:03:29 +01:00
abapEnvironmentPullGitRepo_test.go Revert "Parallel test processing for abaputils (#2570)" (#2578) 2021-02-04 15:19:42 +01:00
abapEnvironmentPullGitRepo.go remove excess logging in abapEnvironmentPullGitRepo step (#2392) 2020-11-18 11:18:06 +01:00
abapEnvironmentRunATCCheck_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
abapEnvironmentRunATCCheck_generated.go Increase cf-cli version for abap steps (#2613) 2021-02-16 18:03:29 +01:00
abapEnvironmentRunATCCheck_test.go Revert "Parallel test processing for abaputils (#2570)" (#2578) 2021-02-04 15:19:42 +01:00
abapEnvironmentRunATCCheck.go extend ATC result structure & logs (#2548) 2021-01-28 13:06:13 +01:00
artifactPrepareVersion_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
artifactPrepareVersion_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
artifactPrepareVersion_test.go feat(whitesource): consolidated reporting and versioning alignment (#2571) 2021-02-10 16:18:00 +01:00
artifactPrepareVersion.go introduce plainOpen in pkg/git (#2602) 2021-02-15 12:34:19 +01:00
checkChangeInDevelopment_generated_test.go Introduce checkChangeInDevelopment (#2504) 2021-02-12 08:50:38 +01:00
checkChangeInDevelopment_generated.go Introduce checkChangeInDevelopment (#2504) 2021-02-12 08:50:38 +01:00
checkChangeInDevelopment_test.go Introduce checkChangeInDevelopment (#2504) 2021-02-12 08:50:38 +01:00
checkChangeInDevelopment.go Introduce checkChangeInDevelopment (#2504) 2021-02-12 08:50:38 +01:00
checkmarxExecuteScan_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
checkmarxExecuteScan_generated.go checkmarxExecuteScan: adapt to 9.2 api (#2363) 2020-11-25 13:47:26 +01:00
checkmarxExecuteScan_test.go checkmarxExecuteScan: adapt to 9.2 api (#2363) 2020-11-25 13:47:26 +01:00
checkmarxExecuteScan.go checkmarxExecuteScan: adapt to 9.2 api (#2363) 2020-11-25 13:47:26 +01:00
cloudFoundryCreateService_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
cloudFoundryCreateService_generated.go Increase ppiper cf-cli version to v7 (#2590) 2021-02-11 12:54:11 +01:00
cloudFoundryCreateService_test.go Vars handling centralized (#1934) 2020-09-24 09:39:18 +02:00
cloudFoundryCreateService.go Vars handling centralized (#1934) 2020-09-24 09:39:18 +02:00
cloudFoundryCreateServiceKey_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
cloudFoundryCreateServiceKey_generated.go test (#2611) 2021-02-15 11:06:07 +01:00
cloudFoundryCreateServiceKey_test.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
cloudFoundryCreateServiceKey.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
cloudFoundryCreateSpace_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
cloudFoundryCreateSpace_generated.go use v6 version of ppiper/cf-cli consistently for all go steps (#2569) 2021-02-11 09:31:25 +01:00
cloudFoundryCreateSpace_test.go Add steps for cf space creation and deletion (#2049) 2020-09-24 11:30:25 +02:00
cloudFoundryCreateSpace.go Add steps for cf space creation and deletion (#2049) 2020-09-24 11:30:25 +02:00
cloudFoundryDeleteService_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
cloudFoundryDeleteService_generated.go test (#2611) 2021-02-15 11:06:07 +01:00
cloudFoundryDeleteService_test.go Improve tests for cf steps (#1875) 2020-08-10 11:08:34 +02:00
cloudFoundryDeleteService.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
cloudFoundryDeleteSpace_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
cloudFoundryDeleteSpace_generated.go use v6 version of ppiper/cf-cli consistently for all go steps (#2569) 2021-02-11 09:31:25 +01:00
cloudFoundryDeleteSpace_test.go Add steps for cf space creation and deletion (#2049) 2020-09-24 11:30:25 +02:00
cloudFoundryDeleteSpace.go Add steps for cf space creation and deletion (#2049) 2020-09-24 11:30:25 +02:00
cloudFoundryDeploy_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
cloudFoundryDeploy_generated.go use v6 version of ppiper/cf-cli consistently for all go steps (#2569) 2021-02-11 09:31:25 +01:00
cloudFoundryDeploy_test.go print version of cf cli (#2577) 2021-02-05 08:24:41 +01:00
cloudFoundryDeploy.go print version of cf cli (#2577) 2021-02-05 08:24:41 +01:00
completions.go Add command for commandline completion scripts (#1983) 2020-09-07 15:22:01 +02:00
containerSaveImage_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
containerSaveImage_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
containerSaveImage_test.go
containerSaveImage.go
detectExecuteScan_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
detectExecuteScan_generated.go feat(detect): Scanonchanges : Parameter to reduce scan running time and load on BlackDuck server (#2538) 2021-01-29 10:17:02 +01:00
detectExecuteScan_test.go fix(detect): Scanonchanges : bug fix for escaping spaces in parameters (#2561) 2021-02-02 15:43:12 +01:00
detectExecuteScan.go feat(whitesource): consolidated reporting and versioning alignment (#2571) 2021-02-10 16:18:00 +01:00
fortifyExecuteScan_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
fortifyExecuteScan_generated.go add access_token alias to all gh secrets (#2543) 2021-01-27 12:58:47 +01:00
fortifyExecuteScan_test.go feat(whitesource): consolidated reporting and versioning alignment (#2571) 2021-02-10 16:18:00 +01:00
fortifyExecuteScan.go Install artifacts before Fortify scan (#2351) 2020-11-16 10:29:21 +01:00
gctsCloneRepository_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
gctsCloneRepository_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
gctsCloneRepository_test.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
gctsCloneRepository.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
gctsCreateRepository_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
gctsCreateRepository_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
gctsCreateRepository_test.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
gctsCreateRepository.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
gctsDeploy_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
gctsDeploy_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
gctsDeploy_test.go Introducing new step 'gctsRollback' (#1526) 2020-07-23 20:20:07 +02:00
gctsDeploy.go Introducing new step 'gctsRollback' (#1526) 2020-07-23 20:20:07 +02:00
gctsExecuteABAPUnitTests_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
gctsExecuteABAPUnitTests_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
gctsExecuteABAPUnitTests_test.go chore(go): simplify code using gofmt -s (#2065) 2020-09-24 08:58:53 +02:00
gctsExecuteABAPUnitTests.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
gctsRollback_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
gctsRollback_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
gctsRollback_test.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
gctsRollback.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
getConfig_test.go kanikoExecute: improve user experience (#2141) 2020-10-14 11:13:08 +02:00
getConfig.go feat(whitesource): consolidated reporting and versioning alignment (#2571) 2021-02-10 16:18:00 +01:00
githubCheckBranchProtection_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
githubCheckBranchProtection_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
githubCheckBranchProtection_test.go GitHub steps: convenience updates (#2026) 2020-09-15 17:50:55 +02:00
githubCheckBranchProtection.go GitHub steps: convenience updates (#2026) 2020-09-15 17:50:55 +02:00
githubCommentIssue_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
githubCommentIssue_generated.go add step to create a GitHub comment (#2479) 2020-12-21 16:21:07 +01:00
githubCommentIssue_test.go add step to create a GitHub comment (#2479) 2020-12-21 16:21:07 +01:00
githubCommentIssue.go add step to create a GitHub comment (#2479) 2020-12-21 16:21:07 +01:00
githubCreateIssue_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
githubCreateIssue_generated.go add step to create a GitHub issue (#2481) 2020-12-21 17:13:16 +01:00
githubCreateIssue_test.go add step to create a GitHub issue (#2481) 2020-12-21 17:13:16 +01:00
githubCreateIssue.go add step to create a GitHub issue (#2481) 2020-12-21 17:13:16 +01:00
githubCreatePullRequest_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
githubCreatePullRequest_generated.go add access_token alias to all gh secrets (#2543) 2021-01-27 12:58:47 +01:00
githubCreatePullRequest_test.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
githubCreatePullRequest.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
githubPublishRelease_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
githubPublishRelease_generated.go add access_token alias to all gh secrets (#2543) 2021-01-27 12:58:47 +01:00
githubPublishRelease_test.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
githubPublishRelease.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
githubSetCommitStatus_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
githubSetCommitStatus_generated.go add access_token alias to all gh secrets (#2543) 2021-01-27 12:58:47 +01:00
githubSetCommitStatus_test.go GitHub steps: convenience updates (#2026) 2020-09-15 17:50:55 +02:00
githubSetCommitStatus.go GitHub steps: convenience updates (#2026) 2020-09-15 17:50:55 +02:00
gitopsUpdateDeployment_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
gitopsUpdateDeployment_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
gitopsUpdateDeployment_test.go Remove assert.Error right before assert.EqualError (#2344) 2020-11-11 14:14:55 +01:00
gitopsUpdateDeployment.go feat(Gitops): Gitops update deployment with helm (#2247) 2020-11-03 18:29:46 +01:00
hadolintExecute_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
hadolintExecute_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
hadolintExecute_test.go refactor(hadolint): implement step in GO (#1169) 2020-11-16 15:14:54 +01:00
hadolintExecute.go refactor(hadolint): implement step in GO (#1169) 2020-11-16 15:14:54 +01:00
integrationArtifactDeploy_generated_test.go IntegrationArtifactDeploy Command (#2526) 2021-01-22 15:55:50 +01:00
integrationArtifactDeploy_generated.go IntegrationArtifactDeploy Command (#2526) 2021-01-22 15:55:50 +01:00
integrationArtifactDeploy_test.go IntegrationArtifactUpload Command (#2610) 2021-02-17 09:59:56 +01:00
integrationArtifactDeploy.go IntegrationArtifactDeploy Command (#2526) 2021-01-22 15:55:50 +01:00
integrationArtifactDownload_generated_test.go IntegrationArtifactDownload Command (#2587) 2021-02-10 17:08:23 +01:00
integrationArtifactDownload_generated.go IntegrationArtifactDownload Command (#2587) 2021-02-10 17:08:23 +01:00
integrationArtifactDownload_test.go IntegrationArtifactDownload Command (#2587) 2021-02-10 17:08:23 +01:00
integrationArtifactDownload.go IntegrationArtifactDownload Command (#2587) 2021-02-10 17:08:23 +01:00
integrationArtifactGetMplStatus_generated_test.go IntegrationArtifactGetMplStatus Command (#2558) 2021-02-04 10:50:15 +01:00
integrationArtifactGetMplStatus_generated.go IntegrationArtifactGetMplStatus Command (#2558) 2021-02-04 10:50:15 +01:00
integrationArtifactGetMplStatus_test.go IntegrationArtifactGetMplStatus Command (#2558) 2021-02-04 10:50:15 +01:00
integrationArtifactGetMplStatus.go IntegrationArtifactGetMplStatus Command (#2558) 2021-02-04 10:50:15 +01:00
integrationArtifactGetServiceEndpoint_generated_test.go IntegrationArtifactGetServiceEndpoint Command (#2582) 2021-02-05 10:35:55 +01:00
integrationArtifactGetServiceEndpoint_generated.go IntegrationArtifactGetServiceEndpoint Command (#2582) 2021-02-05 10:35:55 +01:00
integrationArtifactGetServiceEndpoint_test.go IntegrationArtifactGetServiceEndpoint Command (#2582) 2021-02-05 10:35:55 +01:00
integrationArtifactGetServiceEndpoint.go IntegrationArtifactGetServiceEndpoint Command (#2582) 2021-02-05 10:35:55 +01:00
integrationArtifactUpdateConfiguration_generated_test.go IntegrationArtifactUpdateConfiguration Command (#2542) 2021-01-29 09:46:47 +01:00
integrationArtifactUpdateConfiguration_generated.go IntegrationArtifactUpdateConfiguration Command (#2542) 2021-01-29 09:46:47 +01:00
integrationArtifactUpdateConfiguration_test.go IntegrationArtifactUpdateConfiguration Command (#2542) 2021-01-29 09:46:47 +01:00
integrationArtifactUpdateConfiguration.go IntegrationArtifactUpdateConfiguration Command (#2542) 2021-01-29 09:46:47 +01:00
integrationArtifactUpload_generated_test.go IntegrationArtifactUpload Command (#2610) 2021-02-17 09:59:56 +01:00
integrationArtifactUpload_generated.go IntegrationArtifactUpload Command (#2610) 2021-02-17 09:59:56 +01:00
integrationArtifactUpload_test.go IntegrationArtifactUpload Command (#2610) 2021-02-17 09:59:56 +01:00
integrationArtifactUpload.go IntegrationArtifactUpload Command (#2610) 2021-02-17 09:59:56 +01:00
jsonApplyPatch_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
jsonApplyPatch_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
jsonApplyPatch_test.go Let json patcher fail if file not found (#1694) 2020-06-19 20:13:20 +02:00
jsonApplyPatch.go Let json patcher fail if file not found (#1694) 2020-06-19 20:13:20 +02:00
kanikoExecute_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
kanikoExecute_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
kanikoExecute_test.go kanikoExecute: improve user experience (#2141) 2020-10-14 11:13:08 +02:00
kanikoExecute.go Gitops update deployment fixes (#2234) 2020-10-27 13:45:34 +01:00
karmaExecuteTests_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
karmaExecuteTests_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
karmaExecuteTests_test.go
karmaExecuteTests.go [refactoring] move the shell/command related interfaces into pkg/command (#1737) 2020-07-01 11:28:16 +02:00
kubernetesDeploy_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
kubernetesDeploy_generated.go feat(kubernetesDeploy): allow disabling --force (#2495) 2021-01-07 16:52:16 +01:00
kubernetesDeploy_test.go feat(kubernetesDeploy): allow disabling --force (#2495) 2021-01-07 16:52:16 +01:00
kubernetesDeploy.go feat(kubernetesDeploy): allow disabling --force (#2495) 2021-01-07 16:52:16 +01:00
malwareExecuteScan_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
malwareExecuteScan_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
malwareExecuteScan_test.go
malwareExecuteScan.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
mavenBuild_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
mavenBuild_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
mavenBuild_test.go Refactor maven utils and add tests for install artifacts (#2318) 2020-11-10 17:14:55 +01:00
mavenBuild.go Refactor maven utils and add tests for install artifacts (#2318) 2020-11-10 17:14:55 +01:00
mavenExecute_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
mavenExecute_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
mavenExecute_test.go Refactor maven utils and add tests for install artifacts (#2318) 2020-11-10 17:14:55 +01:00
mavenExecute.go Refactor maven utils and add tests for install artifacts (#2318) 2020-11-10 17:14:55 +01:00
mavenExecuteIntegration_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
mavenExecuteIntegration_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
mavenExecuteIntegration_test.go Refactor maven utils and add tests for install artifacts (#2318) 2020-11-10 17:14:55 +01:00
mavenExecuteIntegration.go Refactor maven utils and add tests for install artifacts (#2318) 2020-11-10 17:14:55 +01:00
mavenExecuteStaticCodeChecks_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
mavenExecuteStaticCodeChecks_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
mavenExecuteStaticCodeChecks_test.go Refactor maven utils and add tests for install artifacts (#2318) 2020-11-10 17:14:55 +01:00
mavenExecuteStaticCodeChecks.go Refactor maven utils and add tests for install artifacts (#2318) 2020-11-10 17:14:55 +01:00
metadata_generated.go solman upload go the step (#2522) 2021-02-19 13:07:18 +01:00
mtaBuild_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
mtaBuild_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
mtaBuild_test.go Refactor maven utils and add tests for install artifacts (#2318) 2020-11-10 17:14:55 +01:00
mtaBuild.go checkmarxExecuteScan: adapt to 9.2 api (#2363) 2020-11-25 13:47:26 +01:00
nexusUpload_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
nexusUpload_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
nexusUpload_test.go Run nexusUpload in stage Promote (#2349) 2020-11-11 16:32:23 +01:00
nexusUpload.go Run nexusUpload in stage Promote (#2349) 2020-11-11 16:32:23 +01:00
npmExecuteLint_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
npmExecuteLint_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
npmExecuteLint_test.go [refactor] Relocate npmExecutorMock so that it can be used from pkg (#2472) 2021-01-04 12:46:14 +01:00
npmExecuteLint.go npmExecuteScripts: allow passing a list of build descriptors to execute scripts for (#2312) 2020-11-04 16:20:26 +01:00
npmExecuteScripts_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
npmExecuteScripts_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
npmExecuteScripts_test.go [refactor] Relocate npmExecutorMock so that it can be used from pkg (#2472) 2021-01-04 12:46:14 +01:00
npmExecuteScripts.go npmExecuteScripts: allow passing a list of build descriptors to execute scripts for (#2312) 2020-11-04 16:20:26 +01:00
pipelineCreateScanSummary_generated_test.go new step to create a scan summary report (#2559) 2021-02-02 14:36:40 +01:00
pipelineCreateScanSummary_generated.go new step to create a scan summary report (#2559) 2021-02-02 14:36:40 +01:00
pipelineCreateScanSummary_test.go new step to create a scan summary report (#2559) 2021-02-02 14:36:40 +01:00
pipelineCreateScanSummary.go feat(whitesource): consolidated reporting and versioning alignment (#2571) 2021-02-10 16:18:00 +01:00
piper_test.go fix(config) conversion of small ints into string (#2274) 2020-10-30 08:01:30 +01:00
piper.go solman upload go the step (#2522) 2021-02-19 13:07:18 +01:00
protecodeExecuteScan_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
protecodeExecuteScan_generated.go feature(protecodeExecuteScan) proper Vault support (#2483) 2020-12-22 17:43:57 +01:00
protecodeExecuteScan_test.go fix(protecode): handle sha256 in upload artifacts (#2532) 2021-01-26 09:59:10 +01:00
protecodeExecuteScan.go fix(protecode): handle sha256 in upload artifacts (#2532) 2021-01-26 09:59:10 +01:00
sonarExecuteScan_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
sonarExecuteScan_generated.go feat(sonar): add output of measurements (#2218) 2021-02-24 15:44:23 +01:00
sonarExecuteScan_test.go feat(sonar): add output of measurements (#2218) 2021-02-24 15:44:23 +01:00
sonarExecuteScan.go feat(sonar): add output of measurements (#2218) 2021-02-24 15:44:23 +01:00
transportRequestUploadCTS_generated_test.go transport request upload cts / the step (#2416) 2021-01-13 16:14:56 +01:00
transportRequestUploadCTS_generated.go Fix alias for transport request upload cts (#2614) 2021-02-16 15:31:15 +01:00
transportRequestUploadCTS_test.go [refactoring] Make room for other upload action: move package (#2518) 2021-01-18 13:20:30 +01:00
transportRequestUploadCTS.go [refactoring] Make room for other upload action: move package (#2518) 2021-01-18 13:20:30 +01:00
transportRequestUploadSOLMAN_generated_test.go solman upload go the step (#2522) 2021-02-19 13:07:18 +01:00
transportRequestUploadSOLMAN_generated.go solman upload go the step (#2522) 2021-02-19 13:07:18 +01:00
transportRequestUploadSOLMAN_test.go solman upload go the step (#2522) 2021-02-19 13:07:18 +01:00
transportRequestUploadSOLMAN.go solman upload go the step (#2522) 2021-02-19 13:07:18 +01:00
uiVeri5ExecuteTests_generated_test.go feat(uiVeri5): golang implmementation for uiVeri5ExecuteTests (#2394) 2021-01-28 11:31:24 +01:00
uiVeri5ExecuteTests_generated.go fix(uiVeri5): update documentation for more explicit deprecation notes (#2568) 2021-02-05 16:04:52 +01:00
uiVeri5ExecuteTests_test.go fix(uiVeri5): update documentation for more explicit deprecation notes (#2568) 2021-02-05 16:04:52 +01:00
uiVeri5ExecuteTests.go fix(uiVeri5): update documentation for more explicit deprecation notes (#2568) 2021-02-05 16:04:52 +01:00
vaultRotateSecretId_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
vaultRotateSecretId_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
vaultRotateSecretId_test.go Feature/approle secret id rotation (#2311) 2020-11-17 13:49:31 +01:00
vaultRotateSecretId.go Feature/approle secret id rotation (#2311) 2020-11-17 13:49:31 +01:00
version_test.go Make version command a high level command like get-config without resolving the configuration (#1689) 2020-06-19 14:39:19 +02:00
version.go Make version command a high level command like get-config without resolving the configuration (#1689) 2020-06-19 14:39:19 +02:00
whitesourceExecuteScan_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
whitesourceExecuteScan_generated.go feat(whitesource): consolidated reporting and versioning alignment (#2571) 2021-02-10 16:18:00 +01:00
whitesourceExecuteScan_test.go feat(whitesource): consolidated reporting and versioning alignment (#2571) 2021-02-10 16:18:00 +01:00
whitesourceExecuteScan.go feat(whitesource): consolidated reporting and versioning alignment (#2571) 2021-02-10 16:18:00 +01:00
xsDeploy_generated_test.go Unit test enhancement (#2471) 2020-12-22 09:30:54 +01:00
xsDeploy_generated.go feat: expose complete step metadata through generated function (#2329) 2020-11-20 08:13:59 +01:00
xsDeploy_test.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00
xsDeploy.go fix(typo): found by misspell (#2064) 2020-09-24 07:41:06 +02:00