Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Can retrieve PRs from a specified base branch #25

Merged
merged 1 commit into from
Jul 27, 2016

Conversation

camelpunch
Copy link
Contributor

@camelpunch camelpunch commented Jul 25, 2016

This adds a base: mybranchname option to source. The GitHub API is then called with base=mybranchname when retrieving new versions.

Modify existing test to assert on params, to ensure we don't
unnecessarily request an empty base when default base is desired.

I've tested this on https://ci.rabbitmq.com/. For reference, it was the rabbitmq_trust_store_pr resource.

  • Configured base: master on a PR resource using camelpunch/pr.
  • Opened a PR against the master branch.
  • Opened a PR against the stable branch.

Only the master branch PR tests were run, which was as expected.

Modify existing test to assert on params, to ensure we don't
unnecessarily request an empty base when default base is desired.
def must_stub_query_params
around do |example|
old_strip_params = Billy.config.strip_query_params
Billy.config.strip_query_params = false
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't know this was a thing. I'm going to turn this on for everything!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, otherwise we're only asserting on path, which could miss a lot of mistakes.

@jtarchie
Copy link
Owner

Do you know if base can support multiple values through the API? Just want to make sure we capture that, so we can say why it is not supported. Otherwise looks good.

@camelpunch
Copy link
Contributor Author

You can't create a PR against multiple branches, so no. The API docs aren't explicit about it, but don't give examples of multiples:

https://developer.github.com/v3/pulls/#list-pull-requests

@camelpunch
Copy link
Contributor Author

Oh, I see. You might get a feature request to filter by multiple branches. I guess we'd need to do that ourselves.

@jtarchie
Copy link
Owner

Let's keep it as is. I just wanted to confirm that it only takes one branch.

@jtarchie jtarchie merged commit b085308 into jtarchie:master Jul 27, 2016
@jtarchie
Copy link
Owner

jtarchie commented Jul 27, 2016

LGTM! to borrow from @flavorjones

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants