func/pkg/pipelines/tekton
Matej Vašek 8e0b752edc
Apply linter suggestions (#2786)
* Refactor: if-elif-else => switch

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: calls to embedded fields

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Fix: add missing err checks

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: fix format of error messages

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: omit type where possible

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: apply De Morgan's law

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: call ReplaceAll where possible

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: fix format of error messages

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: fix format of error messages

Signed-off-by: Matej Vašek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-15 09:43:13 +00:00
..
pac Fix PaC detection for Red Hat's Sandbox cluster (#2429) 2024-07-19 09:37:20 +00:00
testdata/fn-src chore: `testData` -> `testdata` (#1560) 2023-02-16 11:05:51 +00:00
client.go chore: updated tekton api verison (#2383) 2024-06-20 18:01:14 +00:00
gitlab_test.go Remove usage of ttl.sh (#2653) 2025-01-21 06:32:09 +00:00
pipelines_integration_test.go Fix some linter errors in integration tests (#2608) 2024-12-04 13:36:45 +00:00
pipelines_pac_provider.go fix: PaC build (#2341) 2024-06-11 13:38:33 +00:00
pipelines_pac_provider_test.go use Tekton Resolvers for a standard on cluster build (#1843) 2023-07-11 17:41:13 +00:00
pipelines_provider.go feat: remote storage class (#2693) 2025-02-19 07:35:47 +00:00
pipelines_provider_test.go feat: remote storage class (#2693) 2025-02-19 07:35:47 +00:00
resources.go fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
resources_pac.go feat: PAC - add possibility to specify a Git provider (#1638) 2023-03-22 13:30:53 +00:00
tasks.go Apply linter suggestions (#2786) 2025-04-15 09:43:13 +00:00
templates.go Refactor if-elif-else => switch (#2785) 2025-04-14 12:02:16 +00:00
templates_integration_test.go chore: mark test as integration test (#1920) 2023-08-09 20:44:34 +00:00
templates_pack.go On cluster s2i build for Go (alternative version) (#2471) 2024-09-03 12:33:17 +00:00
templates_s2i.go fix: Remove unnecesary annotations from Pipeline-as-Code template (#2527) 2024-10-01 17:21:21 +00:00
templates_test.go chore: mark test as integration test (#1920) 2023-08-09 20:44:34 +00:00
validate.go Refactor if-elif-else => switch (#2785) 2025-04-14 12:02:16 +00:00
validate_test.go feat: s2i Go support (#2203) 2024-05-21 13:12:55 +00:00