Yahnis Elsts

Results 280 comments of Yahnis Elsts

As fas as I can see, there's no way to do that within a plugin. That sort of optimization would require making some changes to PUC itself. I suppose it...

Thank you for the reminder. I finally got around to this today. I've committed a change that lets you do something like this: ```php $bitbucketPluginChecker->addFilter('vcs_update_detection_strategies', function($strategies) { //Don't look for...

It looks like at least the download URL is pointing to the branch. Is that correct? In that case, is the problem that the rest of the update information is...

I've done some testing of my own and it looks like the BitBucket API doesn't handle branch names with slashes very well. I created a branch with a slash in...

Sure, no problem. I'll leave the issue open for now. If the patch works for you, please leave a note here later.

The use case that you have described would require quite a bit of additional development. This update checker doesn't have many of the features that would be necessary to make...

I'm too lazy to create a new repository and a plugin to test this, but could you work around this issue by changing the slug in the repository URL that...

Thank you for the notification; I wasn't aware of this change. There is a way to get the default branch name from the API, but I suspect it's not worth...

Regarding your last point, it looks like the change was announced [on the GitHub blog](https://github.blog/changelog/2020-10-01-the-default-branch-for-newly-created-repositories-is-now-main/). I'm not sure what fraction of GitHub users actually follows that blog, but technically there...

Thank you for the report. I'd like to fix all of these minor PHP 8 compatibility issues at some point, but I'm busy with another project at the moment. I'll...