Taylor Jones

Results 64 comments of Taylor Jones

Sure, new PRs are always welcome but I'd ask that you open an issue first so that it can be determined if the feature makes sense for the plugin. In...

It certainly could do that, but it would be a change in behavior that I'd say would require a major version bump.

It's fine to make an issue to ask questions! Can you add an example test case? I'm not really sure what's going on in your environment, that should work just...

You should return your object, not the `ResultWrapper`. You can do this: ``` @RequestMapping(value = "/{userId}", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE) @ResponseStatus(HttpStatus.OK) public @Valid @ResponseBody UserDataDTO getUser(@PathVariable("userId") final String...

There's currently not. I should just convert over to straight regex, "wildcards" were kind of a bad idea from the start :(

Interesting, I wasn't aware the Datacenter version worked that way. So the BuildEventListener can certainly be handled asynchronously but I don't see how the merge checks could. Hopefully that's never...

@bturner I've made the changes you suggested. Is there a way I can test this out on a local cluster of Bitbucket Data Center? My biggest problem with supporting that...

The easiest path is to track when a required reviewer flags a PR as needing work. Bitbucket doesn't make it easy or clean to have per-item persistence, so I'm somewhat...

Are you referring to this? https://developer.atlassian.com/static/javadoc/stash.old-perms-pre-feb4/1.3.0/api/reference/com/atlassian/stash/pull/PullRequestService.html#getActivities(int, long, com.atlassian.stash.util.PageRequest) I haven't used that particular API method before, does it expose the full history of approvals for each participant?