Macarse

Results 35 comments of Macarse

Update: I finish the code to have build status updates through the `bitbucket-webhooks-plugin`. Here's the pr: https://github.com/topicusfinan/bitbucket-webhooks-plugin/pull/43 Every change in build status, bors gets something like this: `%{"commit" => "d6edcbf924697ab811a867421dab60d954ccad99",...

@moretea Interesting. Unfortunately, I am not actively working on this :(

Some initial thoughts: - Why are you sending everything with id? From my understanding, webhooks will be used to inform status, not to work as an API. Why would the...

> Yeah, that makes sense. Should it be something like an html_url key? Yep. The question is, would you add it to every webhook body? > Plugins might be possible...

Here's a nice diagram explanation of the algorithm: https://docs.openstack.org/infra/zuul/gating.html#testing-in-parallel

@matklad can you explain a bit more the example? What confuses me is that you said that something external breaks master but it can be fixed sending a PR into...

Question from complete ignorance: Doesn't phoenix have some sort of credentials module?

Ok, I got it working. Code looks like this: ``` private MockedPresenterStore mockedPresenterStore; private PresenterStore originalPresenterStore; @Rule public ActivityTestRule activityRule = new ActivityTestRule(MyActivity.class, false, false) { @Override protected void beforeActivityLaunched()...