Skip to content

Fix the wrong query of pipeline list

Created by: LinuxSuRen

What type of PR is this?

/kind bug /area devops

What this PR does / why we need it:

Fixes kubesphere#3102 (closed)

Special notes for reviewers:

The wrong request is: http://localhost:8000/kapis/devops.kubesphere.io/v1alpha2/search?start=0&limit=10&q=type%3Apipeline%3Borganization%3Ajenkins%3Bpipeline%3Aasdfjgq2f%2F%2A%3BexcludedFromFlattening%3Ajenkins.branch.MultiBranchProject%2Chudson.matrix.MatrixProject%26filter%3Dno-folders

The correct request is: http://localhost:8000/kapis/devops.kubesphere.io/v1alpha2/search?start=0&limit=10&q=type%3Apipeline%3Borganization%3Ajenkins%3Bpipeline%3Aasdfjgq2f%2F%2A%3BexcludedFromFlattening%3Ajenkins.branch.MultiBranchProject%2Chudson.matrix.MatrixProject&filter=no-folder

Additional documentation, usage docs, etc.:

合并请求报告

加载中