1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/pkg/config
Siarhei Pazdniakou cd243ee542
feat(gcs): allow upload to gcs from steps (#3034)
* Upload reports to Google Cloud Storage bucket

* Added tests. Made fixes

* Update step generation. GCS client was moved to GeneralConfig

* Code was refactored

* Fixed issues

* Fixed issues

* Code correction due to PR comments

* Improved gcs client and integration tests

* Integrated gcp config. Updated step metadata

* Fixed issues. Added tests

* Added cpe, vault, aliases resolving for reporting parameters

* Added tests

* Uncommented DeferExitHandler. Removed useless comments

* fixed cloning of config

* Added comments for exported functions. Removed unused mock

* minor fix

* Implemented setting of report name via paramRef

* some refactoring. Writing tests

* Update pkg/config/reporting.go

* Update cmd/sonarExecuteScan_generated.go

* Apply suggestions from code review

* Update pkg/config/reporting.go

* Update pkg/config/reporting.go

* fixed removing valut secret files

* Update pkg/config/reporting.go

* restore order

* restore order

* Apply suggestions from code review

* go generate

* fixed tests

* Update resources/metadata/sonarExecuteScan.yaml

* Update resources.go

* Fixed tests. Code was regenerated

* changed somewhere gcp to gcs. Fixed one test

* move gcsSubFolder to input parameters

* fixed removing valut secret files

* minor fix in integration tests

* fix integration tests

Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
Co-authored-by: Sven Merk <33895725+nevskrem@users.noreply.github.com>
2021-12-15 15:07:47 +01:00
..
interpolation (Vault) Improvements (#2439) 2021-02-15 09:48:51 +01:00
mocks add token revocation (#2686) 2021-03-10 08:36:50 +01:00
validation Add helper for finding uninitialized config (#2534) 2021-01-25 12:58:43 +01:00
config_test.go feat(gcs): allow upload to gcs from steps (#3034) 2021-12-15 15:07:47 +01:00
config.go feat(gcs): allow upload to gcs from steps (#3034) 2021-12-15 15:07:47 +01:00
defaults_test.go Provide first parts for golang implementation (#905) 2019-10-22 15:41:27 +02:00
defaults.go Reading defaults in go: Make sure all io.ReadClosers are closed (#1529) 2020-05-12 15:46:47 +02:00
errors_test.go Provide first parts for golang implementation (#905) 2019-10-22 15:41:27 +02:00
errors.go Provide first parts for golang implementation (#905) 2019-10-22 15:41:27 +02:00
evaluation_test.go feat(checkIfStepActive): support new CRD style conditions (#3254) 2021-11-18 07:24:00 +01:00
evaluation.go feat(checkIfStepActive): support new CRD style conditions (#3254) 2021-11-18 07:24:00 +01:00
flags_test.go Provide first parts for golang implementation (#905) 2019-10-22 15:41:27 +02:00
flags.go Checkmarx as golang (#1075) 2020-01-27 23:40:53 +01:00
reporting_test.go feat(gcs): allow upload to gcs from steps (#3034) 2021-12-15 15:07:47 +01:00
reporting.go feat(gcs): allow upload to gcs from steps (#3034) 2021-12-15 15:07:47 +01:00
resources.go Persisted pipeline environment for golang library (#1091) 2020-01-15 12:16:25 +01:00
run_test.go feat(gcs): allow upload to gcs from steps (#3034) 2021-12-15 15:07:47 +01:00
run.go feat(gcs): allow upload to gcs from steps (#3034) 2021-12-15 15:07:47 +01:00
stepmeta_test.go Add Changes for value of docker image (#3303) 2021-12-01 07:46:18 +01:00
stepmeta.go feat: Add debug output to getConfig (#3341) 2021-12-08 10:16:54 +01:00
vault_test.go Feature/vault refactoring (#3113) 2021-09-21 13:06:32 +02:00
vault.go feat: step to execute shell scripts (#3196) 2021-11-19 10:05:39 +01:00