1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/pkg/generator/helper
Christopher Fenner 60b7d3a8df
refactor(sonar): implement Sonar step in GO (#1042)
* refactor(sonar): add initial metadata file for GO-based sonar step

* refactor(sonar): add initial generated files for GO-based sonar step

* refactor(sonar): add initial step file for GO-based sonar step

* refactor(sonar): add sonar cmd to executable

* refactor(sonar): cleanup metadata file

* fix(go): use capital TLS in golang names

* add download of Sonar scanner cli

* move download & unzip methods to FileUtils

* download certificate files

* use http.Downloader

* update generated code

* add slice prefix function

* update sonar step

* add test cases

* update docs

* use node:lts image

* use latest sonar-scanner

* add test cases

* use latest sonar-scanner

* fix test case

* change things

* return errors on functions

* limit changeID visibility

* use lowercase scm provider

* add test case for legacy PRs

* add test case

* update docs

* use local temp dir

* extend parameter visibility to GENERAL

* use SONAR_AUTH_TOKEN

* remove comments

* update generated code

* Apply suggestions from code review

* change to private fields

* use setter for sonar options & environment

* remove obsolete return statement

* add comment about Downloader mock

* add test case for custom options

* handle custom options

* refactor slice functions

* fix go fmt

* fix generated step code

* update docs
2020-03-23 10:38:31 +01:00
..
testdata/TestProcessMetaFiles Golang step metadata: Config aliases for steps (#1293) 2020-03-19 17:24:35 +01:00
docuHelper_test.go fixed docu generation layout (#1014) 2019-11-26 15:26:37 +01:00
docuHelper.go Add kubernetesDeploy step (#1073) 2020-01-24 14:30:27 +01:00
goUtils.go fixed codeclimate 2019-11-21 11:15:08 +01:00
helper_test.go Golang step metadata: Config aliases for steps (#1293) 2020-03-19 17:24:35 +01:00
helper.go refactor(sonar): implement Sonar step in GO (#1042) 2020-03-23 10:38:31 +01:00
piper-context-defaults.yaml added dockerOptions to the docu generator 2019-11-20 09:05:10 +01:00
resources_test.go Persisted pipeline environment for golang library (#1091) 2020-01-15 12:16:25 +01:00
resources.go Persisted pipeline environment for golang library (#1091) 2020-01-15 12:16:25 +01:00