woodpecker/server/shared
Cyrill Burgener fd8e0b248b
Add TestPipelineName to procBuilder_test.go (#461)
test for a bug where pipelines that use `depends_on` were not built in multi-pipeline builds. The problem is that pipelines names keep a leading `'/'` when the pipeline path does not have a trailing `'/'`.
2021-10-19 09:35:10 +02:00
..
buildStatus.go Refactor: move model/ to server/model/ (#366) 2021-09-27 19:51:55 +02:00
buildStatus_test.go Refactor: move model/ to server/model/ (#366) 2021-09-27 19:51:55 +02:00
configFetcher.go Always wait 3s to fetch pipeline config (#458) 2021-10-19 02:04:21 +02:00
configFetcher_test.go Move entirely to zerolog (#426) 2021-10-12 09:25:13 +02:00
procBuilder.go Move entirely to zerolog (#426) 2021-10-12 09:25:13 +02:00
procBuilder_test.go Add TestPipelineName to procBuilder_test.go (#461) 2021-10-19 09:35:10 +02:00
procStatus.go Fix various typos (#416) 2021-10-08 18:35:56 +02:00
procStatus_test.go Refactor: move model/ to server/model/ (#366) 2021-09-27 19:51:55 +02:00
userSyncer.go Pass down context.Context (#371) 2021-09-28 12:56:59 +02:00