1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/pkg/config
Siarhei Pazdniakou 7a325e6fc8
Convert step/stage condition logic to golang (#2993)
* Added checkIfStepActive step

* Implemented npmScripts condition. Code was refactored

* Added some unit tests

* Fixed go modules

* Fixed go modules

Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
2021-07-26 07:47:43 +02: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(config): read config/defaults with authentication (#2975) 2021-07-08 15:26:07 +02:00
config.go feat(config): read config/defaults with authentication (#2975) 2021-07-08 15:26:07 +02: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 Convert step/stage condition logic to golang (#2993) 2021-07-26 07:47:43 +02:00
evaluation.go Convert step/stage condition logic to golang (#2993) 2021-07-26 07:47:43 +02: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
resources.go Persisted pipeline environment for golang library (#1091) 2020-01-15 12:16:25 +01:00
run_test.go Convert step/stage condition logic to golang (#2993) 2021-07-26 07:47:43 +02:00
run.go Convert step/stage condition logic to golang (#2993) 2021-07-26 07:47:43 +02:00
stepmeta_test.go feat(vault): provide test credentials from vault in every piper go step (#2715) 2021-04-09 10:04:35 +02:00
stepmeta.go feat(vault): provide test credentials from vault in every piper go step (#2715) 2021-04-09 10:04:35 +02:00
vault_test.go feat(vault): provide test credentials from vault in every piper go step (#2715) 2021-04-09 10:04:35 +02:00
vault.go feat(vault): provide test credentials from vault in every piper go step (#2715) 2021-04-09 10:04:35 +02:00