buildkite / feedback

Got feedback? Please let us know!
https://buildkite.com
25 stars 24 forks source link

CCMenu API does not work with wildcard branch filters #175

Open shuber opened 8 years ago

shuber commented 8 years ago

I'd like to be able to filter by "my branches". All my branches are named something like sh/some-feature and always have the sh/ prefix. I've tried the following with no luck:

keithpitt commented 8 years ago

Thanks for submitting this issue! What if we allowed something like this:

https://cc.buildkite.com/builds.xml?access_token=xxx

And that by default will just return your own builds across all your orgs and pipelines. If we just did searching by branch, it wouldn't work for builds created manually via the UI or builds you "unblock" for example.

We could then allow scoping like this:

https://cc.buildkite.com/builds.xml?access_token=xxx&organization=foo&pipeline=blah
shuber commented 8 years ago

Nice that sounds great to me!

m-kendra commented 6 years ago

Hey @keithpitt ! That proposed functionality in your comment would be fantastic for us as well, are there any plans to implement this ?

Cheers

daande commented 4 years ago

I look forward to this type of functionality being implemented, it shouldn't be too difficult!