func/pkg/pipelines/tekton
Matej Vašek e2621f6637
Fix symlink path separators (#2535)
When running on Windows the path separators in symlink target is
backslash. This must be fixed up when uploading source code into docker
daemon or into cluster volume.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>
2024-10-11 10:39:08 +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 test: increased wait period (#2356) 2024-06-12 11:14:28 +00:00
pipelines_integration_test.go fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +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 Fix symlink path separators (#2535) 2024-10-11 10:39:08 +00:00
pipelines_provider_test.go Cleanup orphaned func, new image-name calculation (#1962) 2024-02-27 10:44:20 +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 Set default value for REGISTRY param on func-s2i task (#2530) 2024-10-03 12:50:23 +00:00
templates.go On cluster s2i build for Go (alternative version) (#2471) 2024-09-03 12:33:17 +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 fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
validate_test.go feat: s2i Go support (#2203) 2024-05-21 13:12:55 +00:00